Commit Graph

230 Commits

Author SHA1 Message Date
perf3ct
9b3cdbabfb fix(tests): explicitly set the postgres.enabled to false for helm pr testing 2025-06-22 22:23:47 +00:00
perf3ct
33ae814a43 fix(tests): also fix unit tests 2025-06-22 21:31:11 +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
5dae03635a feat(ocr_queue): fix completed_today count 2025-06-22 16:04:17 +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
48ab02b3a3 feat(ci): implement better caching 2025-06-22 00:39:46 +00:00
perf3ct
7f57078b2b fix(ci): just disable these tests for now 2025-06-22 00:20:28 +00:00
perf3ct
8df604f434 feat(ci): ignore problematic tests, fix later 2025-06-21 18:09:32 +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
eb77908353 fix(ci): don't prepend the release with the word 'Release' 2025-06-20 21:14:10 +00:00
perf3ct
84f5433ef7 fix(tests): fix the integration tests, again 2025-06-20 21:12:46 +00:00
Jon Fuller
3c82874814 Merge pull request #29 from readur/feat/document-deletion
feat(docs): add document deletion, bulk deletion, and labels
2025-06-20 13:32:01 -07: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
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
679ad04274 fix(deletion): properly handle concurrent deletion requests 2025-06-20 18:40:24 +00:00
perf3ct
8ae976eda8 feat(tests): resolve failing and ignored tests 2025-06-20 18:37:52 +00:00
perf3ct
09b338685d fix(tests): repair the label tests 2025-06-20 18:10:27 +00:00
perf3ct
2c2d948aa2 fix(documents): remove old code in favor of document ingestion engine 2025-06-20 17:18:00 +00:00
perf3ct
eec1072677 Merge branch 'main' into feat/document-deletion 2025-06-20 17:11:26 +00:00
perf3ct
e54ada0928 fix(tests): also disable the last stuck e2e test, logout testing 2025-06-20 17:05:22 +00:00
perf3ct
c4a9c51b98 feat(ingestion): have everything use the document ingestion engine 2025-06-20 16:53:06 +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
6b7981cd1a Merge branch 'main' of https://github.com/readur/readur 2025-06-20 15:35:59 +00:00
perf3ct
4eee140042 fix(tests): ignore failing tests for now, to get baseline 2025-06-20 15:35:53 +00:00
perf3ct
376849b64d fix(tests): try to resolve last failing integration test 2025-06-20 15:14:16 +00:00
aaldebs99
1507532083 feat(everything): Add document deletion 2025-06-20 03:49:16 +00:00
aaldebs99
b24bf2c7d9 Merge branch 'main' into feat/document-labels 2025-06-19 18:40:50 -07:00
aaldebs99
4dd9162415 fix(frontend): label writing and fetching logic 2025-06-20 01:32:32 +00:00
aaldebs99
aeb98acea8 fi(backend): migrate python code to rust lol 2025-06-20 01:32:05 +00:00
perfectra1n
9606e60e27 feat(ci): use arm64 for arm64 build job 2025-06-19 17:41:19 -07:00
perf3ct
a7c130d25a feat(ci): add release workflow step 2025-06-19 21:59:20 +00:00
perf3ct
4a7d34a4a3 fix(ci): tag largest semver with latest tag 2025-06-19 21:59:07 +00:00
perf3ct
dfb39782c7 feat(tests): configure PLAYWRIGHT_BASE_URL for use in CI tests 2025-06-19 21:56:19 +00:00
perf3ct
b19123e6f2 feat(tests): enable RUST_BACKTRACE on all tests, for debugging 2025-06-19 21:56:00 +00:00
perf3ct
440d6e3f6e feat(ci): tag the docker images correctly 2025-06-19 21:49:12 +00:00
aaldebs99
13ea0b3a5c fix(frontend): labels 2025-06-19 21:28:16 +00:00