perf3ct
|
2a1eeeda50
|
feat(debug): debug page actually works and does something
|
2025-07-01 00:15:48 +00:00 |
perf3ct
|
72781aa7b9
|
fix(tests): update frontend tests for new FailedDocument view
|
2025-06-30 21:20:34 +00:00 |
perf3ct
|
d9b695f0bd
|
feat(server/client): add metadata to file view
|
2025-06-30 19:13:16 +00:00 |
perf3ct
|
bf98aaab85
|
feat(client): fix faileddocumentviewer
|
2025-06-30 00:59:34 +00:00 |
perf3ct
|
5f10a8b82c
|
feat(server): continue to try to wrangle the failed and ignored documents
|
2025-06-29 23:27:51 +00:00 |
perf3ct
|
879425c192
|
feat(client): rename FailedOcrPage to DocumentManagementPage
|
2025-06-29 21:48:44 +00:00 |
perf3ct
|
cf8b9444ee
|
feat(client): remove demo statement from frontend
|
2025-06-29 21:44:11 +00:00 |
perf3ct
|
fa7fd86622
|
fix(tests): fix ocr endpoint tests due to our endpoint change
|
2025-06-28 23:11:47 +00:00 |
perf3ct
|
28a7e4eb45
|
fix(tests): resolve a whole lot of test issues
|
2025-06-28 22:50:40 +00:00 |
perf3ct
|
df254d59e3
|
feat(server/client): resolve failing tests
|
2025-06-28 21:21:05 +00:00 |
perf3ct
|
34bc207e39
|
feat(server/client): add failed_documents table to handle failures, and move logic of failures
|
2025-06-28 20:52:58 +00:00 |
perf3ct
|
6dd580fa2f
|
fix(ocr_status): populate the ocr queue with pending jobs and add easy 'retry' button
|
2025-06-28 18:08:00 +00:00 |
Jon Fuller
|
a314f64ca9
|
Merge pull request #69 from readur/fix/ocr-confidence-1
fix(server/client): fix incorrect OCR measurements
|
2025-06-28 09:53:56 -07:00 |
aaldebs99
|
83217e508e
|
feat(frontend): view failed document and link to details
|
2025-06-28 05:10:38 +00:00 |
aaldebs99
|
e3e5d28a2a
|
feat(frontend): click to expand preview in document details
|
2025-06-28 04:33:35 +00:00 |
perfectra1n
|
7f69cd2e5f
|
fix(server/client): fix incorrect OCR measurements
|
2025-06-27 20:23:59 -07:00 |
perf3ct
|
7a623ca8d6
|
feat(server/client): easily undelete ignored files, if the user wishes to do so
|
2025-06-28 00:37:49 +00:00 |
Jon Fuller
|
a8c6660450
|
Merge branch 'main' into feat/delete-low-confidence-documents
|
2025-06-27 15:17:50 -07:00 |
perf3ct
|
a642eec3ce
|
feat(server/client): implement button deleting low confidence documents (e.g. documents that have no text)
|
2025-06-27 22:16:38 +00:00 |
perf3ct
|
fc0324da80
|
feat(client/server): add a new badge for each source that shows the number of documents stored from each source
|
2025-06-27 21:32:50 +00:00 |
perf3ct
|
1af971b3da
|
fix(test): try to resolve flaky label create test, again
|
2025-06-27 18:53:42 +00:00 |
perf3ct
|
cf98da3298
|
fix(tests): also resolve this silly failing label unit test
|
2025-06-27 18:32:56 +00:00 |
Jon Fuller
|
c8f4886fc6
|
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
|
af3aab3cda
|
fix(tests): resolve last OIDC test issues
|
2025-06-27 17:32:33 +00:00 |
perf3ct
|
72708a05f3
|
feat(oidc): fix oidc, tests, and everything in between
|
2025-06-27 05:03:27 +00:00 |
perf3ct
|
ddc93fa51a
|
feat(client): add button in user dropdown for swagger docs
|
2025-06-26 19:23:24 +00:00 |
perf3ct
|
ff50fe1155
|
feat(client): paginate search results and they look much better now
|
2025-06-26 19:13:34 +00:00 |
perf3ct
|
10d9a1a661
|
feat(server): set up oidc system and migrations
|
2025-06-26 18:52:57 +00:00 |
perf3ct
|
e57935a4b5
|
feat(client): update the messy search
|
2025-06-26 18:49:24 +00:00 |
perf3ct
|
8cafe14e89
|
feat(client): add favicon and icons
|
2025-06-26 18:49:07 +00:00 |
perf3ct
|
ad07f30370
|
feat(client): update titles of cards used on search and sources page
|
2025-06-26 16:46:19 +00:00 |
perf3ct
|
dd8555b088
|
fix(client): fix broken 'download' function on FailedOCR page
|
2025-06-25 22:49:53 +00:00 |
perf3ct
|
a6d9446d1f
|
feat(client): also update the text color used on dashboard
|
2025-06-25 22:42:41 +00:00 |
perf3ct
|
9f071a9370
|
feat(client): fix the theme for the FailedOcr, and dashboard values
|
2025-06-25 22:18:05 +00:00 |
perf3ct
|
b8fee9405b
|
fix(tests): resolve FailedOcrPage frontend unit test, part 2
|
2025-06-24 22:02:48 +00:00 |
perf3ct
|
19ef540bb0
|
fix(tests): resolve buggy FailedOcrPage frontend unit test issues
|
2025-06-24 21:57:02 +00:00 |
perf3ct
|
78f87d49ef
|
fix(client): fix broken IgnoredFilesPage notifications
|
2025-06-24 17:43:37 +00:00 |
perf3ct
|
afa0565634
|
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
|
319cf4f4d0
|
fix(ocr): set preprocessing to false by default
|
2025-06-24 01:28:12 +00:00 |
perf3ct
|
3d93c96c31
|
fix(client): resolve React import errors
|
2025-06-23 16:27:34 +00:00 |
perf3ct
|
4b3195422c
|
fix(tests): label frontend tests are passing now too
|
2025-06-20 19:43:31 +00:00 |
perf3ct
|
984e94d869
|
fix(tests): resolve a huge number of failing frontend tests due to labels
|
2025-06-20 19:38:20 +00:00 |
aaldebs99
|
a5ebbd59bd
|
feat(everything): Add document deletion
|
2025-06-20 03:49:16 +00:00 |
aaldebs99
|
3ecc82dfdf
|
fix(frontend): label writing and fetching logic
|
2025-06-20 01:32:32 +00:00 |
aaldebs99
|
f1a22aba65
|
fix(frontend): labels
|
2025-06-19 21:28:16 +00:00 |
aaldebs99
|
9271e53acd
|
fix(frontend): labels handling
|
2025-06-19 20:06:15 +00:00 |
Jon Fuller
|
a335af6fff
|
Merge branch 'main' into feat/document-labels
|
2025-06-18 19:07:54 -07:00 |
perf3ct
|
539f7cda79
|
fix(tests): add back the playwright test, and banish the searchpage test to an integration test
|
2025-06-18 21:18:13 +00:00 |
perf3ct
|
7d3ad04006
|
fix(tests): fix the one e2e test, rename the search test
|
2025-06-18 20:54:19 +00:00 |
perf3ct
|
1bfc90dfc2
|
fix(tests): don't run e2e tests in unit testing, and resolve more test issues
|
2025-06-18 20:10:03 +00:00 |