summaryrefslogtreecommitdiff
path: root/python/vyos/configtree.py
AgeCommit message (Expand)Author
2023-12-12load-config: T5815: provide a variety of load config methodsJohn Estabrook
2023-08-09xml: T5452: catch lib errors in generate_cacheJohn Estabrook
2023-07-28configtree: T5316: use single-pass to drop trim functionJohn Estabrook
2023-05-31configtree: T5251: catch/raise error in delete and delete_valueJohn Estabrook
2023-05-10configtree: T5194: add function reference_tree_to_jsonJohn Estabrook
2023-03-29configdiff: T5089: add optional arg ordered_values for unit testsJohn Estabrook
2023-03-29configdiff: T5089: add union of configtrees for unit testJohn Estabrook
2023-02-11config_mgmt: T4991: use configtree.show_diff instead of Python difflibJohn Estabrook
2023-01-27configtree: T4961: improve error reporting of copyJohn Estabrook
2022-11-10migration: T4808: print configtree operations during migrationJohn Estabrook
2022-02-28configtree: T4235: distinguish sub(-tract) tree from delete treeJohn Estabrook
2022-02-28configtree: T4235: allow empty argumentsJohn Estabrook
2022-02-28configtree: T4235: simplification of diff_tree classJohn Estabrook
2022-02-28configtree: T4235: add utility get_subtreeJohn Estabrook
2022-02-08configtree: T4235: encapsulate config tree diff functionJohn Estabrook
2020-04-18vyos.configtree: bugfix exception message used non existent variableChristian Poessinger
2020-03-30migration: T2029: extract the version string instead of strippingJohn Estabrook
2020-03-30migration: T2029: process new version syntax in configtreeJohn Estabrook
2019-12-03T1801: move escaping of backslashes into configtreeJohn Estabrook
2019-10-27T1773: add a script for converting the config to JSON.Daniil Baturin
2019-08-20vyos.configtree: add help for set methodChristian Poessinger
2019-03-17[vyos.configtree] T1305: allow configs to end with leaf nodes.Daniil Baturin
2019-02-14[vyos.configtree] T1248: add a function for node copyingDaniil Baturin
2018-09-11Add support for retrieving error messages from inside libvyosconfig.Daniil Baturin
2018-09-10Improve error reporting in vyos.configtreeDaniil Baturin
2018-09-02T824: add Python bindings for the rename_node function to vyos.configtreeDaniil Baturin
2018-06-05T684: add bindings for the commands formatter and scripts for converting conf...Daniil Baturin
2018-05-28Add bindings for libvyosconfig -- the standalone config file parsing and mani...Daniil Baturin