Commit Graph

307 Commits

Author SHA1 Message Date
perf3ct 212e0cb95d fix(tests): resolve change in error responses, so gotta fix unit test 2025-06-25 20:30:18 +00:00
perf3ct 00d771c15f fix(server): resolve compilation issues due to increased logging 2025-06-25 20:00:09 +00:00
perf3ct bcd03bf0d4 fix(server): don't log postgres passwords 2025-06-25 19:44:58 +00:00
perf3ct 04bf3500fa feat(server): implement better error for configuration issues 2025-06-25 19:37:16 +00:00
perf3ct dd4a44c5fa feat(helm): increment helm chart version 2025-06-25 19:08:41 +00:00
perf3ct babaf11969 add fixperms initcontainer 2025-06-25 19:07:20 +00:00
perf3ct bf41886660 fix(helm): the user doesn't need to specify a watch directory if they don't want to use it 2025-06-25 18:56:36 +00:00
perf3ct a7883c1b63 feat(docs): add more user facing docs, update README, and move dev docs to correct folder 2025-06-25 18:35:06 +00:00
perf3ct 102e7d8b3f feat(helm): get rid of postgres subchart, users should manage it themselves 2025-06-25 01:41:21 +00:00
Jon Fuller ca25e68d05 Merge pull request #13 from readur/renovate/vitejs-plugin-react-4.x
chore(deps): update dependency @vitejs/plugin-react to v4
2025-06-24 16:49:07 -07:00
Jon Fuller 1817f3541a Merge pull request #14 from readur/renovate/major-tailwindcss-monorepo
chore(deps): update dependency tailwindcss to v4
2025-06-24 16:48:45 -07:00
Jon Fuller 8285eb8f4d Merge pull request #9 from readur/renovate/base64ct-1.x
fix(deps): update rust crate base64ct to v1.8.0
2025-06-24 16:48:15 -07:00
Jon Fuller b50254aaca Merge pull request #10 from readur/renovate/utoipa-monorepo
fix(deps): update rust crate utoipa to v5.4.0
2025-06-24 16:47:59 -07:00
Jon Fuller 405083d514 Merge pull request #36 from readur/renovate/aws-sdk-rust-monorepo
fix(deps): update rust crate aws-sdk-s3 to v1.93.0
2025-06-24 16:47:43 -07:00
Jon Fuller 175632ed4f Merge pull request #24 from readur/renovate/common-3.x
chore(deps): update helm release common to v3.7.3
2025-06-24 16:47:33 -07:00
perf3ct ec7fcbe120 fix(helm): increment chart version 2025-06-24 16:39:43 -07:00
perf3ct 3b5534cd28 fix(helm): fix the helm release action 2025-06-24 23:18:35 +00:00
perf3ct 79e73a9d7a fix(helm): fix the helm release action 2025-06-24 23:16:25 +00:00
renovate[bot] 1f86383c35 chore(deps): update dependency tailwindcss to v4 2025-06-24 22:54:04 +00:00
renovate[bot] 2d13d517ab chore(deps): update dependency @vitejs/plugin-react to v4 2025-06-24 22:53:56 +00:00
renovate[bot] 1eb15566b3 fix(deps): update rust crate utoipa to v5.4.0 2025-06-24 22:53:44 +00:00
renovate[bot] 7c8d8e95d4 fix(deps): update rust crate base64ct to v1.8.0 2025-06-24 22:53:35 +00:00
renovate[bot] d117f5b99d fix(deps): update rust crate aws-sdk-s3 to v1.93.0 2025-06-24 22:53:22 +00:00
renovate[bot] a37920cff1 chore(deps): update helm release common to v3.7.3 2025-06-24 22:52:33 +00:00
Jon Fuller c64c408f66 Merge pull request #40 from readur/feat/ignore-deleted-images
feat(server/client): ignore images in sources that have been manually deleted
2025-06-24 15:51:28 -07:00
perf3ct 115c3649b0 fix(tests): resolve FailedOcrPage frontend unit test, part 2 2025-06-24 22:02:48 +00:00
perf3ct 2a8ba554ce fix(tests): resolve buggy FailedOcrPage frontend unit test issues 2025-06-24 21:57:02 +00:00
perf3ct 555bd9a746 feat(ci): don't use debug or incremental in ci 2025-06-24 21:56:40 +00:00
perf3ct eab0853049 fix(tests): checking to make sure the total_failed doesn't increment, instead of strict checking that it's 0 2025-06-24 17:44:31 +00:00
perf3ct 05a1a07494 fix(server): also fix these broken user isolation SQL statements 2025-06-24 17:43:58 +00:00
perf3ct edb1c73f54 fix(client): fix broken IgnoredFilesPage notifications 2025-06-24 17:43:37 +00:00
perf3ct 363bc2b9ef fix(server): better error responses when creating users 2025-06-24 17:33:59 +00:00
perf3ct 3f3654c3cb fix(server): resolve lack of user isolation 2025-06-24 17:28:28 +00:00
perf3ct a0e75d4619 feat(server/client): implement feature of ignoring already deleted files, and add failed OCR queue tests 2025-06-24 17:20:33 +00:00
Jon Fuller 2642d1ee09 Merge pull request #38 from readur/feat/fix-preprocessing-1
fix(ocr): set preprocessing to false by default
2025-06-23 21:20:31 -07:00
perf3ct 43916da6eb fix(ocr): set preprocessing to false by default 2025-06-24 01:28:12 +00:00
perf3ct a6121c2849 fix(migrations): fix comment referencing old migration name 2025-06-23 21:10:44 +00:00
perf3ct 5510765035 feat(migrations): resolve migrations names and remove legacy migrations code 2025-06-23 21:08:43 +00:00
Jon Fuller 23824ea14a Merge pull request #37 from readur/feat/webdav/ignore-duplicates
feat(server): normalize etags from webdav to properly check for file …
2025-06-23 13:20:49 -07:00
perf3ct 67d1e0ee2f feat(webdav): move etag parser to own function, create required migration 2025-06-23 19:39:39 +00:00
perf3ct 113f1d8315 fix(tests): fix broken parser, thanks for finding that, unit tests! 2025-06-23 19:14:31 +00:00
perf3ct b9847b8b6b feat(server): normalize etags from webdav to properly check for file changes 2025-06-23 19:03:24 +00:00
perf3ct 86c655b97b fix(client): resolve React import errors 2025-06-23 16:27:34 +00:00
perf3ct 448d9548b6 fix(client): let's just nuke the frontend package lock, and see what happens 2025-06-23 16:17:45 +00:00
Jon Fuller ee9131fa3d Merge pull request #22 from readur/renovate/major-react-monorepo
fix(deps): update react monorepo to v19 (major)
2025-06-22 21:45:07 -07:00
Jon Fuller 296a8344f8 Merge pull request #3 from readur/renovate/material-ui-monorepo
fix(deps): update material-ui monorepo
2025-06-22 21:43:56 -07:00
Jon Fuller 3ed7ddf76c Merge pull request #7 from readur/renovate/axios-1.x-lockfile
fix(deps): update dependency axios to v1.10.0
2025-06-22 21:42:58 -07:00
Jon Fuller 41a62045ed Merge pull request #17 from readur/renovate/postgresql-16.x
chore(deps): update helm release postgresql to v16
2025-06-22 21:42:21 -07:00
Jon Fuller 69b41d5291 Merge pull request #8 from readur/renovate/react-hook-form-7.x-lockfile
fix(deps): update dependency react-hook-form to v7.58.1
2025-06-22 21:41:32 -07:00
Jon Fuller e8150e9623 Merge pull request #12 from readur/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2025-06-22 21:37:51 -07:00