Commit Graph

80 Commits

Author SHA1 Message Date
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
Jack Spirou aa140a8128 Merge pull request #7 from jackspirou/master
Trying to cleanup result and debug printing.
2016-01-08 12:17:43 -06:00
jackspirou a273c3b18a attempting to make debug print moar pretty 2016-01-04 13:51:48 -06:00
Jack Spirou 9d9ffacca6 Merge pull request #6 from drone-plugins/feature/unification
Multiple minor improvements, more unification
2016-01-03 12:20:56 -05:00
Thomas Boerger 3a38dc2311 Updated wording of error messages 2016-01-01 13:24:28 +01:00
Thomas Boerger d25f5eeeaf Added make tasks for fmt and vet, added vet task to drone.yml 2016-01-01 12:57:45 +01:00
Thomas Boerger 1f50e69fa2 Some minor code cleanups 2016-01-01 12:57:15 +01:00
Thomas Boerger d35d69a983 Fixed license styling 2016-01-01 12:47:38 +01:00
Thomas Boerger be5a0ad5a0 Switched to 3.3 base image, documented docker make task 2016-01-01 12:47:20 +01:00
Thomas Boerger 2d7d0c5169 Documented docker make task within readme 2016-01-01 12:46:56 +01:00
Thomas Boerger 2b39abade7 Added badges to readme 2016-01-01 12:46:21 +01:00
Thomas Boerger 3237a14a2a Added make task for docker container 2016-01-01 12:44:57 +01:00
Jack Spirou 200e836397 Merge pull request #5 from drone-plugins/feature/unify
Some unification with other plugins
2015-12-13 10:26:21 -06:00
Thomas Boerger 76dc2203f5 Restrucutred and extended documentation 2015-12-10 10:09:39 +01:00
Thomas Boerger a555f47f46 Some unification of the plugin code structure 2015-12-10 10:09:39 +01:00
Thomas Boerger 5258d5319d Use official alpine image 2015-12-10 10:09:39 +01:00
Thomas Boerger 71068d6a1e Added makefile and use it within drone config 2015-12-10 10:09:39 +01:00
Thomas Boerger 155644c4e7 Extended gitignore 2015-12-10 10:09:39 +01:00
Thomas Boerger ec28f1dfc6 Deleted vendor folder 2015-12-10 10:09:39 +01:00