Commit Graph
79 Commits
Author SHA1 Message Date
garethgeorge d044a8dca9 chore: release process will upload a tagged release to dockerhub 2023-12-02 16:23:26 -08:00
Gareth 9a037c8f0e feat: improve oplist performance and display forget operations in oplist (#22) 2023-12-02 16:23:26 -08:00
garethgeorge 265fdd1673 fix: forget deadlocking and misc smaller bugs 2023-12-02 13:21:57 -08:00
garethgeorge 725fe57537 fix: task priority not taking effect 2023-12-01 22:55:26 -08:00
garethgeorge 9f70fd8156 feat: forget soft-deletes operations associated with removed snapshots 2023-12-01 20:04:36 -08:00
Gareth aff0a55bca fix: improve operation ordering to fix snapshots indexed before forget operation (#21) 2023-12-01 20:01:05 -08:00
garethgeorge fc68467c5e feat: forget soft-deletes operations associated with removed snapshots 2023-12-01 19:49:56 -08:00
garethgeorge b8636d1e18 chore: adopt go-releaser for release automation 2023-12-01 19:41:14 -08:00
garethgeorge 9bb478ed32 feat: basic forget support in backend and UI 2023-11-30 22:47:46 -08:00
garethgeorge e1103877fc chore: add join support to oplog 2023-11-30 17:30:29 -08:00
garethgeorge 10ff34dc0c feat: implement forget operation 2023-11-28 23:03:37 -08:00
garethgeorge 3d520f0848 feat: display queued operations 2023-11-28 21:33:08 -08:00
garethgeorge 825ed12a09 chore: refactor task scheduler 2023-11-28 19:57:50 -08:00
garethgeorge 9e53cf5ec0 fix: build and test fixes 2023-11-28 17:03:46 -08:00
garethgeorge 6bf68f2fb3 fix: restic fails to detect summary event for very short backups 2023-11-28 01:29:25 -08:00
Gareth George 51d96e75b1 feat: autoinstall required restic version 2023-11-28 01:02:32 -08:00
Gareth George e76b7ef5a2 chore: cleanup environment variable option parsing and config handling 2023-11-27 18:40:08 -08:00
Gareth George 4f0a47267c fix: standardize on fully qualified snapshot_id and decouple protobufs from restic package 2023-11-26 10:28:02 -08:00
Gareth 194b9495ab Merge pull request #9 from garethgeorge/optree
feat: implement tree view for backup operations
2023-11-25 17:34:19 -08:00
Gareth George c00b96eaee fix: repo orchestrator tests 2023-11-25 17:33:57 -08:00
Gareth George b5d77be32d implement tree view 2023-11-25 17:27:28 -08:00
Gareth George 9cf101dbbf Merge branch 'main' of github.com:garethgeorge/resticui into optree 2023-11-25 15:13:38 -08:00
Gareth George 52cfd28d1d optree UI refinements and backend prep for operation list view by snapshot id 2023-11-25 15:13:34 -08:00
Gareth George 40b5396990 feat: implement forget and prune support in restic pkg 2023-11-24 17:18:12 -08:00
Gareth George 8966d856fc chore: fix oplog test 2023-11-25 17:11:21 -08:00
Gareth George e1a10e57c8 differentiate operations in tree view 2023-11-24 00:37:05 -08:00
Gareth George 0790b09f2b Merge branch 'main' of github.com:garethgeorge/resticui into optree 2023-11-23 23:15:10 -08:00
Gareth George 4bbd511e61 created basic tree layout 2023-11-25 17:09:00 -08:00
Gareth George 77fb2d473e fix: improve error message formatting 2023-11-23 02:11:32 -08:00
Gareth George cb4b20d94e feat: initial optree implementation 2023-11-23 02:07:27 -08:00
Gareth George 767b421762 feat: operations IDs are ordered by operation timestamp 2023-11-23 00:56:51 -08:00
Gareth George f0d6df7934 chore: add indexing for snapshot field 2023-11-23 00:25:42 -08:00
Gareth George 7f11110a4b Revert "chore: use storm for indexing on top boltdb"
This reverts commit 3f4c01235c.
2023-11-22 17:59:33 -08:00
Gareth George 3f4c01235c chore: use storm for indexing on top boltdb 2023-11-22 16:30:58 -08:00
Gareth George 2c4b0542ad feat: show snapshots in sidenav 2023-11-18 00:21:21 -08:00
Gareth George cee5ae0ed7 fix: support more versions of restic 2023-11-17 23:08:27 -08:00
garethgeorge 71eb52a24d chore: update readme and add RESTICUI_PORT env var 2023-11-16 22:09:43 -08:00
garethgeorge 6946eb6891 fix: time formatting in operation list 2023-11-16 21:58:24 -08:00
garethgeorge 96143339e0 chore: configure release workflows 2023-11-16 20:37:10 -08:00
Gareth 969336bf7e chore: add GNU license 2023-11-16 20:21:25 -08:00
garethgeorge 810bdc4c58 chore: relocated main package to root folder 2023-11-16 20:07:39 -08:00
garethgeorge e0bf04f5e6 chore: update README.md 2023-11-16 19:59:56 -08:00
garethgeorge d5ad9c132c chore: add preview images 2023-11-16 19:49:25 -08:00
garethgeorge 0500eeac40 feat: implement snapshot browsing 2023-11-16 19:38:37 -08:00
garethgeorge 7f4be47b0c fix: improve UI performance 2023-11-16 17:43:49 -08:00
garethgeorge 5111301d8c fix: deadlock in snapshots 2023-11-16 01:32:02 -08:00
garethgeorge 639be5c584 chore: fix test coverage 2023-11-15 23:50:50 -08:00
garethgeorge c557ca1cb0 feat: snapshot items are viewable in the UI and minor element ordering fixes 2023-11-15 23:45:27 -08:00
garethgeorge 1c06d2ebe3 feat: implement snapshot indexing 2023-11-15 22:26:52 -08:00
garethgeorge 985c0f7a20 feat: present list of operations on plan view 2023-11-15 21:37:22 -08:00