summaryrefslogtreecommitdiff
path: root/python/vyos/xml_ref
AgeCommit message (Expand)Author
2024-04-03T6199: drop unused Python importsChristian Breunig
2023-08-10xml: T5218: fix typo in component_versionJohn Estabrook
2023-08-09xml: T5452: catch lib errors in generate_cacheJohn Estabrook
2023-08-07config: T5443: add config merge_defaults methodJohn Estabrook
2023-08-07xml: T5435: utility function for default value at pathJohn Estabrook
2023-07-29xml: T5403: remove incorrect arg checkJohn Estabrook
2023-07-27xml: T5403: add support for supplemental xml cacheJohn Estabrook
2023-07-20xml: T5345: replace dropped shift, necessary for compatability of argsJohn Estabrook
2023-07-12Merge pull request #2079 from jestabro/from-defaultsDaniil Baturin
2023-07-09xml: T5345: remove unneeded, incorrect check on pathsJohn Estabrook
2023-07-07config: T5330: retain information of internal _dict_mergeJohn Estabrook
2023-07-05xml: T5218: add missing str.split() in defaults of multi nodeJohn Estabrook
2023-06-24Merge pull request #2010 from jestabro/revise-config-dictJohn Estabrook
2023-06-22config: T5228: add get_config_defaults options to match get_config_dictJohn Estabrook
2023-06-22config: T5228: use local _dict_merge to avoid circular importJohn Estabrook
2023-06-22xml: T5218: fix error and simplify logic in recursive optionJohn Estabrook
2023-05-26xml: T5242: add cli_defined boolean test for node existing under pathJohn Estabrook
2023-05-19xml: T5218: return defaults only for child leaf-nodes, unless recursiveJohn Estabrook
2023-05-17xml: T5218: add operations on xml cacheJohn Estabrook
2023-05-11xml: T5218: generate xml cache from reference_treeJohn Estabrook