selfprivacy-rest-api/selfprivacy_api
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
..
actions fix: typing 2022-12-30 21:06:16 +03:00
backup refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
graphql refactor(api): Group mutations 2023-07-17 16:05:00 +03:00
jobs refactor(backups): remove extraneous asserts from jobs 2023-07-17 16:05:00 +03:00
migrations fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
models feature(backups): init repo mutation 2023-07-17 16:05:00 +03:00
repositories fix: typing 2022-12-30 21:06:16 +03:00
rest fix(dns-records): Fix DKIM parser 2023-01-16 18:41:54 +03:00
restic_controller refactor(backup): do not use config file 2023-07-17 16:05:00 +03:00
services test(backups): make dummy service more compliant 2023-07-17 16:05:00 +03:00
utils refactor(backups): redis model storage utils 2023-07-17 16:05:00 +03:00
__init__.py Decomposition 2021-11-11 20:31:28 +02:00
app.py Bind to 127.0.0.1 instead of 0.0.0.0 2022-08-26 21:01:14 +04:00
dependencies.py fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
task_registry.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00