Age | Commit message (Expand) | Author |
2022-04-21 | T4361: refactor and simplify vyos.config.exists() | Daniil Baturin |
2022-04-14 | config: T4361: correct exists()/exists_effective() on value(s) | John Estabrook |
2022-03-10 | Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python" | John Estabrook |
2022-03-08 | save-config: T4292: rewrite vyatta-save-config.pl to Python | John Estabrook |
2021-04-16 | config: T3481: add switch to prevent mangling of tag node values | John Estabrook |
2020-08-30 | config: T2636: get_config_dict() returns a list on multi node by default | John Estabrook |
2020-07-22 | config: T2707: use ConfigSource and refactor Config methods | John Estabrook |
2020-07-17 | config: T2689: cache config_dict | John Estabrook |
2020-07-03 | config_dict: update docstring | John Estabrook |
2020-07-03 | config_dict: T2670: remove dependency on show_config | John Estabrook |
2020-07-01 | config_dict: T2668: move keyword arg get_first_key into get_sub_dict | John Estabrook |
2020-07-01 | config: T2667: add missing check | John Estabrook |
2020-07-01 | config: T2667: use get_sub_dict for get_config_dict(path, ...) | John Estabrook |
2020-06-18 | T2614: add a key mangling option to vyos.config.get_config_dict() | Daniil Baturin |
2020-06-16 | config: T2568: add missing error checking | John Estabrook |
2020-05-17 | config: T2409: effective config should be empty at boot initialization | John Estabrook |
2020-05-17 | config: return empty dict if configuration under path is empty | John Estabrook |
2020-05-05 | config: T2427: always return copies of lists | Jernej Jakob |
2020-03-29 | vyos.config: T2180: ignore CLI edit level in show_config | John Estabrook |
2020-01-29 | T1989: use explicit active/working showConfig options to prevent getting diffs | Daniil Baturin |
2020-01-24 | Python: T1986: close subprocess channel | Christian Poessinger |
2019-12-16 | Merge branch 'current' into equuleus | hagbard |
2019-12-11 | vyos.config: T1846: ignore edit level when obtaining running config | John Estabrook |
2019-12-10 | vyos.config: T1862: restore regex after merge | John Estabrook |
2019-12-10 | Merge branch 'current' of github.com:vyos/vyos-1x into equuleus | Christian Poessinger |
2019-12-09 | vyos.config: T1764: allow for list argument to exists, in value case | John Estabrook |
2019-12-09 | vyos.config: T1846: ignore edit level when obtaining working config | John Estabrook |
2019-12-06 | equuleus: T1862: Use regex pattern \s+ to split strings on whitespace | John Estabrook |
2019-12-06 | Merge branch 'current' of github.com:vyos/vyos-1x into equuleus | Christian Poessinger |
2019-12-04 | [vyos.config] T1847: correctly set_level for path given as empty string | John Estabrook |
2019-12-04 | Merge branch 'current' of github.com:vyos/vyos-1x into equuleus | Christian Poessinger |
2019-12-03 | T1801: move escaping of backslashes into configtree | John Estabrook |
2019-11-17 | Merge branch 'current' of github.com:vyos/vyos-1x into equuleus | Christian Poessinger |
2019-11-17 | T1801: escape isolated backslashes before passing to ConfigTree() | John Estabrook |
2019-10-31 | Merge branch 'current' of github.com:vyos/vyos-1x into equuleus | Christian Poessinger |
2019-10-28 | Add a function for retrieving config dicts. | Daniil Baturin |
2019-10-27 | Allow list arguments in the vyos.config show_config() function. | Daniil Baturin |
2019-10-27 | Replace the try and wait for segfault approach with explicit inSession check. | Daniil Baturin |
2019-10-25 | [vyos.config] T1758: adjust regex for change in Python 3.7 | John Estabrook |
2019-10-24 | [vyos.config] T1764: support both string and list arguments in config functions. | Daniil Baturin |
2019-10-23 | [vyos.config] T1758: check that config setup has completed before | John Estabrook |
2019-10-23 | [vyos.config] T1758: use vyos.configtree for reading values, | Daniil Baturin |
2019-07-03 | [vyos.config] T1505: correct return_effective_values output splitting. | Daniil Baturin |
2019-06-13 | T1431: make it possible to obtain session environment and run vyos.config fun... | Daniil Baturin |
2019-05-28 | T1397: Rewrite the config merge script | John Estabrook |
2018-08-26 | T801: correct parsing of returnValues and listNodes output. | Daniil Baturin |
2018-06-20 | Initial API documentation for vyos.config. | Daniil Baturin |
2018-06-16 | Set the license of all vyos.* libraries to LGPLv2+. | Daniil Baturin |
2018-02-28 | Fix return_values function (return a list instead of a raw string). | Daniil Baturin |
2017-10-26 | T433: Add "effective" observers and inSession to the vyos.config library | Taniadz |