techknowlogick
f5b56c0f20
Merge pull request #37 from drone-plugins/module
...
feat(vendor): switch dep to go module
2019-01-09 10:05:16 -05:00
Bo-Yi Wu
86a1467352
feat(vendor): switch dep to go module
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
2019-01-09 14:46:49 +08:00
Kirill Kholodilin
b7cac30ca6
Introduce Valid Response Codes setting ( #36 )
...
In this pull-request I wanted to introduce valid-response-codes settings, that returns failed result, when response code of webhook is not among the list of valid codes. For goals of backwards compatibility, if this slice of valid-response-codes is empty, check is not performed.
2019-01-09 14:37:15 +08:00
Bo-Yi Wu
8dcc9e1d5d
Provide a password using STDIN ( #31 )
2018-07-01 08:43:37 +08:00
Thomas Boerger
2861739aef
Merge pull request #27 from drone-plugins/template-lib
...
Use new template lib
2018-04-19 00:36:03 +02:00
Thomas Boerger
d18025cc99
Dropped useless json tag
2018-04-14 23:24:47 +02:00
Thomas Boerger
6bf531f14d
Dropped useless env-file flag
2018-04-14 23:05:56 +02:00
Thomas Boerger
97b59ccec6
Use new template lib
2018-04-14 23:02:06 +02:00
Thomas Boerger
645601a176
Updated to current build process ( #26 )
...
* Dropped vendoring directory
* Updated to current build process
2018-03-22 09:53:41 +08:00
Thomas Boerger
b8d2f47871
Merge pull request #25 from drone-plugins/restructure
...
Restructured multi arch and added auto tagging
2018-01-24 10:22:30 +01:00
Thomas Boerger
565ec6526c
Fixed appveyor retagging
2018-01-24 09:37:55 +01:00
Thomas Boerger
563c175f0c
Added badges, volume and workspace to readme example
2018-01-23 23:56:33 +01:00
Thomas Boerger
28fa94f4b1
Restructured multi arch and added auto tagging
2018-01-23 23:17:08 +01:00
Thomas Boerger
1c10f4ce67
Merge pull request #23 from jasenj1/patch-1
...
Change Sprintln to Sprint
2018-01-23 23:16:54 +01:00
Thomas Boerger
fda7ea794d
Merge branch 'master' into patch-1
2018-01-23 22:20:31 +01:00
Thomas Boerger
e70e09a267
Merge pull request #24 from drone-plugins/feature/appveyor
...
Add appveyor config for windows builds
2017-10-02 21:06:12 +02:00
Thomas Boerger
1cceb2e433
Add appveyor config for windows builds
2017-10-02 15:48:54 +02:00
Jasen Jacobsen
e2dd796b16
Change Sprintln to Sprint
...
Using Sprintln causes a carriage return to be appended to the returned value. This is undesired and both messes up formatting and makes it impossible to inject the value into JSON.
2017-09-12 16:28:42 -04:00
Thomas Boerger
4d38a477e9
More additions to be in sync with other plugins ( #21 )
...
* Use specific plugin versions, pull latest versions and enable a microbadger webhook
* Use the new plugins/base:multiarch image
* Write readme like it is done for other plugins
* Downcase all wording like on other plugins, move variables to correct file
* Added dockerignore file
* Added missing schema version label
* Only execute webhook on master branch
* Added issue and pull request templates
* Added blank line to gitignore
2017-09-02 17:34:15 +08:00
Joachim Hill-Grannec
2882e258d2
Merge pull request #20 from drone-plugins/fix-typo
...
Fixed typo within docker image name
2017-09-01 13:46:16 -04:00
Thomas Boerger
a0cdb0da76
Fixed typo within docker image name
2017-09-01 19:43:37 +02:00
Joachim Hill-Grannec
cc443ff71c
Merge pull request #19 from josmo/fix-arm64
...
still needs ca-certificates
2017-09-01 11:52:28 -04:00
Joachim Hill-Grannec
a7aa8f4a31
still needs ca-certificates
2017-09-01 11:43:18 -04:00
Thomas Boerger
0a119f8e5b
Merge pull request #18 from josmo/upgrade-0.5
...
Upgrade 0.5
2017-09-01 17:34:36 +02:00
Joachim Hill-Grannec
b05258083d
removed mailcap and mime.types from Dockeffile.arm64
2017-09-01 11:31:37 -04:00
Joachim Hill-Grannec
426c52cced
Remove Readme ref to .drone.sh
...
Fix stupid rancher publish ref that sneaked in
Added windows container preperation
2017-09-01 10:57:21 -04:00
Joachim Hill-Grannec
cfb46f2f1e
gofmt
2017-09-01 10:49:41 -04:00
Joachim Hill-Grannec
dbc5015833
fix typo
2017-09-01 10:47:41 -04:00
Joachim Hill-Grannec
17fe62356c
Updates per comments
...
move .drone.sh to .drone.yml
Fix Dockerfiles to match S3-cache
Add badges to readme
Couple minor updates to fix variable name and extra space
2017-09-01 10:26:39 -04:00
Joachim Hill-Grannec
a21b227426
remove coverage link
2017-08-31 16:22:08 -04:00
Joachim Hill-Grannec
9790fbe79a
First go to convert drone-webhook to 0.5 format
...
Added arm and arm64 docker images
govendor deps
Updated docs
2017-08-31 16:20:33 -04:00
Brad Rydzewski
d1cee2b37e
Merge pull request #14 from benschumacher/feature/skipverify
...
Add support for `skip_verify` in drone-webhook
2016-05-13 00:11:59 -07:00
Brad Rydzewski
8bb2902e03
updated to use new yaml
2016-05-13 00:00:42 -07:00
Ben Schumacher
eb298bafe6
Add support for skip_verify in drone-webhook
2016-05-11 16:03:40 -06:00
Jack Spirou
da3069732d
Merge pull request #12 from drone-plugins/feature/additions
...
Makefile, gitignore and MAINTAINERS improvements
2016-02-24 15:13:33 -06:00
Thomas Boerger
437927cb2d
Reference to DOCS.md from README.md for usage information
2016-02-21 12:30:26 +01:00
Thomas Boerger
6fb498194d
Updated gitignore to respect also coverage.out
2016-02-21 11:38:18 +01:00
Thomas Boerger
e0b53c63ea
Updated maintainers file, added names and athieriot
2016-02-21 11:20:01 +01:00
Thomas Boerger
5ac45ceff9
Make the builds reproducable based on commit sha
2016-02-21 11:06:41 +01:00
Thomas Boerger
1e25bfea90
Removed unused CI_BUILD_NUMBER from makefile
2016-02-21 10:43:09 +01:00
Thomas Boerger
5647ba0611
Added all task as first task to makefile
2016-02-21 10:38:54 +01:00
Thomas Boerger
4ca75e7f05
Merge pull request #11 from drone-plugins/feature/fixes
...
Added back required env variable, fixed typo
2016-01-25 00:18:09 +01:00
Thomas Boerger
748f0c16e4
Added back required env variable
2016-01-22 23:07:06 +01:00
Thomas Boerger
78a963faf6
Fixed typo
2016-01-22 23:06:47 +01:00
Thomas Boerger
d63a6ed720
Merge pull request #10 from drone-plugins/feature/unification
...
Unification: Drone config, Makefile, structure and badges
2016-01-22 12:55:08 +01:00
Thomas Boerger
e1296c5499
Unification: Drone config, Makefile, structure and badges
2016-01-21 16:21:36 +01:00
Thomas Boerger
c5893badeb
Merge pull request #9 from drone-plugins/feature/dronesec
...
Updated drone.sec to include the updated checksum
2016-01-15 23:22:31 +01:00
Thomas Boerger
e5a86a1a22
Updated drone.sec to include the updated checksum
2016-01-15 00:40:54 +01:00
Jack Spirou
4bcf9e8e8d
Merge pull request #8 from jackspirou/master
...
Changing Urls to URLs
2016-01-08 14:36:05 -06:00
jackspirou
2d56fee1f4
changing Urls to URLs
2016-01-08 12:27:49 -06:00