Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-23 | https api: T5772: check if keys are configured unless PAM auth is enabled ↵ | Daniil Baturin | |
for GraphQL (cherry picked from commit 8c450ea7f538beb0b2cd21d35c05d18db49a1802) | |||
2021-07-08 | T3663: use inotify-based waiting for keepalived in `show vrrp` | Daniil Baturin | |
2020-12-04 | pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflict | DmitriyEshenko | |
2019-12-10 | Backport the ask_yes_no function. | Daniil Baturin | |
2019-07-03 | T1503: add functions for commit lock checking and waiting. | Daniil Baturin | |
Conflicts: python/vyos/defaults.py | |||
2018-07-24 | Add a validator for scripts that are supposed to be in /config | Daniil Baturin | |
2018-07-23 | Add a convenience function for getting the config owners group GID. | Daniil Baturin | |
2018-07-20 | Remove a stray debug print. | Daniil Baturin | |
2018-07-20 | Add vyos.util.read_file() function. | Daniil Baturin | |
Really, how many times can we write the same thing. | |||
2018-07-20 | Add a function for converting seconds to a human readable elapsed time ↵ | Daniil Baturin | |
descriptions such as 1w3d18h42m12s. | |||
2018-07-19 | Add a function for quickly checking running processes by their PID files. | Daniil Baturin | |
2018-06-16 | Set the license of all vyos.* libraries to LGPLv2+. | Daniil Baturin | |
2018-06-08 | T689: add a new script for 'show hardware cpu summary'. | Daniil Baturin | |
Since the format is common in /proc, make parsing the data a library function. | |||
2018-05-14 | T633: build integration and minor fixes in the op mode command generator. | Daniil Baturin | |
2017-09-21 | T401: add functions for reading VyOS version data. | Daniil Baturin | |
2017-09-08 | Separate VyOSError and ConfigError. | Daniil Baturin | |
VyOSError is now only raised on improper config operations and internal errors, such as trying to use a function on a wrong kind of node. ConfigError should be used by scripts to indicate configuration mistakes and error conditions. |