Commit graph

104 commits

Author SHA1 Message Date
Brad Rydzewski
bb7453262a implement cancel function 2017-03-05 22:05:16 +11:00
Brad Rydzewski
623be6d830 put updated agent behind flag 2017-03-05 18:56:08 +11:00
Leon de Jager
782616ccc9
Fix usage typo in info.go 2017-02-20 13:13:04 +00:00
Brad Rydzewski
99eb89be1c Merge pull request #1910 from bradrydzewski/master
add when.local=false to disable plugin steps locally
2017-02-19 11:13:27 +11:00
Joachim Hill-Grannec
a9e83aa5ce gofmt modified files 2017-02-01 13:49:26 -08:00
Joachim Hill-Grannec
c413565521 adding the ability to set the RSA key as a string value on drone startup instead of a file that has to be mounted. 2017-02-01 13:41:45 -08:00
Manuel Rüger
a1055b278e Fix typo in help 2017-01-20 14:05:57 +01:00
Brad Rydzewski
def995b164 use yaml parameter to restrict local plugin execution 2017-01-20 14:16:15 +07:00
Brad Rydzewski
1f0261a72a promote secret interpolation 2017-01-20 11:12:30 +07:00
Veg (Martin Wellard)
eb7e79e887 Propagate errors from NewClientTokenTLS back to caller. 2017-01-18 10:26:46 -05:00
Bo-Yi Wu
d1ac862623 feat: support multiple yaml transform extensions 2017-01-13 15:53:13 +08:00
Brad Rydzewski
846a906834 initial support yaml transform extensions 2017-01-12 09:42:43 +04:00
Brad Rydzewski
877619d97e Merge pull request #1865 from patrickjahns/feature/cli_chown
add command line feature for chown api endpoint
2016-11-20 22:48:53 +01:00
Patrick Jahns
f4df9cbc73 add command line feature for chown api endpoint 2016-11-20 21:34:06 +01:00
Brad Rydzewski
eee4fd1fd2 Increase default timeout to 15min for log inactivity [ci skip] 2016-11-19 16:27:12 +01:00
leiiwang
965347e9d5 Update server.go
typo
2016-11-18 09:45:23 +08:00
Brad Rydzewski
17e5eb5036 Merge pull request #1858 from donny-dont/feature/secret-concealer
Feature/secret concealer
2016-11-17 19:24:57 +01:00
Brad Rydzewski
a2301bc06b Merge pull request #1845 from zweizeichen/patch-1
Fixed grammar [ci skip]
2016-11-17 18:58:24 +01:00
Brad Rydzewski
5fe84bd8e8 Merge pull request #1853 from gillesdemey/fix/server-trailing-slash
fixes trailing slash on DRONE_SERVER env variable
2016-11-17 18:57:01 +01:00
Don
9eee1c158a Revert "Implement secrets concealer in build logs"
This reverts commit 5377c62844.
2016-11-16 17:08:25 -08:00
Don
8d63f8c271 Add conceal option to CLI secrets 2016-11-16 11:30:35 -08:00
Gilles De Mey
27ee06a53b fixes trailing slash on DRONE_SERVER env variable 2016-11-12 20:13:52 +01:00
Brad Rydzewski
5bac61dc4b Merge pull request #1851 from bradrydzewski/feature/mq
ability to enable broker debugging
2016-11-11 09:53:11 +00:00
Brad Rydzewski
775c7e67ea ability to enable broker debugging 2016-11-11 09:48:01 +00:00
Sebastian
a6361c358e Fixed grammar 2016-11-05 13:57:45 +01:00
Vladislav Vlastovskiy
ba5f1d5154 Add space in log message 2016-10-28 00:57:41 +03:00
Vladislav Vlastovskiy
5c3701e321 Fix missed placeholder in log message 2016-10-28 00:53:38 +03:00
Vaidas Jablonskis
5377c62844 Implement secrets concealer in build logs 2016-10-25 21:23:37 +01:00
Brad Rydzewski
58f84ced84 Merge pull request #1825 from donny-dont/feature/global_secrets
Implementing global secrets
2016-10-25 00:03:20 +02:00
Don
0852424cfe Implementing global secrets 2016-10-20 11:23:12 -07:00
Brad Rydzewski
76b0286b68 update agent logs 2016-09-29 17:45:13 -04:00
Brad Rydzewski
778971eb68 removed unused packages 2016-09-27 20:30:28 -05:00
Brad Rydzewski
584ec88b07 add platform field and selector capabilities 2016-09-27 20:16:46 -05:00
Brad Rydzewski
6f44450ef8 initial sort of working mq integration 2016-09-27 19:33:13 -05:00
Brad Rydzewski
0b2f1c8e51 integrates drone/mq into agent 2016-09-26 03:29:05 -05:00
Brad Rydzewski
f2c1d46f9e queue integrated with server, but not agent 2016-09-26 00:39:28 -05:00
Sandro Santilli
0a07ae65ef Typo in privileged plugins listing 2016-09-10 01:16:06 +02:00
Brad Rydzewski
7791cebf6b Merge pull request #1762 from appleboy/patch-6 [CI SKIP]
fix go coding style by gofmt.
2016-08-30 20:30:55 -07:00
Thomas Boerger
a4076e00ff
Correct arg length checks 2016-08-15 00:02:11 +02:00
Bo-Yi Wu
21430d2ecd fix go coding style by gofmt.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-08-14 12:25:45 +08:00
Joachim Hill-Grannec
c884a9f210 Seems like folks keep adding a trailing / to the DRONE_SERVER env. This should remove it if it exists and not worry if it doesn't 2016-08-12 17:04:42 -07:00
Trevor Hartman
358243ed07 Add support for "drone build start foo/bar last"
This starts the build on the default branch
2016-08-11 17:04:25 -06:00
Brad Rydzewski
abaa02efa2 Merge pull request #1737 from tboerger/feature/org-secrets
Organization/Team secrets
2016-08-09 20:01:37 -07:00
John Chadwick
f2b418e9dd Expose GitHub machine user options. 2016-08-01 13:54:47 -04:00
Thomas Boerger
225d1c8288
Integrated org secret commands 2016-07-31 23:25:10 +02:00
Brad Rydzewski
d5c8ab248b Merge pull request #1735 from vaijab/restart-params
Add custom build parameters to build re-start / deploy
2016-07-27 17:18:01 -07:00
Vaidas Jablonskis
7170cd6758 Add custom build parameters support to build re-start and deploy 2016-07-27 22:33:14 +01:00
Fabio Rapposelli
46dba4377c
Run matrix as default when running docker exec 2016-07-27 17:51:45 +02:00
Vaidas Jablonskis
c6b9466370 Fix cli args typo
This was preventing from using --github-secret while env var worked.
2016-07-21 20:17:54 +01:00
Brad Rydzewski
88df2520c8 gracefully shutdown agent when builds running 2016-07-18 00:06:34 -07:00