1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

7958 Commits

Author SHA1 Message Date
renovate[bot] 74e3ec6a4a Lock file maintenance (#6640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-25 03:02:42 +02:00
renovate[bot] 07c909ab38 Update pnpm to v11.3.0 (#6639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-24 16:04:19 +02:00
renovate[bot] 3993607409 Update module github.com/google/go-github/v86 to v88 (#6626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-05-23 17:07:54 +02:00
renovate[bot] 307b4a074d Update docs npm deps non-major (#6625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-05-23 17:02:02 +02:00
renovate[bot] db4d0208ec Update web npm deps non-major (#6624)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-23 02:32:40 +02:00
Harri Avellan 70d1b48b0e k8s: add guards to stop pipeline services upon completion (#6623)
As described in #6616 occassional services are not terminated when pipeline completes. It appears that if the service pods are terminated before WaitStep setups hooks for these, the delete events are lost and services end up running until the pipeline timeout exceeds.

The PR adds delete event handler and a check for the special case where the pod is already terminated when the event handlers are set.
2026-05-23 01:39:41 +02:00
renovate[bot] 6a1094b6f0 Update golang-packages (#6622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-22 03:38:42 +02:00
renovate[bot] 8363efffa7 Update golang-packages (#6620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-21 03:24:23 +02:00
Kirill Isakov 0ebb007087 Translated using Weblate (Russian)
Currently translated at 100.0% (455 of 455 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-05-20 08:12:11 +00:00
renovate[bot] 13191f0cee Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.29.0 (#6618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-20 03:08:57 +02:00
qwerty287 9e2f8cf188 Translated using Weblate (German)
Currently translated at 100.0% (455 of 455 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2026-05-19 13:35:57 +00:00
qwerty287 d05c597374 View warning if admin is configured at env level (#6600) 2026-05-19 10:27:44 +02:00
為什麼不加空格 502ead8413 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 62.3% (283 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-05-19 06:35:50 +00:00
renovate[bot] 8236c0c7a1 Update golang-packages (#6614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-19 03:22:37 +02:00
Johan Van de Wauw 9b7a55b8a7 Docs: Mention that you can use failure: fail (#6611) 2026-05-18 20:09:13 +02:00
為什麼不加空格 0b7a31a32e Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 61.2% (278 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-05-18 08:42:21 +00:00
Kirill Isakov 417d7eb3c1 Translated using Weblate (Russian)
Currently translated at 100.0% (454 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-05-18 08:42:20 +00:00
qwerty287 47ac13ab3c Translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2026-05-18 08:42:20 +00:00
Robert Kaussow b9b3538d81 Fix embed for web ui chunks (#6608)
By default, Go intentionally ignores any files and directories that start with a dot (.) or an underscore (_) when using `embed`. Recently (maybe due to a dependency update to Vite, Rollup, or the Intlify/i18n plugin), the frontend build process started splitting out some JavaScript code into separate chunks that are prefixed with an underscore, such as `_intlify-i18n-19-CTBJX147.js`.

Changing the directive to `//go:embed all:dist/*` (using the all: prefix) tells Go to include everything matching the pattern, including files that start with `_` or `.`, successfully embedding the missing chunks.
2026-05-18 09:20:44 +02:00
為什麼不加空格 32d58d9d8f Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 54.6% (248 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-05-18 05:32:44 +00:00
為什麼不加空格 e6e729bb7f Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 52.6% (239 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-05-18 05:19:35 +00:00
Rafael Fontenelle 812c633f93 Translated using Weblate (Portuguese)
Currently translated at 100.0% (454 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2026-05-18 02:52:13 +00:00
daniel 13dd35c826 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 52.6% (239 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-05-18 02:19:05 +00:00
renovate[bot] 18210f1ccd Lock file maintenance (#6606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-18 03:40:15 +02:00
renovate[bot] bab1828b52 Update web npm deps non-major (#6604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17 22:51:30 +02:00
6543 a53ad1911d Translated using Weblate (Bavarian)
Currently translated at 100.0% (454 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2026-05-17 19:08:36 +00:00
6543 f3a3c77368 Translated using Weblate (German)
Currently translated at 100.0% (454 of 454 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2026-05-17 19:08:35 +00:00
renovate[bot] fb7938ee20 Update web npm deps non-major (#6603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17 20:32:56 +02:00
qwerty287 c64fa98b6e Add timezone support for crons (#6597) 2026-05-17 20:26:37 +02:00
renovate[bot] 63a623cdca Update web npm deps non-major (#6602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17 20:13:08 +02:00
Eric Zhou 8905b8fa53 Add CI_PIPELINE_RERUNS environment variable (#6588) 2026-05-17 19:13:23 +02:00
qwerty287 c331e1c93d Add placeholders to inputs (#6599) 2026-05-17 17:22:47 +02:00
renovate[bot] 76c6ea4027 Update web npm deps non-major (#6601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17 15:20:06 +02:00
renovate[bot] ce94af53db Update dependency simple-icons to v16.20.0 (#6596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-17 07:41:53 +02:00
Ryan Finnie e71069ce70 docs: Change homepage of woodpecker-shellcheck (#6594) 2026-05-17 07:35:29 +02:00
renovate[bot] db7c0e0131 Update dependency eslint to v10.4.0 (#6593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 12:11:28 +02:00
renovate[bot] 488330aaf4 Update dependency @antfu/eslint-config to v9 (#6592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 12:06:01 +02:00
renovate[bot] cc8720a90d Update web npm deps non-major (#6591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 11:29:56 +02:00
renovate[bot] 6987ecd90c Update woodpeckerci/plugin-git Docker tag to v2.9.1 (#6589)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 08:37:22 +02:00
renovate[bot] d21328a1e5 Update postgres Docker tag to v18.4 (#6590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 08:26:59 +02:00
renovate[bot] 8f4eaa906a Update docs npm deps non-major (#6586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-05-16 08:23:16 +02:00
renovate[bot] d1819617b1 Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.26.1 (#6587)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-16 03:35:18 +02:00
qwerty287 cbc208de90 Fix docs securityscan (#6585)
Co-authored-by: 6543 <6543@obermui.de>
2026-05-16 01:00:02 +02:00
qwerty287 2c8b690fc3 Fix missing log close button (#6584) 2026-05-15 19:23:19 +02:00
Kirill Isakov 612c376927 Translated using Weblate (Russian)
Currently translated at 100.0% (450 of 450 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-05-15 08:57:38 +00:00
renovate[bot] 257f974e55 Update golang-packages (#6582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-15 03:46:52 +02:00
renovate[bot] 1f3a2f90ce Update pnpm to v11 (#6561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-05-14 14:11:55 +02:00
6543 11f74a6291 format with gofumpt v0.10.0 (#6573) 2026-05-14 14:02:43 +02:00
Anonymous 47d3df98cf Translated using Weblate (Finnish)
Currently translated at 1.5% (7 of 450 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/fi/
2026-05-14 07:59:17 +00:00
qwerty287 215663523d Use "sign in/out" (#6579) 2026-05-14 09:17:57 +02:00