Commit Graph

80 Commits

Author SHA1 Message Date
perf3ct 9a7488f1d2 fix(tests): resolve broken integration test for ocr retry, and fix frontend tests 2025-07-02 16:39:41 +00:00
perf3ct 70ac57c3cd fix(server/client): try to resolve more tests for the new retry functionality 2025-07-02 04:52:44 +00:00
perf3ct a0420251fb fix(server): resolve test for retry issues 2025-07-02 03:22:41 +00:00
perf3ct 05c04f242e feat(tests): create unit tests for retry 2025-07-02 02:13:58 +00:00
perf3ct 9004633d68 fix(tests): resolve broken frontend tests due to retry functionality 2025-07-02 00:18:21 +00:00
perf3ct d4b57d2ae0 feat(server/client): implement retry functionality for both successful and failed documents 2025-07-02 00:06:47 +00:00
perf3ct ee4841c027 feat(client): combine the low confience ocr tab with the bulk cleanup tab, and move debug menu 2025-07-01 18:52:28 +00:00
perf3ct 231f88f038 feat(debug): debug page actually works and does something 2025-07-01 00:15:48 +00:00
perf3ct 49c34aac5a fix(tests): update frontend tests for new FailedDocument view 2025-06-30 21:20:34 +00:00
perf3ct 9e43df2fbe feat(server/client): add metadata to file view 2025-06-30 19:13:16 +00:00
perf3ct 1695787f1d feat(client): fix faileddocumentviewer 2025-06-30 00:59:34 +00:00
perf3ct fef28a33c6 feat(server): continue to try to wrangle the failed and ignored documents 2025-06-29 23:27:51 +00:00
perf3ct e8a7d7bf0f feat(client): rename FailedOcrPage to DocumentManagementPage 2025-06-29 21:48:44 +00:00
perf3ct 4e34992cb5 feat(client): remove demo statement from frontend 2025-06-29 21:44:11 +00:00
perf3ct 84577806ef feat(server/client): add failed_documents table to handle failures, and move logic of failures 2025-06-28 20:52:58 +00:00
perf3ct e708beacf4 fix(test): try to resolve flaky label create test, again 2025-06-27 18:53:42 +00:00
perf3ct 3126b5552c fix(tests): also resolve this silly failing label unit test 2025-06-27 18:32:56 +00:00
Jon Fuller b095cb951f Merge pull request #55 from readur/feat/oidc-setup
feat(server): set up oidc system and migrations
2025-06-27 10:48:28 -07:00
perf3ct 0b6d96df03 fix(tests): resolve last OIDC test issues 2025-06-27 17:32:33 +00:00
perf3ct 3c5b7c7dfb feat(oidc): fix oidc, tests, and everything in between 2025-06-27 05:03:27 +00:00
perf3ct 75b551c05d feat(client): add button in user dropdown for swagger docs 2025-06-26 19:23:24 +00:00
perf3ct 33e697eb96 feat(client): paginate search results and they look much better now 2025-06-26 19:13:34 +00:00
perf3ct e9496b921e feat(server): set up oidc system and migrations 2025-06-26 18:52:57 +00:00
perf3ct 64918eabde feat(client): add favicon and icons 2025-06-26 18:49:07 +00:00
perf3ct 26fc3044e9 fix(client): fix broken 'download' function on FailedOCR page 2025-06-25 22:49:53 +00:00
perf3ct 3884b43f17 feat(client): also update the text color used on dashboard 2025-06-25 22:42:41 +00:00
perf3ct bcb9dfaad6 feat(client): fix the theme for the FailedOcr, and dashboard values 2025-06-25 22:18:05 +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
perf3ct 43558286fd fix(tests): label frontend tests are passing now too 2025-06-20 19:43:31 +00:00
perf3ct 4d4f61c7e2 fix(tests): resolve a huge number of failing frontend tests due to labels 2025-06-20 19:38:20 +00:00
aaldebs99 4dd9162415 fix(frontend): label writing and fetching logic 2025-06-20 01:32:32 +00:00
aaldebs99 13ea0b3a5c fix(frontend): labels 2025-06-19 21:28:16 +00:00
Jon Fuller 4d0d9d16b6 Merge branch 'main' into feat/document-labels 2025-06-18 19:07:54 -07:00
perf3ct 2b27f55080 fix(tests): don't run e2e tests in unit testing, and resolve more test issues 2025-06-18 20:10:03 +00:00
perf3ct c4c3de5869 fix(tests): resolve the uploadzone test issue 2025-06-18 19:51:43 +00:00
perf3ct b766d80d3b feat(labels): fix label dialogs and tests 2025-06-18 19:19:41 +00:00
perf3ct 7fe16f6eba feat(labels): fix broken label frontend and hook 2025-06-18 18:41:29 +00:00
perf3ct 11aac04d3a Merge branch 'main' into feat/document-labels 2025-06-18 17:45:23 +00:00
perf3ct 5fc119006d feat(tests): add some tests back, but just disable them 2025-06-18 17:41:38 +00:00
perf3ct b6dcb3d1b3 feat(tests): fix/resolve/disable more tests 2025-06-18 17:30:21 +00:00
perf3ct d055e9f350 feat(server/client): implement labels for documents 2025-06-18 16:12:42 +00:00
perf3ct 987e3a53fc fix(unit): fix more broken tests, disable some 2025-06-18 04:50:30 +00:00
perf3ct 7f8cf8e078 fix(unit): fix more broken tests 2025-06-18 03:54:04 +00:00
perf3ct 994d80223e fix(unit): fix more broken tests 2025-06-18 02:55:35 +00:00
perf3ct 044c3e25d7 fix(unit): fix more broken tests 2025-06-18 02:18:46 +00:00
perf3ct ed9d467c9f feat(client): update grid import and dependency 2025-06-17 19:54:45 +00:00
perf3ct 7eb036b153 feat(client/server): create endpoint for fetching individual files, and fix client not serving files 2025-06-17 03:38:16 +00:00
perf3ct 479c62a4f1 feat(client/server): advanced search, along with fixing build errors 2025-06-17 02:56:59 +00:00
perf3ct 4dda4d143d feat(client/server): implement a much better search 2025-06-17 02:41:16 +00:00
perf3ct f361dd4e7c feat(client): give more space to the quick search bar 2025-06-16 21:02:57 +00:00