clan-core/pkgs/clan-cli/clan_cli/config
DavHau 0e5c7d2d13
All checks were successful
checks-impure / test (pull_request) Successful in 1m1s
checks / test (pull_request) Successful in 1m36s
api/machines: split off config validation into separate endpoint
- This speeds up PUT /machines{name}/config as it doesn't do the expensive check anymore
- instead use PUT /machines/{name}/verify which allows a dry-run evaluation of a config which is passed without writing it to disk
2023-10-25 17:48:37 +01:00
..
__init__.py machines: add endpoint machines/{name}/ verify 2023-10-24 16:31:37 +01:00
jsonschema clan-config: unbreak + include data files 2023-08-09 17:59:18 +02:00
machine.py api/machines: split off config validation into separate endpoint 2023-10-25 17:48:37 +01:00
parsing.py use experimental flags everywhere 2023-09-19 13:12:10 +02:00