woodpecker/pipeline/frontend/yaml
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
..
compiler Fix DAG cycle detection (#3049) 2023-12-28 00:14:28 +01:00
constraint Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
linter Add pull request closed event (#2684) 2023-12-26 19:22:52 +01:00
matrix Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
types Add depends_on support for steps (#2771) 2023-12-24 12:14:30 +01:00
utils fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible (#2517) 2023-10-03 09:35:40 +02:00
parse.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
parse_test.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
version.go Add workflow version (#2476) 2023-11-06 01:37:02 +01:00