Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-15 | T5195: move individual helper functions to vyos.utils module | Christian Breunig | |
* FixedDict can be found in vyos.utils.dict.FixedDict * Move vyos.authutils to vyos.utils.auth | |||
2023-07-07 | config: T5330: allow mangle_dict_keys to preserve type for subclassing | John Estabrook | |
2023-06-24 | Merge pull request #2010 from jestabro/revise-config-dict | John Estabrook | |
config: T5228: simplify get_config_dict and add argument with_defaults | |||
2023-06-10 | vyos.utils: T5248: add util function: dict of list[str]|str -> list of paths | John Estabrook | |
2023-05-21 | config: T5228: simplify mangle_dict_keys | John Estabrook | |
2023-05-11 | vyos.utils: T5195: fix option list output in ↵ | Daniil Baturin | |
vyos.utils.dict.check_mutually_exclusive_options on missing options error | |||
2023-05-10 | vyos.utils: T5195: add vyos.utils.dict.check_mutually_exclusive_options | Daniil Baturin | |
2023-05-03 | T5195: add vyos.utils.dict | Daniil Baturin | |
Old functions still remain in vyos.util for now |