index
:
vyconf.git
master
Software appliance configuration framework (mirror of https://github.com/vyos/vyconf.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commit.ml
Age
Commit message (
Collapse
)
Author
7 days
T7272: call both Lwt connections under a single Lwt.main
John Estabrook
Call both the vyconfd server and the vyos-commitd client under the top-level Lwt.main loop.
7 days
T7272: add commit processing of commitd response
John Estabrook
7 days
T7272: simplify library dependencies for implementation of commit op
John Estabrook
2025-03-16
T7121: keep track of source of subtree from delete or add trees
John 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-16
T7121: add commit_store stub callback and expose needed functions
John Estabrook
2025-03-16
T7121: script_name defined as string, not string option, by construction
John Estabrook
2025-03-16
T7121: extend and rename commit data records to parallel vyos-commitd
John Estabrook
2025-02-06
T6946: add test function and executable
John Estabrook
2025-02-06
T6946: calculate priority lists
John Estabrook
2025-02-06
T6946: add utils for assembling commit data
John Estabrook