Houkime
|
9e0b0d8caa
|
refactor(backups): make localfile repos normal
|
2023-06-14 14:07:51 +00:00 |
|
Houkime
|
21791f20a2
|
test(backups): make dummy service more compliant
|
2023-06-14 11:55:46 +00:00 |
|
Houkime
|
8554879dc2
|
Merge remote-tracking branch 'upstream/restic-rewrite-api' into restic-rewrite
|
2023-06-14 10:27:50 +00:00 |
|
Houkime
|
d9bde6930b
|
fix(backups): register queries
|
2023-06-14 10:16:53 +00:00 |
|
Houkime
|
865e304f42
|
test(backups): test backup API - backing up
|
2023-06-14 10:16:31 +00:00 |
|
Inex Code
|
d356fad534
|
fix(backups): Handle orphaned snapshots
|
2023-06-14 02:52:10 +03:00 |
|
Inex Code
|
f4df1f6a62
|
fix(backups): return type of encryption key
|
2023-06-14 01:40:53 +03:00 |
|
Inex Code
|
0ef6569d97
|
fix(backups): try to actually get backup configuration
|
2023-06-14 00:43:01 +03:00 |
|
Inex Code
|
f950dd1e93
|
feat(backups): register backups in GraphQL schema
|
2023-06-14 00:00:29 +03:00 |
|
Inex Code
|
d02302c7b2
|
fix: BackupConfiguration argument order
|
2023-06-13 23:54:02 +03:00 |
|
Houkime
|
549b149aaf
|
feature(backups): check available space before restoring
|
2023-06-07 16:33:13 +00:00 |
|
Houkime
|
981445d594
|
refactor(backups): expect one more error of restic json output parsing
|
2023-06-07 15:55:38 +00:00 |
|
Houkime
|
7f984b678f
|
feature(backups): integration between restore and jobs
|
2023-06-07 15:05:58 +00:00 |
|
Houkime
|
98de85e569
|
fix(backups): return one job, not an array of one
|
2023-06-07 14:27:37 +00:00 |
|
Houkime
|
4b8abb6a66
|
fix(backups): return 400, not 300
|
2023-06-07 14:25:17 +00:00 |
|
Houkime
|
0c95c5913b
|
BREAKING CHANGE(backups): support only individual service backup requests(combinable)
|
2023-06-07 14:11:22 +00:00 |
|
Houkime
|
ff58bdccbb
|
feature(backups): set autobackup period from gql
|
2023-06-05 11:49:37 +00:00 |
|
Houkime
|
d6609b29e8
|
feature(backups): get all snapshots if requested by api
|
2023-06-05 11:36:58 +00:00 |
|
Houkime
|
2168037a10
|
refactor(backups): introduce get_all_snapshots()
|
2023-06-05 11:28:53 +00:00 |
|
Houkime
|
9d5335f62c
|
feature(backups): feature(backups): return a snapshot from start_backup
|
2023-06-05 11:26:58 +00:00 |
|
Houkime
|
9a94f7624e
|
feature(backups): a graphql call to invalidate cache
|
2023-06-01 16:12:32 +00:00 |
|
Houkime
|
50952d688a
|
feature(backups): graphql mutation for restore
|
2023-06-01 14:03:40 +00:00 |
|
Houkime
|
f7c0821675
|
fix(backups): return correct snapshots per service
|
2023-06-01 12:44:14 +00:00 |
|
Houkime
|
4b07d4de41
|
refactor(backups): global snapshots
|
2023-05-31 13:16:08 +00:00 |
|
Houkime
|
603ed2ddf9
|
feature(backups): start backup graphql API
|
2023-05-31 12:07:47 +00:00 |
|
Houkime
|
9c4d2a0ba5
|
feature(backups): drop repository call
|
2023-05-29 18:24:38 +00:00 |
|
Houkime
|
c3696d3a4b
|
feature(backups): global init instead of per-service
|
2023-05-29 16:50:14 +00:00 |
|
Houkime
|
345e2c10c4
|
feature(backups): a graphql query to get provider info
|
2023-05-29 16:12:31 +00:00 |
|
Houkime
|
97e4c529f6
|
feature(backups): init repo mutation
|
2023-05-29 15:34:26 +00:00 |
|
Houkime
|
0dc6f74754
|
fix(backups): make sure location and credentials get properly passed around
|
2023-05-22 16:01:57 +00:00 |
|
Houkime
|
03d4632465
|
refactor(backups): remove extraneous asserts from jobs
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
9fab596f91
|
refactor(backups): refactor realtime updating
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
b1d0a80963
|
feature(backups): realtime progress updates of backups
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
60806cd536
|
feature(backups): job progress logs
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
ddd2176a5d
|
refactor(backups): break out job logs status prefix
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
deb857bca9
|
refactor(backups): use single repo and multiplex by tags
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
a6b3a5e590
|
feature(backups): deny adding a backup job if another one is already queued
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
e25aa2cb33
|
test(backups): test that the job has run
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
7ddfad10d4
|
refactor(backups): quick-expiration logs of jobs status updates
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
b2e231ebae
|
feature(backups): set job status to error if backup fails
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
0bf18dcdc7
|
refactor(backups): cleanup unused imports in tasks
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
396b42b69c
|
test(backups): test jobs starting and finishing when from Backups
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
ad6cc5e1bc
|
refactor(backups): make a backup job running when the backup code itself is executed
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
c0dfbb3ca2
|
refactor(backups): delete unused redis import from backups ckass
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
3eb8382d9b
|
feature(backups): also create a job if not called from a task
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
108fca0eb3
|
feature(backups): simplest jobs intergration in tasks: created and finished
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
d1425561d9
|
feature(backups): restore task
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
72f4fc8ae7
|
test(backups): test local secrets
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
fa360655fe
|
refactor(services): make local secret setting public
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
65acd3173a
|
refactor(services): use fully generic foldermoves
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
dde86725b9
|
test(services): test derivation of foldermoves
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
ba72fadb8d
|
test(services): test that we indeed return correct folders and owned folders from real services
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
043675ce14
|
fix(services): folder methods typing
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
238a656cd9
|
refactor(services): make a foldermove from owned path
|
2023-05-17 20:27:42 +00:00 |
|
Houkime
|
ad66513f27
|
refactor(services): add folder owner derivation
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
c34eb6d447
|
refactor(services): add overridable get owner and get group
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
0b7d2d0bf4
|
refactor(services): add OwnedPath struct
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
a664ab3dd4
|
refactor(services): remove special storage counting from pleroma
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
3605a71c1d
|
refactor(services): remove special storage counting from ocserv
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
617f7f1628
|
refactor(services): remove special storage counting from nextcloud
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
4475bcea45
|
documentation(services): move the storage count docstring to parent service class
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
042a2e4cf2
|
refactor(services): remove special storage counting from mail
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
312328af95
|
refactor(services): remove special storage counting from jitsi
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
c040f0825c
|
refactor(services): remove special storage counting from gitea
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
f8edcac33f
|
refactor(services): remove special storage counting from bitwarden
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
789fd71e2f
|
refactor(services): add a generic storage counter
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
a34b14449b
|
refactor(services): make get_folders() a mandatory part of Service interface
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
8a4f256c12
|
refactor(services): add get_folders() to the rest of the services
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
0207b5a473
|
fix(services): use get_foldername() for moving around
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
1c0e3f0f92
|
test(backups): implement get_folders() for gitea
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
378f0ebd73
|
test(backups): implement get_folders() for bitwarden
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
30ac990985
|
refactor(backups): set a list of folders for our dummy service
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
fa26379a68
|
refactor(backups): actually accept a list of folders
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
08739f7ca8
|
refactor(backups): make api accept a list of folders
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
919ba1ad03
|
refactor(backups): make a dedicated get_folders() function
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
1b1052d205
|
refactor(services): rename get_location() to get_drive()
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
0ae4192081
|
test(backups): register dummy service
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
4018dca184
|
feature(backups): automatic backup
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
ec85f060f8
|
test(backups): test autobackup timing
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
283c8d09cc
|
refactor(backups): split out storage
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
5ad9f50b94
|
feature(backups): enable snapshot cache usage
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
a2ff74244e
|
feature(backups): add snapshot cache sync functions
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
7699ba0d9b
|
test(backups): test last backup date retrieval
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
146b0ca02f
|
feature(backups): add a datetime validator function for huey autobackups
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
d4cad61d56
|
test(backups): test setting autobackup period
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
3c42d8c413
|
test(backups): test setting services as enabled for autobackups
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
e043720289
|
feature(backups): methods for autobackup period setting and getting
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
417533fc04
|
fix(backups): remove self from static method
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
45f33e2d31
|
feature(backups): check, set and unset service autobackup status
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
18d5cd2b83
|
feature(backups): cache snapshots and last backup timestamps
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
ae065867b3
|
test(backups): test that we do return snapshot on backup
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
2eb64db199
|
feature(backups): return snapshot info from backup function
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
772b499b46
|
feature(backups): huey task to back up
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
144e4e5e91
|
refactor(backups): make backups stateless
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
a2dd47130b
|
feature(backups): repo init tracking
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
4b2cecac8f
|
feature(backups): provider storage and retrieval
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
6524c98131
|
refactor(backups): add a provider model for redis storage
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
a0afe63b3d
|
refactor(backups): redis model storage utils
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
ea6a047478
|
feature(backups): load from json
|
2023-05-17 20:27:41 +00:00 |
|
Houkime
|
4e329299e0
|
feat(backups): local secret generation and storage
|
2023-05-17 20:27:40 +00:00 |
|