Brad Rydzewski
8d32ea9a09
added plugin whitelist to cmd line args
v0.4.2
2016-04-22 09:46:44 -07:00
Brad Rydzewski
b2db1ab915
Merge pull request #34 from Bugagazavr/terminal-notifier
...
Added terminal notifier
2016-04-12 11:14:28 -07:00
Kirill Zaitsev
9006c2dedf
Added terminal notifier
2016-04-12 21:07:24 +03:00
Brad Rydzewski
5c01c6a228
updated drone-go vendored pkg
2016-04-11 18:51:40 -07:00
Brad Rydzewski
2ca45e72a4
updated vendored drone-go
2016-04-11 18:50:12 -07:00
Brad Rydzewski
14ca393d57
Merge pull request #22 from thomasf/custom-payload
...
Add --payload argument
2016-04-11 11:22:51 -07:00
Thomas Frössman
3c30a960e1
Change --debug to default to false
...
All other bool flags behave like this and (to me) the command help
section indicates that this is the expected behaviour.
2016-04-10 14:48:35 +02:00
Thomas Frössman
c009264ea9
Add build --payload argument
...
Also added printing of payload when -debug argument is specified.
2016-04-10 14:47:46 +02:00
Brad Rydzewski
7aba5b5e33
Merge pull request #33 from tboerger/feature/server-suffix
...
Trim slash suffix from the server URL
2016-04-07 09:57:09 -07:00
Thomas Boerger
f71c0a6006
Trim slash suffix from the server URL
2016-04-05 17:03:00 +02:00
Brad Rydzewski
4ff82e8545
Merge pull request #32 from frapposelli/add-yaml-switch-exec
...
Add --yaml switch to exec command
2016-04-01 08:05:08 -07:00
Fabio Rapposelli
6332a3e777
Add --yaml switch to exec command
2016-04-01 10:17:14 +02:00
Brad Rydzewski
41d0709604
added sign command, somehow a bunch of vendor changes too
2016-03-31 18:02:24 -07:00
Brad Rydzewski
9cfed8d8bf
ability to manage secrets, sign
2016-03-31 17:55:48 -07:00
Brad Rydzewski
6a10d47f29
added drone deploy command
2016-03-29 00:02:27 -07:00
Brad Rydzewski
7434da77aa
added deploy fun
2016-03-28 23:57:34 -07:00
Brad Rydzewski
0c0e049ef0
patch vendored files to use new drone-go
2016-03-18 15:17:24 -07:00
Brad Rydzewski
488a2157c8
Merge pull request #30 from jackspirou/master
...
Use the drone.NewClientTokenTLS method and update vendored deps by hand
2016-03-14 23:23:46 -07:00
jackspirou
67e0ed9b4f
use the drone.NewClientTokenTLS method and vendor by hand
...
updating github.com/drone/drone-go vendored dep
vendor by hand
update vendored drone-go
fixing syscerts
fixing windows 509x package errors
use TLS CA roots with windows later
2016-03-14 23:54:50 -05:00
Brad Rydzewski
217eadb35b
Merge pull request #28 from jmccann/windows_paths
...
Convert windows path to something Docker can use
2016-03-08 14:47:34 -08:00
Jacob McCann
ee1c4327a6
Convert windows path to something Docker can use
2016-03-07 09:11:13 -06:00
Brad Rydzewski
bba786f4a2
Merge pull request #27 from mikkeloscar/docker-not-running
...
Handle error when docker isn't running
2016-02-26 15:51:44 -08:00
Mikkel Oscar Lyderik
7b4eb3b889
Handle error when docker isn't running
...
This prevents drone from crashing if docker isn't running when calling
`drone exec`.
2016-02-27 00:11:12 +01:00
Brad Rydzewski
9efffbe733
Merge pull request #26 from jackspirou/master
...
Updating Id and Url naming to follow Go naming conventions
2016-02-24 12:00:26 -08:00
jackspirou
c7f88d3ca8
changing Id and Url naming to follow Go naming conventions
2016-02-24 11:54:00 -06:00
Brad Rydzewski
aeb868ca8a
Merge pull request #25 from benschumacher/yamlin
...
Add globals for exec from plaintext secrets YAML
2016-02-17 17:24:17 -08:00
Ben Schumacher
5cc24b3313
Add globals for exec from plaintext secrets YAML
2016-02-17 13:33:59 -07:00
Brad Rydzewski
ef32fb5721
Merge pull request #21 from thomasf/pull-drone-exec
...
Pull drone exec image on --pull argument
2016-01-30 12:49:53 -08:00
Thomas Frössman
48146d05a3
Pull drone exec image on --pull argument
2016-01-30 16:11:31 +01:00
Brad Rydzewski
18441319ec
Merge pull request #20 from thomasf/use-payload-struct
...
Use payload struct instead of anonymous
2016-01-29 18:43:07 -08:00
Thomas Frössman
5a719fd900
Use drone-go Payload struct instead of anonymous
2016-01-30 01:27:17 +01:00
Thomas Frössman
0ddea95b67
Update vendored drone-go
2016-01-30 01:27:11 +01:00
Brad Rydzewski
38d6ebf426
set drone system url
2016-01-14 16:57:41 -08:00
Brad Rydzewski
4c47c74bb8
attempt to add more info for drone exec
2016-01-14 16:47:54 -08:00
Brad Rydzewski
a0327cafe6
Merge remote-tracking branch 'origin'
2016-01-14 16:40:17 -08:00
Brad Rydzewski
ece27f3bd6
ability to specify the event
2016-01-14 16:40:14 -08:00
Brad Rydzewski
2e561809b4
Merge pull request #19 from jackspirou/master
...
Fixing little nit
2016-01-12 14:26:20 -08:00
jackspirou
6d75cc10e9
fixing little nit
2016-01-12 16:22:01 -06:00
Brad Rydzewski
87b0b67349
Merge pull request #18 from gtaylor/patch-1
...
Quick spelling fix so I don't get all OCD
2016-01-12 13:16:27 -08:00
Brad Rydzewski
de5b851c27
Merge pull request #17 from greenboxal/fix-exec-identity
...
Fix drone exec identity
2016-01-12 13:02:50 -08:00
Greg Taylor
6173f392ee
Quick spelling fix so I don't get all OCD
2016-01-08 15:32:47 -08:00
Jonathan Lima
cf5c009841
Fix drone exec identity
2015-12-22 19:07:40 -02:00
Brad Rydzewski
6e5f7a660d
Merge pull request #15 from crhym3/makefile
...
Improve makefile
2015-12-19 10:29:55 -05:00
Brad Rydzewski
c648c7a9c1
Merge pull request #16 from crhym3/user-fmt
...
Format user commands output
2015-12-19 10:28:38 -05:00
alex
2791f263d2
Format user commands output
...
- tabwriter for `ls`
- field labels for `info`
2015-12-19 06:47:01 +00:00
alex
92ad87af7c
Improve makefile
...
It can now build both x-releases and for local os/arch.
2015-12-19 06:25:42 +00:00
Brad Rydzewski
c6e1a18c79
Merge pull request #14 from sqs/pass-exec-opts
...
pass `drone exec` args to drone-exec container
2015-12-13 00:15:31 -08:00
Quinn Slack
894453cccd
pass drone exec
args to drone-exec container (cache/deploy/notify/pull)
2015-12-12 23:43:24 -08:00
Brad Rydzewski
b98f2af55d
Merge pull request #13 from anibali/secret-stdin
...
Add support for stdin and stdout to `drone secure`
2015-11-09 22:06:29 -08:00
Aiden Nibali
25ca4f6ce6
stdin and stdout support for drone secure
2015-11-10 16:57:09 +11:00