| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-30 | T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵HEADcurrent | Yuriy Andamasov | |
| (#5239) Replace PAT-based caller with uniform App-ready stub that passes secrets: inherit and checks vars.MIRROR_ENABLED opt-out flag. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io) | |||
| 2026-05-28 | chore: T8937: retire Mergify-replaceable GHA caller workflows | Yuriy Andamasov | |
| 2026-05-28 | T8782: remove dormant pr-auto-close.yml on current | Yuriy Andamasov | |
| This workflow was a newer copy of the per-branch pr-auto-close.yml files, with a branch filter targeting both sagitta and circinus. It never actually fired: pull_request_target evaluates the workflow from the PR's TARGET branch, not the default branch. PRs targeting sagitta used .github/workflows/pr-auto-close.yml from the sagitta branch; PRs targeting circinus used circinus's copy. The file on current matched no events. Functionality is now centralized in the Mergify config at vyos/mergify (see PR vyos/mergify#13, merged). vyos/vyos-1x extends that baseline via .github/mergify.yml on this branch. Sibling cleanup of vyos/vyos-1x#5228 (sagitta) and the parallel PR removing circinus's copy. | |||
| 2026-05-27 | T8929: auto-close pr workflow name updated | Vijayakumar A | |
| 2026-05-27 | T8929: fixed auto review commits | Vijayakumar A | |
| 2026-05-27 | T8929: updated to use github token instead of PAT | Vijayakumar A | |
| 2026-05-27 | T8929: added org restriction | Vijayakumar A | |
| 2026-05-27 | T8929: auto-close pr workflow pullrequest trigger fixed | Vijayakumar A | |
| 2026-05-09 | build: T8834: remove SonarCloud integration | Yuriy Andamasov | |
| 🤖 Generated by robots (https://vyos.io) | |||
| 2026-05-06 | T8463: Update GitHub actions to latest versions | asklymenko | |
| 2026-04-14 | T8490: added typos check workflow | kumvijaya | |
| 2026-04-03 | T8453: smoke test workflow updated to use right creds for gh cli access | kumvijaya | |
| 2026-04-02 | T8453: smoke test workflow updated to check branch match with vyos-build for ↵ | kumvijaya | |
| checkout | |||
| 2026-01-29 | T8218: Fixed pull request branch fetching issue post Github pullrequest ↵ | kumvijaya | |
| policy update | |||
| 2026-01-09 | T8144: smoke test workflow updated to report its jobs status as-is | kumvijaya | |
| 2026-01-08 | T8144: Updated smoke test result check and display for tpm tests | kumvijaya | |
| 2026-01-04 | T8144: Updated trigger-rebuild-repo-package workflow for pull_request_target ↵ | kumvijaya | |
| policy change | |||
| 2026-01-01 | T8100: smoke test workflow fixed whitespace handling with json | kumvijaya | |
| 2025-12-30 | T8100: Refactor smoke test workflows for GitHub's pull_request_target policy ↵ | kumvijaya | |
| change T8100: refactored smoke test workflow T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: condolidated smoke test workflow to handle the branch specific handlings T8100: fixed review comments on smoke test refactoring T8100: smoketest refactoring syntax errors fixed T8100: fixed review comments on smoke test refactoring T8100: smoketest refactoring review comments fixed T8100: smoketest workflofw fixed copilot review comments T8100: smoketest workflofw fixed copilot review comments | |||
| 2025-12-15 | T8100: updated pullrequest_target trigger branch filters updated | kumvijaya | |
| 2025-12-15 | T8100: updated pullrequest_target trigger branch filters updated | kumvijaya | |
| 2025-11-05 | T7981: conflict check workflow update | kumvijaya | |
| 2025-11-04 | T7981: prs conflict check workflow updated to use schedule | kumvijaya | |
| 2025-09-24 | T7748: using mergify rule to handle conflict checks for private repo | kumvijaya | |
| 2025-09-17 | T7746: updated conflict workflow reference in workflow | kumvijaya | |
| 2025-09-04 | T7787: Makefile check for unused-imports should be mandatory | Christian Breunig | |
| Currently our make target for "unused-imports" check is optional and a "suggestion". As we now also use pylint to check for missing imports and code issues, we will now make the unused import check mandatory. This improves overall code quality. | |||
| 2025-08-27 | T7748: conflict check workflow updated to marketplace action with increased ↵ | kumvijaya | |
| wait and retry | |||
| 2025-08-14 | T7719: Add VPP tests per PR before merging | Viacheslav Hletenko | |
| Split smoketest and add VPP tests per PR, but before merging for the `package-smoketest.yml` | |||
| 2025-07-19 | T7619: removed REMOTE_REPO var from mirror workflow | kumvijaya | |
| 2025-07-14 | Merge pull request #4599 from kumvijaya/current | Christian Breunig | |
| T7613: pr mirror workflow manual run option added with closed choice | |||
| 2025-07-11 | fix of the run trigger | Yevhen Bondarenko | |
| 2025-07-10 | T7613: pr mirror workflow manual run option added | kumvijaya | |
| 2025-07-09 | T7613: pr mirror workflow added workflow dispatch support | kumvijaya | |
| 2025-07-06 | T7613: updated to use unified pr mirror (without trigger) | kumvijaya | |
| 2025-06-26 | added workflow for CLA | lemeshovich | |
| 2025-06-19 | T7564: added darker ruff lint workflow | kumvijaya | |
| 2025-06-19 | T7564: GitHub: remove ruff linter PR check - should be an automated review | Christian Breunig | |
| Consensus amongst the developers was to rather move the hard PR check to a soft check in form of an automated review by a Bot using GitHub actions. | |||
| 2025-05-29 | VD-277: use YYYY.MM.DD-HHMM-integration version scheme for builds | Christian Breunig | |
| 2025-05-20 | T7445: added open prs conflict checker aller workflow | kumvijaya | |
| 2025-04-20 | T7334: pr mirror trigger workflow added with label creation permission for ↵ | kumvijaya | |
| default github token | |||
| 2025-04-06 | T7289: GitHub: checkout vyos-1x repository with submodule clone enabled | Christian Breunig | |
| 2025-03-16 | Merge pull request #4395 from kumvijaya/current | Christian Breunig | |
| T7247: removed pr number input for target repo mirror workflow call | |||
| 2025-03-16 | T7247: removed pr number input for target repo mirror workflow call | kumvijaya | |
| 2025-03-15 | T5400: initialize OPAM environment where it's really needed | Christian Breunig | |
| Instead of trying to fix - what we call - "Schroedingers build environment" in the outside world calling this package build, we should rather fix the Makefile/build system.. | |||
| 2025-03-04 | GitHub: T5400: evaluate OPAM environment before package build | Christian Breunig | |
| 2025-02-26 | GitHub: T6707: only do package integration tests on main repositoryc-po-patch-1 | Christian Breunig | |
| 2025-02-26 | GitHub: T6707: define smoketest ISO retention-days to 2 | Christian Breunig | |
| 2025-01-22 | T7065: pr mirror to trigger only when the pullrequest is mergedT7065-pr-mirror-trigger-restrict | kumvijaya | |
| 2025-01-22 | T7064: added pr mirror related workflows to currentT7064-add-mirror-workflow-current | kumvijaya | |
| 2025-01-04 | GitHub: T7007: add build/manifest.json to build artifacts | Christian Breunig | |
| Integrated per PR smoketests require the build/manifest.json file to retrieve additional information to be validated inside the runnning image under test. | |||
