81 Commits

Author SHA1 Message Date
garethgeorge 7314e9b4e8 chore: release process will upload a tagged release to dockerhub v0.2.0 2023-12-02 14:00:00 -08:00
Gareth 1de2af7faf chore(main): release 0.2.0 (#20) 2023-12-02 13:43:54 -08:00
Gareth 1dca8e0a9c chore(main): release 0.2.0 (#20) 2023-12-02 13:40:19 -08:00
Gareth dff3b0681e feat: improve oplist performance and display forget operations in oplist (#22) 2023-12-02 13:39:49 -08:00
garethgeorge b7c633d021 fix: forget deadlocking and misc smaller bugs 2023-12-02 13:21:57 -08:00
garethgeorge af7462cefb fix: task priority not taking effect 2023-12-01 22:55:26 -08:00
garethgeorge f3dc7ffd07 feat: forget soft-deletes operations associated with removed snapshots 2023-12-01 20:04:36 -08:00
Gareth b513b08e51 fix: improve operation ordering to fix snapshots indexed before forget operation (#21) 2023-12-01 20:01:05 -08:00
garethgeorge 38bc107db3 feat: forget soft-deletes operations associated with removed snapshots 2023-12-01 19:49:56 -08:00
garethgeorge 12174e88d8 chore: adopt go-releaser for release automation 2023-12-01 19:41:14 -08:00
garethgeorge d22d9d1a05 feat: basic forget support in backend and UI v0.1.3 2023-11-30 22:47:46 -08:00
garethgeorge 7e93e088ef chore: add join support to oplog 2023-11-30 17:30:29 -08:00
garethgeorge ebccf3bc3b feat: implement forget operation v0.1.2 2023-11-28 23:03:37 -08:00
garethgeorge 0c818bb945 feat: display queued operations 2023-11-28 21:33:08 -08:00
garethgeorge 1b67e2b200 chore: refactor task scheduler 2023-11-28 19:57:50 -08:00
garethgeorge 4957496787 fix: build and test fixes 2023-11-28 17:03:46 -08:00
garethgeorge 46b2a85677 fix: restic fails to detect summary event for very short backups 2023-11-28 01:29:25 -08:00
Gareth George b385c01121 feat: autoinstall required restic version 2023-11-28 01:02:32 -08:00
Gareth George 48837b0aa2 chore: cleanup environment variable option parsing and config handling 2023-11-27 18:40:08 -08:00
Gareth George e6031bfa54 fix: standardize on fully qualified snapshot_id and decouple protobufs from restic package 2023-11-26 10:28:02 -08:00
Gareth 0221a23802 Merge pull request #9 from garethgeorge/optree
feat: implement tree view for backup operations
2023-11-25 17:34:19 -08:00
Gareth George d077fc83c9 fix: repo orchestrator tests 2023-11-25 17:33:57 -08:00
Gareth George 4cd84223cf implement tree view 2023-11-25 17:27:28 -08:00
Gareth George 463870eb5c Merge branch 'main' of github.com:garethgeorge/resticui into optree 2023-11-25 15:13:38 -08:00
Gareth George 79256fca32 optree UI refinements and backend prep for operation list view by snapshot id 2023-11-25 15:13:34 -08:00
Gareth George ffb4573737 feat: implement forget and prune support in restic pkg 2023-11-24 17:18:12 -08:00
Gareth George b507d42cb9 chore: fix oplog test 2023-11-25 17:11:21 -08:00
Gareth George 10348a3b19 differentiate operations in tree view 2023-11-24 00:37:05 -08:00
Gareth George 6bde1efbe1 Merge branch 'main' of github.com:garethgeorge/resticui into optree 2023-11-23 23:15:10 -08:00
Gareth George 7ad3a74fb2 created basic tree layout 2023-11-25 17:09:00 -08:00
Gareth George ae33b01de4 fix: improve error message formatting 2023-11-23 02:11:32 -08:00
Gareth George ba390a2ca1 feat: initial optree implementation 2023-11-23 02:07:27 -08:00
Gareth George a1ed6f90ba feat: operations IDs are ordered by operation timestamp 2023-11-23 00:56:51 -08:00
Gareth George 338b6f2fdf chore: add indexing for snapshot field 2023-11-23 00:25:42 -08:00
Gareth George 5ffbbdd957 Revert "chore: use storm for indexing on top boltdb"
This reverts commit 90e7b0c593.
2023-11-22 17:59:33 -08:00
Gareth George 90e7b0c593 chore: use storm for indexing on top boltdb 2023-11-22 16:30:58 -08:00
Gareth George 1a9a5b60d2 feat: show snapshots in sidenav v0.1.1 2023-11-18 00:21:21 -08:00
Gareth George 0cdfd115e2 fix: support more versions of restic 2023-11-17 23:08:27 -08:00
garethgeorge 667d766cd7 chore: update readme and add RESTICUI_PORT env var 2023-11-16 22:09:43 -08:00
garethgeorge 53c7f1248f fix: time formatting in operation list 2023-11-16 21:58:24 -08:00
garethgeorge d0835f4a9e chore: configure release workflows v0.1.0 2023-11-16 20:37:10 -08:00
Gareth 8e7b21bab7 chore: add GNU license 2023-11-16 20:21:25 -08:00
garethgeorge 3fdf6601d4 chore: relocated main package to root folder 2023-11-16 20:07:39 -08:00
garethgeorge e97b1cd3f4 chore: update README.md 2023-11-16 19:59:56 -08:00
garethgeorge 9cd37585b3 chore: add preview images 2023-11-16 19:49:25 -08:00
garethgeorge 8ffffa05e4 feat: implement snapshot browsing 2023-11-16 19:38:37 -08:00
garethgeorge 8488d461bd fix: improve UI performance 2023-11-16 17:43:49 -08:00
garethgeorge 93b2120f74 fix: deadlock in snapshots 2023-11-16 01:32:02 -08:00
garethgeorge 4c959081f3 chore: fix test coverage 2023-11-15 23:50:50 -08:00
garethgeorge a33300175c feat: snapshot items are viewable in the UI and minor element ordering fixes 2023-11-15 23:45:27 -08:00