woodpecker/model
Alex Eftimie 2ff91e6a05
Add support for path-prefix condition (#174)
Example:
```yaml
when:
  path: '*.md'
```

should match only builds in which the commit added/removed or modified files with the *.md extension

Co-authored-by: 6543 <6543@obermui.de>
2021-06-28 23:50:35 +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 Fallback to default config. Allows incremental rollout of custom-path 2019-06-25 13:45: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