Commit Graph

178 Commits

Author SHA1 Message Date
perf3ct 23c9d68c0b
feat(tests): mom, take a picture, the tests pass 2025-07-29 02:28:39 +00:00
perf3ct 21c5bbcc47
feat(tests): tests are mostly working now 2025-07-29 00:47:02 +00:00
perf3ct f141f0460b
feat(tests): resolve compilation errors in integration tests due to new test context 2025-07-28 19:07:46 +00:00
perf3ct 97bc7ce44a
feat(tests): wrap the tests so that even if they fail, they still close their db connections 2025-07-28 18:15:08 +00:00
perf3ct bc0b13b274
feat(tests): work on resolving tests that don't pass given the large rewrite 2025-07-28 04:13:14 +00:00
perf3ct 5f95afd96c
feat(tests): resolve duplicated test coverage for webdav functionality 2025-07-27 20:36:54 +00:00
perf3ct 8d70dbfbc4
feat(server/client): I have no words, hopefully this lesser abstraction and webdav tracking works now 2025-07-27 19:29:45 +00:00
perf3ct c164acb7a4
feat(client/server): implement better source sync output 2025-07-27 05:02:13 +00:00
perf3ct a4e85de9e3
fix(tests): resolve issue with new url management test 2025-07-27 00:06:50 +00:00
perf3ct 7f950765df
feat(webdav): create dedicated module for managing the mess that is WebDAV XML responses 2025-07-26 23:37:09 +00:00
perf3ct c95c11718b
feat(tests): have the smart_sync tests use the same logic as the other tests, and keep the state throughout the test 2025-07-26 20:54:19 +00:00
perf3ct 10a110d2ec
fix(tests): swap i32 -> i64 in smart sync test 2025-07-24 20:26:06 +00:00
perf3ct 1ec56e1743
fix(tests): resolve issues with compilation in tests 2025-07-24 17:02:38 +00:00
perf3ct e67461cde6
fix(tests): also fix this test? 2025-07-23 00:24:47 +00:00
perf3ct 0dd0b5f0af
feat(tests): split large test file up into smaller ones 2025-07-22 20:40:58 +00:00
perf3ct ab4e5cf38c
feat(sync): create further comprehensive tests for testing our new "smart sync" functionality for managing directory etags 2025-07-22 20:32:59 +00:00
perf3ct 15ffac64fb
fix(tests): should really centralize these database URLs at some point 2025-07-21 20:38:48 +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 f3f796d4f6
fix(tests): hopefully resolve issues with the last two integration tests 2025-07-19 21:57:37 +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 d63e06ea40
feat(tests): resolve test issues to do with integration tests 2025-07-18 21:00:42 +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 9b08f28513
fix(test): just login with admin credentials in the test for now 2025-07-17 18:24:52 +00:00
perf3ct d3ee63e612
fix(tests): resolve issue with ocr language endpoint 2025-07-17 18:10:54 +00:00
perf3ct 8ae3a9cb49
feat(tests): use test context instead of direct database 2025-07-17 17:35:29 +00:00
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