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 |
|
qwerty287
|
2de59621fb
|
Add netrc option for config/registry extension (#6333)
|
2026-03-31 17:39:28 +02:00 |
|
qwerty287
|
8e7096fcf6
|
Deprecate commit avatar envs (#6356)
|
2026-03-31 13:23:39 +02:00 |
|
6543
|
662575630a
|
Refactor server/pubsub into interface (#6318)
|
2026-03-30 19:32:44 +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 |
|
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
|
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
|
17dcc86942
|
Allow to cancel on failure (#6158)
|
2026-03-19 13:41:44 +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 |
|
qwerty287
|
39a7ebda75
|
Independently evaluate status filter and support on workflows (#6183)
fix https://github.com/woodpecker-ci/woodpecker/issues/6161
And also allow `when.status` at workflow level. `runs_on` is deprecated then.
Co-authored-by: 6543 <6543@obermui.de>
|
2026-03-02 17:37:37 +01:00 |
|
qwerty287
|
480f673ff7
|
Fix status merging with skipped pipelines (#6176)
|
2026-03-02 15:35:43 +01:00 |
|
LUKIEYF
|
b806e98cba
|
Add enhanced function for error message handling in http request for configuration fetching (#5712)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2026-02-25 13:40:14 +01:00 |
|
qwerty287
|
59757e1443
|
Fix ignoring failures (#6155)
|
2026-02-25 12:53:25 +01:00 |
|
qwerty287
|
e2d6c712ba
|
Fully merge statuses (#6119)
|
2026-02-22 11:17:41 +00:00 |
|
6543
|
a63b93f5ee
|
Refactor pipeline engine (#6073)
restructure pipeline/*.go to use submodules
<!-- https://claude.ai/chat/1b8965d7-5bca-42c7-86b4-48c2d645c362 -->
- pipeline/error.go -> pipeline/errors/...
- pipeline/pipeline.go#Runtime -> pipeline/runtime/runtime.go
- pipeline/pipeline.go#execAll -> pipeline/runtime/executor.go
- pipeline/shutdown.go -> pipeline/runtime/shutdown.go
- pipeline/logger.go ->pipeline/logging
- pipeline/tracer.go -> pipeline/tracing
- pipeline/pipeline.go#State -> state/state.go
|
2026-02-13 11:56:43 +01:00 |
|
Martin Schmidt
|
5034dd2aba
|
Added cancel info so one can see why it was cancelled (#6072)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
|
2026-02-06 17:11:02 +01:00 |
|
6543
|
8a8f9ad3aa
|
Fix pipeline cancellation status handling and step state synchronization (#6011)
Co-authored-by: pnkcaht <samzoovsk19@gmail.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Lauris B <lauris@nix.lv>
|
2026-02-05 21:41:05 +01:00 |
|
6543
|
4edfefe5d6
|
Simplify and Fix server task queue (#6017)
|
2026-01-27 15:27:03 +02:00 |
|
6543
|
3786077c07
|
Update Architecture: move pipeline/rpc => rpc & server/{grpc => rpc} (#6012)
|
2026-01-26 21:25:38 +01:00 |
|
Anbraten
|
9c10f740b9
|
Extract default step-builder options into server (#5785)
|
2025-11-25 20:41:51 +01:00 |
|
6543
|
388557d94a
|
New event pull request metadata (#5214)
Co-authored-by: qwerty287 <qwerty287@posteo.de>
|
2025-09-25 00:07:45 +02:00 |
|
qwerty287
|
e9c545e25b
|
Add StepFinished to log service (#5530)
|
2025-09-24 13:41:03 +02:00 |
|
Robert Kaussow
|
2f3c4a28c1
|
Migrate to mockery v3 (#5547)
|
2025-09-24 13:12:55 +02:00 |
|
Robert Kaussow
|
7707e843f2
|
Show human readable information in queue info (#5516)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2025-09-23 09:35:49 +02:00 |
|
Robert Kaussow
|
8a69a1cfc6
|
Fix formatting and version formatting tools (#5540)
|
2025-09-23 00:36:46 +02:00 |
|
6543
|
36ffdabb8d
|
Use correct error when config fetching fails (#5518)
|
2025-09-17 11:30:27 +02:00 |
|
qwerty287
|
890dd79037
|
Show readable error (#5501)
|
2025-09-11 17:22:49 +02:00 |
|
6543
|
c5a5bbea5d
|
Add milestone to metadata (#5174)
|
2025-09-01 16:12:54 +02:00 |
|
zhedazijingang
|
2349ee1eef
|
refactor: use slices.Contains to simplify (#5468)
Signed-off-by: zhedazijingang <unwrap_or_else@outlook.com>
|
2025-08-28 10:25:39 +02:00 |
|
Henrik Huitti
|
79e4dd5380
|
feat(k8s): Kubernetes namespace per organization (#5309)
|
2025-07-22 17:22:26 +03:00 |
|
qwerty287
|
2184407dd3
|
Add pipeline author and avatar env vars (#5227)
|
2025-06-27 12:18:33 +02:00 |
|
Jener Rasmussen
|
8d94071e2f
|
Tag pipeline with source information (#4796)
Co-authored-by: oauth <woodpecker-bot@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
|
2025-03-22 13:45:44 +01:00 |
|
qwerty287
|
4bf5116a52
|
Fix approval requirement if PR is closed (#4902)
|
2025-02-26 17:11:34 +02:00 |
|
Robert Kaussow
|
00aa968afa
|
Revert "Tag pipeline with source information (#4771)" (#4794)
|
2025-01-31 14:53:41 +02:00 |
|
Jener Rasmussen
|
846fd8dc51
|
Tag pipeline with source information (#4771)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2025-01-30 13:03:58 +01:00 |
|
qwerty287
|
8e99551d18
|
Add allow list for approvals (#4768)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
|
2025-01-30 00:21:33 +01:00 |
|
qwerty287
|
fdfabe6368
|
Support Git as only VCS (#4346)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
|
2024-12-27 22:49:19 +01:00 |
|
qwerty287
|
81b74025d4
|
Update Go imports paths (#4605)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
|
2024-12-22 10:44:34 +01:00 |
|
6543
|
6e18a44880
|
Set new default approval mode based on repo visibility (#4456)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
|
2024-12-05 09:16:25 +01:00 |
|
Thomas Anderson
|
532c3e3ed3
|
Do not set empty environment variables (#4193)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
|
2024-12-02 22:18:09 +01:00 |
|
Fernando Barbosa
|
896e550143
|
Increase log level when failing to fetch YAML (#4107)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2024-11-28 12:08:48 +02:00 |
|
qwerty287
|
5bb7cef08b
|
Allow to set custom trusted clone plugins (#4352)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-11-26 14:27:05 +01:00 |
|
Anbraten
|
5e2fa8164b
|
Extend approval options (#3348)
|
2024-11-18 14:49:12 +01:00 |
|
Lauris BH
|
5699d22a55
|
Add server configuration option to add default set of labels for workflows that has no labels specified (#4326)
|
2024-11-14 22:23:42 +01:00 |
|