Commit graph

1490 commits

Author SHA1 Message Date
Houkime
054b07baa3 feature(backups): add a datetime validator function for huey autobackups 2023-07-17 16:05:00 +03:00
Houkime
343fda0630 test(backups): test setting autobackup period 2023-07-17 16:05:00 +03:00
Houkime
0a4338596b test(backups): test setting services as enabled for autobackups 2023-07-17 16:05:00 +03:00
Houkime
79b9bb352a feature(backups): methods for autobackup period setting and getting 2023-07-17 16:05:00 +03:00
Houkime
951bb8d5ec fix(backups): remove self from static method 2023-07-17 16:05:00 +03:00
Houkime
d354f4ac0b feature(backups): check, set and unset service autobackup status 2023-07-17 16:05:00 +03:00
Houkime
43b6ebd04d feature(backups): cache snapshots and last backup timestamps 2023-07-17 16:05:00 +03:00
Houkime
d57dc3f7d2 test(backups): test that we do return snapshot on backup 2023-07-17 16:05:00 +03:00
Houkime
35a4fec9d4 feature(backups): return snapshot info from backup function 2023-07-17 16:05:00 +03:00
Houkime
a134009165 feature(backups): huey task to back up 2023-07-17 16:05:00 +03:00
Houkime
d972fdc3cc refactor(backups): make backups stateless 2023-07-17 16:05:00 +03:00
Houkime
6f8f5cbb9e feature(backups): repo init tracking 2023-07-17 16:05:00 +03:00
Houkime
02deae217d feature(backups): provider storage and retrieval 2023-07-17 16:05:00 +03:00
Houkime
48dc63a590 refactor(backups): add a provider model for redis storage 2023-07-17 16:05:00 +03:00
Houkime
873bc8282e refactor(backups): redis model storage utils 2023-07-17 16:05:00 +03:00
Houkime
c928263fce feature(backups): load from json 2023-07-17 16:05:00 +03:00
Houkime
0847e16089 feat(backups): local secret generation and storage 2023-07-17 16:05:00 +03:00
Houkime
60dcde458c feat(backups): sizing up snapshots 2023-07-17 16:05:00 +03:00
Houkime
1d403b0e94 test(backups): test restoring a file 2023-07-17 16:05:00 +03:00
Houkime
c8a8d45110 feat(backups): add restore_snapshot and restore_service_from_snapshot 2023-07-17 16:05:00 +03:00
Houkime
ff6bc2a142 feat(backups): a better error on failed snapshot retrieval 2023-07-17 16:05:00 +03:00
Houkime
e56907f2cd feat(backups): return proper snapshot structs when listing 2023-07-17 16:05:00 +03:00
Houkime
a0a32a7f37 test(backups): reenable snapshot testing 2023-07-17 16:05:00 +03:00
Houkime
228eab44bb feat(backups): throw an error on a failed backup 2023-07-17 16:05:00 +03:00
Houkime
348ece8b9c fix(backups): singleton metaclass was screwing with tests 2023-07-17 16:05:00 +03:00
Houkime
a280e5c999 test(backups): localfile repo by default in tests 2023-07-17 16:05:00 +03:00
Houkime
add4e21f39 feature(backups): throw an error if repo init fails 2023-07-17 16:05:00 +03:00
Houkime
b27f19b201 test(backups): basic file backend init test 2023-07-17 16:05:00 +03:00
Houkime
5efb351159 feature(backups): register localfile backend 2023-07-17 16:05:00 +03:00
Houkime
529608d52e feature(backups): localfile repo 2023-07-17 16:05:00 +03:00
Houkime
29c4b74a86 test(backups): test repo init 2023-07-17 16:05:00 +03:00
Houkime
3f30469532 refactor(backups): repo init service method 2023-07-17 16:05:00 +03:00
Houkime
a405eddbcf refactor(backups): add repo init 2023-07-17 16:05:00 +03:00
Houkime
5371c7feef refactor(backups): snapshotlist and local secret groundwork 2023-07-17 16:05:00 +03:00
Houkime
e156e9cd58 test(backup): no snapshots 2023-07-17 16:05:00 +03:00
Houkime
83b24f5fcd refactor(backup): snapshot model 2023-07-17 16:05:00 +03:00
Houkime
4ca2e62b5c feature(backup): loading snapshots 2023-07-17 16:05:00 +03:00
Houkime
a42294b706 feature(backup): add a restore function to restic backuper 2023-07-17 16:05:00 +03:00
Houkime
a0a0e1fb3b feat(backup): hooks 2023-07-17 16:05:00 +03:00
Houkime
95e2032c63 test(backup): use a backup service function 2023-07-17 16:05:00 +03:00
Houkime
178c456593 refactor(backup): add a backup function to Backups singleton class 2023-07-17 16:05:00 +03:00
Houkime
ff72d4124e refactor(backup): add a placeholder Backups singleton class 2023-07-17 16:05:00 +03:00
Houkime
54103973bc test(backup): try to back up! 2023-07-17 16:05:00 +03:00
Houkime
a9cd8dda37 fix(backup): add memory backup class,forgot to add to git 2023-07-17 16:05:00 +03:00
Houkime
86c99c0be8 feat(backup): add backuping to restic backuper 2023-07-17 16:05:00 +03:00
Houkime
3f2c1e0593 test(backup): make a testfile to backup 2023-07-17 16:05:00 +03:00
Houkime
fc7483a6f2 test(backup): init an in-memory backup class 2023-07-17 16:05:00 +03:00
Houkime
37c18ead99 feat(backup): add in-memory backup 2023-07-17 16:05:00 +03:00
Houkime
e5a965ea29 feat(backup): allow no auth 2023-07-17 16:05:00 +03:00
Houkime
45ab9423b9 test(backup): dummy service 2023-07-17 16:05:00 +03:00