selfprivacy-rest-api/selfprivacy_api
Houkime 2e9cdf15ab Autostart a redis instance in nix shell.
As a part of test environment, an unprivileged redis server is started on localhost:6379.
Redis connection pool detects when it is run in a development nix shell
and uses this port instead of a production unix socket. This way, redis
tests pass even on computers without redis installed.
2022-11-28 14:38:21 +02:00
..
actions Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
graphql reroute system provider query 2022-11-02 13:52:33 +00:00
jobs Add TTL to storage of finished or failed jobs 2022-11-23 16:29:50 +00:00
migrations fix wrong cloudflare field key 2022-11-02 13:52:33 +00:00
rest migrate backblaze settings to new json format 2022-11-02 13:52:33 +00:00
restic_controller refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00
services refactor: Use singleton metaclass for all singleton classes 2022-10-27 18:31:52 +03:00
utils Autostart a redis instance in nix shell. 2022-11-28 14:38:21 +02: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 Catch error during binds migration and delete the job if it is stuck during restart 2022-09-22 19:38:59 +03:00
task_registry.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00