woodpecker/pipeline
Michael e95aaaa8de
Update json schema for cli lint to cover valid cases (#1384)
This is a follow up on #1379 and #1381, after fixing those (I noticed
them while building a pipeline for one of my projects) I took a deep
dive into the schema, and consolidated the functionality as far as
possible.

As a reference, I matched it against
pipeline/frontend/yaml/constraint//constraints.go of the release/v0.15
branch.

The .branches while not in the pipeline uses the Type (List) and
functions of pipeline/frontend/yaml/constraint//constraints.go

Regarding the formatting i went with what was already there, since
enabling editorconfig / formatting would have changed most of the file
(not that there is too much untouched after this anyways)
2022-11-05 00:08:56 +01:00
..
backend Use DOCKER_HOST env to search for docker before searching for a hardcode docker socket (#763) 2022-02-09 00:08:20 +01:00
frontend Bump DefaultCloneImage version to v1.6.0 (#1254) 2022-10-13 17:48:51 +02:00
interrupt Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
multipart Move entirely to zerolog (#426) 2021-10-12 09:25:13 +02:00
rpc make gRPC error "to many keepalive pings" only show up in trace logs (#787) 2022-02-24 15:53:44 +01:00
samples Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
schema Update json schema for cli lint to cover valid cases (#1384) 2022-11-05 00:08:56 +01:00
shared Fix multiline secrets replacer (#700) 2022-01-16 22:57:37 +01:00
error.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
error_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
logger.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
option.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
option_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
parse.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
parse_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
pipeline.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
tracer.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00