Commit Graph

7185 Commits

Author SHA1 Message Date
Robert Kaussow
3bd8913b41 Add disabled badge to agents (#5593) 2025-10-02 16:40:49 +02:00
6543
a68111fb24 Make TestCopyLineByLine less flaky (#5589) v3.11.0-rc.0 2025-10-02 08:17:47 +02:00
woodpecker-bot
53f1b9afde 🎉 Release 3.11.0-rc.0 (#5567) 2025-10-02 08:17:09 +02:00
6543
e87a2a2bb4 Translated using Weblate (Bavarian)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-10-02 06:00:09 +00:00
Robert Kaussow
601fe4a2ea Support matrix environ badges only with no key-values (#5578)
Fixes:

<img width="345" height="246" alt="grafik" src="https://github.com/user-attachments/assets/0e088773-291a-427f-a767-ede89e2195d0" />

After that change:

<img width="406" height="124" alt="image" src="https://github.com/user-attachments/assets/78fc1629-71d0-4be3-b06a-6f07bd4a6aba" />
2025-10-01 21:11:20 +02:00
Robert Kaussow
e295ce3460 Fix repo extension router and icon (#5588)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2025-10-01 21:10:38 +02:00
Marcus Ramberg
ff32909ae3 Improve error message when agent fails to connect (#5587)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-10-01 20:25:39 +02:00
6543
61835d72bb make local backend tests less flaky (#5586) 2025-10-01 20:04:49 +02:00
6543
44c8921c19 local backend: fix steps having logs form other steps (#5582)
## problem

if steps where started concurrent, the stdout pipeline reader war overwritten and you randomly got the wrong command stream 
from a step.

## change

where we have possible race conditions, we now use thread save types
e.g. store the command struct and the output reader in sync.Map

also a lot of tests where added
2025-10-01 16:58:37 +02:00
6543
2a97ae9bcd Document pipeline backend engine interface precisely (#5583) 2025-10-01 13:06:34 +02:00
6543
9edaa1e0c3 local backend test shells if unknown (#5570)
currently if we don't know the shell we just assume posix.
this adds a small test, to ensure it is and fail gracefully before doing weird stuff.

## Test Conf

```yaml
skip_clone: true
steps:
  build:
    image: "true"
    commands:
      - echo "building..."
```
2025-10-01 12:29:48 +02:00
Robert Kaussow
22ffe93734 Announce only stable releases (#5580)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2025-09-30 20:38:26 +02:00
6543
16d05edbb4 Translated using Weblate (Bavarian)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-09-30 18:11:03 +00:00
6543
e11f110db0 local backend: fix windows cmd.exe command escaping (#5569) 2025-09-30 16:52:43 +02:00
6543
0b6d5af250 Translated using Weblate (Bavarian)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-09-30 14:36:58 +00:00
6543
dee88a14f8 Translated using Weblate (Bavarian)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-09-30 13:43:23 +00:00
Robert Kaussow
71e544fea7 Bump buildx and limit max parallel builds (#5579) 2025-09-30 15:41:26 +02:00
renovate[bot]
c9055da8d4 chore(deps): update docker.io/woodpeckerci/plugin-editorconfig-checker docker tag to v0.3.2 (#5577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-30 15:13:34 +02:00
qwerty287
1b5f8f40b2 Don't split language if not required (#5576) 2025-09-30 15:02:31 +02:00
qwerty287
3e69a832d6 Deleted translation using Weblate (German (de_BY)) 2025-09-30 12:41:16 +00:00
qwerty287
b2158044e1 Translated using Weblate (German)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2025-09-30 12:37:44 +00:00
6543
b589efcebe Added translation using Weblate (Bavarian) 2025-09-30 12:35:42 +00:00
6543
09ff16e060 Added translation using Weblate (Bavarian (de-BY)) 2025-09-30 12:09:42 +00:00
6543
1a89dca5c1 Translated using Weblate (Polish)
Currently translated at 57.1% (240 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pl/
2025-09-30 12:09:42 +00:00
6543
4d0913a092 Translated using Weblate (German)
Currently translated at 100.0% (420 of 420 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2025-09-30 12:09:42 +00:00
Anbraten
677a2476b5 Allow to configure a config extension per repo (#3349)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2025-09-30 12:52:40 +02:00
Marcus Ramberg
4f0fca6ad0 Rename Norwegian to nb-NO to fix language selector (#5573) 2025-09-30 10:19:56 +02:00
Marcus Ramberg
111c5a6eed Disable CGO for swag fmt (#5571)
I'm seeing this when doing make build on nixos without CGO_ENABLED=0:

```sh
go run github.com/swaggo/swag/cmd/swag fmt --exclude pipeline/rpc/proto

# github.com/swaggo/swag/cmd/swag

net(.text): relocation target \_\_errno_location not defined
net(.text): relocation target getaddrinfo not defined
net(.text): relocation target free not defined
net(.text): relocation target freeaddrinfo not defined
net(.text): relocation target gai_strerror not defined
```

Works fine with CGO_ENABLED=0.
2025-09-29 22:10:08 +02:00
Rafael Fontenelle
0a22119865 Translated using Weblate (Portuguese)
Currently translated at 99.2% (410 of 413 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2025-09-29 17:46:47 +00:00
renovate[bot]
76939c26f0 chore(deps): lock file maintenance (#5566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 02:39:16 +02:00
Marcus Ramberg
39c22df634 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (413 of 413 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/nb_NO/
2025-09-28 23:16:41 +00:00
woodpecker-bot
9fa82d3a1c 🎉 Release 3.10.0 (#5443) v3.10.0 2025-09-28 22:16:59 +02:00
Robert Kaussow
9ee7754f2b Add 3.10 docs (#5564)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-09-28 22:07:29 +02:00
Robert Kaussow
15360ab0f1 Update release template (#5565) 2025-09-28 22:05:56 +02:00
Harri Avellan
0fc615c178 Trace errors during SetupWorkflow, make service step setup errors visible to user (#5559)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-09-28 21:56:43 +02:00
Marcus Ramberg
d894d3a15b Enable completion support for cli (#5552)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-09-28 21:32:00 +02:00
renovate[bot]
272e7da5dc chore(deps): update dependency vue-tsc to v3.1.0 (#5563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 20:34:04 +02:00
renovate[bot]
b5d440f736 chore(deps): update dependency @types/react to v19.1.15 (#5562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-28 15:56:21 +02:00
Henrik Huitti
99dee0924a Support for pull requests opened events from forked repositories (#5536)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-09-28 08:54:53 +02:00
renovate[bot]
c72df4fc14 fix(deps): update golang-packages (#5561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2025-09-28 08:49:51 +02:00
qwerty287
3673c14a59 Added translation using Weblate (Norwegian Bokmål) 2025-09-28 06:40:42 +00:00
renovate[bot]
c8b0be29fe chore(deps): update postgres docker tag to v18 (#5557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 11:36:06 +02:00
renovate[bot]
f819e3c478 chore(deps): update docker.io/postgres docker tag to v18 (#5556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 11:05:47 +02:00
renovate[bot]
3a2341801c chore(deps): update web npm deps non-major (#5553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 08:48:08 +02:00
renovate[bot]
b296b6613b chore(deps): update docs npm deps non-major (#5554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 08:43:17 +02:00
renovate[bot]
229ea700d6 chore(deps): update pre-commit hook hadolint/hadolint to v2.14.0 (#5555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 08:40:20 +02:00
Robert Kaussow
80dd288f4a Fix forge oauth columns migration (3) (#5551) 2025-09-26 07:07:41 +02:00
Kirill Isakov
881da253cd Translated using Weblate (Russian)
Currently translated at 99.7% (412 of 413 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2025-09-25 20:38:52 +00:00
qwerty287
f6c80c49d0 Translated using Weblate (German)
Currently translated at 100.0% (413 of 413 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2025-09-25 20:38:52 +00:00
Henrik Huitti
a3c3846c16 fix(k8s): add retry logic with exponential backoff for pod log streaming (#5550) 2025-09-25 18:37:51 +00:00