woodpecker/pipeline/frontend
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
..
metadata Add pull request closed event (#2684) 2023-12-26 19:22:52 +01:00
yaml Fix DAG cycle detection (#3049) 2023-12-28 00:14:28 +01:00
metadata.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
metadata_test.go Export changed files via builtin environment variables (#2935) 2023-12-18 22:37:38 +01:00