Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-06 | Merge pull request #106 from vyos/claHEADcurrent | Christian Breunig | |
T7579: added workflow for CLA | |||
2025-07-04 | T7579: added workflow for CLAcla | lemeshovich | |
2025-07-01 | Merge pull request #103 from hedrok/T6769-check-commit-args | Daniil Baturin | |
cli: T6769: check commit arguments | |||
2025-07-01 | cli: T6769: fix PR issues: default comment + typo | Kyrylo Yatsenko | |
As suggested in https://github.com/vyos/vyatta-cfg/pull/103 * Get back lost default value of `comment` variable * Fix typo `arugments` -> `arguments` in message | |||
2025-06-23 | cli: T6769: check commit arguments | Kyrylo Yatsenko | |
Check usage: `commit [comment COMMENTTEXT]` Make any other option combination an error and don't pass other arguments to inner scripts. Before this commit command `commit` silently accepted any number of arguments, moreover given `spam1 comment hi1 spam2 comment hi2 spam3` parsing script silently ignored first `comment hi1`, has written `hi2` as comment and passed `spam1 spam2 spam3` to inner script. There are two options for inner scripts: /opt/vyatta/sbin/my_commit Code in vyatta-cfg/src/cli_bin.cpp$ argv is used to check script name and passed to doCommit which ignores it /usr/libexec/vyos/vyconf/bin/vy_commit vyos-1x/python/vyos/vyconf_session.py In similar way argv is used to determine script name Both don't use any arguments, so passing and collecting other arguments seems not needed and confusing | |||
2025-06-12 | Merge pull request #102 from jestabro/reset-section | Viacheslav Hletenko | |
T7488: call utility to rollback vpp section of config after apply stage error | |||
2025-06-10 | T7488: call utility to rollback vpp section of config after failure | John Estabrook | |
2025-06-05 | Merge pull request #101 from jestabro/vyconf-cli | Daniil Baturin | |
T7374: allow use of exisiting vyconf replacements for my_* commands | |||
2025-05-26 | T7374: allow use of exisiting vyconf replacements for my_* commands | John Estabrook | |
2025-05-26 | Merge pull request #100 from kumvijaya/current | Viacheslav Hletenko | |
T7445: added open prs conflict check caller workflow | |||
2025-05-24 | T7445: added open prs conflict check workflow | kumvijaya | |
2025-05-23 | Merge pull request #99 from jestabro/config-context | John Estabrook | |
T7374: teardown vyconf config session on CLI config session exit | |||
2025-05-12 | T7374: teardown vyconf config session on CLI config session exit | John Estabrook | |
2025-04-14 | Merge pull request #98 from dmbaturin/T7344-bash-completion-dep | Viacheslav Hletenko | |
packaging: T7344: pin bash-completion to a knowingly compatible version | |||
2025-04-10 | packaging: T7344: pin bash-completion to a knowingly compatible version | Daniil Baturin | |
that we are building from source now | |||
2025-04-01 | Merge pull request #97 from kumvijaya/current | Christian Breunig | |
T7291: updated codeowners review by removing reviewers group | |||
2025-03-29 | T7291: updated codeowners review by removing reviewers group | kumvijaya | |
2024-11-19 | Merge pull request #94 from jestabro/vyconf-minimal | John Estabrook | |
T6718: use the vyconf daemon for validation of set commands | |||
2024-10-23 | T6717: memory management of alloced return values | John Estabrook | |
The ctypes binding makes a copy of the string return value; the originating C memory allocation needs to be explicitly managed. | |||
2024-10-23 | T6717: split validate and set functions | John Estabrook | |
Separate the application of validators from the cstore update. | |||
2024-10-23 | T6717: add redirect_stdout | John Estabrook | |
Legacy set/delete methods write errors to stdout; capture for redirection in return value. | |||
2024-10-23 | T5528: add adapter interface | John Estabrook | |
Expose legacy set/delete functions in a form suitable for external calls. | |||
2024-10-08 | Merge pull request #93 from jestabro/commit-confirm-soft-rollback | John Estabrook | |
config-mgmt: T5976: commit-confirm completion to include soft revert | |||
2024-10-08 | config-mgmt: T5976: commit-confirm completion to include soft revert | John Estabrook | |
2024-10-04 | Merge pull request #91 from sever-sever/T6763 | Christian Breunig | |
T6763: Delete Jenkins file | |||
2024-10-04 | T6763: Delete Jenkins file | Viacheslav Hletenko | |
2024-09-17 | Merge pull request #89 from kumvijaya/current | Christian Breunig | |
T6722: updated to use reusable workflows | |||
2024-09-17 | T6722: removed py check workflows | kumvijaya | |
2024-09-17 | T6722: added codeowners | kumvijaya | |
2024-09-17 | T6722: updated to use reusable workflows | kumvijaya | |
2024-09-14 | Merge pull request #87 from sever-sever/T6674-trigger-rebuils-current | Christian Breunig | |
T6674: Action add trigger workflow to rebuild package | |||
2024-09-14 | T6674: Action add trigger workflow to rebuild package | Viacheslav Hletenko | |
2024-07-03 | Merge pull request #85 from jestabro/remove-perl | Christian Breunig | |
T6527: remove remaining references to Perl | |||
2024-07-03 | T6527: remove remaining references to Perl | John Estabrook | |
2024-07-01 | Merge pull request #83 from c-po/no-legacy | Christian Breunig | |
T6527: remove legacy Perl library components | |||
2024-06-30 | T6527: remove legacy Perl library components | Christian Breunig | |
2024-05-28 | Merge pull request #80 from jestabro/typo-completion | Daniil Baturin | |
cli: T6383: fix typo in completion help for rollback commands | |||
2024-05-28 | cli: T6383: fix typo in completion help for rollback commands | John Estabrook | |
2024-05-28 | Merge pull request #79 from dmbaturin/rollback-soft-help | John Estabrook | |
cli: T6383: improve completion help for rollback commands | |||
2024-05-27 | cli: T6383: improve completion help for rollback commands | Daniil Baturin | |
2024-04-09 | Merge pull request #77 from HollyGurza/T6206 | Christian Breunig | |
configdep: T6206 fix marker for last element of delete priority queues | |||
2024-04-09 | configdep: T6206 fix marker for last element of delete priority queues | khramshinr | |
related task: T5660: add marker for last element of priority queues | |||
2024-03-25 | Merge pull request #76 from rebortg/patch-1 | Daniil Baturin | |
Github: PR Template: make related tasks optional | |||
2024-03-24 | make related tasks optional | Robert Göhler | |
2024-02-29 | Merge pull request #74 from jestabro/last-in-prioqueue | Daniil Baturin | |
configdep: T5660: add marker for last element of priority queues | |||
2024-02-28 | configdep: T5660: add marker for last element of priority queues | John Estabrook | |
2023-12-21 | Merge pull request #71 from indrajitr/duid-refactor-T5846 | Christian Breunig | |
dhcp: T5846: Have separate DUID formatter hint | |||
2023-12-20 | dhcp: T5846: Have separate DUID formatter hint | Indrajit Raychaudhuri | |
Have separate custom DUID formatter hint for config shell. | |||
2023-12-17 | GitHub: update workflows | Christian Breunig | |
2023-12-17 | Merge pull request #69 from sever-sever/T5249 | Christian Breunig | |
T5249: Add node rollback-soft |