summaryrefslogtreecommitdiff
path: root/src/commit.ml
AgeCommit message (Collapse)Author
7 daysT7272: add commit processing of commitd responseJohn Estabrook
7 daysT7272: 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