Commit graph

436 commits

Author SHA1 Message Date
Brad Rydzewski
6e6790937f validate secret yaml before encrypting 2015-09-07 18:10:55 -07:00
Brad Rydzewski
5f802056e0 ability to encrypt the .drone.sec file 2015-09-07 15:33:55 -07:00
Brad Rydzewski
dc96183f2f vendored go-jose 2015-09-07 12:50:21 -07:00
Brad Rydzewski
80d6ad11ac unit tests for jose encryption 2015-09-07 12:24:28 -07:00
Brad Rydzewski
b65d1cda97 support for .drone.sec file 2015-09-07 12:13:27 -07:00
Brad Rydzewski
d4c7e7bf59 fix logic to detect if pull request 2015-09-03 23:56:52 -07:00
Brad Rydzewski
dbf0fa6ee0 consistent use of the _url in REST API 2015-09-03 17:21:08 -07:00
Brad Rydzewski
ecf5924d86 force-pull plugin images for now 2015-09-02 17:42:10 -07:00
Brad Rydzewski
ae324704bb moved to drone-exec 2015-09-02 16:52:59 -07:00
Brad Rydzewski
b1150ce6fb Merge remote-tracking branch 'upstream/0.4.0' into 0.4.0 2015-09-02 16:14:58 -07:00
Brad Rydzewski
98a6c14331 prepping for new drone-exec build agent 2015-09-02 16:14:25 -07:00
Kirilll Zaitsev
e2cdde02bc Added clone mode for gitlab, use token mode as default 2015-09-02 06:42:18 +03:00
Brad Rydzewski
cc86f525df Merge pull request #1159 from Bugagazavr/gitlab-service
GitLab service interface
2015-09-01 19:26:14 -07:00
Kirilll Zaitsev
654dd31cbd Move gitlab routes to gitlab group 2015-09-02 05:19:11 +03:00
Chengwei Yang
8bfc155aee Fix hook check logic
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
2015-09-01 17:44:30 +08:00
Kirilll Zaitsev
9ded21d792 Some optimizations 2015-08-30 03:34:05 +03:00
Kirilll Zaitsev
6854d1343e Additional fixes 2015-08-30 01:18:45 +03:00
Kirill Zaitsev
ce50e0fd4b Added push tag event support 2015-08-30 00:33:42 +03:00
Kirill Zaitsev
00284dd879 Gitlab testing 2015-08-30 00:33:41 +03:00
Kirill Zaitsev
7716c702be FIxes tests 2015-08-30 00:33:41 +03:00
Kirill Zaitsev
fd98e26575 GitLab service interface 2015-08-30 00:33:41 +03:00
Brad Rydzewski
3b8b18fdca added a backoff for streaming output 2015-08-24 12:29:08 -07:00
Brad Rydzewski
a18da82cb2 support for mysql database 2015-08-24 11:25:01 -07: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
f5721a9383 add link for pr and for commit 2015-08-20 17:59:47 -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
a0cbba5a95 fix unit test ordering issue in 1.5 2015-08-20 10:57:46 -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
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
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
1947657e25 check for commands in setup sections in linter 2015-08-19 12:26:16 -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
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
Brad Rydzewski
06ef899c26 initial implementation and endpoint for #1145 2015-08-18 23:59:30 -07:00
Don Olmstead
b7635ec844 Fixing build and formatting issues 2015-08-18 18:29:01 -07:00
Don Olmstead
6b0f24cc11 Adding support for setting the workspace directly in the config 2015-08-18 17:34:04 -07:00
Brad Rydzewski
1cc2e3d4d6 add feed endpoint for wall 2015-08-18 16:09:27 -07:00
Brad Rydzewski
db3085a0c2 format README 2015-08-18 10:31:15 -07:00
Brad Rydzewski
046f71ac06 Merge pull request #1142 from donny-dont/features/add-caching
Adding caching
2015-08-18 10:17:23 -07:00
Don Olmstead
d27788e4b4 Adding caching into the build. Fixing style issues 2015-08-17 16:25:08 -07:00
letusfly85
2d438d35ae remove url_.Path for relative_path gitlab 2015-08-13 13:23:58 +00:00
Brad Rydzewski
f6078a4b71 fixed many minor UI bugs 2015-08-12 23:56:05 -07:00
Don Olmstead
d9b59dfa6f Modifying transform behavior 2015-08-12 18:22:53 -07:00