selfprivacy-rest-api/selfprivacy_api
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
..
actions fix: typing 2022-12-30 21:06:16 +03:00
backup refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
graphql refactor(api): Group mutations 2023-06-21 06:46:56 +03:00
jobs refactor(backups): remove extraneous asserts from jobs 2023-05-17 20:27:42 +00:00
migrations feat: Add a migration that will prepare server for 22.11 upgrade 2023-03-17 16:37:47 +03:00
models feature(backups): init repo mutation 2023-05-29 15:34:26 +00: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-05-17 20:27:40 +00:00
services test(backups): make dummy service more compliant 2023-06-14 11:55:46 +00:00
utils refactor(backups): redis model storage utils 2023-05-17 20:27:41 +00: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 feat: Add a migration that will prepare server for 22.11 upgrade 2023-03-17 16:37:47 +03:00
task_registry.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00