Commit graph

1257 commits

Author SHA1 Message Date
Vaidas Jablonskis
009e8a1dce publish/docker: login should happen early
This fixes an issue where base image which drone is using to build an
image for publishing comes from a private repo.
2015-04-17 16:21:09 +01:00
Brad Rydzewski
af9c1e9bd7 Merge pull request #973 from 907th/hipchat_api_v2
Use HipChat API ver 2 for notifications
2015-04-16 23:38:18 -07:00
Alexey Chernenkov
8bcb5d9c52 Use HipChat notification API ver 2
HipChat API v1 is deprecated, but github.com/andybons/hipchat (used by Drone) does not support v2.
So I've implemented v2 using native http.PostForm.
2015-04-14 11:49:35 +05:00
Brad Rydzewski
e01c7242d8 Merge pull request #951 from kirillseva/patch-1
Fix small typo in comments
2015-04-09 20:50:52 -07:00
Brad Rydzewski
a78811833d Merge pull request #952 from kirillseva/more_typos
s/Exepected/Expected
2015-04-09 20:50:20 -07:00
Brad Rydzewski
3368934b13 Merge pull request #965 from hkjn/patch-1
s/heper/helper in helper.go
2015-04-09 20:50:00 -07:00
Henrik Jonsson
525d6d1329 s/heper/helper in helper.go 2015-04-08 15:18:01 +02:00
Brad Rydzewski
1f8d65bb80 Merge pull request #956 from waffle-iron/master
waffle.io Badge
2015-04-06 19:11:19 -07:00
Making GitHub Delicious.
22e5d6c511 add waffle.io badge 2015-04-06 17:10:45 -06:00
Kirill Sevastyanenko
b3f6552498 s/Exepected/Expected 2015-04-06 11:15:06 -05:00
Kirill Sevastyanenko
d329615b89 Fix small typo in comments 2015-04-06 11:10:40 -05:00
Brad Rydzewski
50114f573c Merge pull request #946 from hkjn/allow-empty-email
If email is unspecified, pass in -e ' ' to avoid having registry URL interpreted as email, which will fail cryptically.
2015-04-02 10:08:48 -07:00
Henrik Jonsson
2526fb17c5 if publish.docker.email is unspecified, pass in -e ' ' to avoid having the line end up as 'docker login -u foo -p bar -e someregistry', which is interpreted as 'log in user foo with pass bar and email someregistry to https://index.docker.io/v1/' (c.f. 'docker help login') 2015-04-01 18:21:33 +02:00
Brad Rydzewski
0770e83662 Merge pull request #943 from sroze/ansii-2.53
Supports "to default" ANSII styles
2015-03-31 09:26:10 -07:00
Samuel ROZE
d69494163a Supports to default ANSII styles 2015-03-31 14:55:54 +02:00
Brad Rydzewski
aa3eeda9b8 Merge pull request #932 from jvortmann/check_presence_socat_anywhere_in_path_using_command_v
Use 'comand -v' to check presence of socat anywhere in path #869.
2015-03-22 10:26:43 -07:00
Joao Vortmann
0e3b499996 Use command -v to check socat anywhere in path #869. 2015-03-22 10:11:03 -03:00
Brad Rydzewski
400461eca8 Merge pull request #930 from tobscher/typo-fix
fixed typo in log statement
2015-03-20 10:43:58 -07:00
Tobias Haar
c65c0297b3 fixed typo in log statement 2015-03-20 09:47:24 +00:00
Brad Rydzewski
20f7ba62f3 Merge pull request #924 from BlakeMesdag/fixup-sync-log
Sync logging should use repo.Owner not user.Login
2015-03-18 15:35:38 -07:00
Blake Mesdag
532796a532 Sync logging should use repo.Owner not user.Login 2015-03-18 13:52:25 -04:00
Brad Rydzewski
4d57c6ef7f Merge pull request #921 from matthewkmayer/feature-remove-vagrantfile
Removes busted Vagrantfile.
2015-03-17 15:10:28 -07:00
Matthew Mayer
456e7fad3e Removes busted Vagrantfile. 2015-03-17 14:57:34 -07:00
Brad Rydzewski
a339b54905 Merge pull request #912 from nathwill/master
use same cached volumes between branches
2015-03-11 12:40:11 -07:00
Nathan Williams
9eb82d6ceb use same cached volumes between branches 2015-03-11 12:21:08 -07:00
Brad Rydzewski
ea3ea059e0 Merge pull request #909 from masarakki/update-docker-image
always update docker image
2015-03-08 22:01:22 -07:00
masarakki
70e24d7c6c always update docker image when :latest tag 2015-03-07 10:25:29 +09:00
Brad Rydzewski
74450d59d1 Merge pull request #908 from mukuru/slack_notification_icon
Adding drone icon to slack notifications
2015-03-05 10:05:35 -08:00
Andy Gardner
e59d205bda Adding drone icon to slack notifications 2015-03-05 09:57:49 +00:00
Brad Rydzewski
aa4b38ceb1 Merge pull request #901 from MerlinDMC/feature/serve-static-folder
Make bundled assets overridable
2015-02-26 15:55:44 -07:00
Daniel Malon
447cf710af Add configurable assets folder
This adds a server-assets-folder configuration which allows overriding the assets bundled to the binary.
2015-02-26 22:22:16 +00:00
Brad Rydzewski
b9383265a4 Merge pull request #899 from andy-g/fix_rebuild_button_display
Displaying rebuild button for users with write access to the repo (not necessarily admins)
2015-02-26 01:28:28 -07:00
Andy Gardner
fbc701f22b Fixing formatting with gofmt 2015-02-26 10:22:06 +02:00
Brad Rydzewski
4fbcc1dd41 Merge pull request #883 from daMupfel/fix_readme_config
fix readme to adapt to new config style for remote open option
2015-02-26 00:41:08 -07:00
Brad Rydzewski
4a4e82adc5 Merge pull request #898 from andy-g/fix-webhook-failure
Fixing bug which prevented Webhook notifications on build failure
2015-02-25 08:47:41 -07:00
Andy Gardner
9ab07d7cd7 Including repo.role for non admins to allow rebuild button to display 2015-02-25 16:50:47 +02:00
Andy Gardner
dd805c2246 Fixing bug which prevented Webhook notifications on build failure 2015-02-25 12:51:03 +02:00
Brad Rydzewski
3f873af78f Merge pull request #897 from bradrydzewski/master
quick patch that lets someone with write access restart a build
2015-02-24 15:38:48 -07:00
Brad Rydzewski
56aabe8c59 Merge pull request #896 from Bugagazavr/gitlab-no-verify
Allow to skip verify in oauths requests
2015-02-24 00:45:09 -07:00
Brad Rydzewski
293d503cad quick patch that lets someone with write access restart a build 2015-02-23 23:43:17 -08:00
Brad Rydzewski
a1e44f4e1b Update Dockerfile 2015-02-23 22:50:58 -08:00
Kirill Zaitsev
961a91dd23 Allow to skip verify in oauths requests 2015-02-24 00:27:17 +03:00
Brad Rydzewski
436b7a6e2a Merge pull request #884 from floatdrop/master
Allow to read logs for public repo in ws
2015-02-21 15:49:40 -08:00
Brad Rydzewski
d3890d9a38 Merge pull request #891 from anweiss/azure-storage
Plugin support for Azure Storage
2015-02-21 13:29:28 -08:00
Andrew Weiss
18ed28867f Merge branch 'master' into azure-storage 2015-02-21 14:33:48 -05:00
Brad Rydzewski
cdcf9e4f65 Merge pull request #888 from bradrydzewski/master
backing out change to perl script proxy
2015-02-21 11:06:08 -08:00
Vsevolod Strukchinsky
83e03c1257 Do not request Read permission for public repo
Closes #882
2015-02-21 21:47:40 +05:00
Brad Rydzewski
cfe50421dc remove typo in github status message 2015-02-20 17:44:43 -08:00
Brad Rydzewski
cd1fed3d53 backing out change to perl script proxy 2015-02-20 17:41:32 -08:00
Brad Rydzewski
ba5db98d44 Merge pull request #870 from bradrydzewski/master
embedded socat polyfill for #869
2015-02-20 17:37:25 -08:00