summaryrefslogtreecommitdiff
path: root/src/commit.ml
AgeCommit message (Collapse)Author
2026-06-29ci: T8490: fix typos in comments and docsci/T8490-typos-vyconfYuriy Andamasov
Comment/doc-only typo fixes (no code identifiers touched): - architecture.md: preferrable -> preferable; commited -> committed - data/schemata/{interface_definition,op-mode-definition}.{rnc,rng}: meaninful -> meaningful (schema completionHelp comment) - src/commit.ml: exluded -> excluded (inline comment) Clears the typos-check hits on this repo ahead of the T8490 ruleset pilot active flip. 🤖 Generated by [robots](https://vyos.io)
2026-02-03T8232: Vytree.fold_tree_with_path now returns the second componentJohn Estabrook
2025-11-03T7915: catch exceptions and add annotations indicated by alert exnJohn Estabrook
2025-09-10T7737: provide session pid, user, sudo_user to vyos-commitdJohn Estabrook
Send vyconfd session pid and client env vars to vyos-commitd for use in config mode scripts.
2025-08-04T7688: fix typo in replacing tree paths on delete errorJohn Estabrook
2025-07-17T7637: fix typo in update of trees when cloning path with tag_valueJohn Estabrook
This missed a proper update in the case of failures in a collection of tag node values; caught in test_interfaces_vxlan.py test_vxlan_external.
2025-05-13deps: T7450: Use PCRE2 instead of the original, oudated PCRET7450-use-pcre2Daniil Baturin
2025-04-04T7302: add dry_run field and update branchJohn Estabrook
2025-04-04T7302: remove unused commit_storeJohn Estabrook
2025-03-31T7272: call both Lwt connections under a single Lwt.mainJohn Estabrook
Call both the vyconfd server and the vyos-commitd client under the top-level Lwt.main loop.
2025-03-31T7272: add commit processing of commitd responseJohn Estabrook
2025-03-31T7272: simplify library dependencies for implementation of commit opJohn Estabrook
2025-03-16T7121: keep track of source of subtree from delete or add treesJohn Estabrook
For partial commits with a config error on a subtree, one needs to know the origin of the failed subtree, whether from deletion or addition, in order to contruct the partial successful result.
2025-03-16T7121: add commit_store stub callback and expose needed functionsJohn Estabrook
2025-03-16T7121: script_name defined as string, not string option, by constructionJohn Estabrook
2025-03-16T7121: extend and rename commit data records to parallel vyos-commitdJohn Estabrook
2025-02-06T6946: add test function and executableJohn Estabrook
2025-02-06T6946: calculate priority listsJohn Estabrook
2025-02-06T6946: add utils for assembling commit dataJohn Estabrook