summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-02T8032: add vyconfd handlers for config_unsavedJohn Estabrook
2025-12-02T8032: add protobuf messaage for config_unsaved requestJohn Estabrook
2025-11-26Merge pull request #36 from jestabro/vyconf-edit-levelDaniil Baturin
2025-11-20T8009: make set/delete/show edit-level awareJohn Estabrook
2025-11-20T8009: add executable for replacing retained cli-shell-api callsJohn Estabrook
2025-11-20T8009: add edit_level requests to client moduleJohn Estabrook
2025-11-20T8009: add vyconfd handlers for edit_level requestsJohn Estabrook
2025-11-20T8009: add messages for edit_level requestsJohn Estabrook
2025-11-20Merge pull request #35 from jestabro/show-configJohn Estabrook
2025-11-10T7988: return difference of running and proposed config for show_configJohn Estabrook
2025-11-04Merge pull request #33 from jestabro/exn-alertDaniil Baturin
2025-11-03T7915: catch exceptions and add annotations indicated by alert exnJohn Estabrook
2025-11-03T7915: exclude compiler alerts from testsJohn Estabrook
2025-11-03T7915: remove cstore adapterJohn Estabrook
2025-11-03Merge pull request #32 from jestabro/session-managementDaniil Baturin
2025-11-03Merge pull request #34 from jestabro/restart-from-cacheDaniil Baturin
2025-11-02T7980: cache running config on commit completion and add option to reloadJohn Estabrook
2025-11-01T7980: add function load_config_cacheJohn Estabrook
2025-11-01T7980: use write_internal_atomic for running cache and refactorJohn Estabrook
2025-10-22T7910: add request show_sessions to list all session recordsJohn Estabrook
2025-10-22T7910: drop proposed_config field from session recordJohn Estabrook
2025-09-18Merge pull request #31 from jestabro/interstitial-setDaniil Baturin
2025-09-15T7737: apply auxiliary set/delete operations to config post-commitJohn Estabrook
2025-09-15T7737: add requests to provide auxiliary set/delete operations on configJohn Estabrook
2025-09-10T7737: drop message debug logging for nowJohn Estabrook
2025-09-10T7737: provide session pid, user, sudo_user to vyos-commitdJohn Estabrook
2025-09-10T7737: add user and sudo_user fields to session for use in commitJohn Estabrook
2025-09-10T7737: use pid for lock refJohn Estabrook
2025-09-10T7737: replace unuseful session_update_pid with session_existsJohn Estabrook
2025-09-10T7737: normalize protobuf field name styleJohn Estabrook
2025-08-19Merge pull request #30 from jestabro/dynamic-session-configDaniil Baturin
2025-08-19T7734: distinguish childless non-leaf nodes in set operationJohn Estabrook
2025-08-19T7728: dynamically generate proposed config from changeset dataJohn Estabrook
2025-08-19Merge pull request #29 from jestabro/validate-treeJohn Estabrook
2025-08-13T7718: move prune_del_path to Vyos1x.Config_treeJohn Estabrook
2025-08-13T7718: use revised validate_treeJohn Estabrook
2025-08-05Merge pull request #28 from jestabro/fix-delete-pathsDaniil Baturin
2025-08-04T7688: remove tag node path on deletion of last tag node valueJohn Estabrook
2025-08-04T7688: fix typo in replacing tree paths on delete errorJohn Estabrook
2025-07-22Merge pull request #27 from jestabro/debug-smoketestsDaniil Baturin
2025-07-17T7637: fix typo in update of trees when cloning path with tag_valueJohn Estabrook
2025-07-17T7637: be lenient on redundant/duplicate values for smoketestsJohn Estabrook
2025-07-15Merge pull request #26 from vyos/claChristian Breunig
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-08Merge pull request #24 from jestabro/merge-configcurrentJohn Estabrook
2025-07-06T7499: catch Duplicate_value errorJohn Estabrook
2025-07-06T7374: close session to avoid stale dataJohn Estabrook
2025-07-06T7499: use direct request to vyconfd to avoid re-validating pathsJohn Estabrook
2025-07-06T7499: allow load from internal representation to avoid re-parsingJohn Estabrook
2025-07-06Merge pull request #25 from vyos/claChristian Breunig