Commit Graph

787 Commits

Author SHA1 Message Date
perfectra1n 9e143649d4 fix(upload): resolve issue with Axum not having config values set 2025-07-12 14:04:54 -07:00
perfectra1n 6c22cccefb feat(tests): add more test pdfs 2025-07-12 14:04:04 -07:00
perf3ct 65651e767f fix(tests): all unit and integration tests pass locally 2025-07-12 00:29:52 +00:00
perf3ct acbb43afb8 feat(server): rename requeue failed endpoint 2025-07-11 21:44:53 +00:00
perf3ct e16fd1d420 feat(server): rename queue-failed endpoint 2025-07-11 21:28:23 +00:00
perf3ct b31e1a672d feat(server): gracefully manage requeue requests for the same document 2025-07-11 21:27:12 +00:00
perf3ct be31c14814 cleanup(tests): delete disabled tests 2025-07-11 20:33:32 +00:00
perf3ct 0b9b935334 fix(server): don't log usernames to log file, I guess 2025-07-11 20:05:56 +00:00
perf3ct 520c8f0dbf feat(e2e): resolve e2e issues that were pretty lame to fix in reality 2025-07-11 19:58:46 +00:00
perf3ct 6b64cc0b42 feat(docs): update documentation for quite a few things 2025-07-11 19:55:18 +00:00
perf3ct fb8e61b0e4 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 3d530b008f fix(tests): also resolve document struct in these unit tests 2025-07-11 18:54:31 +00:00
perf3ct 979078b5ac fix(tests): also resolve document struct in this unit test 2025-07-11 17:50:49 +00:00
perf3ct b8630f2e88 fix(tests): resolve compilation issues due to Document struct changes 2025-07-11 17:40:28 +00:00
perf3ct 69c94ab1e5 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 897c7ff15c fix(tests): resolve unit test compilation issue 2025-07-11 16:20:31 +00:00
perfectra1n cd4f1824d7 feat(docs): add screenshot to the README to make Reddit happy 2025-07-10 22:38:30 -07:00
Jon Fuller 3eb85f4402 Merge pull request #102 from readur/feat/update-document-details-page
feat(client): improve document details page
2025-07-10 22:13:04 -07:00
perf3ct e896fc7343 fix(tests): resolve unit test compilation issue for update document details page 2025-07-11 05:00:41 +00:00
perf3ct 8c90c5c3c3 feat(tests): do tests pass now? 2025-07-11 00:39:12 +00:00
perf3ct 568b4fc3bb feat(client): fix typescript compilation issue for document's response 2025-07-10 22:04:54 +00:00
perf3ct fb831e9624 feat(server): implement unit tests for source metadata extraction 2025-07-10 22:02:41 +00:00
perf3ct 305c6f1fb1 feat(server): show source metadata EVEN better 2025-07-10 21:51:30 +00:00
perf3ct ea43f79a90 feat(server): show source metadata better, and implement tests 2025-07-10 21:40:16 +00:00
perf3ct b7f1522b4a feat(server): updating the watcher.rs file to preserve source metadata 2025-07-10 21:18:08 +00:00
perf3ct 4521cc5ac6 feat(client): show new file metadata fields on the client 2025-07-10 21:07:35 +00:00
perf3ct 0465777890 feat(client): show more fields for Documents 2025-07-10 21:02:15 +00:00
perf3ct d8c58ef302 fix(client): correctly style the document details page for light/dark mode 2025-07-10 20:27:51 +00:00
perf3ct 0ae447f3db fix(client): make the userId optional in the document details page for now 2025-07-10 19:59:35 +00:00
perf3ct 96c47af2c0 feat(server/client): make sure that the documents endpoint isn't broken 2025-07-10 19:57:25 +00:00
perf3ct da4f770292 fix(client): updated frontend and at least compiles 2025-07-10 18:46:02 +00:00
Jon Fuller a23cb34fed Merge branch 'main' into feat/update-document-details-page 2025-07-09 18:40:43 -07:00
perf3ct 438e79c441 fix(tests): no way, all the integration tests pass now 2025-07-10 01:38:55 +00:00
perf3ct 29800bdd1f fix(tests): resolve integration test response format 2025-07-09 20:10:36 +00:00
perf3ct b1690ede6a fix(tests): resolve integration test response format 2025-07-09 16:46:19 +00:00
perf3ct 51fd19aec8 fix(server/client): rename document_id to id in DocumentUploadResponse, again 2025-07-09 02:46:39 +00:00
Jon Fuller d1092506c8 Merge branch 'main' into feat/update-document-details-page 2025-07-08 19:42:44 -07:00
perf3ct 1abfce88b9 fix(server/client): rename document_id to id in DocumentUploadResponse, again 2025-07-09 02:24:43 +00:00
perf3ct 17f486a8b7 fix(server/client): rename document_id to id in DocumentUploadResponse, again 2025-07-09 01:40:50 +00:00
perf3ct 55c91cc027 feat(e2e): set up useful e2e utils and fix sources page 2025-07-09 00:55:06 +00:00
perf3ct f2a050458b fix(stats): create new get_queue_statistics function to avoid conflicts 2025-07-09 00:27:43 +00:00
perf3ct f0dc0669bd debug(tests): add some debug lines to see why CI is upset 2025-07-08 22:32:32 +00:00
perf3ct 7fa95e5e17 fix(migrations): resolve PostgreSQL function type mismatch in get_ocr_queue_stats 2025-07-08 22:30:21 +00:00
perf3ct 8153f9a4cb fix(migrations): resolve PostgreSQL function type mismatch in get_ocr_queue_stats 2025-07-08 22:04:24 +00:00
perf3ct a6f2b6df09 fix(stats): try to fix the stats extraction, again 2025-07-08 21:18:21 +00:00
perf3ct e628b0d4d5 fix(server): resolve incorrect document failure titles 2025-07-08 20:24:52 +00:00
perf3ct 12bdeab503 fix(stats): try to fix stats export, again again again 2025-07-08 20:21:46 +00:00
perf3ct 2a59651fb9 fix(stats): try to fix stats export, again again 2025-07-08 20:16:33 +00:00
perf3ct a7e9f75eab fix(stats): try to fix stats export, again 2025-07-08 20:03:55 +00:00
perf3ct e17b158140 debug(tests): set DEBUG=1 in the correct spot lol 2025-07-08 19:59:33 +00:00