summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-08T8966: add legacy-label escape to invalid-task-id rule (commit check exempt) ↵rollingYuriy Andamasov
(#44)
2026-06-06ci: T8966: exempt bots from product T-ID (invalid-task-id) gate (#43)Yuriy Andamasov
2026-06-05ci: T8966: add product T-ID title/commit check (opt-in relocation) (#42)Yuriy Andamasov
2026-06-02chore(mirror): remove force_workspace backport wrapper (R4 mothballed) (#41)Yuriy Andamasov
Mergify ignore_conflicts:true already creates the backport workspace PR + resolves toward theirs + applies backport-conflict for path-drift conflicts (verified by canary VyOS-Networks/ipaddrcheck#26/#27). force_workspace's 'No backport have been created' trigger never fires under that config. T8943 / IS-510.
2026-06-02Merge pull request #40 from vyos/cleanup/remove-mirror-drift-canaryYuriy Andamasov
test: remove mirror backport drift canary file (cleanup)
2026-06-02test: remove mirror backport drift canary file (cleanup)Yuriy Andamasov
Reverts the throwaway file added by the mirror backport drift canary (#38/#39). The canary completed; file no longer needed.
2026-06-02Merge pull request #39 from vyos/test/mirror-drift-modifyYuriy Andamasov
test: mirror backport drift verification (2/2)
2026-06-02test: modify canary file to trigger backport drift conflict (2/2)Yuriy Andamasov
2026-06-02Merge pull request #38 from vyos/test/mirror-drift-setupYuriy Andamasov
test: mirror backport drift verification (1/2)
2026-06-02test: add canary file for mirror backport drift verification (1/2)Yuriy Andamasov
2026-06-02ci(mirror-rollout-4): add force_workspace backport companion wrapper (#37)Yuriy Andamasov
Source-side wrapper (mirrored to VyOS-Networks/ipaddrcheck) that triggers the public vyos/.github force_workspace reusable on Mergify backport-conflict comments. Inert on this public source (owner guard); active on the mirrored target. force_workspace_enabled is per-consumer (consumers.yaml), default false. 🤖 Generated by [robots](https://vyos.io)
2026-06-01Merge pull request #36 from vyos/ci/lts-name-checkYuriy Andamasov
T8943: ci: add lts-name-check advisory caller
2026-06-01T8943: ci: add lts-name-check advisory callerYuriy Andamasov
Adds the source-side LTS-name advisory caller (mirror-pipeline). Non-blocking; posts a generic advisory if a PR title/body references a release-train branch name. 🤖 Generated by [robots](https://vyos.io)
2026-05-31T8943: feat(mirror-rollout-2): adopt uniform wrapper stub (#35)Yuriy Andamasov
Per Mirror Pipeline Redesign Rollout 2: standardize the wrapper to the canonical stub. Inclusion + kill-switch logic moves into the central workflow + consumers.yaml; this wrapper is now a thin pass-through. Changes from post-1b wrapper: - branches: [rolling] -> [rolling, production] (heterogeneous fleet) - permissions: contents:write/pull-requests:write/issues:write -> contents:read (no side effects in wrapper; central workflow holds write perms via App tokens — see vyos/.github canonical stub permissions fix vyos/.github#133) - Remove 'vars.MIRROR_ENABLED != false' gate from wrapper if: clause (kill-switch enforced in central workflow's check-consumer-inclusion + per-side-effect re-checks) Spec: /Users/syncer/.claude/specs/2026-05-16-mirror-pipeline-redesign-design.md §4.2.3 Permissions fix spec: /Users/syncer/.claude/specs/2026-05-30-canonical-stub-permissions-fix-design.md Plan: /Users/syncer/.claude/plans/2026-05-17-mirror-pipeline-rollout-2-inclusion-mechanism.md Task 6 Permissions fix plan: /Users/syncer/.claude/plans/2026-05-30-canonical-stub-permissions-fix.md 🤖 Generated by [robots](https://vyos.io)
2026-05-30T8943: revert(mirror-rollout-2): restore post-1b wrapper on ipaddrcheck (#34)Yuriy Andamasov
PR #33 broke this consumer's mirror with startup_failure. Root cause: GitHub's reusable-workflow permissions model. The canonical stub set permissions: contents:read but the central reusable workflow declares contents:write/pull-requests:write/issues:write at top level. Per docs: 'If you specify the access for any of these scopes at a level less than the permissions defined by the called workflow, the entire workflow will fail.' Restoring the post-1b wrapper while we update the canonical stub design (either drop central's top-level permissions block, or keep write perms in the wrapper). 🤖 Generated by [robots](https://vyos.io)
2026-05-30T8943: feat(mirror-rollout-2): adopt uniform wrapper stub (#33)Yuriy Andamasov
Per Mirror Pipeline Redesign Rollout 2: standardize the wrapper to the canonical stub. Inclusion + kill-switch logic moves into the central workflow + consumers.yaml; this wrapper is now a thin pass-through. Changes from post-1b wrapper: - branches: [rolling] -> [rolling, production] (broaden trigger for heterogeneous default-branch fleet; central + consumers.yaml gate the actual mirror) - permissions: contents:write/pull-requests:write/issues:write -> contents:read (no side effects in wrapper; central workflow holds write perms via App tokens) - Remove 'vars.MIRROR_ENABLED != false' gate from wrapper if: clause (kill-switch now enforced inside check-consumer-inclusion job + per-side-effect re-checks in process-unmirrored-PR) Spec: ~/.claude/specs/2026-05-16-mirror-pipeline-redesign-design.md §4.2.3 Plan: ~/.claude/plans/2026-05-17-mirror-pipeline-rollout-2-inclusion-mechanism.md Task 6 🤖 Generated by [robots](https://vyos.io)
2026-05-30ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#32)Yuriy Andamasov
Rollout 1c reference migration on vyos/ipaddrcheck prior to the default- branch rename. Updates this repo's own trunk references current->rolling: pr-mirror trigger branches, trigger-rebuild trigger branches (LTS entries kept), and the AGENTS.md branch-model note. HIGH-producer pins were already swept to @production in Task 2. Tracking: T8943
2026-05-30ci: T8943: sweep HIGH-producer pins to renamed branches (rollout 1c) (#31)Yuriy Andamasov
Rewrites uses: pins to the three HIGH-fanout producers (vyos/.github, vyos/vyos-cla-signatures, VyOS-Networks/vyos-reusable-workflows) from their old default branch to the new production compat branch staged in Task 1. No functional change; pin-ref rewrite only. Tracking: T8943
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5 ↵HEADcurrentYuriy Andamasov
canary) (#30) Switch from explicit `secrets: PAT/REMOTE_OWNER` pass-through to `secrets: inherit`, and adopt the uniform stub shape. Behavior-neutral against the current PAT-using central workflow (`inherit` populates `PAT`/`REMOTE_OWNER` by name from org-level secrets); prepares for the App-token central-workflow update (Task 7). First (canary) consumer of the 25-repo Task 5 migration. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5
2026-05-26Merge pull request #28 from vyos/claude/coderabbit-yaml-t8851Daniil Baturin
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
2026-05-25Merge pull request #29 from vyos/mergify/configuration-deprecated-updateYuriy Andamasov
ci(mergify): upgrade configuration to current format
2026-05-25coderabbit: T8851: add .coderabbit.yaml for central-config inheritanceYuriy Andamasov
2026-05-24ci(mergify): upgrade configuration to current formatmergify[bot]
2026-05-14Merge pull request #27 from vyos/T8852-mergify-extendsDaniil Baturin
T8852: migrate .github/mergify.yml to extends: mergify
2026-05-13T8852: migrate .github/mergify.yml to extends: mergifyYuriy Andamasov
2026-05-08Merge pull request #26 from vyos/T8595-add-agents-mdDaniil Baturin
general: T8595: switch CLAUDE.md to AGENTS.md (+ Copilot symlink)
2026-05-07general: T8595: scrub private-org references from public AGENTS.mdYuriy Andamasov
2026-05-07general: T8595: clean leaked internal referencesYuriy Andamasov
2026-05-07general: T8595: switch CLAUDE.md to AGENTS.md (+ Copilot symlink)Yuriy Andamasov
2026-05-07Merge pull request #24 from vyos/T8595-add-claude-mdDaniil Baturin
general: T8595: add CLAUDE.md
2026-05-06Merge pull request #25 from kumvijaya/currentChristian Breunig
T8218: removed unqueue from mergify yaml as it is not supported
2026-05-07T8218: removed unqueue from mergify yaml as it is not supportedkumvijaya
2026-05-06general: T8595: drop .cursorrules symlinkYuriy Andamasov
2026-05-05general: T8595: add .github/copilot-instructions.md symlink to CLAUDE.mdYuriy Andamasov
2026-05-05general: T8595: add AGENTS.md and .cursorrules symlinks to CLAUDE.mdYuriy Andamasov
2026-04-29general: T8595: fix version note and test description in CLAUDE.mdcopilot-swe-agent[bot]
Agent-Logs-Url: https://github.com/vyos/ipaddrcheck/sessions/25da2a79-0e92-4e88-9505-f89b6f544a86 Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com>
2026-04-29general: T8595: drop internal Confluence link footer from CLAUDE.mdYuriy Andamasov
2026-04-29Merge pull request #23 from vyos/T8531-restrict-mergify-commandsDaniil Baturin
T8531: add Mergify config with commands restrictions
2026-04-28general: T8595: add CLAUDE.mdYuriy Andamasov
2026-04-26T8531: add Mergify config with commands restrictionsYuriy Andamasov
2026-03-19Merge pull request #22 from kumvijaya/currentViacheslav Hletenko
T8403: enabled PR mirroring
2026-03-18T8403: enabled PR mirroringkumvijaya
2026-03-11Merge pull request #21 from dmbaturin/T8374-fix-range-checkJohn Estabrook
T8374: convert addresses to the host byte order before comparison in IPv4 range checks
2026-03-11T8374: convert addresses to the host byte order before comparisonDaniil Baturin
when checking that the lower boundary of an IPv4 range is actually lower than the upper bound
2026-03-01Merge pull request #20 from kumvijaya/currentChristian Breunig
T8218: Updated workflows for pullrequest_target policy change
2026-03-01T8218: Fixed pull request branch fetching issue post Github pullrequest ↵kumvijaya
policy update
2025-12-05Merge pull request #19 from dmbaturin/T7973-allow-all-zero-ipv6-hostsViacheslav Hletenko
T7973: do not disallow all-zero host part IPv6 host addresses
2025-12-05T7973: do not disallow all-zero host part IPv6 host addressesDaniil Baturin
since they are valid unicast addresses, unlike in IPv4
2025-07-15Merge pull request #18 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko