Commit Graph
8105 Commits
Author SHA1 Message Date
6543andClaude fd93e64e46 Add fuzz target to make (#6828)
Co-authored-by: Claude <claude@anthropic.com>
2026-07-19 00:41:14 +02:00
Denys Nykula 86d4363dbc Translated using Weblate (Ukrainian)
Currently translated at 100.0% (462 of 462 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/uk/
2026-07-18 22:27:27 +00:00
Denys Nykula 0760b74b9d Translated using Weblate (Ukrainian)
Currently translated at 100.0% (462 of 462 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/uk/
2026-07-18 22:25:25 +00:00
renovate[bot]andlnx01 da5facd8e1 Update pnpm to v11.15.0 (#6865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-18 22:55:37 +02:00
e838b9de60 Update pre-commit hook igorshubovych/markdownlint-cli to v0.49.1 (#6861)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2026-07-18 12:13:59 +00:00
renovate[bot]andlnx01 58cf974ca4 Update dependency pinia to v4 (#6864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-18 11:53:56 +02:00
Kirill Isakov eb67ffbdd7 Translated using Weblate (Russian)
Currently translated at 100.0% (462 of 462 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-07-18 07:28:09 +00:00
Kirill Isakov f1873c2f9f Translated using Weblate (Russian)
Currently translated at 99.7% (461 of 462 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-07-18 07:27:38 +00:00
renovate[bot]andlnx01 f10f258ee7 Update gitea/gitea Docker tag to v1.27 (#6863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-18 01:09:49 +00:00
renovate[bot]andlnx01 3388c64eaa Update web npm deps non-major (#6862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-18 01:09:24 +00:00
renovate[bot]andlnx01 668f8c1117 Update docker.io/woodpeckerci/plugin-ready-release-go Docker tag to v4.1.2 (#6860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-18 01:00:09 +00:00
Nicolás Batistoni 33b90de63d Fix CreatePipeline retry (#6859) 2026-07-17 19:38:25 +03:00
6543andClaude 49b1142f0e UI: show runtime workflow errors (#6577)
Co-authored-by: Claude <claude@anthropic.com>
2026-07-17 12:00:34 +02:00
6877a18e02 Update golang-packages (#6858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-07-17 08:57:26 +02:00
Shubham Jainand6543 7c51ff768c Ignore GO-2026-5932 (unused openpgp package) in trivy scans (#6850)
Signed-off-by: slayerjain <shubhamkjain@outlook.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-07-16 16:14:21 +02:00
Robert Kaussow f1f8b2be00 refactor: rework k8s utils to handle resource names and labels (#6855) 2026-07-16 15:21:01 +02:00
6543andClaude fce6fb820c WebUI: unregister scaffold Tab on unmount and stable Tab order (#6842)
Tabs register themselves into the Scaffold's tabs list on mount but never remove their entry on unmount. Since param-only navigation (e.g. the superseded-by link, repo-to-repo links) reuses the wrapper and its Scaffold, a conditionally rendered tab like the pipeline *Errors* tab or the repo *Pull requests* tab stayed visible after its condition turned false, linking to an empty page.

Fix: remove the entry in `onBeforeUnmount`. The mount-time dedup guarantees at most one entry per route, so removal by route is safe. Includes lifecycle tests (register, dedup, unregister, re-register).

Co-authored-by: Claude <claude@anthropic.com>
2026-07-15 21:22:46 +02:00
68c270010d Make grpc secret autogenerated (#6845)
Co-authored-by: OpenAI Codex <codex@openai.com>
Co-authored-by: Claude <claude@anthropic.com>
2026-07-15 21:13:49 +02:00
6543andClaude 7d3429a916 WebUI: Fixes three bugs around component unmount and reset in compositions (#6843)
Co-authored-by: Claude <claude@anthropic.com>
2026-07-15 20:53:57 +02:00
6543 8c240eedd5 Add mock for server scheduler (#6848) 2026-07-15 20:50:06 +02:00
Ryan Finnieandqwerty287 25e18500a4 Minor adjustments for API usage example (#6605)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2026-07-15 16:21:53 +02:00
9e5f2e1901 Update dependency simple-icons to v16.25.0 (#6815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-07-15 15:38:03 +02:00
6543andClaude 956e3fb1bd Make matrix axis permutation order deterministic (#6847)
Co-authored-by: Claude <claude@anthropic.com>
2026-07-15 15:14:34 +02:00
b02ea0b176 Update golang-packages (#6821)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-07-15 14:56:32 +02:00
40b2bc4c4f Update module github.com/google/go-github/v88 to v89 (#6838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-07-13 23:00:09 +02:00
Rayan Salhabandcyphercodes 2bc7837703 feat(server): add unix socket permission option (#6839)
Co-authored-by: cyphercodes <cyphercodes@users.noreply.github.com>
2026-07-13 21:28:47 +02:00
Denys Nykula 759b723a18 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (460 of 460 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/uk/
2026-07-12 01:19:15 +00:00
renovate[bot]andlnx01 30c5db5db2 Update pre-commit hook rbubley/mirrors-prettier to v3.9.5 (#6836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-11 11:34:22 +02:00
renovate[bot]andlnx01 1b9fbaaaea Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to v6.1.1 (#6834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-11 08:43:42 +02:00
renovate[bot]andlnx01 9195b19a80 Update docker.io/woodpeckerci/plugin-codecov Docker tag to v2.3.2 (#6833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-11 08:43:01 +02:00
renovate[bot]andlnx01 470fb0cbcf Update dependency golang to v1.26.5 (#6832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-11 02:37:10 +00:00
Alconety f4bc0f3086 Add step type label to step-level Prometheus metrics (#6824) 2026-07-10 15:54:29 +02:00
TowyTowyandClaude Fable 5 09be7cdcb8 fix(server): heal users left on forge_id=0 with closed registration (#6823)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 16:12:09 +02:00
6543 8a9c45ac44 Correct forge_id and org handling on user/repo (#6820) 2026-07-08 22:02:14 +03:00
DerRockWolf 302f2116d5 docs: add note about pull_request events with path filter and correct comment about on_empty (#6819) 2026-07-07 00:09:47 +02:00
Kirill Isakov d408cb79ca Translated using Weblate (Russian)
Currently translated at 100.0% (460 of 460 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/ru/
2026-07-06 15:28:16 +00:00
080cbd9638 Update golang-packages (#6785)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-07-06 16:50:16 +02:00
renovate[bot]andlnx01 8879947cab Lock file maintenance (#6816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-06 03:17:28 +02:00
4fada4b5d5 Gate Kubernetes nodeSelector backend step config behind agent config (#6809)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris B <lauris@nix.lv>
2026-07-06 03:06:31 +02:00
renovate[bot]andlnx01 c0aec32051 Update pnpm to v11.10.0 (#6814)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-05 00:41:50 +02:00
renovate[bot]andlnx01 8feeeb4a8c Update pnpm to v11.10.0 (#6813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-05 00:39:43 +02:00
renovate[bot]andlnx01 adbc365be3 Update module github.com/cenkalti/backoff/v6 to v7 (#6812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-04 07:31:37 +02:00
renovate[bot]andlnx01 87a2bc751e Update web npm deps non-major (#6787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-04 03:22:21 +02:00
renovate[bot]andlnx01 94077039ce Update pre-commit hook rbubley/mirrors-prettier to v3.9.4 (#6811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-04 03:11:00 +02:00
0927683655 Lock file maintenance (#6799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-07-02 11:35:09 +02:00
qwerty287 a7cdfcf3e1 Added translation using Weblate (Thai) 2026-07-02 05:44:35 +00:00
Marc Plano-Lesay ba2f6f7115 Stamp trusted commit-branch and event pod labels (#6802) 2026-07-01 23:56:48 +02:00
6543 6fe8d0bfb5 Rename CI_COMMIT_PRERELEASE to CI_PIPELINE_RELEASE_PRE (#6794) 2026-07-01 23:39:38 +02:00
renovate[bot]andlnx01 b8650b0c09 Update dependency prettier to v3.8.5 (#6788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-01 22:31:28 +02:00
nati737and6543 86249395a5 Kubernetes: increase memory limit for init container (#6801)
Co-authored-by: 6543 <6543@obermui.de>
2026-07-01 22:24:03 +02:00