selfprivacy-rest-api/selfprivacy_api/backup/providers
Inex Code c6919293b6 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-06-21 06:46:56 +03:00
..
__init__.py refactor(backups): NoneBackupper class for those cases when we do not know 2023-06-16 16:03:32 +00:00
backblaze.py refactor(backups): make a dir for backuppers 2023-06-16 15:50:31 +00:00
local_file.py refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
memory.py refactor(backups): make a dir for backuppers 2023-06-16 15:50:31 +00:00
provider.py feature(backups): actually dealing with situation when the provider is not configured 2023-06-19 11:09:10 +00:00