selfprivacy-rest-api/selfprivacy_api/backup
Inex Code b78ee5fcca refactor(api): Group mutations
I've learned that there is no problem in grouping mutations like we do with queries.
This is a big mistake from my side, now we have legacy not so conveniently placed endpoints.
I've grouped all mutations, left the copies of old ones flattened in the root for backwards compatibility.
We will migrate to mutation groups on client side, and backups now only use grouped mutations.
Tests are updated.
2023-07-17 16:05:00 +03:00
..
backuppers test(backups): ensure asking to reload snaps does not explode the server 2023-07-17 16:05:00 +03:00
providers refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
__init__.py refactor(backups): delete legacy provider setting 2023-07-17 16:05:00 +03:00
jobs.py feature(backups): integration between restore and jobs 2023-07-17 16:05:00 +03:00
local_secret.py fix(backups): Handle orphaned snapshots 2023-07-17 16:05:00 +03:00
storage.py refactor(backups): cleanup localfile-specific logic 2023-07-17 16:05:00 +03:00
tasks.py test(backups): test backup API - backing up 2023-07-17 16:05:00 +03:00