Jacob Floyd
7f4a205764
Remove legacy/unused code + misc cleanups ( #331 )
...
* delete obsolete cncd code
jsonrpc2 client+server, and the utils that used them (piped, pipec)
are not used anymore.
jsonrpc2 was replaced with grpc
piped+pipec were replaced by agents
* delete duplicate section in swagger file
* comment typos
* go mod tidy (websocket+jsonrpc2 no longer used)
* go mod vendor
Co-authored-by: Anbraten <anton@ju60.de>
2021-09-21 17:35:32 +02:00
Anbraten
96828b16c1
Support recursive glob for path conditions ( #327 )
...
* Support glob with doublestar for path conditions
* Update docs and pipeline
2021-09-21 06:18:43 +02:00
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
6543
d40a4a4b32
Enable go vet for ci ( #230 )
...
* enable go vet for ci
* fix vet issues
* move `./.cli.sh` into `make release-cli`
2021-06-22 13:26:37 +02:00
6543
bfc4aa8059
Enforce code format ( #228 )
...
* format .drone.yml & go code
* improve .editorconfig
* extend Makefile
* enforce go code format
* fix space
* update deps
* clean up
2021-06-22 12:34:35 +02:00
Laszlo Fogas
c7ebd68232
Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker
2021-05-25 14:08:27 +02:00
CrabHo
b8b72b254f
feat: mask secrets
2020-11-19 17:52:07 +08:00
Ian
a11db91e49
Upgrade dependencies
2020-05-18 16:41:15 +01:00
Laszlo Fogas
2889d3e3e6
Migrating to yaml.v3
2019-11-15 10:21:08 +01:00
Laszlo Fogas
59d854e3d8
Reconstructed the previously vendored and patched yaml.v2
2019-11-14 21:03:07 +01:00
Laszlo Fogas
3c8e95f230
Refspec had the source and target branches already. Now they got their dedicated vars
2019-10-24 11:55:54 +02:00
Laszlo Fogas
85d8b16f90
Skeleton for target and source branches
2019-10-24 11:53:55 +02:00
mhmxs
53258bf989
Format source code
2019-09-14 14:21:16 +02:00
mhmxs
bfd7d0c46b
Add timeout for test execution
2019-09-14 14:11:24 +02:00
Laszlo Fogas
630c383181
Project is renamed to Woodpecker
2019-08-27 13:07:19 +02:00
Laszlo Fogas
e239c2fe74
Supporting skip_clone
2019-06-24 11:19:12 +02:00
Laszlo Fogas
a433591afa
Introducing runs_on to run pipelines on failure
2019-06-17 09:06:36 +02:00
Laszlo Fogas
71f2486ae0
depend_on in yaml
2019-06-12 11:03:59 +02:00
Laszlo Fogas
105a0708fe
Refactor
2019-06-05 15:58:27 +02:00
Laszlo Fogas
4323148a85
Semantics
2019-06-05 10:11:07 +02:00
Laszlo Fogas
0adab2c4b2
I lost these files due to a wrong .gitignore entry
2019-04-26 13:53:56 +02:00
Laszlo Fogas
a191d31d4f
Print progress information when pulling images
2019-04-07 14:58:40 +02:00
Laszlo Fogas
a4541ac901
Pull in cncd/* for simpler workflow
2019-04-06 15:44:04 +02:00