1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-26 06:07:05 +01:00
Commit Graph

368 Commits

Author SHA1 Message Date
Eoin McAfee
38fdac927a fixes issue where template info command wasn't working 2021-09-23 14:43:07 +01:00
Marko Gaćeša
75f1ec65df
Merge pull request #202 from hjkatz/update-go-jsonnet-version
Update go-jsonnet to version v0.17.0
2021-09-14 11:15:01 +02:00
Harrison Katz
c5e29ab856 Update go-jsonnet to version v0.17.0 2021-09-13 16:13:29 -04:00
TP Honey
43e52be34c
Merge pull request #201 from tphoney/release-v1.4.0
(maint) release-v1.4.0 prep
v1.4.0
2021-09-08 10:48:25 +01:00
TP Honey
19d7e39b67 (maint) release-v1.4.0 prep 2021-09-08 10:40:29 +01:00
Eoin McAfee
1a4c6c1830
Merge pull request #200 from tphoney/starlark_multi_fix
(fix) fix multi-docs/lists in starlark
2021-09-08 10:27:01 +01:00
TP Honey
bf16f9f9a8 (fix) fix multi-docs/lists in starlark 2021-09-07 13:04:04 +01:00
TP Honey
b8b8a24077
Merge pull request #198 from drone/feature/dron-34-auto-cancel-running
provides ability to update auto-cancel-running flag on repo
2021-08-27 15:12:57 +01:00
Eoin McAfee
a7a0f8c610 Merge branch 'master' of github.com:drone/drone-cli into feature/dron-34-auto-cancel-running 2021-08-27 12:02:25 +01:00
Eoin McAfee
a2ab5c50a0 bump drone-go 2021-08-27 10:54:31 +01:00
Eoin McAfee
55ae12d8c4 provide update and get info values for repo 2021-08-27 10:06:54 +01:00
TP Honey
15de380723
Merge pull request #197 from tphoney/release_prep_v1.3.3
(maint) release prep v1.3.3
v1.3.3
2021-08-26 16:20:32 +01:00
TP Honey
12850efa70 (maint) release prep v1.3.3 2021-08-26 16:01:54 +01:00
Julien Duchesne
8e538b63f5
Fix --stream combined with --format for jsonnet (#195)
* Fix `--stream` combined with `--format` for `jsonnet`
If both are defined and jsonnet defines a list, it currently only generates one of the resources
Also added a test for it
* Minimize diffs by keeping all in one file
2021-08-26 15:34:52 +01:00
TP Honey
f25f6e552b
Merge pull request #194 from tphoney/release_prep_v1.3.2
(maint) release prep for v1.3.2
v1.3.2
2021-08-25 13:09:30 +01:00
TP Honey
ef4117a1d8 (maint) release prep for v1.3.2 2021-08-25 12:24:43 +01:00
TP Honey
f5d7f67106
Merge pull request #193 from tphoney/re-enable_format
(fix) re-enable format option for jsonnet command
2021-08-25 12:19:36 +01:00
TP Honey
f4c360b6a7 (fix) re-enable format option for jsonnet command 2021-08-25 12:14:54 +01:00
TP Honey
19b11812d3
Merge pull request #192 from drone/release/1.3.1
release prep v1.3.1
v1.3.1
2021-08-20 11:56:03 +01:00
Eoin McAfee
6251342b3a release prep v1.3.1 2021-08-20 11:48:00 +01:00
TP Honey
338ba6dac2
Merge pull request #189 from tphoney/drone-113
(DRON-113) use ghodss/yaml for yaml printing
2021-08-20 11:34:02 +01:00
TP Honey
01b1690e38 (DRON-113) use ghodss/yaml for yaml pretty print 2021-08-20 09:44:25 +01:00
Eoin McAfee
8f2d7829e3
improve Defect/permission template command (#191)
* Update the way namespace is sent to the drone server.
* update drone-go version
* bump drone-go library
2021-08-19 15:38:03 +01:00
Eoin McAfee
2a93b269a1
Merge pull request #188 from drone/defect/vault-secret-cli
fixes issue were cli required an additional parameter in order to com…
2021-08-09 11:15:15 +01:00
Eoin McAfee
0bee92bd47 refactor env variable declaration to one statement 2021-08-09 09:57:05 +01:00
Eoin McAfee
9d0e93cc5d fixes issue were cli required an additional parameter in order to communicate with vault when using drone-vault plugin. 2021-08-04 15:33:36 +01:00
Chris Raborg
662f6f4957
Add drone cron exec cmd (#180) v1.3.0 2021-06-22 19:31:38 +01:00
TP Honey
c270335a61
Merge pull request #187 from tphoney/cron-rm
feat(cron): add rm command
2021-06-22 19:27:07 +01:00
Javier Palomo
3e2bf56d5e feat(cron): add rm command
Signed-off-by: Javier Palomo <javier.palomo@grafana.com>
2021-06-22 19:24:54 +01:00
TP Honey
c0d062982c
Merge pull request #186 from tphoney/KazanExpress-master
Build drone for mac with m1 chip
2021-06-22 19:14:22 +01:00
Alik Khilazhev
f90b777737 run go mod tidy 2021-06-22 18:12:21 +01:00
Alik Khilazhev
7eefb0b4fd Update building 2021-06-22 18:11:07 +01:00
Alik Khilazhev
a016c31579 Update go version in drone.yml 2021-06-22 18:11:07 +01:00
Alik Khilazhev
b4fb139403 Update go version to support m1 builds 2021-06-22 18:11:07 +01:00
Alik Khilazhev
af7b3606b6 Build drone for mac with m1 chip 2021-06-22 18:11:07 +01:00
Eoin McAfee
691e2de01e
Merge pull request #184 from tkushnir/add-missing-ctx-values
Add missing ctx values
2021-06-22 16:30:37 +01:00
Timofei Kushnir
0f2fd9c259 Add new ctx.build.debug option 2021-06-22 15:31:04 +03:00
Timofei Kushnir
a5065fdef3 Add missing ctx values 2021-06-17 07:11:51 +03:00
Brad Rydzewski
1f928dbf78
Merge pull request #185 from drone/defect/template-list-missing-namespace
add ability to search for templates by organization
2021-06-09 11:13:06 -04:00
Eoin McAfee
2917fe5c09 add ability to search for templates by organization 2021-06-09 14:10:04 +01:00
Brad Rydzewski
ead1541d51
Merge pull request #183 from drone/feature/template-config
Add cli commands for template actions
2021-06-01 16:05:58 -04:00
Eoin McAfee
407d25f56f update drone-go version to latest 2021-06-01 16:40:16 +01:00
Eoin McAfee
59a1b33230 Merge branch 'master' of github.com:drone/drone-cli into feature/template-config 2021-06-01 13:46:45 +01:00
Eoin McAfee
5ebdfc3a8b group imports 2021-06-01 10:33:26 +01:00
Eoin McAfee
b5490cd67e Add support for organization level templates 2021-05-28 16:56:13 +01:00
Brad Rydzewski
984c5ecc2e
Update jsonnet.go 2021-05-27 17:47:51 -04:00
Eoin McAfee
8d1b7ef711 add cli commands for template actions 2021-05-21 14:03:48 +01:00
Thomas Boerger
75f4cf637c
Merge pull request #178 from phil-davis/fix-typos
Fix typos
2021-01-25 10:12:07 +01:00
Phil Davis
5261919b3c
Fix typo of 'verification' 2021-01-21 13:57:47 +05:45
Phil Davis
1d2af49130
Fix typo of omitempty in a struct 2021-01-21 13:56:50 +05:45