Commit graph

472 commits

Author SHA1 Message Date
Kyle Vigen 05591afd46 Revert "Add image for Go 1.3" 2014-08-11 15:27:13 -07:00
Kyle Vigen 13e5529b12 Merge pull request #8 from daviddyball/master
Private Repository Support
2014-08-11 15:22:45 -07:00
David Dyball cf19824727 Simplified endpoint login behaviour 2014-08-09 02:16:40 +01:00
David Dyball 39695c45bd Fixing indents, adding repo_name option and additional tests 2014-08-08 09:15:32 +01:00
David Dyball 8ac2ca6f42 Private Repository Support 2014-08-07 23:50:51 +01:00
Kyle Vigen fa2c4aac7c Merge pull request #7 from Clever/tweak-docker-client-install
Derp when updating the docker install command
2014-07-30 16:20:30 -07:00
Kyle Vigen ab5b8a7705 Derp when updating the docker install command 2014-07-30 15:52:33 -07:00
Jonathan Eldridge 965c3a27e6 Merge pull request #6 from Clever/add-go1.3
Add image for Go 1.3
2014-07-28 16:33:58 -07:00
Jonathan Eldridge c66b623b77 Updates README to mention go 1.3 2014-07-28 16:11:32 -07:00
Jonathan Eldridge 1c83609193 Add image for Go 1.3 2014-07-28 15:57:41 -07:00
Kyle Vigen 0aa0f3b485 Merge pull request #5 from Clever/update-docker-client-install
Update command to install docker per upstream comments
2014-07-24 11:18:36 -07:00
Kyle Vigen 618d197b66 Tweak command to install docker per upstream comments 2014-07-23 11:26:02 -07:00
kvigen 12a376a6d0 Merge pull request #4 from Clever/publish-from-base-dir
Allow publishing from base directory
2014-06-30 14:15:15 -07:00
Kyle Vigen b009475ea1 Allow publishing from base directory
Some our our respositories have Dockerfiles with commands like ADD . /path. These don't
work if we do - < Dockerfile because the only thing in "." will be the Dockerfile, not
the other things we want. This allows us to support that use case.
2014-06-27 15:28:18 -07:00
kvigen 022a8b3908 Merge pull request #3 from Clever/publish-latest
Also publish "latest" image
2014-06-25 15:09:16 -07:00
Kyle Vigen bcd29fc31f Also publish "latest" image 2014-06-25 15:08:21 -07:00
Kyle Vigen e0b2084f42 Only grab the last part of the docker repo name 2014-06-24 11:13:39 -07:00
Kyle Vigen c14d65cf3e Write login command silently so it doesn't print password 2014-06-24 11:13:36 -07:00
kvigen 26679c2ec0 Merge pull request #1 from Clever/docker-plugin
Drone-docker plugin
2014-06-23 11:37:10 -07:00
Kyle Vigen b1c019b4dd Add tests for docker plugin
These tests just check that the docker commands show up in the buildfile
2014-06-20 15:52:05 -07:00
Kyle Vigen fa4dc60545 Add docker.io Drone plugin which creates a docker image for each successful build
This change adds a new Drone plugin for creating a docker image. The plugin
creates a docker image for the test build and pushes the image to images.docker.io.
2014-06-20 15:52:05 -07:00
Brad Rydzewski 6ef506c1d1 Merge pull request #354 from amtrack/git-force-push
Fix force option of git/heroku/tsuru deploy plugin
2014-06-16 09:40:46 -07:00
Matthias Rolke da70994b75 Fix force option of git/heroku/tsuru deploy plugin
The build artifacts were actually not pushed because the HEAD ref before
the commit 'add build artifacts' was used in the git push command.
2014-06-14 14:07:02 +02:00
Brad Rydzewski f16101af2c Merge pull request #350 from eandre/master
Add git path overrides
2014-06-10 19:30:37 -07:00
Brad Rydzewski 559730ff80 Merge pull request #339 from sivel/change-repo-url
Add option to manipulate the repo url
2014-06-10 19:28:33 -07:00
Matt Martz 8d9c7cee56 Add option to manipulate the repo url 2014-06-03 12:07:02 -05:00
Brad Rydzewski 40fe430581 Merge pull request #334 from Linuturk/simpletypo
Typo in Comments: serce => serve
2014-06-02 13:22:53 -07:00
Justin Phelps 2d1e25cfb9 serce => serve 2014-06-02 15:14:44 -05:00
Brad Rydzewski 90370258bd Merge pull request #333 from caffinatedmonkey/badge_fix
Fixed an Unhandled Error in badges.go
2014-06-02 10:02:16 -07:00
Martin Charles c6930ef57b Fixed an Unhandled Error in badges.go
There was an unhandled error in badges.go. If you pass an invalid
branch to the badge handler (http://beta.drone.io/github.com/drone/drone/
status.svg?branch=this) the browser is told to redirect to a blank string.
This is unintended behavior. Now, a 404 response is sent instead.
2014-06-02 12:44:27 -04:00
Brad Rydzewski 0d25dc1595 Merge pull request #328 from caffinatedmonkey/less_refactor
Refactored Less StyleSheets
2014-05-29 14:28:56 -07:00
Martin Charles 21c9507068 Refactored Less StyleSheets
* started using less's shortucts
* removed vendor prefixes fron less file; use autoprefixer instead
* fixed spacing
* renamed all 0 values to 0
* converted all comments to silent comments
2014-05-29 17:17:37 -04:00
Brad Rydzewski d7f150de7c Merge pull request #327 from kibao/hotfix/save_drone_yml-migration
Update buildscript for old builds
2014-05-29 11:28:08 -07:00
kibao 632b61adbf Update buildscript for old builds 2014-05-29 18:57:20 +02:00
André Eriksson 81b6a6d1c8 Add git path overrides 2014-05-29 15:27:50 +02:00
Brad Rydzewski c8a7b819cd Merge pull request #318 from movableink/rebuild-commits-v2
Rebuild commits
2014-05-28 13:58:33 -07:00
Michael Nutt ff98d74731 always specify a branch when rebuilding 2014-05-23 13:23:43 -04:00
Michael Nutt fbdb330d5c add rebuild button for users who have admin access to the repo 2014-05-22 23:52:03 -04:00
Michael Nutt 913332d965 save drone.yml on the build 2014-05-22 23:16:01 -04:00
Brad Rydzewski 5886e0fec1 Merge pull request #315 from sivel/swift-empty-target
Make target optional in the swift publish plugin
2014-05-21 11:30:05 -07:00
Matt Martz d3448badd6 Make target optional in the swift publish plugin
This allows uploading a directory to the root of a container. If
uploading a file and you do not specify a target, nothing will actually
be uploaded.
2014-05-21 11:53:51 -05:00
Brad Rydzewski 4d22c5f6e4 Merge pull request #303 from fudanchii/fix-handler
Fix RepoHandler
2014-05-07 14:44:26 -07:00
Brad Rydzewski 7f50da9717 Merge pull request #304 from fudanchii/recursive-scp
Add -r flag to enable recursive scp
2014-05-07 14:43:18 -07:00
Nurahmadie 87c762f222 Add -r flag to enable recursive scp 2014-05-07 03:40:42 +07:00
Nurahmadie 113f4917ff Increase fixtures number assertion for user test 2014-05-07 00:59:21 +07:00
Brad Rydzewski c43f97e732 Merge pull request #300 from shawnzhu/publish-npm
Publish plugin - npm
2014-05-04 23:25:06 -04:00
Ke Zhu 0ee9b163b9 correct npm publish logic 2014-05-04 22:05:24 -04:00
Ke Zhu d77b3209b0 update npm login method 2014-05-04 21:48:03 -04:00
Ke Zhu d0628bbe7b support publishing to npm 2014-05-04 16:06:18 -04:00
Brad Rydzewski cc9c6c9bde Merge pull request #291 from sivel/restrict-publish-branch
Add the ability to restrict publish plugins to a specific branch
2014-05-01 16:51:30 -04:00