api/machines: split off config validation into separate endpoint #438

Merged
clan-bot merged 1 commits from DavHau-dave into main 2023-10-25 23:25:56 +00:00
Owner
  • 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
- 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
clan-bot was assigned by DavHau 2023-10-25 16:48:55 +00:00
DavHau added 1 commit 2023-10-25 16:48:55 +00:00
api/machines: split off config validation into separate endpoint
All checks were successful
checks-impure / test (pull_request) Successful in 1m1s
checks / test (pull_request) Successful in 1m36s
0e5c7d2d13
- 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
DavHau added 1 commit 2023-10-25 16:48:56 +00:00
api/machines: split off config validation into separate endpoint
All checks were successful
checks-impure / test (pull_request) Successful in 1m1s
checks / test (pull_request) Successful in 1m36s
0e5c7d2d13
- 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
clan-bot merged commit 5d186d9fd4 into main 2023-10-25 23:25:56 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#438
No description provided.