Commit Graph
8245 Commits
Author SHA1 Message Date
Kirill Isakov ff2e7ef14e Translated using Weblate (Russian)
Currently translated at 100.0% (467 of 467 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-08-21 16:15:02 +00:00
Bálint Mórász 17b0d6cbb9 Translated using Weblate (Hungarian)
Currently translated at 100.0% (467 of 467 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/hu/
2026-08-21 16:15:02 +00:00
Robert Kaussow 18e559ada7 Prevent repository buttons from overlapping search bar (#7047) 2026-08-21 12:54:05 +02:00
6543 a75b64e9aa Docker: give SQLite a writable temp dir (#7049) 2026-08-21 11:49:38 +02:00
You ChangDing 368daba646 fix(server): prefix manual trigger Ref with refs/heads/ (#7051) 2026-08-21 08:12:26 +02:00
renovate[bot]andlnx01 701e1e0338 Update golang-packages to v0.36.4 (#7050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-21 04:47:19 +02:00
qwerty287andRobert Kaussow edf5335736 k8s: allow to disable runtime class name backend option (#7046)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2026-08-20 13:29:09 +02:00
6543andCodex 5d86a629fe fix(ci): serialize datastore package tests (#7043)
Co-authored-by: Codex <codex@openai.com>
2026-08-20 12:23:41 +02:00
qwerty287and6543 652e05c762 Don't inject additional env vars into plugins (#7040)
Co-authored-by: 6543 <6543@obermui.de>
2026-08-20 11:25:01 +02:00
6543andclaude 71b65e31b6 fix runtime to ignore cancel as runtime error (#7031)
Co-authored-by: claude <claude@anthropic.com>
2026-08-20 10:59:40 +02:00
qwerty287andLauris B c0bb2e1465 Allow to add custom message to manual pipelines (#6973)
Co-authored-by: Lauris B <lauris@nix.lv>
2026-08-20 09:17:28 +02:00
renovate[bot]andlnx01 f456b5a983 Update golang-packages (#7045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-20 09:12:29 +02:00
6543 38cfe13180 flake.lock: Update (#7042) 2026-08-20 08:39:45 +02:00
confusedsushiand6543 af6c4ce9c8 Add hidden decode-base64 agent command for Windows local backend (#7023)
Co-authored-by: 6543 <6543@obermui.de>
2026-08-20 04:34:29 +02:00
renovate[bot]andlnx01 0ff2a1714e Update module github.com/getkin/kin-openapi to v0.147.0 (#7039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-19 08:19:18 +02:00
qwerty287 26d18d9082 Don't inject matrix env vars into plugins (#7036) 2026-08-18 21:32:39 +02:00
6543 0f771808c5 Enforce unique name for services and steps if dag is used (#7032) 2026-08-18 12:59:21 +03:00
6543 0eedb4dee1 Address docs dep sec issue (#7033) 2026-08-18 08:10:58 +02:00
renovate[bot]andlnx01 d2baf15e33 Update golang-packages (#7035)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-18 04:12:12 +02:00
qwerty287 29b82b17c7 Add custom list opts with all (#6992) 2026-08-18 00:12:49 +02:00
042b9536e0 Add pipeline log download endpoint (#6876)
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Claude <claude@anthropic.com>
2026-08-17 22:34:10 +02:00
qwerty287 1992b586d8 Fix orphaned pipelines after repo delete (#6971) 2026-08-17 22:25:52 +02:00
Lauris B c77de503c5 Reject invalid started and done workflow states (#7029) 2026-08-17 22:09:08 +02:00
qwerty287 48677ca7be Sort workflow files by name (#7021) 2026-08-17 22:02:10 +02:00
Lauris B dc1444f793 Reject incompatible gRPC proto version agents (#7028) 2026-08-17 21:47:27 +02:00
6543 55280e1012 rebump golang.org/x/mod to v0.40.0 (#7030) 2026-08-17 20:39:14 +02:00
6543andClaude a58fe61481 Migrate modernize encryption service (#6830)
Co-authored-by: Claude <claude@anthropic.com>
2026-08-17 20:37:00 +02:00
You ChangDing 73524eec9f fix(gitlab): skip projects on membership lookup 404 errors (#7022) 2026-08-17 13:30:36 +02:00
為什麼不加空格 2a54afc49c Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 77.8% (363 of 466 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2026-08-17 10:07:34 +00:00
Rafael Fontenelle a4386bf5c6 Translated using Weblate (Portuguese)
Currently translated at 100.0% (466 of 466 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2026-08-17 10:07:34 +00:00
Julian Ospald 5697b2e5db Fix running multiple cmdlets on windows (#6968) 2026-08-17 04:07:48 +02:00
Julian Ospaldand6543 9c018c7884 Make command execution more robust on windows (#6969)
`iex` is a poor mechanism to execute arbitrary commands, because it requires great care wrt escaping.

In turn, '-encodedcommand' doesn't require any escaping. We can pass a base64 encoded UTF-16LE string directly to it.

Co-authored-by: 6543 <6543@obermui.de>
2026-08-17 03:48:45 +02:00
renovate[bot]andlnx01 267a53106c Update module github.com/urfave/cli/v3 to v3.11.0 (#7017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-17 03:32:29 +02:00
renovate[bot]andlnx01 f63a9d8618 Lock file maintenance (#7018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-17 03:31:43 +02:00
DEATIN 42735ca5e5 server: drop stale queued tasks for terminal workflows (#7015)
Prevents stale tasks from being handed to agents when their workflow is already
in a terminal state or no longer exists.
2026-08-17 03:09:22 +02:00
Romain Pouclet 8458213871 k8s backend: fix step example using incorrect "detached" property (#7016) 2026-08-17 01:56:52 +02:00
Bálint Mórász f1ae0817bd Translated using Weblate (Hungarian)
Currently translated at 100.0% (466 of 466 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/hu/
2026-08-16 09:24:09 +00:00
renovate[bot]andlnx01 174f6c0584 Update web npm deps non-major (#7009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-16 08:34:13 +02:00
renovate[bot]andlnx01 5fcc89a8a9 Update module gitlab.com/gitlab-org/api/client-go/v2 to v2.58.0 (#7014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-16 08:26:20 +02:00
renovate[bot]andlnx01 4f2128d143 Update dependency concurrently to v10.0.5 (#7010)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-16 08:17:20 +02:00
qwerty287 8d73f33615 Remove gitpod (#7013) 2026-08-15 20:16:51 +02:00
qwerty287 3b030f8033 Update golang.org/x/mod (#7012) 2026-08-15 14:45:26 +02:00
YR ChenandClaude Opus 5 5f45737328 Enforce one log entry per line with a unique index (#7004)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-15 09:40:54 +02:00
Mark Horninger 221e99120e fix(gitlab): avoid N+1 member lookups in Repos() (#6991) 2026-08-15 09:37:18 +02:00
Michel Rouly f8c1a1612d highlight the nodeSelector doesn't work by default (#7007) 2026-08-15 09:36:06 +02:00
renovate[bot]andlnx01 9d30252556 Update postgres Docker tag to v18.6 (#7011)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-15 07:34:01 +02:00
renovate[bot]andlnx01 b198aa1d64 Update dependency golang to v1.26.6 (#7008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-15 03:18:13 +02:00
YR ChenandClaude Opus 5 2509971ce9 Order the user feed by creation time instead of id (#7005)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 20:38:16 +02:00
150fbf0b3c Return step logs strictly in line order (#6999)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2026-08-14 17:33:47 +02:00
YR ChenandClaude Opus 5 79489820fa Find the preceding pipeline by number instead of id (#7003)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 13:27:15 +02:00