6543
|
cd59a85230
|
Use name in backend types instead of alias (#3142)
|
2024-01-09 15:22:59 +01:00 |
|
Anbraten
|
6fbf98f1b9
|
Fix slice unmarshaling (#3097)
closes #3055
|
2024-01-01 11:03:31 +01:00 |
|
Kamila Borowska
|
4bc2fed550
|
Fix DAG cycle detection (#3049)
Previously a graph like this.
a <- b
^ ^
| |
c <- d
Was incorrectly recognized as having a cycle.
Fixes #3048.
|
2023-12-28 00:14:28 +01:00 |
|
6543
|
840fca198e
|
make backend step dag generation deterministic (#3037)
the the generation for backend steps if a dag is used deterministic.
this also fix where the test randomly fail like in:
- https://ci.woodpecker-ci.org/repos/3780/pipeline/11057/30
- https://ci.woodpecker-ci.org/repos/3780/pipeline/11076/25
|
2023-12-27 12:38:33 +02:00 |
|
Anbraten
|
2b1e5f35de
|
Add depends_on support for steps (#2771)
Co-authored-by: 6543 <6543@obermui.de>
|
2023-12-24 12:14:30 +01:00 |
|