summaryrefslogtreecommitdiff
path: root/python/vyos/defaults.py
AgeCommit message (Collapse)Author
2023-12-04https: T5772: remove the default API keyDaniil Baturin
2023-12-04Revert "https api: T5772: fix Python version not supporting f-ormated ↵Daniil Baturin
strings and dict parsing" This reverts commit e7efd65483e7f6e1902a9ab88f8453d5fbb63c09.
2023-11-23https api: T5772: fix Python version not supporting f-ormated strings and ↵Christian Breunig
dict parsing cpo@LR3.wue3# commit [ service https ] At least one HTTPS API key is required! [[service https]] failed [[service https api]] failed cpo@LR3.wue3# set service https api keys id foo [edit] cpo@LR3.wue3# commit [ service https ] Missing HTTPS API key string for key id: foo
2019-09-04T1443: backport the HTTP API to crux.Daniil Baturin
Implementation by Daniil Baturin and John Estabrook.
2019-07-03T1503: add functions for commit lock checking and waiting.Daniil Baturin
Conflicts: python/vyos/defaults.py
2018-07-23Add a convenience function for getting the config owners group GID.Daniil Baturin
2018-06-16Set the license of all vyos.* libraries to LGPLv2+.Daniil Baturin
2018-06-08Move the version.json file used by newer code to /usr/share/vyosDaniil Baturin