summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2026-06-29ci: T8490: fix typos in comments and docsci/T8490-typos-vyconfYuriy Andamasov
2026-03-04T8313: adjust copy/rename messagesJohn Estabrook
2025-12-17T8061: add get_completion_env requestJohn Estabrook
2025-12-17T8061: add get_path_type requestJohn Estabrook
2025-12-17T8061: add reference_path_exists requestJohn Estabrook
2025-12-02T8032: add protobuf messaage for config_unsaved requestJohn Estabrook
2025-11-20T8009: add messages for edit_level requestsJohn Estabrook
2025-10-22T7910: add request show_sessions to list all session recordsJohn Estabrook
2025-09-15T7737: add requests to provide auxiliary set/delete operations on configJohn 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: replace unuseful session_update_pid with session_existsJohn Estabrook
2025-09-10T7737: normalize protobuf field name styleJohn 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-05-12T7363: add get_config(s) request for Config instance initializationJohn Estabrook
2025-05-12T7363: add error indicating uncommited changesJohn Estabrook
2025-05-12T7363: add session search and update by pidJohn Estabrook
2025-05-12T7363: track process id in session dataJohn Estabrook
2025-05-12T7363: normalize function naming for auto-generationJohn Estabrook
2025-04-11T7321: add session_changed checkJohn Estabrook
2025-04-11T7321: add discard operationJohn Estabrook
2025-04-11T7321: add load config operation: load to proposed configJohn Estabrook
2025-04-11T7321: rename vyconf.proto message Status and enum to avoid collisionJohn Estabrook
2025-04-04T7302: add dry_run field and update branchJohn Estabrook
2025-03-31T7272: add commit processing of commitd responseJohn Estabrook
2025-03-16T7121: add cache directory and files, and commitd socket nameJohn Estabrook
2025-03-16T7121: add commitd protobuf message definition fileJohn Estabrook
2025-01-15T7046: add request reload_reftreeJohn Estabrook
2025-01-14T7046: move reftree.cache to unique directoryJohn Estabrook
2024-10-27T6718: fix teardown methodJohn Estabrook
2024-10-27T6718: add independent validate field and methodsJohn Estabrook
2024-10-27T6718: add vyconfd.conf for installationJohn Estabrook
2024-10-27T6718: read reference tree json file on startupJohn Estabrook
2018-05-14Merge pull request #10 from Taniadz/masterDaniil Baturin
2018-02-11Add output format option (plain or JSON) to the config data reading and op mo...Daniil Baturin
2017-10-11T413: Make a schema for op mode (delete ownerAttr)Taniadz
2017-10-10T413: Make a schema for op modeTaniadz
2017-09-12Add support for completionHelp tag to the schema.Daniil Baturin
2017-01-19Add basic session setup/teardown functionality to vyconfd.Daniil Baturin
2017-01-16Re-generate RNG schema, update files that use it.Daniil Baturin
2017-01-16Move <keepChildOrder/> into properties.Daniil Baturin
2017-01-16Make the "argument" attribute of external validators optional.Daniil Baturin
2017-01-06Do not require path for set/delete, add an error for trying to set a path tha...Daniil Baturin
2017-01-06Make error and warning single string, add more specific error codes.Daniil Baturin
2017-01-06Split session setup and entering configuration mode in the protobuf schema.Daniil Baturin
2017-01-06Add confirm operation. Remove notifications field.Daniil Baturin
2017-01-06Extend the protobuf schema, update build scripts.Daniil Baturin
2017-01-06Add initial implementation of the protobuf schema.Daniil Baturin
2017-01-04Add "version" attribute to component definition schema.Daniil Baturin