dettlaff
|
848befe3f1
|
feat: Use proper logging (#154)
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/154
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
Co-authored-by: dettlaff <dettlaff@riseup.net>
Co-committed-by: dettlaff <dettlaff@riseup.net>
|
2024-10-23 14:38:01 +03:00 |
|
dettlaff
|
389ec2c81c
|
feat: add swap usage query
|
2024-10-02 15:35:05 +03:00 |
|
Inex Code
|
d3e7eb44ea
|
chore: Linting
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
408284a69f
|
chore(backup): make a comment into a docstring
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
5ea000baab
|
feature(backups): manual autobackup -> total backup
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
b67777835d
|
fix(backup): make last slice return a correct list
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
a5b52c8f75
|
feature(backup): endpoint to force autobackup
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
bb493e6b74
|
feature(backup): reload snapshots when migrating
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
a4a70c07d3
|
test(backup): migration test
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
bfb0442e94
|
feature(backup): query to see restored snapshots in advance
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
5e07a9eaeb
|
feature(backup): error handling for the full restore endpoint
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
d4998ded46
|
refactor(services): migrate service management to a special service
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
2ef674a037
|
refactor(services): PARTIAL migrate get_all_services
|
2024-09-13 12:11:56 +00:00 |
|
Houkime
|
f6151ee451
|
feature(backup): add migration specific endpoints
|
2024-09-13 12:11:56 +00:00 |
|
Inex Code
|
e6b7a1c168
|
style: linting
|
2024-09-11 13:58:48 +03:00 |
|
Houkime
|
68d0ee8c5d
|
test(system): dns migration
|
2024-09-11 13:58:48 +03:00 |
|
Houkime
|
77fb99d84e
|
feature(system): dns migration
|
2024-09-11 13:58:48 +03:00 |
|
dettlaff
|
4cd90d0c93
|
feat: add Prometheus monitoring (#120)
Co-authored-by: nhnn <nhnn@disroot.org>
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/120
Co-authored-by: dettlaff <dettlaff@riseup.net>
Co-committed-by: dettlaff <dettlaff@riseup.net>
|
2024-07-30 16:55:57 +03:00 |
|
Inex Code
|
1259c081ef
|
style: Reformat with new Black version
|
2024-07-26 22:59:44 +03:00 |
|
Inex Code
|
659cfca8a3
|
chore: Migrate to NixOS 24.05
|
2024-07-26 22:59:32 +03:00 |
|
Inex Code
|
9b93107b36
|
feat: Service configuration (#127)
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/127
|
2024-07-26 18:33:04 +03:00 |
|
nhnn
|
3c024cb613
|
feat: add option to filter logs by unit or slice
|
2024-07-25 20:34:28 +03:00 |
|
Inex Code
|
d18d644cec
|
Merge remote-tracking branch 'origin/master' into roundcube
|
2024-07-15 17:30:59 +04:00 |
|
Inex Code
|
d8fe54e0e9
|
fix: do not use bare 'except'
|
2024-07-15 17:05:38 +04:00 |
|
Inex Code
|
5c5e098bab
|
style: do not break line before logic operator
|
2024-07-15 17:02:34 +04:00 |
|
Inex Code
|
cc4b411657
|
refactor: Replace strawberry.types.Info with just Info
|
2024-07-15 16:59:27 +04:00 |
|
nhnn
|
94b0276f74
|
fix: extract business logic to utils/systemd_journal.py
|
2024-07-13 11:58:54 +03:00 |
|
Inex Code
|
5f3fc0d96e
|
chore: formatting
|
2024-07-10 19:18:22 +04:00 |
|
Inex Code
|
9f5f0507e3
|
Merge remote-tracking branch 'origin/master' into api-logs
|
2024-07-10 18:52:10 +04:00 |
|
Inex Code
|
ceee6e4db9
|
fix: Read auth token from the connection initialization payload
Websockets do not provide headers, and sending a token as a query param is also not good (it gets into server's logs),
As an alternative, we can provide a token in the first ws payload.
Read more: https://strawberry.rocks/docs/general/subscriptions#authenticating-subscriptions
|
2024-07-05 18:14:18 +04:00 |
|
Houkime
|
05ffa036b3
|
refactor(jobs): offload job subscription logic to a separate file
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
ccf71078b8
|
feature(websocket): add auth to counter too
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
cb641e4f37
|
feature(websocket): add auth
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
442538ee43
|
feature(jobs): UNSAFE endpoint to get job updates
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
51ccde8b07
|
test(jobs): test simple counting
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
cbe5c56270
|
chore(jobs): shorter typehints and import sorting
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
ed777e3ebf
|
feature(jobs): add subscription endpoint
|
2024-07-04 17:19:25 +03:00 |
|
Houkime
|
fff8a49992
|
refactoring(jobs): break out a function returning all jobs
|
2024-07-04 17:19:25 +03:00 |
|
dettlaff
|
1b91168d06
|
style: fix imports
|
2024-06-27 17:43:13 +03:00 |
|
nhnn
|
8b2e4666dd
|
fix: rename PageMeta to LogsPageMeta
|
2024-06-11 12:36:42 +03:00 |
|
nhnn
|
3d2c79ecb1
|
feat: streaming of journald entries via graphql subscription
|
2024-06-06 16:07:08 +03:00 |
|
nhnn
|
fc2ac0fe6d
|
feat: graphql endpoint to fetch system logs from journald
|
2024-06-06 16:03:16 +03:00 |
|
Houkime
|
f772005b17
|
refactor(jobs): offload job subscription logic to a separate file
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
950093a3b1
|
feature(websocket): add auth to counter too
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
8fd12a1775
|
feature(websocket): add auth
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
6d2fdab071
|
feature(jobs): UNSAFE endpoint to get job updates
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
3910e416db
|
test(jobs): test simple counting
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
967e59271f
|
chore(jobs): shorter typehints and import sorting
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
3b0600efb6
|
feature(jobs): add subscription endpoint
|
2024-05-27 21:30:51 +00:00 |
|
Houkime
|
8d099c9a22
|
refactoring(jobs): break out a function returning all jobs
|
2024-05-27 21:30:51 +00:00 |
|