woodpecker/pipeline/frontend/yaml/compiler
qwerty287 6892a9ca57
Parse backend options in backend (#3227)
Currently, backend options are parsed in the yaml parser.
This has some issues:
- backend specific code should be in the backend folders
- it is not possible to add backend options for backends added via
addons
2024-02-08 18:39:32 +01:00
..
settings Improve secret availability checks (#3271) 2024-01-27 20:59:44 +01:00
cacher.go Enable gocritic and don't ignore globally (#3159) 2024-01-10 15:34:44 +01:00
compiler.go Parse backend options in backend (#3227) 2024-02-08 18:39:32 +01:00
compiler_test.go Improve secret availability checks (#3271) 2024-01-27 20:59:44 +01:00
convert.go Parse backend options in backend (#3227) 2024-02-08 18:39:32 +01:00
convert_test.go Replace goimports with gci (#3202) 2024-01-14 18:22:06 +01:00
dag.go Use name in backend types instead of alias (#3142) 2024-01-09 15:22:59 +01:00
dag_test.go Replace goimports with gci (#3202) 2024-01-14 18:22:06 +01:00
errors.go Enable nolintlint (#3158) 2024-01-10 12:11:18 +01:00
option.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
option_test.go Use assert for test (#3201) 2024-01-14 19:33:58 +01:00