woodpecker/pipeline/frontend/yaml/compiler
qwerty287 de5c65939a
Deprecate alternative names on secrets (#3406)
Closes https://github.com/woodpecker-ci/woodpecker/discussions/2274

# deprecation of alternative names

Instead of
```yaml
secrets:
  - source: some_secret
    target: some_env
```
you now write:
```yaml
environment:
  some_env:
    from_secret: some_secret
```

Also, it's possible to use complex yaml objects in `environment`,
they're turned into json (just like `settings`).
2024-02-22 18:25:57 +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 Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +01:00
compiler_test.go Improve secret availability checks (#3271) 2024-01-27 20:59:44 +01:00
convert.go Deprecate alternative names on secrets (#3406) 2024-02-22 18:25:57 +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 Fix linter (#3354) 2024-02-08 22:49:07 +01:00
option_test.go Use assert for test (#3201) 2024-01-14 19:33:58 +01:00