Commit Graph

1016 Commits

Author SHA1 Message Date
renovate[bot] 8e3c46cd53
fix(deps): update rust crate notify to v8.2.0 2025-08-14 19:00:38 +00:00
renovate[bot] 88d38aa2d6
fix(deps): update rust crate infer to 0.19 2025-08-14 19:00:32 +00:00
renovate[bot] 42b67f9fe8
fix(deps): update material-ui monorepo 2025-08-14 19:00:26 +00:00
renovate[bot] b4878538fe
fix(deps): update dependency react-router-dom to v7.8.0 2025-08-14 19:00:16 +00:00
renovate[bot] 34794ed325
fix(deps): update dependency react-hook-form to v7.62.0 2025-08-14 19:00:11 +00:00
renovate[bot] 84cb918575
chore(deps): update rust docker tag to v1.89 2025-08-14 19:00:04 +00:00
renovate[bot] 7a819334ac
chore(deps): update helm release common to v4.2.0 2025-08-14 18:59:54 +00:00
renovate[bot] 3f5a28adcd
chore(deps): update dependency vite to v7.1.2 2025-08-14 18:59:37 +00:00
renovate[bot] a63db14b23
chore(deps): update dependency typescript to v5.9.2 2025-08-14 18:59:30 +00:00
renovate[bot] fbb992452b
chore(deps): update dependency @testing-library/jest-dom to v6.7.0 2025-08-14 18:59:23 +00:00
renovate[bot] 23b56681b5
fix(deps): update rust crate tokio-util to v0.7.16 2025-08-14 18:59:17 +00:00
renovate[bot] a7c3f83c4c
fix(deps): update rust crate tokio to v1.47.1 2025-08-14 18:59:11 +00:00
renovate[bot] ecbaff97c5
fix(deps): update rust crate thiserror to v2.0.14 2025-08-14 18:59:04 +00:00
renovate[bot] cd4e7feaf4
fix(deps): update rust crate serde_json to v1.0.142 2025-08-14 18:58:59 +00:00
renovate[bot] ebf6ec344a
fix(deps): update rust crate reqwest to v0.12.23 2025-08-14 18:58:52 +00:00
renovate[bot] 012251446b
fix(deps): update rust crate clap to v4.5.45 2025-08-14 18:58:43 +00:00
renovate[bot] e77d6dced3
fix(deps): update rust crate anyhow to v1.0.99 2025-08-14 18:58:36 +00:00
renovate[bot] daf8cfde27
chore(deps): update dependency tailwindcss to v4.1.12 2025-08-14 18:57:41 +00:00
renovate[bot] 73d4e118bc
chore(deps): update dependency @types/react to v19.1.10 2025-08-14 18:57:34 +00:00
renovate[bot] 583c8e74ce
chore(deps): update dependency @playwright/test to v1.54.2 2025-08-14 18:57:29 +00:00
renovate[bot] 999af6c5bc
chore(deps): update alpine/helm docker tag to v3.18.4 2025-08-14 18:57:13 +00:00
renovate[bot] 320fb4cfdd
chore(deps): update docker/login-action digest to 184bdaa 2025-08-14 18:57:09 +00:00
renovate[bot] c0b814d64d
chore(deps): update actions/checkout digest to 08eba0b 2025-08-14 18:57:05 +00:00
perf3ct 93c2863d01
feat(webdav): support capturing individual directory errors in webdav 2025-08-14 16:24:05 +00:00
perf3ct 67ae68745c
fix(dev): remove unneeded docs 2025-08-13 20:51:13 +00:00
perf3ct caf4e7cf7d
feat(docs): update docs for S3 backend implemenation 2025-08-13 20:24:59 +00:00
perf3ct b0041eba92
feat(websocket): update the tests, to hopefully pass again 2025-08-11 21:47:49 +00:00
perf3ct 4b6e0820b7
feat(websocket): update websockets and websocket tests so that they actually pass 2025-08-11 20:08:36 +00:00
perf3ct 0fb250e28c
feat(security): this was just pain 2025-08-11 01:13:29 +00:00
perf3ct 080263a9ac
fix(tests): resolve issues with s3 tests 2025-08-11 00:54:09 +00:00
perf3ct 6fd3dec749
fix(tests): fix the name of the unit_tests only step, and make the name of the steps be prettier in Actions UI 2025-08-02 22:53:14 +00:00
perf3ct 346ec6f18a
feat(tests): split up the lib tests, versus the unit tests so that I don't lose my mind again 2025-08-02 22:51:53 +00:00
perf3ct cb3b3f05b8
fix(tests): migrate auto resume tests to use new test app state management 2025-08-02 18:29:12 +00:00
perf3ct 4396ce312b
feat(tests): completely redo the test_helpers to actually be helpers and not hinderers 2025-08-01 21:21:15 +00:00
perf3ct ffa73e01a8
feat(tests): I like pain, and adding fields to the Config struct across all tests 2025-08-01 20:59:02 +00:00
Jon Fuller 6711075152
Merge pull request #142 from readur/feat/implement-s3-storage
feat(storage): implement s3 storage backend
2025-08-01 13:34:50 -07:00
perf3ct aad6036b4c
feat(tests): bring back the test helpers 2025-08-01 20:34:42 +00:00
perf3ct 21bc1167e8
fix(tests): resolve issue in tests due to new s3 config 2025-08-01 19:17:22 +00:00
perf3ct 862c36aa72
feat(storage): further support the s3 storage backend 2025-08-01 17:57:09 +00:00
perf3ct 6624fc57fb
feat(queue): have the queue service use new storage service correctly 2025-08-01 17:33:59 +00:00
perf3ct abd55ef419
feat(storage): abstract storage to also support s3, along with local filesystem still 2025-08-01 04:33:08 +00:00
perf3ct 3ad0dd3600
feat(server): set up new storage service 2025-08-01 02:50:38 +00:00
perf3ct 68ceb1f9cb
feat(storage): implement s3 for storage 2025-08-01 00:27:13 +00:00
perf3ct deccac0f64
feat(tests): the wbebsocket e2e tests should work now 2025-07-31 23:05:33 +00:00
perf3ct 1fccde4722
feat(tests): have the per user watch directory tests use the test context helpers 2025-07-31 21:42:57 +00:00
perfectra1n 2a87b9ffd2 fix(tests): resolve issues with new config fields for user_watch in tests 2025-07-30 21:24:38 -07:00
perfectra1n ffb33ae5ab fix(tests): resolve issues with new config fields for user_watch in tests 2025-07-30 21:16:13 -07:00
Jon Fuller 80800155e2
Update README.md 2025-07-30 21:04:43 -07:00
perfectra1n 6158e2d77a feat(tests): resolve issues with changes to config struct with user_watch dir 2025-07-30 20:58:11 -07:00
perfectra1n 9822f67968 fix(tests): resolve issues with new config fields for user_watch in tests 2025-07-30 20:45:24 -07:00