Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-29 | Merge pull request #13 from jestabro/tree-maskmaster | John Estabrook | |
T6180: add binding for mask_tree | |||
2024-03-28 | T6180: add binding for mask_tree | John Estabrook | |
2023-07-28 | Merge pull request #12 from jestabro/immutable | Daniil Baturin | |
T5316: drop trim function | |||
2023-07-13 | T5316: drop trim function | John Estabrook | |
2023-05-31 | Merge pull request #11 from jestabro/error-passing | John Estabrook | |
T5251: catch error Vytree.Nonexistent_path in delete_value | |||
2023-05-31 | T5251: catch error Vytree.Nonexistent_path in delete_value | John Estabrook | |
2023-05-16 | Merge pull request #10 from jestabro/reference-tree | John Estabrook | |
T5194: add binding for reference_tree_to_json | |||
2023-05-11 | T5194: add binding for reference_tree_to_json | John Estabrook | |
2023-03-29 | Merge pull request #9 from jestabro/tree-union | John Estabrook | |
T5089: bindings for configtree union and optional arg ord_val (ordered_values) | |||
2023-03-20 | T5089: add support for optional arg 'ordered_values' (ord_val) | John Estabrook | |
2023-03-20 | T5089: binding for configtree tree_union | John Estabrook | |
2023-02-11 | Merge pull request #7 from jestabro/udiff | John Estabrook | |
T4991: add binding for function show_diff | |||
2023-02-10 | T4991: add binding for function show_diff | John Estabrook | |
2023-01-27 | Merge pull request #6 from jestabro/insert_error | Daniil Baturin | |
T4961: add descriptive error_message to copy_node | |||
2023-01-27 | T4961: add descriptive error_message to copy_node | John Estabrook | |
2022-03-01 | Merge pull request #4 from jestabro/subtree | John Estabrook | |
T4235: bindings for modified return value of diff_tree, and for get_subtree | |||
2022-02-27 | T4235: binding for trim_tree | John Estabrook | |
2022-02-25 | T4235: binding for modified return value of diff_tree (nee diffs) | John Estabrook | |
2022-02-25 | T4235: binding for get_subtree | John Estabrook | |
2022-02-10 | Merge pull request #3 from jestabro/config-diff | Christian Poessinger | |
T4235: binding for config tree diff function | |||
2022-02-08 | configtree: T4235: allow rendering delete commands | John Estabrook | |
2022-02-08 | configtree: T4235: binding for config tree diff function | John Estabrook | |
2022-02-03 | Add -thread link for ctypes-foreign after upgrade to ctypes >= 0.18.0 | John Estabrook | |
Change discussed here: https://github.com/ocamllabs/ocaml-ctypes/pull/651 | |||
2021-03-26 | Jenkins: setup OCaml build environment | Christian Poessinger | |
2021-03-26 | Jenkins: enable arm64 builds | Christian Poessinger | |
2021-03-12 | Update the latest OCaml version reference | Daniil Baturin | |
2021-02-24 | Update Jenkinsfile | Daniil Baturin | |
2020-11-12 | Use the pure OCaml re library instead of libpcre. | Daniil Baturin | |
2020-06-24 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-03-21 | Jenkins: T1870: support GitHub PullRequest builds | Christian Poessinger | |
2019-12-31 | Jenkins: select proper Docker container on master branch | Christian Poessinger | |
2019-12-27 | Jenkins: make pipeline branch independent | Christian Poessinger | |
2019-12-18 | Jenkins: adjust to new Debian Buster build | Christian Poessinger | |
2019-10-30 | Jenkins: Docker: always pull container from DockerhubVyOS_1.2-2019Q4 | Christian Poessinger | |
2019-10-30 | Jenkins: eval opam environment | Christian Poessinger | |
2019-10-27 | T1773: Expose functions for JSON rendering. | Daniil Baturin | |
2019-10-27 | Merge branch 'current' of github.com:vyos/libvyosconfig into current | Daniil Baturin | |
2019-10-09 | Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec1 | Christian Poessinger | |
2019-07-29 | Document the build procedure. | Daniil Baturin | |
2019-06-29 | Update changelog. | Daniil Baturin | |
2019-06-30 | Switch from linking with vyconf plus adhocery to dedicated vyos1x-config ↵ | Daniil Baturin | |
package. | |||
2019-06-06 | Merge pull request #2 from jestabro/config-migrate | John Estabrook | |
T1334: Migration script runner rewrite | |||
2019-05-30 | T1334: Migration script runner rewrite | John Estabrook | |
Add lexing support for new config file footer syntax. | |||
2019-03-17 | T1305: allow configs to end with a leaf node. | Daniil Baturin | |
2019-02-14 | Add a function for copying nodes. | Daniil Baturin | |
2019-01-26 | Update changelog and version.v0.0.6 | Daniil Baturin | |
2019-01-26 | T1193: allow top level leaf and tag nodes.v0.0.5 | Daniil Baturin | |
The original config backend allows them, and it's needed ofr correct operation of the commands pipe at edit levels other than the top level. | |||
2018-11-29 | Update the changelog (even though the actual change is in vyconf).v0.0.4 | Daniil Baturin | |
2018-09-11 | Add support for passing error messages to outside world. | Daniil Baturin | |
It's done through a global reference, but since the parser is already not reentrant due to the lexer hack, the issue is moot. | |||
2018-09-11 | Allow all characters except braces, quotes, and whitespace in "identifiers" | Daniil Baturin | |
(bare strings that can be either node identifiers or leaf node values). That's required for compatibility with old configs because old configs allow it, for example, "pre-shared secret f%#$!@*&". |