Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | T4235: add comments on producing delete commands | John Estabrook | |
2022-04-27 | Merge pull request #6 from dmbaturin/master | John Estabrook | |
T4334: make the lexer reentrant by passing state around instead of using a shared mutable reference | |||
2022-04-21 | T4334: make the lexer reentrant by passing state around | Daniil Baturin | |
instead of using a shared mutable reference | |||
2022-03-01 | Merge pull request #4 from jestabro/delete-tree | Daniil Baturin | |
T4235: distinguish between sub(-tract) tree and delete tree | |||
2022-03-01 | Merge pull request #3 from jestabro/subtree | Daniil Baturin | |
T4235: simplify return value of diff_tree | |||
2022-02-28 | T4235: add function 'trim_tree' to produce tree for delete commands | John Estabrook | |
2022-02-25 | T4235: change type/variable names for clarity; add is_empty for list | John Estabrook | |
2022-02-25 | T4235: keep full paths in subtract tree | John Estabrook | |
In the intial implementation, the delete tree only kept the first node of a path not present in the RHS of the comparison; this was done as a convenience for generating 'trimmed' delete commands for the CLI. However, this loses needed information, and breaks the symmetry of results: LHS, RHS -> del, inter, add RHS, LHS -> add, inter, del Keep full paths in delete tree and rename trees.del to trees.sub(-tract). A separate function 'trim_tree' will be provided to produce a CLI-appopriate delete tree and commands. | |||
2022-02-23 | T4235: add utility function get_subtree | John Estabrook | |
2022-02-23 | T4235: function diff_tree now returns single tree containing diffs | John Estabrook | |
2022-02-09 | Merge pull request #2 from jestabro/config-diff | Daniil Baturin | |
T4235: add config tree diff algorithm | |||
2022-02-08 | configtree: T4235: render delete commands | John Estabrook | |
2022-02-08 | configtree: T4235: implementation of config tree diff | John Estabrook | |
2022-01-06 | Merge pull request #1 from jestabro/no-utf8-escape | Daniil Baturin | |
Use a modification of String.escaped to leave UTF-8 bytes unescaped | |||
2022-01-04 | Use a modification of String.escaped to leave UTF-8 bytes unescaped | John Estabrook | |
2019-10-27 | Merge branch 'master' of github.com:vyos/vyos1x-configvyos/1.2.6vyos/1.2.5vyos/1.2.4crux | Daniil Baturin | |
2019-10-27 | Remove batteries from dependencies and update version. | Daniil Baturin | |
2019-10-27 | Expose the JSON AST export function. | Daniil Baturin | |
2019-10-27 | Add a "simple" JSON renderer. | Daniil Baturin | |
2019-07-29 | Remove batteries from dependencies. | Daniil Baturin | |
2019-06-30 | Change syntax error wording. | Daniil Baturin | |
2019-06-30 | T1479: switch to Menhir's incremental API and add support for reporting ↵ | Daniil Baturin | |
error line numbers. | |||
2019-06-30 | T1478: Improved lexing error reporting, including proper support for single ↵ | Daniil Baturin | |
quoted strings. | |||
2019-06-30 | Initial import of libraries from Vyconf and old libvyosconfig. | Daniil Baturin | |