Commit Graph

855 Commits

Author SHA1 Message Date
Jon Fuller 722d8ea03f 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 d5c9494971 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 eff9716b50 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 8c9d5dc12b feat(webdav): move to tracking all subdirectory etags 2025-07-22 19:59:25 +00:00
perf3ct 3c09e80d6d feat(webdav): also decrease log noise in webdav 2025-07-22 19:32:30 +00:00
perf3ct bf1fa0712f feat(ingestion): change noisy log-lines to debug instead of info 2025-07-22 19:31:09 +00:00
perf3ct dfd0caf6f8 feat(docs): add docs and update readme 2025-07-22 19:30:40 +00:00
perf3ct 7b54381693 feat(chart): change the probe times 2025-07-22 19:22:07 +00:00
renovate[bot] f2aaf938e2 fix(deps): update dependency react-router-dom to v7.7.0 2025-07-22 18:10:21 +00:00
renovate[bot] 3465b49a68 fix(deps): update dependency @mui/x-date-pickers to v8.9.0 2025-07-22 18:10:15 +00:00
renovate[bot] b8aa6421c6 chore(deps): update dependency @vitejs/plugin-react to v4.7.0 2025-07-22 18:09:54 +00:00
renovate[bot] 08e8e16961 fix(deps): update rust crate sysinfo to v0.36.1 2025-07-22 18:09:45 +00:00
renovate[bot] 56435b248a fix(deps): update rust crate serde_json to v1.0.141 2025-07-22 18:09:36 +00:00
renovate[bot] 1cc868c5e4 fix(deps): update aws-sdk-rust monorepo 2025-07-22 18:09:17 +00:00
renovate[bot] 2bae505651 chore(deps): update dependency vite to v7.0.5 2025-07-22 18:08:28 +00:00
perf3ct 193858bd2b 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 79d1d6ad19 fix(upload): resolve upload hanging with comprehensive error handling and timeouts 2025-07-22 03:46:54 +00:00
perf3ct 2e6c1ef238 feat(docs): add docs about multiple ocr languages 2025-07-21 23:34:57 +00:00
perf3ct 98c3bd50ef feat(tests): also print error output for e2e tests 2025-07-21 23:16:13 +00:00
perf3ct c994940453 fix(ci): also update database url for tests in ci 2025-07-21 21:07:47 +00:00
perf3ct 65f42c2cd7 fix(ocr): use proper failure reasons to avoid constraint violations in failed_documents table 2025-07-21 20:43:37 +00:00
perf3ct 7ee9a4c6a6 fix(tests): should really centralize these database URLs at some point 2025-07-21 20:38:48 +00:00
perf3ct 0a2020d249 feat(tests): update default credentials for test db 2025-07-21 20:31:07 +00:00
perf3ct 95e5186b78 fix(ci): add missing languages to ci 2025-07-21 19:50:06 +00:00
perf3ct 6fcae1e752 fix(errors): swap the http response when deleting a user is restricted 2025-07-21 19:34:33 +00:00
perf3ct c382f0651f fix(tests): hopefully fix the labels frontend unit test once and for all 2025-07-21 19:29:57 +00:00
perfectra1n f7e1538ab5 fix(client): resolve frontend compilation issues due to error model changes 2025-07-19 21:47:36 -07:00
perf3ct fbaf30b29e fix(tests): resolve frontend unit test issues due to new errors system 2025-07-20 04:09:47 +00:00
perf3ct aac32ea64a 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 45ec99a031 feat(ocr): get rid of managing TESSDATA_PREFIX 2025-07-20 02:23:06 +00:00
perf3ct e7dd9dee28 feat(tests): also upload playwright test results 2025-07-20 00:13:58 +00:00
perf3ct 1895fe6c5c feat(api): implement custom error type for document interactions 2025-07-19 22:28:39 +00:00
perf3ct 3e098dc085 fix(startup): also remove this now unused function check 2025-07-19 22:11:40 +00:00
perf3ct 1aac25631c feat(api): provide better error responses when manipulating documents 2025-07-19 22:10:28 +00:00
perf3ct bb85f4f5c2 fix(tests): hopefully resolve issues with the last two integration tests 2025-07-19 21:57:37 +00:00
perf3ct 5a3c040942 fix(startup): remove annoying function check output from startup 2025-07-19 21:41:26 +00:00
perf3ct 13088141a8 feat(docs): update dev docs regarding tests 2025-07-19 00:43:48 +00:00
perf3ct 29689fda4b feat(tests): try to fix the TESSDATA environment variable in tests, again 2025-07-18 21:15:16 +00:00
perf3ct bf4f508bec fix(tests): also fix the docs for the retry ocr processing 2025-07-18 21:08:30 +00:00
perf3ct 6b1a1eba14 feat(tests): resolve test issues to do with integration tests 2025-07-18 21:00:42 +00:00
perf3ct 7d89a711cb fix(tests): resolve issue in languageselector component for frontend tests 2025-07-18 20:39:41 +00:00
perf3ct 77db933b58 fix(tests): also fix the test utils 2025-07-18 20:03:38 +00:00
perf3ct a38d100023 fix(tests): resolve this test as well 2025-07-18 19:57:24 +00:00
perf3ct 41d8524714 fix(tests): resolve these two tests at least) 2025-07-18 19:55:59 +00:00
perf3ct 0d65cab4aa fix(migrations): resolve issue with latest migration and multi-language support 2025-07-18 19:30:51 +00:00
perf3ct 708e22dedc 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 f12169c327 feat(dev): don't stop remainder of tests in ci when only one test fails 2025-07-17 18:48:30 +00:00
perf3ct c0e8864280 fix(test): just login with admin credentials in the test for now 2025-07-17 18:24:52 +00:00
perf3ct 9658063a06 fix(tests): resolve issue with ocr language endpoint 2025-07-17 18:10:54 +00:00
perf3ct d0d3aab859 feat(tests): use test context instead of direct database 2025-07-17 17:35:29 +00:00