Commit Graph

708 Commits

Author SHA1 Message Date
Jon Fuller 05adb5ccb0
Merge pull request #118 from readur/renovate/react-router-monorepo
fix(deps): update dependency react-router-dom to v7.7.0
2025-07-22 13:23:40 -07:00
Jon Fuller 2d90fd784f
Merge pull request #119 from readur/renovate/vite-7.x-lockfile
chore(deps): update dependency vite to v7.0.5
2025-07-22 13:23:30 -07:00
Jon Fuller cfa9f042ee
Merge pull request #120 from readur/renovate/vitejs-plugin-react-4.x-lockfile
chore(deps): update dependency @vitejs/plugin-react to v4.7.0
2025-07-22 13:23:19 -07:00
Jon Fuller 109aa59fb7
Merge pull request #121 from readur/renovate/sysinfo-0.x-lockfile
fix(deps): update rust crate sysinfo to v0.36.1
2025-07-22 13:23:06 -07:00
Jon Fuller 0eede5f996
Merge pull request #122 from readur/renovate/material-ui-monorepo
fix(deps): update dependency @mui/x-date-pickers to v8.9.0
2025-07-22 13:22:57 -07:00
Jon Fuller 78826bf52b
Merge pull request #123 from readur/renovate/serde_json-1.x-lockfile
fix(deps): update rust crate serde_json to v1.0.141
2025-07-22 13:22:43 -07:00
Jon Fuller 5215c74dce
Merge pull request #117 from readur/renovate/aws-sdk-rust-monorepo
fix(deps): update aws-sdk-rust monorepo
2025-07-22 13:22:13 -07:00
perf3ct ac3b2e6f03
feat(webdav): also decrease log noise in webdav 2025-07-22 19:32:30 +00:00
perf3ct 1447f0c8db
feat(ingestion): change noisy log-lines to debug instead of info 2025-07-22 19:31:09 +00:00
perf3ct 8a475ffdfe
feat(docs): add docs and update readme 2025-07-22 19:30:40 +00:00
perf3ct 9d47ec2079
feat(chart): change the probe times 2025-07-22 19:22:07 +00:00
renovate[bot] 8feba7486e
fix(deps): update dependency react-router-dom to v7.7.0 2025-07-22 18:10:21 +00:00
renovate[bot] a8d12510eb
fix(deps): update dependency @mui/x-date-pickers to v8.9.0 2025-07-22 18:10:15 +00:00
renovate[bot] fe1cb32e23
chore(deps): update dependency @vitejs/plugin-react to v4.7.0 2025-07-22 18:09:54 +00:00
renovate[bot] 17a350f9b7
fix(deps): update rust crate sysinfo to v0.36.1 2025-07-22 18:09:45 +00:00
renovate[bot] 227c1414f3
fix(deps): update rust crate serde_json to v1.0.141 2025-07-22 18:09:36 +00:00
renovate[bot] 4137260561
fix(deps): update aws-sdk-rust monorepo 2025-07-22 18:09:17 +00:00
renovate[bot] a7eaa132c5
chore(deps): update dependency vite to v7.0.5 2025-07-22 18:08:28 +00:00
perf3ct de7c0cb51b
fix(test): this silly E2E test has been working the whole time, I just have had the wrong selector 2025-07-22 16:49:54 +00:00
perf3ct 0f39950de3
fix(upload): resolve upload hanging with comprehensive error handling and timeouts 2025-07-22 03:46:54 +00:00
perf3ct 5c547c1155
feat(docs): add docs about multiple ocr languages 2025-07-21 23:34:57 +00:00
perf3ct f614380a10
feat(tests): also print error output for e2e tests 2025-07-21 23:16:13 +00:00
perf3ct b5e196a2be
fix(ci): also update database url for tests in ci 2025-07-21 21:07:47 +00:00
perf3ct 47ce114ef4
fix(ocr): use proper failure reasons to avoid constraint violations in failed_documents table 2025-07-21 20:43:37 +00:00
perf3ct 15ffac64fb
fix(tests): should really centralize these database URLs at some point 2025-07-21 20:38:48 +00:00
perf3ct 80c4aec5e6
feat(tests): update default credentials for test db 2025-07-21 20:31:07 +00:00
perf3ct 74f9e0484c
fix(ci): add missing languages to ci 2025-07-21 19:50:06 +00:00
perf3ct 4e1b3e8d6c
fix(errors): swap the http response when deleting a user is restricted 2025-07-21 19:34:33 +00:00
perf3ct b0bb0b95d6
fix(tests): hopefully fix the labels frontend unit test once and for all 2025-07-21 19:29:57 +00:00
perfectra1n 7667b38c8d fix(client): resolve frontend compilation issues due to error model changes 2025-07-19 21:47:36 -07:00
perf3ct b940b2e3f0
fix(tests): resolve frontend unit test issues due to new errors system 2025-07-20 04:09:47 +00:00
perf3ct fb98d48377
feat(dev): let's just implement an entire error system while we're at it, since the tests are already broken 2025-07-20 03:38:13 +00:00
perf3ct 5b61252606
feat(ocr): get rid of managing TESSDATA_PREFIX 2025-07-20 02:23:06 +00:00
perf3ct 6a1d7db251
feat(tests): also upload playwright test results 2025-07-20 00:13:58 +00:00
perf3ct 7312cec281
feat(api): implement custom error type for document interactions 2025-07-19 22:28:39 +00:00
perf3ct d075558e7b
fix(startup): also remove this now unused function check 2025-07-19 22:11:40 +00:00
perf3ct 438d2730f8
feat(api): provide better error responses when manipulating documents 2025-07-19 22:10:28 +00:00
perf3ct f3f796d4f6
fix(tests): hopefully resolve issues with the last two integration tests 2025-07-19 21:57:37 +00:00
perf3ct 4b655b8814
fix(startup): remove annoying function check output from startup 2025-07-19 21:41:26 +00:00
perf3ct b077819fab
feat(docs): update dev docs regarding tests 2025-07-19 00:43:48 +00:00
perf3ct 8f7d6becc1
feat(tests): try to fix the TESSDATA environment variable in tests, again 2025-07-18 21:15:16 +00:00
perf3ct dcf1a9a984
fix(tests): also fix the docs for the retry ocr processing 2025-07-18 21:08:30 +00:00
perf3ct d63e06ea40
feat(tests): resolve test issues to do with integration tests 2025-07-18 21:00:42 +00:00
perf3ct 65404a7cf9
fix(tests): resolve issue in languageselector component for frontend tests 2025-07-18 20:39:41 +00:00
perf3ct 0f5f2fdd6e
fix(tests): also fix the test utils 2025-07-18 20:03:38 +00:00
perf3ct b1e8560fbd
fix(tests): resolve this test as well 2025-07-18 19:57:24 +00:00
perf3ct c0603716d1
fix(tests): resolve these two tests at least) 2025-07-18 19:55:59 +00:00
perf3ct c04e8415c0
fix(migrations): resolve issue with latest migration and multi-language support 2025-07-18 19:30:51 +00:00
perf3ct 87e85ee177
fix(tests): resolve pdf_word_count test becuase we've improved the pdf ocr system so much 2025-07-17 18:50:23 +00:00
perf3ct 537f5aebc4
feat(dev): don't stop remainder of tests in ci when only one test fails 2025-07-17 18:48:30 +00:00