Commit Graph

63 Commits

Author SHA1 Message Date
perf3ct 212e0cb95d fix(tests): resolve change in error responses, so gotta fix unit test 2025-06-25 20:30:18 +00:00
perf3ct 2a8ba554ce fix(tests): resolve buggy FailedOcrPage frontend unit test issues 2025-06-24 21:57:02 +00:00
perf3ct eab0853049 fix(tests): checking to make sure the total_failed doesn't increment, instead of strict checking that it's 0 2025-06-24 17:44:31 +00:00
perf3ct 363bc2b9ef fix(server): better error responses when creating users 2025-06-24 17:33:59 +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 67d1e0ee2f feat(webdav): move etag parser to own function, create required migration 2025-06-23 19:39:39 +00:00
perf3ct 113f1d8315 fix(tests): fix broken parser, thanks for finding that, unit tests! 2025-06-23 19:14:31 +00:00
perf3ct b9847b8b6b feat(server): normalize etags from webdav to properly check for file changes 2025-06-23 19:03:24 +00:00
perf3ct 2e83301d17 feat(tests): literally all the tests pass locally now 2025-06-22 21:11:14 +00:00
perf3ct a5464c1a50 feat(tests): make sure tests that should require admin privs, use admin 2025-06-22 18:11:54 +00:00
perf3ct fd5923f297 feat(tests): also fix the admin and auto resume tests 2025-06-22 17:43:33 +00:00
perf3ct 1555b8bd4d feat(tests): resolve admin integration test issues 2025-06-22 17:28:45 +00:00
perf3ct ddecb5bab7 fix(tests): resolve query parameter issue in tests 2025-06-22 16:54:59 +00:00
perf3ct d912ed758e fix(tests): last test finally runs 2025-06-22 15:58:52 +00:00
perf3ct 6afc37ed59 feat(tests): fix more broken tests, incorrect types 2025-06-22 15:49:14 +00:00
perf3ct 44878acb0e fix(ci): try to fix the ocr_corruption_tests 2025-06-22 04:31:54 +00:00
perf3ct 7f57078b2b fix(ci): just disable these tests for now 2025-06-22 00:20:28 +00:00
perf3ct 4ec4ecaa8d feat(ci): fix other tests, part 9000 2025-06-21 18:08:34 +00:00
perf3ct a1947518da feat(ci): ignore some tests, fix later 2025-06-21 18:08:22 +00:00
Jon Fuller 4b20064e41 Update labels_integration_tests.rs 2025-06-20 18:12:43 -07:00
perf3ct 3eeb405fe9 fix(tests): hopefully this cleans up these failing tests 2025-06-21 00:34:32 +00:00
perf3ct d5e60f342e fix(tests): fix last broken unit test 2025-06-20 22:59:20 +00:00
perf3ct cf01284fbe feat(ci): use environment variables for database url 2025-06-20 22:33:18 +00:00
perf3ct 4add33923f feat(tests): fix integration test that was using wrong boolean 2025-06-20 19:17:30 +00:00
perf3ct 41f5452527 fix(tests): resolve missing labels parameter 2025-06-20 18:50:40 +00:00
perf3ct eec1072677 Merge branch 'main' into feat/document-deletion 2025-06-20 17:11:26 +00:00
perf3ct ac069de5bc feat(ingestion): create ingestion engine to handle document creation, and centralize deduplication logic 2025-06-20 16:24:26 +00:00
aaldebs99 e3c276226a feat(tests): add deletion unit tests 2025-06-20 16:09:27 +00:00
perf3ct 376849b64d fix(tests): try to resolve last failing integration test 2025-06-20 15:14:16 +00:00
aaldebs99 b24bf2c7d9 Merge branch 'main' into feat/document-labels 2025-06-19 18:40:50 -07:00
perf3ct 7f20e59aa6 feat(tests): resolve issue with 'source' tests 2025-06-19 20:29:35 +00:00
Jon Fuller 4d0d9d16b6 Merge branch 'main' into feat/document-labels 2025-06-18 19:07:54 -07:00
perf3ct 78b47a0709 fix(tests): allow overriding the API_URL for tests 2025-06-19 00:37:29 +00:00
perf3ct ad550829cc Merge branch 'main' of https://github.com/readur/readur 2025-06-19 00:04:52 +00:00
perf3ct cad685bb47 fix(tests): try to fix the auto_resume_tests yet again for integration tests 2025-06-19 00:03:07 +00:00
aaldebs99 5efd685ad4 fix(tests): test port 2025-06-19 00:02:32 +00:00
perf3ct 0bf384bbb1 fix(tests): fix integration tests, `test_resume_priority_ordering` - fix ordering 2025-06-18 22:34:21 +00:00
perf3ct 11aac04d3a Merge branch 'main' into feat/document-labels 2025-06-18 17:45:23 +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
aaldebs99 8923a62bb1 fix(unit): fix more unit test errors 2025-06-18 01:24:58 +00:00
aaldebs99 a4650ca36b fix(unit): fix most unit test errors 2025-06-18 01:07:27 +00:00
perf3ct 4f36e40e38 feat(tests): resolve last test issues 2025-06-17 22:14:38 +00:00
perf3ct f905c220e0 feat(tests): add actual images as part of e2e and testing 2025-06-17 21:26:39 +00:00
perf3ct 80d58b0f28 feat(server/client): implement updated FailedOcrPage, duplicate management, and file hashing 2025-06-17 16:17:23 +00:00
perf3ct 9ff409101a feat(tests): add test images 2025-06-17 15:48:30 +00:00
perf3ct 54868cdc57 feat(server): try to resume syncs after server restart 2025-06-16 23:21:43 +00:00
perf3ct 6d462df990 feat(client): fix the watch page 2025-06-16 23:14:48 +00:00
perf3ct 0d3fe26074 feat(server): also generate thumbnails for non-images, and resolve failing unit/integration tests 2025-06-16 22:51:29 +00:00
perf3ct ee0eaad562 feat(unit): add more throttling/concurrency tests 2025-06-16 01:25:30 +00:00