Commit Graph

1513 Commits

Author SHA1 Message Date
Edward Salter
97eae443c6 fix(gitlab): preserve private flag when webhook payload omits project visibility (#6544)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 00:25:30 +02:00
renovate[bot]
f3e3b83e37 Update golang-packages (#6524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-05-01 08:05:29 +02:00
6543
d34649de22 Refactor: remove Auth() from Forge interface (#6505) 2026-04-26 15:36:12 +02:00
renovate[bot]
fb4301c0fd Update module github.com/google/go-github/v84 to v85 (#6500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-26 08:10:37 +02:00
Bruno Clermont
19190cf1ab fix(cli,server): fix trusted flags copy-paste bug and server nil pointer panic (#6501)
Co-authored-by: Bruno Clermont <bruno.clermont@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-04-25 22:12:55 +02:00
6543
ae19a87b71 Handle re-created forge repos gracefully (#6370)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2026-04-23 10:02:09 +02:00
6543
e6a1a42da5 Cleanup server store step interface (#6476) 2026-04-22 17:00:24 +02:00
6543
fa0bfe9038 Add more test cases for rpc label filter (#6483) 2026-04-22 16:55:50 +02:00
6543
91c1b1cf72 Fix flaky TestJWTManager (#6478) 2026-04-22 16:49:28 +02:00
Lê Hoàng Phương
5ed9fc6b0e Add refname to bitbucket commit status (#6482) 2026-04-22 10:39:37 +02:00
Harri Avellan
27ed7da7b0 Fix send on closed channel panic in SSE stream handlers (#6456)
Co-authored-by: utafrali <tafraliugur@gmail.com>
2026-04-21 00:31:33 +02:00
6543
950534751b Add WOODPECKER_FORCE_IGNORE_SERVICE_FAILURE config to preserve non breaking behavior by default (#6448) 2026-04-17 17:10:03 +02:00
6543
755fc2a14f Init minimal e2e tests (#6391) 2026-04-17 00:46:53 +02:00
6543
a025e4cff4 Enhance datastore DB test setup (#6450) 2026-04-15 23:55:06 +02:00
6543
9f901fc518 Fix race in server LogEntry logger (#6449) 2026-04-15 23:54:46 +02:00
6543
66e221b4b1 Move skip pipeline by commit message into pipeline/frontend package (#6437)
and add some custom types for events and failure in metadata package.

no logic change at all.
2026-04-15 09:50:03 +02:00
qwerty287
360ccb48ba Support dots in image names (#6431) 2026-04-13 13:27:03 +03:00
6543
acc68e509b Init server/scheduler package and use it as proxy for queue&pubsub (#6418) 2026-04-10 11:03:40 +03:00
6543
7efe8bf510 sanitize agent should allow done updates to canceled pipelines (#6394) 2026-04-08 17:23:33 +02:00
DaCheng Zhou
f644e0d49c refactor(server): unify api parameters to snake case (#6404) 2026-04-08 08:34:18 +02:00
Lê Hoàng Phương
d57829de3d Remove usage of deprecated /user/permissions/repositories (#6401) 2026-04-07 09:48:21 +02:00
Lê Hoàng Phương
5cf626cef9 Fix parsing /user/workspaces response (#6396) 2026-04-07 09:17:28 +02:00
6543
08f4b74bab Fix enable repo with same name and owner on second forge (#6375) 2026-04-03 20:01:08 +02:00
6543
823843f384 Sanitize agent introduced pipeline/workflow/step state changes and log streaming (#6308) 2026-04-03 10:50:43 +02:00
qwerty287
2de59621fb Add netrc option for config/registry extension (#6333) 2026-03-31 17:39:28 +02:00
6543
f121387e61 Move Queue related API func in its dedicated file (#6358) 2026-03-31 16:32:09 +02:00
qwerty287
8e7096fcf6 Deprecate commit avatar envs (#6356) 2026-03-31 13:23:39 +02:00
6543
af471c5372 Fix pipeline cancel (#6320) 2026-03-30 19:33:54 +02:00
6543
662575630a Refactor server/pubsub into interface (#6318) 2026-03-30 19:32:44 +02:00
qwerty287
098ada7c55 Fix missing return (#6350) 2026-03-30 17:20:14 +02:00
qwerty287
8174778871 Separate cron field (#6346) 2026-03-30 16:24:51 +02:00
Sam Oliver
855eae1438 Set workflow services stuck in running state to finished (#6337) 2026-03-30 15:27:01 +02:00
qwerty287
e31a6bca96 Send 404 if logs are not allowed to access (#6349) 2026-03-30 14:29:37 +02:00
Sim-hu
4b4ef5e591 Show Woodpecker version on pipeline details (#6316)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2026-03-29 17:48:44 +02:00
qwerty287
79cc07265e Unify import aliases (#6328)
Co-authored-by: 6543 <6543@obermui.de>
2026-03-28 15:45:23 +01:00
Morten Frydensberg
def714cecd Add external secret extension implementation (#6252)
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>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-03-26 23:58:34 +01:00
qwerty287
b9ba31ebe8 Add registry service tests (#6330) 2026-03-26 13:08:05 +01:00
qwerty287
3c5b24443b Fix extension flag names (#6329) 2026-03-26 12:45:40 +01:00
qwerty287
9e359b3e9e Fix bitbucket api deprecations (#6324) 2026-03-25 14:30:29 +01:00
api2062
56deeaf3a8 fix(api): return conflict when stale repo causes duplicate insert (#6276)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-03-23 12:41:53 +01:00
qwerty287
3156cd687c Fix license headers (#6205) 2026-03-23 11:54:07 +01:00
6543
1a94f05165 Fix report skipped status (#6300) 2026-03-22 22:35:59 +02:00
6543
513011d1bf Forward skipped step state asap it is known (#6295) 2026-03-22 18:20:44 +01:00
qwerty287
df6c97d452 Prevent registering as arbitrary agents with system token (#6283) 2026-03-21 11:19:13 +01:00
6543
9d32aaf558 If agent cancels a workflow we need to report that back to the queue too (#6262) 2026-03-20 19:30:19 +01:00
6543
eab8c09d0a Have distinct differense between skipped and canceled status (#6267) 2026-03-20 16:57:34 +01:00
qwerty287
9f9aa72c97 Compare admins case-insensitively (#6261) 2026-03-19 16:20:21 +01:00
qwerty287
17dcc86942 Allow to cancel on failure (#6158) 2026-03-19 13:41:44 +01:00
6543
2bc56896f3 Refactor so storage detects if Insert fails because of unique constraint (#6259) 2026-03-19 13:17:56 +01:00
qwerty287
1643e77286 Add Container Registry credential extension (#5993)
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2026-03-18 22:55:38 +01:00