perf3ct
|
a393bd030f
|
fix(tests): resolve issues in integration tests for the new multiple ocr languages
|
2025-07-14 21:28:55 +00:00 |
perf3ct
|
6e4579fd02
|
feat(lang): implement tests for this updated language selection
|
2025-07-14 20:46:51 +00:00 |
perf3ct
|
ea09531911
|
feat(lang): update endpoints for ocr along with updating tests
|
2025-07-14 20:00:38 +00:00 |
Jon Fuller
|
8edc4759f1
|
Merge branch 'main' into feat/multiple-ocr-languages
|
2025-07-14 11:29:46 -07:00 |
perf3ct
|
9c051b6f55
|
feat(ocr): gracefully handle problematic PDFs in all the ways, create tests so that it doesn't happen again
|
2025-07-14 16:36:32 +00:00 |
perf3ct
|
c72368f50d
|
fix(tests): fix broken unit tests for new ocr language feature
|
2025-07-14 02:02:46 +00:00 |
perf3ct
|
1d7d1b8813
|
fix(tests): resolve some broken e2e tests?
|
2025-07-14 01:39:30 +00:00 |
perf3ct
|
8cb5b6612a
|
fix(dev): lol readur2 -> readur
|
2025-07-13 18:06:53 +00:00 |
perf3ct
|
5671038bd1
|
fix(dev): merge main into feature
|
2025-07-13 17:15:59 +00:00 |
perfectra1n
|
cd358f63f2
|
fix(upload): resolve issue with Axum not having config values set
|
2025-07-12 14:04:54 -07:00 |
perfectra1n
|
9ee5081c66
|
feat(tests): add more test pdfs
|
2025-07-12 14:04:04 -07:00 |
perf3ct
|
da0bfbdd5b
|
fix(tests): all unit and integration tests pass locally
|
2025-07-12 00:29:52 +00:00 |
perf3ct
|
0066fd5aa2
|
feat(server): rename requeue failed endpoint
|
2025-07-11 21:44:53 +00:00 |
perf3ct
|
e23d620a38
|
feat(server): rename queue-failed endpoint
|
2025-07-11 21:28:23 +00:00 |
perf3ct
|
f18696d4f8
|
feat(server): gracefully manage requeue requests for the same document
|
2025-07-11 21:27:12 +00:00 |
perf3ct
|
061cef5aa3
|
cleanup(tests): delete disabled tests
|
2025-07-11 20:33:32 +00:00 |
perf3ct
|
13d868ab36
|
fix(tests): resolve issue where test was counting all documents and not the test's own docs
|
2025-07-11 19:31:49 +00:00 |
perf3ct
|
59f1052f52
|
fix(tests): also resolve document struct in these unit tests
|
2025-07-11 18:54:31 +00:00 |
perf3ct
|
e5ae013ef4
|
fix(tests): also resolve document struct in this unit test
|
2025-07-11 17:50:49 +00:00 |
perf3ct
|
2a7d7e7bc4
|
fix(tests): resolve compilation issues due to Document struct changes
|
2025-07-11 17:40:28 +00:00 |
perf3ct
|
024755f9bb
|
feat(tests): create even further comprehensive tests for migration testing, because I'm traumatized from Vikunja
|
2025-07-11 17:25:29 +00:00 |
perf3ct
|
af6f5f9bb1
|
fix(tests): resolve unit test compilation issue
|
2025-07-11 16:20:31 +00:00 |
perf3ct
|
22c6ae112e
|
fix(tests): resolve unit test compilation issue for update document details page
|
2025-07-11 05:00:41 +00:00 |
perf3ct
|
4c4a593a1e
|
feat(server): show source metadata better, and implement tests
|
2025-07-10 21:40:16 +00:00 |
perf3ct
|
c3af038f02
|
fix(tests): no way, all the integration tests pass now
|
2025-07-10 01:38:55 +00:00 |
perf3ct
|
22e196d554
|
fix(tests): resolve integration test response format
|
2025-07-09 20:10:36 +00:00 |
perf3ct
|
089dcca5f3
|
fix(tests): resolve integration test response format
|
2025-07-09 16:46:19 +00:00 |
perf3ct
|
aadd97940f
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 02:46:39 +00:00 |
perf3ct
|
70f75a00ba
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 02:24:43 +00:00 |
perf3ct
|
43248374f1
|
fix(server/client): rename document_id to id in DocumentUploadResponse, again
|
2025-07-09 01:40:50 +00:00 |
perf3ct
|
7d48480cd6
|
fix(tests): and resolve missing endpoint
|
2025-07-08 04:37:33 +00:00 |
perf3ct
|
f30122b0b0
|
fix(tests): resolve weird compilation issue in the tests
|
2025-07-07 23:38:19 +00:00 |
perf3ct
|
488df66a86
|
fix(tests): resolve weird compilation issue in the tests
|
2025-07-07 22:05:28 +00:00 |
perf3ct
|
3a784d4ddf
|
fix(tests): resolve weird compilation issue in the tests
|
2025-07-07 21:09:48 +00:00 |
perf3ct
|
67f399c6c4
|
fix(tests): resolve weird compilation issue in the tests
|
2025-07-07 21:01:33 +00:00 |
perf3ct
|
0e3418a35a
|
fix(tests): resolve tests checking `id` instead of `document_id`
|
2025-07-07 20:47:36 +00:00 |
perf3ct
|
bf2162ad89
|
fix(web_upload): resolve issue that caused files that were uploaded via the web, to not be added to the queue
|
2025-07-07 19:28:08 +00:00 |
perf3ct
|
2a68c0a066
|
feat(server): implement better error checking for sources
|
2025-07-07 19:10:45 +00:00 |
perfectra1n
|
8e6253c96e
|
fix(tests): resolve integration tests not generating unique usernames
|
2025-07-06 22:07:42 -07:00 |
perf3ct
|
c506fd577b
|
feat(webdav): resolve failing etag integration tests
|
2025-07-06 00:16:45 +00:00 |
perf3ct
|
b184f0f68f
|
feat(webdav): resolve failing etag unit tests
|
2025-07-05 19:47:21 +00:00 |
perf3ct
|
7fb1116695
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:50:29 +00:00 |
perf3ct
|
7c9b29676c
|
feat(tests): move integration and unit tests to correct locations
|
2025-07-04 19:37:43 +00:00 |
perf3ct
|
fd26e1a0ae
|
fix(tests): binary and tests at least compile now
|
2025-07-04 19:07:53 +00:00 |
perf3ct
|
a6f3cae96c
|
fix(tests): fix integration_webdav_first_time_scan_tests
|
2025-07-03 16:17:15 +00:00 |
perf3ct
|
8dd77584e1
|
fix(tests): fix timestamps in tests
|
2025-07-03 15:56:49 +00:00 |
perf3ct
|
36b165d0c6
|
fix(tests): fix timestamps in tests
|
2025-07-03 15:38:31 +00:00 |
perf3ct
|
c7e160b5c7
|
fix(tests): resolve last test compiliation issue
|
2025-07-03 15:18:33 +00:00 |
perf3ct
|
c7fec8de08
|
fix(tests): resolve last test compiliation issue
|
2025-07-03 14:33:39 +00:00 |
perf3ct
|
23abf84346
|
fix(tests): resolve last test compiliation issue
|
2025-07-03 14:09:43 +00:00 |