SelfPrivacy GraphQL which allows app to control your server
 
 
Go to file
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
.vscode Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
selfprivacy_api Autostart a redis instance in nix shell. 2022-11-28 14:38:21 +02:00
tests Add TTL to storage of finished or failed jobs 2022-11-23 16:29:50 +00:00
.coveragerc More unit tests and bugfixes (#7) 2022-01-10 22:35:00 +02:00
.drone.yml Add SonarQube to Pipeline (#15) 2022-09-16 10:31:51 +03:00
.gitignore Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
.pylintrc Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
CONTRIBUTING.md docs: add note about tracking time to CONTRIBUTING 2022-11-01 14:59:23 +03:00
LICENSE Add a license 2021-11-18 10:05:04 +02:00
api.nix Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
default.nix Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
pyproject.toml Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
setup.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
shell.nix Autostart a redis instance in nix shell. 2022-11-28 14:38:21 +02:00
strawberry-graphql.patch Update Strawberry and backport graphql-core to Nixos 21.11 2022-08-01 13:28:12 +03:00