Commit graph

2247 commits

Author SHA1 Message Date
Brad Rydzewski ef9b32378b bump version 2016-04-28 12:12:47 -07:00
Brad Rydzewski a9863ab986 added yaml include capability 2016-04-27 14:46:01 -07:00
Brad Rydzewski 2b7f46de08 included more plugin inputs 2016-04-25 09:41:53 -07:00
Brad Rydzewski 6fffa7af26 removed deprecated cli variable 2016-04-23 13:59:54 -07:00
Brad Rydzewski 4e9ada0dff added syscerts dep 2016-04-23 13:51:58 -07:00
Brad Rydzewski f9eda30f3e write netrc file in build images 2016-04-23 13:51:12 -07:00
Brad Rydzewski f3709922b3 added code to manage secrets 2016-04-23 04:27:28 -07:00
Brad Rydzewski b9037b9d7c converted stream reader to io.ReadCloser 2016-04-22 18:15:07 -07:00
Brad Rydzewski f8a2a32383 fixed nil pointer when closing stream 2016-04-22 17:50:28 -07:00
Brad Rydzewski 34c3c92ec3 created custom stream implementation 2016-04-22 17:35:32 -07:00
Brad Rydzewski 5ca35c4c63 re-attempt pushing updates from agent on failure 2016-04-21 18:05:54 -07:00
Brad Rydzewski faf7ff675d use new .drone.sig signature file 2016-04-21 17:10:19 -07:00
Brad Rydzewski 8684210241 docker pull authentication using secrets 2016-04-21 01:36:11 -07:00
Brad Rydzewski 6529e095a8 enables cloning private repos 2016-04-21 01:18:20 -07:00
Brad Rydzewski bcc768b157 fully functioning build using 0.5 agents 2016-04-21 00:25:30 -07:00
Brad Rydzewski 302fb986b8 updated vendored deps 2016-04-19 18:47:58 -07:00
Brad Rydzewski 2daebbe215 sign new yaml 2016-04-19 18:39:56 -07:00
Brad Rydzewski b5823d20ff chunk the yaml into sections 2016-04-19 18:37:53 -07:00
Brad Rydzewski fd63d6e03d refact yaml operations to yaml package 2016-04-19 13:02:28 -07:00
Brad Rydzewski 62ccf1bd60 added 0.5 yaml and runtime support through feature flag 2016-04-18 12:07:01 -07:00
Brad Rydzewski 09aa0eff91 new yaml parser, runner 2016-04-16 00:51:05 -07:00
Brad Rydzewski d99cc29dc5 Merge remote-tracking branch 'upstream/master' 2016-04-16 00:11:07 -07:00
Brad Rydzewski 73d6af2f7d added shasum 2016-04-16 00:10:23 -07:00
Brad Rydzewski 8cbce5f82b Merge pull request #1574 from hrobertson/master
Use latest samalba/dockerclient to provide compatibility with Docker 1.9.1
2016-04-15 10:58:49 -07:00
Hamish Robertson 309ab31f99 Update to latest samalba/dockerclient to provide compatibility with Docker 1.9.1 2016-04-15 10:14:28 +00:00
Brad Rydzewski 473d189156 Merge pull request #1571 from bradrydzewski/master
backport 0.5 queue packages [CI SKIP]
2016-04-12 17:48:00 -07:00
Brad Rydzewski ebfea36f21 fix compile error after dep upgrade 2016-04-12 17:43:38 -07:00
Brad Rydzewski 9b93e6bae7 backport 0.5 queue packages 2016-04-12 17:27:24 -07:00
Brad Rydzewski 7129cbf184 Merge pull request #1570 from bradrydzewski/master
stub handler for slash commands
2016-04-12 16:06:22 -07:00
Brad Rydzewski 857062d895 fixed failing gitlab test 2016-04-12 13:22:23 -07:00
Brad Rydzewski 84db808eca fixed unit test reference deleted pkg 2016-04-12 13:15:03 -07:00
Brad Rydzewski 9b306a1bc8 load all things via middleware 2016-04-12 13:08:17 -07:00
Brad Rydzewski 42d6d8d3b2 fix normalize routes 2016-04-12 10:14:10 -07:00
Brad Rydzewski d635097105 fixed router path 2016-04-12 10:13:26 -07:00
Brad Rydzewski df7068ef32 stub for slash commands 2016-04-12 10:12:14 -07:00
Brad Rydzewski 89f4f500f3 Merge pull request #1569 from bradrydzewski/master
backport ginrus logging and godotenv from 0.5
2016-04-11 16:12:36 -07:00
Brad Rydzewski 3235990584 improve gin logging 2016-04-11 16:03:54 -07:00
Brad Rydzewski 1fb47612c0 updated logrus 2016-04-11 15:55:13 -07:00
Brad Rydzewski cc93df0370 removed server package 2016-04-11 15:49:10 -07:00
Brad Rydzewski e584fb4201 Merge pull request #1568 from bradrydzewski/master
backport branch, matrix parsing improvements
2016-04-11 11:37:20 -07:00
Brad Rydzewski 380b205f83 backport branch, matrix parsing improvements 2016-04-11 11:15:53 -07:00
Brad Rydzewski d7e108688b Merge pull request #1567 from bradrydzewski/master
ability to revoke user tokens
2016-04-08 17:22:19 -07:00
Brad Rydzewski a8c50005b0 ability to revoke user tokens 2016-04-08 17:16:45 -07:00
Brad Rydzewski 3d475e7e2e Merge pull request #1562 from kop/patch-1
Google Cloud SQL support
2016-04-04 15:08:23 -07:00
Ivan Koptiev be09e91d9f Google Cloud SQL support
Fixes #1373, adds support for `innodb_large_prefix=off`.
2016-04-04 23:13:38 +03:00
Brad Rydzewski a9c84d26e1 Merge pull request #1560 from iamjarvo/auth-with-ghe
Match user url against default api url
2016-04-02 13:59:35 -07:00
Jearvon Dharrie c0cb91c37e Match user url against default api url
Some GHE urls can have the github url prefix.
I.E https://github.compaq.com, this caused the GHE code not to run.
User.url is the api url for that that user
GHE urls always have /api/version at the end. Probability of a GHE url
starting with api.github is low
2016-04-02 16:45:43 -04:00
Brad Rydzewski 7a3c9acd57 Merge pull request #1557 from bradrydzewski/master
centralized secrets #1538
2016-03-31 18:06:05 -07:00
Brad Rydzewski 51607488cd Merge pull request #1545 from jeffastorey/active-repos
#1533 first cut to show only active repos initially
2016-03-31 17:48:32 -07:00
Jeff Storey 8b9c5cffca fixing indentation 2016-03-31 20:16:38 -04:00