Commit graph

1775 commits

Author SHA1 Message Date
Brad Rydzewski
14b36066f3 Merge pull request #1165 from chengweiv5/doc
Doc
2015-08-25 08:38:18 -07:00
Chengwei Yang
57b2392366 doc: Fix typo ListAndServerTLS -> ListenAndServeTLS
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2015-08-25 15:27:29 +08:00
Chengwei Yang
13dc525169 doc: clerify install document about start/stop/restart drone
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2015-08-25 15:27:29 +08:00
Brad Rydzewski
091b213300 fixes #917 2015-08-24 14:10:30 -07:00
Brad Rydzewski
3b8b18fdca added a backoff for streaming output 2015-08-24 12:29:08 -07:00
Brad Rydzewski
07672689db Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-08-24 11:25:36 -07:00
Brad Rydzewski
a18da82cb2 support for mysql database 2015-08-24 11:25:01 -07:00
Brad Rydzewski
b74e0bbe4e Merge pull request #1163 from tboerger/feature/deprecations
Avoid warning about deprecated build paramaters within make.go
2015-08-24 08:29:26 -07:00
Brad Rydzewski
fcff2d0ffa Merge pull request #1164 from tboerger/feature/make-extend
Implemented go-bindata into makefile
2015-08-24 08:29:03 -07:00
Thomas Boerger
e1b7895e50 Implemented go-bindata into makefile 2015-08-24 15:22:27 +02:00
Thomas Boerger
05e35ac71a Avoid warning about deprecated build paramaters within make.go 2015-08-24 14:59:25 +02:00
Brad Rydzewski
27004bd61e closes out #1148 2015-08-21 22:26:46 -07:00
Brad Rydzewski
b264e837fe build runner now in charge of timeout 2015-08-21 15:30:32 -07:00
Brad Rydzewski
bf1b9d2d8a use exit status 130 when canceling a build 2015-08-21 00:06:10 -07:00
Brad Rydzewski
50d3ea8e00 trap SIGINT and cleanup containers 2015-08-20 18:31:54 -07:00
Brad Rydzewski
f5721a9383 add link for pr and for commit 2015-08-20 17:59:47 -07:00
Brad Rydzewski
943fafb67e hide UI things when user not authenticated 2015-08-20 17:43:44 -07:00
Brad Rydzewski
1b8a00f5f6 always check for new plugins, until we have an update strategy 2015-08-20 15:54:23 -07:00
Brad Rydzewski
17f2705ee1 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-08-20 12:45:59 -07:00
Brad Rydzewski
407feaaeba documented encrypted variables 2015-08-20 12:42:13 -07:00
Brad Rydzewski
56a6e58ed6 Merge pull request #1155 from Bugagazavr/patch-4
Fix warnings
2015-08-20 11:13:44 -07:00
Bugagazavr
37237230e9 Fix warnings 2015-08-20 21:09:12 +03:00
Brad Rydzewski
a0cbba5a95 fix unit test ordering issue in 1.5 2015-08-20 10:57:46 -07:00
Brad Rydzewski
0379b13521 bump to Go 1.5 2015-08-20 10:48:08 -07:00
Brad Rydzewski
69b9f469a7 bump go in yaml 2015-08-20 10:44:00 -07:00
Brad Rydzewski
7cef8f0edd bump go version in yaml 2015-08-20 10:31:47 -07:00
Brad Rydzewski
fd067be1aa tweak to use alt URL-compatible base64 encoding 2015-08-20 09:39:34 -07:00
Brad Rydzewski
7fb90fccbb Merge pull request #1154 from shawnzhu/RSA-OAEP
AES -> RSA-OAEP
2015-08-19 23:14:28 -07:00
Ke Zhu
85a9811110 no repo model in parsing secure section of yaml 2015-08-20 00:41:58 -04:00
Ke Zhu
f9ebf9ca11 AES to RSA-OAEP 2015-08-19 23:36:09 -04:00
Brad Rydzewski
ab4b2da50d added desc to ubuntu sqlite install 2015-08-19 20:15:41 -07:00
Brad Rydzewski
1aa4abe0ff Create ubuntu.md 2015-08-19 20:14:27 -07:00
Brad Rydzewski
f0cc7a211d Merge pull request #1153 from donny-dont/features/cache-docs
Documentation for caching
2015-08-19 18:30:45 -07:00
Don
a8e4e464c4 Adding in caching information. 2015-08-19 18:26:37 -07:00
Brad Rydzewski
e728152059 crypt tests 2015-08-19 16:58:59 -07:00
Brad Rydzewski
b7e4d6cb29 switch secure to AES256 beause why not? 2015-08-19 16:31:52 -07:00
Don Olmstead
b4bc4c75c1 Adding caching section to build.md. Creating a separate doc for caching. 2015-08-19 16:27:09 -07:00
Brad Rydzewski
e31b53f688 temporarily disable caching for public repos until we understand more 2015-08-19 15:54:29 -07:00
Brad Rydzewski
0c4c5d81a9 disable cache for public repo pull requests (for now) 2015-08-19 15:49:27 -07:00
Brad Rydzewski
3b020f75f6 fix github merge ref string creation 2015-08-19 15:07:37 -07:00
Brad Rydzewski
b3f4cfccda setup error when workspace path not exists 2015-08-19 12:39:16 -07:00
Brad Rydzewski
164c0c6a8e move clone path calc due to panic 2015-08-19 12:38:08 -07:00
Brad Rydzewski
1947657e25 check for commands in setup sections in linter 2015-08-19 12:26:16 -07:00
Brad Rydzewski
df1aa0cd0b add min Go version to README 2015-08-19 11:30:17 -07:00
Brad Rydzewski
271d9a0d4f lint after transform, remove un-needed lint rules, temp hack in transform 2015-08-19 11:23:32 -07:00
Brad Rydzewski
4fefabc1e8 Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-08-19 10:54:09 -07:00
Brad Rydzewski
11ec53b9dd updated swaggerfile to include feed 2015-08-19 10:53:17 -07:00
Brad Rydzewski
b86413bb97 added feed to swagger file 2015-08-19 10:45:01 -07:00
Brad Rydzewski
aeee201796 Merge pull request #1149 from donny-dont/features/git-checkout-specified
Adding support for setting the workspace directly in the config
2015-08-19 10:38:24 -07:00
Ke Zhu
016b032d0a RSA to RSA-OAEP 2015-08-19 09:40:24 -04:00