woodpecker/pipeline/frontend/yaml/compiler
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
..
settings Replace interface{} with any (#2807) 2023-11-12 18:23:48 +01:00
cacher.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
compiler.go Add depends_on support for steps (#2771) 2023-12-24 12:14:30 +01:00
compiler_test.go Add depends_on support for steps (#2771) 2023-12-24 12:14:30 +01:00
convert.go Fix IPv6 host aliases for kubernetes (#2992) 2023-12-23 00:42:30 +01:00
dag.go Fix DAG cycle detection (#3049) 2023-12-28 00:14:28 +01:00
dag_test.go Fix DAG cycle detection (#3049) 2023-12-28 00:14:28 +01:00
errors.go Add depends_on support for steps (#2771) 2023-12-24 12:14:30 +01:00
option.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
option_test.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00