summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-25Merge pull request #5 from jestabro/equuleus-config-diffequuleusDaniil Baturin
T4235: Add bindings for config tree diff algorithm
2022-04-20T4235: binding for trim_treeJohn Estabrook
(cherry picked from commit ee296ca445452d6a5021144cd8747d1456ae315e)
2022-04-20T4235: binding for modified return value of diff_tree (nee diffs)John Estabrook
(cherry picked from commit 41c75d8440f3430a12e425b67d97dba6ba081b39)
2022-04-20T4235: binding for get_subtreeJohn Estabrook
(cherry picked from commit eda420ac7213bdc62f0ee1fa7ee8674418d350ac)
2022-04-20configtree: T4235: allow rendering delete commandsJohn Estabrook
(cherry picked from commit eb2ec50dea6fa47326cbbe65b47c31a3a86836ba)
2022-04-20configtree: T4235: binding for config tree diff functionJohn Estabrook
(cherry picked from commit 297612c64230008228f77806e575c3831e15476e)
2021-04-04Jenkins: use build library from proper branch "equuleus"Christian Poessinger
2021-01-04Update the debian version.Daniil Baturin
2020-11-12Use the pure OCaml re library instead of libpcre.Daniil Baturin
2020-06-24Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2019-12-31Jenkins: select proper Docker container on master branchChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Jenkins: adjust to new Debian Buster buildChristian Poessinger
2019-10-30Jenkins: Docker: always pull container from DockerhubVyOS_1.2-2019Q4Christian Poessinger
2019-10-30Jenkins: eval opam environmentChristian Poessinger
2019-10-27T1773: Expose functions for JSON rendering.Daniil Baturin
2019-10-27Merge branch 'current' of github.com:vyos/libvyosconfig into currentDaniil Baturin
2019-10-09Jenkins: import Pipeline from vyos-1x commit 2d3539f9dec1Christian Poessinger
2019-07-29Document the build procedure.Daniil Baturin
2019-06-29Update changelog.Daniil Baturin
2019-06-30Switch from linking with vyconf plus adhocery to dedicated vyos1x-config ↵Daniil Baturin
package.
2019-06-06Merge pull request #2 from jestabro/config-migrateJohn Estabrook
T1334: Migration script runner rewrite
2019-05-30T1334: Migration script runner rewriteJohn Estabrook
Add lexing support for new config file footer syntax.
2019-03-17T1305: allow configs to end with a leaf node.Daniil Baturin
2019-02-14Add a function for copying nodes.Daniil Baturin
2019-01-26Update changelog and version.v0.0.6Daniil Baturin
2019-01-26T1193: allow top level leaf and tag nodes.v0.0.5Daniil 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-29Update the changelog (even though the actual change is in vyconf).v0.0.4Daniil Baturin
2018-09-11Add 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-11Allow 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%#$!@*&".
2018-09-02T824: add support for node renaming.Daniil Baturin
2018-08-04T765: escape special characters on config formatting.Daniil Baturin
2018-07-18Use a more descriptive name for the lexer hack flag and add an explanation ↵Daniil Baturin
of it.
2018-06-05Revert "Allow leaf and tag nodes at the top level, required for piping conf ↵Daniil Baturin
mode "show" output" This reverts commit a02c7c1cf4b0ba7666575648562f99f593306c27.
2018-06-05Add commands formatter function to the bindings.Daniil Baturin
2018-06-05Allow leaf and tag nodes at the top level, required for piping conf mode ↵Daniil Baturin
"show" output which produces incomplete configs and thus breaks the "all top level nodes" are non-leaf non-tag nodes invariant.
2018-05-31Trim comments strings to avoid adding extra whitespace.Daniil Baturin
2018-05-30Quote all values just to be safe.Daniil Baturin
2018-05-29Merge branch 'master' of github.com:vyos/libvyosconfigDaniil Baturin
2018-05-29Correct rendering of childless tag nodes.Daniil Baturin
2018-05-28Add hacky debian packaging.Daniil Baturin
2018-05-28Add the delete and exists/list_nodes/return_value(s) functions.Daniil Baturin
2018-05-28Oops, missing library in the makefile.Daniil Baturin
2018-05-28Add from_string and to_string functions to the bindings.Daniil Baturin
2018-05-28Integrate the parser/lexer and the renderer in the build setup.Daniil Baturin
2018-05-28Clean up commented out code.Daniil Baturin
2018-05-28Use the ephemeral flag for marking tag nodes at parsing time.Daniil Baturin
2018-05-28Remove extra new lines from the config output.Daniil Baturin
2018-05-27Add a formatter for VyOS 1.x config files.Daniil Baturin