Commit Graph

709 Commits

Author SHA1 Message Date
perf3ct 1178493030
fix(client): make the userId optional in the document details page for now 2025-07-10 19:59:35 +00:00
perf3ct c90c7201e5
feat(server/client): make sure that the documents endpoint isn't broken 2025-07-10 19:57:25 +00:00
perf3ct ff4819b4b0
fix(client): updated frontend and at least compiles 2025-07-10 18:46:02 +00:00
Jon Fuller 9df81d8463
Merge branch 'main' into feat/update-document-details-page 2025-07-09 18:40:43 -07: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
Jon Fuller ed42a58831
Merge branch 'main' into feat/update-document-details-page 2025-07-08 19:42:44 -07: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 70c3ea2900
feat(e2e): set up useful e2e utils and fix sources page 2025-07-09 00:55:06 +00:00
perf3ct ea94dff8ba
fix(stats): create new get_queue_statistics function to avoid conflicts 2025-07-09 00:27:43 +00:00
perf3ct 9846ea67cb
debug(tests): add some debug lines to see why CI is upset 2025-07-08 22:32:32 +00:00
perf3ct 21a655a4b0
fix(migrations): resolve PostgreSQL function type mismatch in get_ocr_queue_stats 2025-07-08 22:30:21 +00:00
perf3ct c085990ea1
fix(migrations): resolve PostgreSQL function type mismatch in get_ocr_queue_stats 2025-07-08 22:04:24 +00:00
perf3ct 36b5330622
fix(stats): try to fix the stats extraction, again 2025-07-08 21:18:21 +00:00
perf3ct 8b1cf027a3
fix(server): resolve incorrect document failure titles 2025-07-08 20:24:52 +00:00
perf3ct bb2bf890d3
fix(stats): try to fix stats export, again again again 2025-07-08 20:21:46 +00:00
perf3ct f17b610501
fix(stats): try to fix stats export, again again 2025-07-08 20:16:33 +00:00
perf3ct d51d1f1c78
fix(stats): try to fix stats export, again 2025-07-08 20:03:55 +00:00
perf3ct 614697355a
debug(tests): set DEBUG=1 in the correct spot lol 2025-07-08 19:59:33 +00:00
perf3ct de26e93031
debug(tests): set debug to 1 for integration tests too 2025-07-08 19:49:44 +00:00
perf3ct 05a0355796
fix(tests): fix the crazy metrics collection issue 2025-07-08 16:52:23 +00:00
perf3ct 7d48480cd6
fix(tests): and resolve missing endpoint 2025-07-08 04:37:33 +00:00
perf3ct 72ad31453f
debug(tests): add some debug lines to see why CI is upset 2025-07-08 00:03:30 +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 c5827a3d20
feat(client): improve document details page 2025-07-07 22:01:06 +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 baa3beccc4
fix(tests): actually make playwright login 2025-07-06 05:59:52 +00:00
perf3ct c506fd577b
feat(webdav): resolve failing etag integration tests 2025-07-06 00:16:45 +00:00
perf3ct ab610bc33f
feat(webdav): resolve failing etag unit tests 2025-07-05 21:16:15 +00:00
perf3ct b184f0f68f
feat(webdav): resolve failing etag unit tests 2025-07-05 19:47:21 +00:00
perf3ct 147d8cdd0c
feat(tests): fix e2e tests due to recent changes 2025-07-05 19:31:49 +00:00
perf3ct 21664d5fac
feat(tests): fix frontend unit tests 2025-07-05 18:56:55 +00:00
perf3ct 8fb55e4069
feat(tests): fix frontend unit tests 2025-07-05 18:47:24 +00:00
perf3ct 8d181146a2
fix(tests): resolve quite a few broen tests 2025-07-05 18:12:48 +00:00
perf3ct 7fb1116695
feat(tests): move integration and unit tests to correct locations 2025-07-04 19:50:29 +00:00
perf3ct 92cc9867a8
Merge branch 'main' of https://github.com/readur/readur 2025-07-04 19:38:30 +00:00
perf3ct 7c9b29676c
feat(tests): move integration and unit tests to correct locations 2025-07-04 19:37:43 +00:00
Jon Fuller f8da2c515a
Merge pull request #94 from readur/renovate/vite-7.x-lockfile
chore(deps): update dependency vite to v7.0.2
2025-07-04 12:08:21 -07:00
perf3ct fd26e1a0ae
fix(tests): binary and tests at least compile now 2025-07-04 19:07:53 +00:00
Jon Fuller 8c17578c8f
Merge pull request #96 from readur/feat/deduplicate-test-utils-1
feat(tests): deduplicate test functionalities
2025-07-04 09:12:40 -07:00
Jon Fuller b1f4a5c54e
Merge pull request #97 from readur/feat/split-up-large-files
feat(dev): split up large files into smaller ones
2025-07-04 09:12:20 -07:00