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
/
config_tree.ml
Age
Commit message (
Expand
)
Author
2018-11-29
Escape special characters inside value strings when converting configs to com...
Daniil Baturin
2018-06-06
Use String.concat instead of reinventing it with fold.
Daniil Baturin
2018-06-05
Add a function for getting sorted children from a node and use it for sorting...
Daniil Baturin
2018-06-04
Initial implementation of the commands formatter.
Daniil Baturin
2018-05-23
Render valueless nodes correctly.
Daniil Baturin
2018-02-18
Do not quote values that don't need quoting in Config_tree.render
Daniil Baturin
2018-02-17
Add Config_tree.render_at_level function for correct rendering of configs for...
Daniil Baturin
2017-04-03
T255: Add curly config renderer (#8)
Shon Feder
2017-01-10
Add JSON de/serialization derivers to vytree and config tree modules.
Daniil Baturin
2016-12-21
T225: Added inactive and ephemeral fields to node data in Config_tree
Phil Summers
2016-12-20
T224: add node comment functionality to the config tree.
Daniil Baturin
2015-09-23
Make Config_tree.set aware of valueless nodes.
Daniil Baturin
2015-09-23
Add delete function to Config_tree, add some tests for it.
Daniil Baturin
2015-09-21
Fix multilevel insert logic.
Daniil Baturin
2015-09-21
Remove metadata from the config tree data, rendering and the like requires
Daniil Baturin
2015-04-26
Add an option to keep child order, will be used for rendering.
Daniil Baturin
2015-04-26
Add config tree module.
Daniil Baturin