Commit Graph

144 Commits

Author SHA1 Message Date
Don 40d04ce615 Update drone yml 2019-08-29 15:00:37 -07:00
Don 6e11b7548c Add starlark 2019-08-29 15:00:37 -07:00
Don f9c3721cc1 Remove jsonnet 2019-08-29 15:00:37 -07:00
Don 92c5bc12cb Remove windows 1803 add windows 1903 2019-08-29 15:00:37 -07:00
Don 2299439e40 Fix url 2019-04-25 18:08:54 -07:00
Don 25db2cdd33 Use recommended windows tags 2019-04-25 15:52:02 -07:00
Don a505d07fb3 Update windows build 2019-04-25 15:39:28 -07:00
Thomas Boerger 211e64e531 Merge pull request #46 from xoxys/master
Fail if no urls specified
2019-03-18 13:43:55 +01:00
Robert Kaussow 04d1e28229 fail if no urls specified 2019-03-18 12:08:11 +01:00
Thomas Boerger 7d05b3bcf6 Drop useless manifest tag v1.0.0 2019-02-19 11:43:58 +01:00
Thomas Boerger 2e377f23f9 Merge pull request #44 from drone-plugins/fix-manifest
Fix trimPrefix within manifest
2019-02-19 11:39:53 +01:00
Thomas Boerger b4a66acfab Fix trimPrefix within manifest 2019-02-19 11:37:23 +01:00
Thomas Boerger 9077639a0a Merge pull request #43 from drone-plugins/improve-config
Drop renovate, proper version definition, unified jsonnet config
2019-02-19 00:39:10 +01:00
Thomas Boerger 3281d71061 Drop import of unused fmt package 2019-02-18 23:47:43 +01:00
Thomas Boerger ec03c4a463 Unified documentation and readme 2019-02-15 11:58:36 +01:00
Thomas Boerger cebc6c87f1 Add a reliable version and integrate libsonnet definition 2019-02-15 11:57:19 +01:00
Thomas Boerger 9e953600ce Drop renovate config, it is simply too noisy 2019-02-14 20:14:14 +01:00
Thomas Boerger fa75b6e925 Merge pull request #42 from drone-plugins/libsonnet
Add Windows build
2019-01-31 08:46:51 +01:00
Don baedbe59e7 Add windows volumes during build 2019-01-28 13:08:30 -08:00
Don c1fe64ea72 Update .drone.windows.yml 2019-01-25 13:13:13 -08:00
Don 18fb4afdf1 Fix null volumes on windows 2019-01-25 13:13:03 -08:00
Don df3700ac1b Update .drone.yml 2019-01-25 13:11:31 -08:00
Don 470770bd18 Use volumes for linux during testing 2019-01-25 13:10:49 -08:00
Don b959b53632 Fix .drone.jsonnet 2019-01-25 13:04:35 -08:00
Don c3a2f760c2 Use latest for webhook and manifest notification 2019-01-25 13:01:41 -08:00
Don dbecc92220 Update the when clauses to use ref and exclude 2019-01-25 12:59:04 -08:00
Don 0eae3b6d51 Use splitLimit to account for multiple - in name 2019-01-25 12:07:13 -08:00
Thomas Boerger 00ff169818 Merge pull request #41 from drone-plugins/windows-dockerfiles
Add Windows Dockerfiles
2019-01-25 19:01:58 +01:00
Don 6bf18697c6 Use drive letters consistently 2019-01-25 09:48:58 -08:00
Don a0a0d0a7f9 Update linux yaml 2019-01-24 19:08:07 -08:00
Don 751f327fab Update Windows yaml 2019-01-24 19:07:59 -08:00
Don 7ba5d9d1e2 Add pipeline.libsonnet 2019-01-24 19:07:44 -08:00
Don c569315ae9 Add Windows Dockerfiles 2019-01-24 18:03:01 -08:00
Thomas Boerger 7b4957ff11 Merge pull request #40 from drone-plugins/upgrade-drone
Upgrade and switch to Drone 1.0.0
2019-01-23 11:02:44 +01:00
Thomas Boerger 5e12855985 Execute built binary as simple test 2019-01-22 23:13:13 +01:00
Thomas Boerger db240dfad4 Add some basic issue template content 2019-01-21 21:02:11 +01:00
Thomas Boerger c4c64a9621 Add probot settings config 2019-01-21 20:58:25 +01:00
Thomas Boerger cc10e09dd7 Remove duplicated badge 2019-01-21 09:32:44 +01:00
Thomas Boerger ad7355d914 Fix duplicated step names 2019-01-21 01:13:57 +01:00
Thomas Boerger fb1462445e Update badges within readme 2019-01-21 00:19:18 +01:00
Thomas Boerger 85438e8ecc Migrate configs to drone 1.0.0 and drop appveyor 2019-01-20 23:52:02 +01:00
Thomas Boerger 8249e80935 Add manifest template to docker folder 2019-01-20 22:21:27 +01:00
Thomas Boerger 4e5b1f483d Move dockerfiles to docker folder 2019-01-20 22:20:05 +01:00
Thomas Boerger 86943a0b45 Merge pull request #39 from drone-plugins/renovate/configure
Configure Renovate
2019-01-19 11:53:26 +01:00
Thomas Boerger e4bb6820c0 Update renovate.json 2019-01-19 10:58:01 +01:00
Renovate Bot e75d8a5742 Add renovate.json 2019-01-19 02:59:47 +00:00
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