317 Commits

Author SHA1 Message Date
renovate[bot]
6aa48a2fa0 chore(deps): update postgres:18 docker digest to 28bda6d (#1816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 11:17:26 +01:00
renovate[bot]
9ccfbc9599 chore(deps): update mariadb:12 docker digest to 607835c (#1817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14 11:17:16 +01:00
Copilot
b38780e246 feat(ci): update Docker PR push build strategy for forked PRs (#1812)
This change switches from pull_request to pull_request_target trigger,
allowing PRs from forks to successfully build and push Docker images.

The pull_request trigger provides a read-only GITHUB_TOKEN for fork PRs,
even when permissions.packages is set to write. This caused builds to fail
for external contributors.

Using pull_request_target is safe here because:
- We explicitly checkout the PR's head SHA
- Only Docker build happens (isolated, no arbitrary code execution)
- No untrusted scripts are run in the workflow context

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>
Co-authored-by: kolaente <k@knt.li>
2025-11-13 08:52:20 +00:00
Copilot
cf8ad52a27 feat: add PR Docker image builds for x86_64 (#1810)
* Initial plan

* feat: add PR docker build workflow

Add a new workflow that builds and pushes Docker images for pull requests:
- Runs independently without waiting for tests
- Builds only for linux/amd64 platform
- Pushes only to GHCR (not Docker Hub)
- Tags images with pr-<number> format

Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>

* feat: add SHA tag to PR Docker images

Add type=sha,format=long to docker tags for PR images.
This will tag images with both pr-<number> and sha-<commit_hash>.

Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>
2025-11-12 23:31:25 +00:00
renovate[bot]
4a4a8a0013 chore(deps): update actions/create-github-app-token action to v2 (#1809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 22:46:44 +00:00
renovate[bot]
373b079223 chore(deps): pin actions/create-github-app-token action to d72941d (#1801)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 20:59:03 +00:00
kolaente
b8b335fee2 chore(ci): use github app to handle issue closed comments 2025-11-12 21:46:04 +01:00
renovate[bot]
9ed848efe1 chore(deps): update cypress/browsers:latest docker digest to e85371f (#1798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 21:08:47 +01:00
renovate[bot]
f08afcf66b chore(deps): update golangci/golangci-lint-action action to v9 (#1796)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 15:24:06 +01:00
renovate[bot]
aafd16fbe3 chore(deps): update softprops/action-gh-release digest to 5be0e66 (#1777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 22:44:00 +00:00
renovate[bot]
ed0b1f766b chore(deps): update docker/metadata-action digest to 318604b (#1744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 23:27:49 +01:00
renovate[bot]
8342318cbc chore(deps): update mariadb:12 docker digest to 439d77b (#1776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 23:27:13 +01:00
renovate[bot]
a6c114c86a chore(deps): update postgres:18 docker digest to 41fc534 (#1751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 21:16:10 +00:00
renovate[bot]
bf0fd2885d chore(deps): update actions/download-artifact action to v6 (#1764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 15:42:50 +01:00
renovate[bot]
7e9941ea94 chore(deps): pin bitnamilegacy/minio docker tag to 451fe68 (#1759)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 11:21:27 +00:00
Weijie Zhao
bc1368abcc feat: add S3 file storage support (#1688) 2025-11-06 08:37:04 +01:00
renovate[bot]
f135ade3a0 chore(deps): update docker/setup-qemu-action digest to c7c5346 (#1757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 07:18:18 +00:00
renovate[bot]
f4d0cc7ffa chore(deps): update cypress/browsers:latest docker digest to 33dbe61 (#1749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 10:10:23 +01:00
renovate[bot]
09cc0f673c chore(deps): update postgres:18 docker digest to 6f3e42a (#1742)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 00:26:22 +01:00
kolaente
541a38456e chore(deps): update golangci-lint to 2.6.0 (#1737) 2025-10-31 17:28:52 +00:00
renovate[bot]
15cba4cd27 chore(deps): update cypress/browsers:latest docker digest to 368e300 (#1734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-31 12:24:52 +00:00
renovate[bot]
070c03bd47 chore(deps): update github artifact actions (major) (#1719)
chore(deps): update github artifact actions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 12:47:51 +00:00
renovate[bot]
68c3c33820 chore(deps): update cypress/browsers:latest docker digest to 1b0e8df (#1697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 12:47:28 +00:00
renovate[bot]
4af5dbf016 chore(deps): update postgres:18 docker digest to 1ffc019 (#1715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 13:23:16 +01:00
renovate[bot]
1877415e47 chore(deps): update postgres:18 docker digest to 7499fa0 (#1709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 10:06:52 +02:00
renovate[bot]
0a58683b7e chore(deps): update postgres:18 docker digest to 33d0aae (#1705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 22:54:23 +00:00
renovate[bot]
80f195ac73 chore(deps): update postgres:18 docker digest to b5b154c (#1695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 10:07:50 +02:00
renovate[bot]
4d51e6f52d chore(deps): pin docker/login-action action to 5e57cd1 (#1698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 10:07:23 +02:00
kolaente
c02650346d fix(ci): login to ghcr 2025-10-21 16:29:27 +02:00
kolaente
46e37d7b7e feat(ci): run database docker images only when needed (#1696) 2025-10-21 13:47:39 +00:00
kolaente
ee9744aaa1 feat(ci): publish docker images to ghcr as well 2025-10-21 15:26:33 +02:00
renovate[bot]
92b83dd69d chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 741010e (#1691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21 07:11:22 +02:00
renovate[bot]
b2db608acc chore(deps): update crowdin/github-action digest to 08713f0 (#1687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 10:11:01 +00:00
renovate[bot]
07f978207e chore(deps): pin docker/build-push-action action to 2634353 (#1683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-19 20:03:10 +02:00
kolaente
040ac8906d fix(ci): remove blacksmith docker builder
Blacksmith's docker builder is fast, but it uses way too much cache
storage, ballooning our bill.
2025-10-19 19:35:09 +02:00
renovate[bot]
f9ed940e5d chore(deps): update cypress/browsers:latest docker digest to b7d45cd (#1680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-18 09:57:00 +02:00
renovate[bot]
96359df8ad chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 842e7ed (#1678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 23:49:16 +02:00
renovate[bot]
35167bbff3 chore(deps): update cypress/browsers:latest docker digest to f47e21d (#1674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:11:11 +02:00
renovate[bot]
64ad07d698 chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 4f5d59a (#1675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:10:30 +02:00
renovate[bot]
187722b636 chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 11e1827 (#1661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 23:03:45 +02:00
renovate[bot]
09fc61fdf1 chore(deps): update actions/setup-node action to v6 (#1654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 12:12:21 +02:00
kolaente
7689b6c181 fix(ci): unxecpected token in issue close workflow 2025-10-13 11:13:29 +02:00
renovate[bot]
a110d0f577 chore(deps): update softprops/action-gh-release digest to 6da8fa9 (#1641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 20:06:18 +02:00
renovate[bot]
95dd749ba8 chore(deps): update mariadb:12 docker digest to 5b6a1ea (#1634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 09:26:31 +02:00
kolaente
6425c6d2d8 fix(ci): don't run cypress tests in parallel when started from a fork (#1631)
Workaround for https://github.com/cypress-io/github-action/issues/1546
2025-10-09 12:02:24 +00:00
kolaente
7442fbb9c2 fix(ci): find closing PRs when they are not explicitly referenced
Works around a limitation in the GitHub api which makes it hard to find a PR that closed an issue directly
2025-10-09 11:14:05 +02:00
renovate[bot]
7f78a44e1c chore(deps): update useblacksmith/setup-docker-builder digest to 78f4168 (#1617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 22:43:27 +02:00
renovate[bot]
d001c7f9d9 chore(deps): update cypress/browsers:latest docker digest to 1f1adf3 (#1608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 10:29:50 +00:00
renovate[bot]
b86fd8d2d2 chore(deps): update pnpm/action-setup digest to 41ff726 (#1609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 10:19:31 +00:00
renovate[bot]
74a86a510b chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to d401c06 (#1604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 20:46:12 +00:00