6543 and claude
3d46ae08b5
Don't count step error as workflow runtime error ( #6904 )
...
Co-authored-by: claude <claude@anthropic.com >
2026-07-28 14:20:17 +02:00
b28a4a22bf
Fix persisting pipeline configuration ( #6857 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
Co-authored-by: 6543 <6543@obermui.de >
2026-07-20 20:38:29 +02:00
6543
9d4e036bf0
e2e test: create dummy pipeline via helper func ( #6775 )
2026-06-24 14:09:02 +02:00
6543
98ecce4bb1
Refactor to inject store and context into server scheduler ( #6755 )
2026-06-21 17:06:06 +03:00
dd7a5b6c48
Add workflow concurrency limit option ( #6671 )
...
Co-authored-by: Lauris B <lauris@nix.lv >
Co-authored-by: 6543 <6543@obermui.de >
2026-06-20 12:33:37 +02:00
6543 and Claude
31dd64fd64
Add e2e test that assert workflow depends_on enforces ordering ( #6711 )
...
Co-authored-by: Claude <claude@anthropic.com >
2026-06-09 17:24:58 +02:00
6543
d0cda7b59b
Cleanup e2e test setup ( #6480 )
2026-05-28 13:33:38 +02:00
Simon Meyer and 6543
64d7ed8952
Support optional flag in depends_on for workflows and steps ( #6461 )
...
Extends `depends_on` to accept objects with `name` and `optional` fields, at both workflow and step level. When `optional: true`, the dependency is silently dropped if the referenced workflow/step is not part of the pipeline (e.g. filtered out by `when` conditions). If present, it is enforced as usual.
Co-authored-by: 6543 <6543@obermui.de >
2026-05-28 09:23:42 +02:00
John Olheiser
23102152fb
Add config to change default pipeline config paths and extensions ( #6580 )
...
Signed-off-by: jolheiser <git@jolheiser.com >
2026-05-26 19:57:39 +02:00
Akash Kumar and 6543
32a7bf9748
Fix approved gated pipeline scheduling ( #6627 )
...
Closes #6619
Co-authored-by: 6543 <6543@obermui.de >
2026-05-26 14:43:05 +02:00
Eric Zhou
8905b8fa53
Add CI_PIPELINE_RERUNS environment variable ( #6588 )
2026-05-17 19:13:23 +02:00
6543
11f74a6291
format with gofumpt v0.10.0 ( #6573 )
2026-05-14 14:02:43 +02:00
e4dfbf86c6
Refactor server/.../step_builder into pipeline/.../builder ( #3967 )
...
Extract the `step_builder` from the server to the pipeline package.
This cleans the interfaces / structure and will allow us to re-use it in the cli to correctly support pipeline execution (things like `depends_on` support).
Co-authored-by: Anton Bracke <anton.bracke@fastleansmart.com >
Co-authored-by: 6543 <6543@obermui.de >
2026-05-13 19:08:38 +02:00
6543
46b73078e9
e2e test wait for grpc server teardown and stop agents ( #6479 )
2026-04-23 09:57:43 +02:00
6543
e6a1a42da5
Cleanup server store step interface ( #6476 )
2026-04-22 17:00:24 +02:00
6543
dc111824db
Add e2e pipeline restart test ( #6469 )
2026-04-20 08:49:39 +02:00
6543
755fc2a14f
Init minimal e2e tests ( #6391 )
2026-04-17 00:46:53 +02:00