qwerty287
|
b9f6f3f9fb
|
Replace goimports with gci (#3202)
`gci` seems to be much more strict.
|
2024-01-14 18:22:06 +01:00 |
|
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 |
|
6543
|
2cb7669413
|
add just more dag tests (#3083)
|
2023-12-30 16:45:11 +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 |
|
Anbraten
|
2b1e5f35de
|
Add depends_on support for steps (#2771)
Co-authored-by: 6543 <6543@obermui.de>
|
2023-12-24 12:14:30 +01:00 |
|