woodpecker/model
Anbraten 289f0c9ad6
Change pipeline config path resolution (#299)
# Config resolution
- pipeline-config setting empty / not specified (default): `.woodpecker/` => `.woodpecker.yml` => `.drone.yml`
- pipeline-config setting defined by user: try that file / folder and no fallback (if a user sets some special value that is normally done for some reason)

# Changes
- pipeline-config setting will be empty by default
- remove fallback setting for config loading (simplifies config)

---
closes #133

---

* adjust config fetching mechanism

* default path empty

* remove fallback flag from ui and db
2021-09-17 21:40:43 +02:00
..
build.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
build_test.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
cc.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
cc_test.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
config.go N:N relationship between build and config. Restarts work 2019-06-11 10:50:50 +02:00
const.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
environ.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
event.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
feed.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
file.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
netrc.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
perm.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
proc.go Doh, this wasn't a proper tree 2019-06-06 09:43:37 +02:00
queue.go Enforce code format (#228) 2021-06-22 12:34:35 +02:00
registry.go Add global registry from docker config file on woodpecker server 2020-05-19 13:44:16 +01:00
repo.go Change pipeline config path resolution (#299) 2021-09-17 21:40:43 +02:00
resource_limit.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
secret.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
secret_test.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
sender.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
settings.go Go 1.16, go fmt, go modules update 2021-02-19 09:43:03 +01:00
team.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
user.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
user_test.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00