Commit Graph

48 Commits

Author SHA1 Message Date
Jon Fuller ca193442da Create codeql.yml 2025-06-30 13:12:28 -07:00
perf3ct 3b5534cd28 fix(helm): fix the helm release action 2025-06-24 23:18:35 +00:00
perf3ct 79e73a9d7a fix(helm): fix the helm release action 2025-06-24 23:16:25 +00:00
perf3ct 3f3654c3cb fix(server): resolve lack of user isolation 2025-06-24 17:28:28 +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
Jon Fuller e8150e9623 Merge pull request #12 from readur/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2025-06-22 21:37:51 -07:00
Jon Fuller 91dc29c721 Merge pull request #18 from readur/renovate/node-22.x
chore(deps): update dependency node to v22
2025-06-22 21:32:52 -07:00
Jon Fuller d2689dd29e Merge pull request #25 from readur/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2025-06-22 21:31:09 -07:00
Jon Fuller 6405002f00 Merge pull request #19 from readur/renovate/postgres-17.x
chore(deps): update postgres docker tag to v17
2025-06-22 17:43:18 -07:00
Jon Fuller 4939a33578 Merge pull request #35 from readur/renovate/helm-chart-releaser-action-1.x
chore(deps): update helm/chart-releaser-action action to v1.7.0
2025-06-22 17:40:39 -07:00
renovate[bot] 57f05634ff chore(deps): update postgres docker tag to v17 2025-06-22 22:35:41 +00:00
renovate[bot] 0d1709d409 chore(deps): update docker/build-push-action action to v6 2025-06-22 22:35:15 +00:00
renovate[bot] 7b6f3a3159 chore(deps): update dependency node to v22 2025-06-22 22:34:25 +00:00
renovate[bot] a8e106a87b chore(deps): update actions/checkout action to v4 2025-06-22 22:34:12 +00:00
renovate[bot] f233b6e4a6 chore(deps): update helm/chart-releaser-action action to v1.7.0 2025-06-22 22:32:38 +00:00
renovate[bot] b30a7893ce chore(deps): update alpine/helm docker tag to v3.18.3 2025-06-22 22:32:21 +00:00
perf3ct 182465341a fix(build): update `npm ci` to `npm install` 2025-06-22 22:27:05 +00:00
perf3ct 9b3cdbabfb fix(tests): explicitly set the postgres.enabled to false for helm pr testing 2025-06-22 22:23:47 +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 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
perf3ct 6b7981cd1a Merge branch 'main' of https://github.com/readur/readur 2025-06-20 15:35:59 +00:00
perf3ct 376849b64d fix(tests): try to resolve last failing integration test 2025-06-20 15:14:16 +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 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
perf3ct 8ae41101f0 feat(ci): fix docker build to build on appropriate cpu arch 2025-06-19 20:29:13 +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
perf3ct e7f773d1ea fix(tests): fix e2e tests, part 3 2025-06-18 22:29:48 +00:00
perf3ct 5c31710b51 fix(tests): fix e2e tests, part 2 2025-06-18 21:51:52 +00:00
perf3ct f7c20fa188 feat(ci): also update the helm pull request workflow 2025-06-18 21:25:28 +00:00
perf3ct 62bb17fb84 fix(tests): add back the playwright test, and banish the searchpage test to an integration test 2025-06-18 21:18:13 +00:00
perf3ct 4b0f4ed226 fix(tests): add step to run server for integration tests 2025-06-18 21:01:51 +00:00
perf3ct cab0d75436 fix(tests): fix the one e2e test, rename the search test 2025-06-18 20:54:19 +00:00
perf3ct f23ce3ca4a feat(ci): TIL you can't do subfolders in GitHub Actions 2025-06-18 20:36:44 +00:00
perf3ct 581ebec5b4 feat(ci): add workflows for helm chart, move files around 2025-06-18 20:34:09 +00:00
perf3ct ffd2c2de0a fix(tests): remove 'test' workflow as it's redundant 2025-06-18 19:49:06 +00:00
perf3ct 224a650e63 fix(unit): start to fix the broken workflows... 2025-06-18 01:00:22 +00:00
perf3ct db9636c7ca feat(tests): resolve last test issues 2025-06-17 22:17:45 +00:00
perf3ct 4f36e40e38 feat(tests): resolve last test issues 2025-06-17 22:14:38 +00:00
perf3ct efbd15774a feat(e2e): add playwright for e2e tests 2025-06-17 20:10:04 +00:00
perf3ct d4da15c212 feat(ci): add github actions 2025-06-17 19:14:27 +00:00
perf3ct 488003c426 fix(everything): wow, it runs 2025-06-12 00:05:43 +00:00