summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵HEADcurrentYuriy Andamasov
(#139) Switches to secrets:inherit (no explicit PAT/REMOTE_OWNER) and adds MIRROR_ENABLED kill-switch via vars. Behavior-neutral — same trigger conditions, same reusable workflow target. Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-28Merge pull request #137 from vyos/chore/T8937-retire-mergify-replaceable-ghasYuriy Andamasov
chore: T8937: retire Mergify-replaceable GHA caller workflows
2026-05-28chore: T8937: retire Mergify-replaceable GHA caller workflowsYuriy Andamasov
Replaces 5 caller workflows now superseded by central Mergify rules. See https://vyos.dev/T8937 for the design + spec + plan. Advances: T8937 🤖 Generated by [robots](https://vyos.io)
2026-05-25Merge pull request #136 from vyos/claude/coderabbit-yaml-t8851Daniil Baturin
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
2026-05-25coderabbit: T8851: add .coderabbit.yaml for central-config inheritanceYuriy Andamasov
2026-05-22Merge pull request #135 from vyos/mergify/configuration-deprecated-updateAndrii Klymenko
ci(mergify): upgrade configuration to current format
2026-05-16ci(mergify): upgrade configuration to current formatmergify[bot]
2026-05-13Merge pull request #134 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
Replace the inline T8531 predecessor config with `extends: mergify`, deferring to the per-org central baseline (vyos/mergify on the vyos side, VyOS-Networks/mergify on the mirror). The old config hardcoded `sender=@vyos/maintainers` in `commands_restrictions`. The cross-org mirror pipeline replicates this file byte-for-byte to VyOS-Networks/vyatta-cfg, where the team reference is invalid (different org). Result: `@Mergifyio backport` was rejected on every VyOS-Networks/vyatta-cfg mirror PR with "Team @vyos/maintainers is not part of the organization VyOS-Networks" — see VyOS-Networks/vyatta-cfg#33. After this change, `extends: mergify` resolves to the per-org central config on each side, picking up the correct Maintainers team automatically. Backport to circinus and sagitta after merge — those branches carry the same legacy file. 🤖 Generated by [robots](https://vyos.io)
2026-05-09Merge pull request #132 from vyos/sonarcloud-removalVijayakumar A
ci: T8834: remove SonarCloud workflow
2026-05-09ci: T8834: remove SonarCloud workflowYuriy Andamasov
🤖 Generated by robots (https://vyos.io)
2026-05-08Merge pull request #131 from vyos/T8595-add-agents-mdDaniil Baturin
general: T8595: add AGENTS.md
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: add AGENTS.mdYuriy Andamasov
2026-05-06Merge pull request #130 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-04-30Merge pull request #127 from yahyacivelek/currentViacheslav Hletenko
T8587: add u64 type support
2026-04-30T8587: support u64 type in bash completion value formattingYahya Civelek
2026-04-30Revert "T8587: add u64 type support"Yahya Civelek
This reverts commit 519e60e15ab52f887b87a5474fdebbd45063b567.
2026-04-30Revert "T8587: address review feedback for u64 type support"Yahya Civelek
This reverts commit fc06449dd9a255353cf21e369d5e3f1e74e8188d.
2026-04-29T8587: address review feedback for u64 type supportYahya Civelek
- cli_def.l: reject out-of-range integer literals (errno==ERANGE) as a syntax error instead of silently classifying them as u32. - cli_new.c (val_cmp): unify u32/u64 comparison through strtoull() with errno/end-pointer validation so unparseable operands are skipped instead of silently compared as 0, and so mixed u32/u64 operands are evaluated correctly via the 64-bit path. - cli_new.c (cond_formats/cond_format_lens): replace the unused INT64_TYPE entries with NULL/0 sentinels and a comment, since INT64_TYPE is handled via its own branch in val_cmp(); this removes a latent foot-gun where '%llu' would write 8 bytes into a 4-byte unsigned int slot of left_parts[] if a future refactor routed INT64_TYPE through the generic path. - cli_new.c: introduce type compatibility helpers and apply them so that a u32-magnitude value is accepted in a u64 (INT64_TYPE) context (validate_value, char2val_notext) and so that comparisons between u32 and u64 operands proceed (check_comp, val_cmp). The reverse direction (u64-magnitude value into a u32 field) remains rejected to preserve u32 range enforcement.
2026-04-29Merge pull request #126 from vyos/T8531-restrict-mergify-commandsDaniil Baturin
T8531: restrict Mergify commands to maintainers team
2026-04-27T8587: add u64 type supportYahya Civelek
Mirror existing u32 handling to introduce a new u64 integer type: - Add INT64_TYPE to vtw_type_e enum - Register 'u64' type name and extend template lexer to classify integer literals as INT64_TYPE when they exceed UINT_MAX - Accept full u64 range in value lexer (strtoull / ULLONG_MAX) - Add %llu cond_formats slot and INT64_TYPE comparison path in val_cmp; map INT64_TYPE in type_to_name - Add u64 / u64:* cases to bash completion value formatter
2026-04-26T8531: restrict Mergify commands to maintainers teamYuriy Andamasov
2026-03-05Merge pull request #125 from jestabro/copy-rename-requestsDaniil Baturin
T8313: make copy/rename vyconf aware
2026-02-24T8313: make copy/rename vyconf awareJohn Estabrook
2026-01-21Merge pull request #124 from jestabro/update-changelog-raise-limitChristian Breunig
T6625: update changelog for raise hardcoded unionfs file size limit
2026-01-21T6625: update changelog for raise hardcoded unionfs file size limitJohn Estabrook
2026-01-07Merge pull request #123 from kumvijaya/currentChristian Breunig
T8144: Updated workflows for pullrequest_target policy change
2026-01-06T8144: Updated workflows for pullrequest_target policy changekumvijaya
2026-01-06Merge pull request #122 from jestabro/raise-max-setDaniil Baturin
T6625: raise hardcoded unionfs file size limit
2026-01-06Improve the file size constant limitDaniil Baturin
2026-01-06Add a comment to explain the choice of the limitDaniil Baturin
2026-01-05T6625: raise hardcoded unionfs file size limitJohn Estabrook
The number of set commands are limited by the hardcoded file size limit of unionfs node.val files. Raise from 2^18 to 2^20.
2025-12-20Merge pull request #121 from jestabro/vyconf-completion-envJohn Estabrook
T8061: use vyconf compatible calls for completion data
2025-12-19T8061: use vyconf compatible calls for completion dataJohn Estabrook
Use alternatives for validateTmplPath, getNodeType, getCompletionEnv.
2025-12-18Merge pull request #120 from natali-rs1985/T8080John Estabrook
T8080: Remove utility call to rollback vpp section of config after apply stage error
2025-12-16T8080: Remove utility call to rollback vpp section of config after apply ↵Nataliia Solomko
stage error Since vpp-failure-handler.service calls the same script if the vpp service fails to start or if there is an error during the apply stage of a commit, there is no need to call it twice.
2025-12-08Merge pull request #119 from dmbaturin/T8066-remove-exe_actionDaniil Baturin
misc: T8066: remove the oudated and dangerous exe_action utility
2025-12-03misc: T8066: remove the oudated and dangerous exe_action utilityDaniil Baturin
2025-11-29Merge pull request #115 from jestabro/vyconf-session-unsavedChristian Breunig
T8032: translate sessionUnsaved option to vyconf_cli_compat
2025-11-27Merge pull request #117 from dmbaturin/T8042-remove-priority.cViacheslav Hletenko
misc: T8042: remove the legacy priority utility
2025-11-27Merge pull request #118 from dmbaturin/T8044-remove-unused-source-filesViacheslav Hletenko
misc: T8044: remove unused source files
2025-11-26T8032: translate sessionUnsaved option to vyconf_cli_compatJohn Estabrook
2025-11-26Merge pull request #114 from jestabro/vyconf-edit-levelDaniil Baturin
T8009: translate edit_level operations to vyconf_cli_compat
2025-11-26Merge pull request #116 from dmbaturin/T8041-remove-priority.plDaniil Baturin
misc: T8041: remove the old priority.pl script
2025-11-25misc: T8044: remove unused source filesDaniil Baturin
2025-11-25misc: T8041: remove the old priority.pl scriptDaniil Baturin
that is superseded by a proper VyOS utility
2025-11-25misc: T8042: remove the legacy priority utilityDaniil Baturin