Commit Graph

219 Commits (master)
 

Author SHA1 Message Date
liuzhiguo 71469334e4 更改包名 6 months ago
Brad Rydzewski f9e4fe31c2 adding token to converter call 2 years ago
Brad Rydzewski 0292909783 include token in extension request 2 years ago
Eoin McAfee 2e6d0f21d2
release prep 1.7.1 (#71)
* release prep 1.7.1
3 years ago
Eoin McAfee d3fbcdda70
Feature/dron 101 cards 2 (#70)
* add cardinput type

* add schema to step
3 years ago
TP Honey 6acc5cc711
Merge pull request #68 from drone/lint-fixes
fix for various lint warnings
3 years ago
Marko Gaćeša c04fe958ef fix for various lint warnings 3 years ago
TP Honey 88e2be29c0
(maint) release_v1.7.0 prep (#67) 3 years ago
TP Honey 69f4ddb192
(DRON-124) add Incomplete V2 (#65) 3 years ago
Eoin McAfee dd4f57e66e
Update CHANGELOG.md 3 years ago
Eoin McAfee a2d3b04167 add deleted details from previous release to change log 3 years ago
Eoin McAfee f3bc421e62 release prep v1.6.2 3 years ago
TP Honey 1bc64be648
Merge pull request #64 from drone/feature/dron-34-auto-cancel-running
add new variable auto-cancel-running to repo struct
3 years ago
Eoin McAfee 3990c48b49 add new variable autocancelbuild to repo struct 3 years ago
Eoin McAfee def95ffb7d update readme for change generator 3 years ago
Eoin McAfee 1b89df0a50 update readme change generator to correct repo name 3 years ago
Eoin McAfee 63bfbc969f
Merge pull request #63 from drone/release/1.6.1
Release/1.6.1
3 years ago
Eoin McAfee 2713e1d2ad update read.me 3 years ago
Eoin McAfee 649714b2d1 add labels for recent PR 3 years ago
Eoin McAfee 8e0b167707 add change log 3 years ago
TP Honey cf957e5ca7
Merge pull request #62 from drone/defect/permission-template
update create template api to access namespace as a param
3 years ago
Eoin McAfee 30f8b275f8 go tidy 3 years ago
Eoin McAfee 675559b069 update create template api to access namespace as a param 3 years ago
TP Honey 4b5a719064
Merge pull request #57 from drone/vet-and-test
Add a vet step to drone config
3 years ago
Brad Rydzewski c0e5325523
Merge pull request #61 from drone/feature/template-config
Template type for supporting CLI commands
3 years ago
Eoin McAfee 5c8bbd1adc Add support for organization level templates 3 years ago
Eoin McAfee 122e904e16 Added template type & interface methods required by the CLI to call endpoints. 3 years ago
Brad Rydzewski e68a046aa1
Merge pull request #60 from tphoney/add_steps_fields
(feat) adding depends_on, image and detached fields to step
3 years ago
tphoney d10e31d07b (feat) adding depends_on, image and detached fields to step 3 years ago
Brad Rydzewski d750703d39 add repo concurrency setting 3 years ago
Brad Rydzewski bdcfbc5b9f
Merge pull request #58 from mwillam/master
Add support for executing cronjobs
4 years ago
mwillam 45e38cfaf5 Add support for executing cronjobs
Make use of api added in b950e28dd3
4 years ago
Brad Rydzewski b9e58bbbcf added debug flag to Build 4 years ago
Thomas Boerger 5e62b6368b
Add a vet step to drone config 4 years ago
Brad Rydzewski 5b1f7eba2f
Merge pull request #56 from grafana/chore/add-doc-badge [ci skip]
Chore: Add go.dev badge to README
4 years ago
Arve Knudsen 5cca04c3c4 Chore: Add go.dev badge to README
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
4 years ago
Brad Rydzewski 835ba4a9df
Merge pull request #47 from matsubara0507/fix-repo-counter-type-to-patch
Change `RepoPatch.Counter` type to `int64` from `int`
4 years ago
Brad Rydzewski 86ad6c331c
Update interface.go 4 years ago
Brad Rydzewski 452be55905
Update .drone.yml 4 years ago
Brad Rydzewski 4a51d3dc75
Merge pull request #48 from frebib/webhook-system
webhook: add missing field Request.System
4 years ago
Brad Rydzewski 7e0f685060
Merge pull request #55 from donny-dont/add-build-params
Add in params for BuildCreate
4 years ago
Don 096031fc68 Add in params for BuildCreate 4 years ago
Thomas Boerger 540bdf68c8
Merge pull request #53 from donny-dont/status-codes
Use http constants for status codes
4 years ago
Don 8053e7b5ff Use http constants for status codes 4 years ago
Brad Rydzewski 24929e4d2c include status code in error struct 4 years ago
Brad Rydzewski 8c978cdb44 add validator block and skip errors 4 years ago
Brad Rydzewski f02fb45ced option to return ErrSkip and ErrBlock from validator 4 years ago
Brad Rydzewski 4d162f2530
Merge pull request #52 from mach6/master
Use the ctx provided when invoking a plugin
4 years ago
Doug Simmons c26c4f8302 Change signature of internal client.Do 4 years ago
Doug Simmons d2f360ec93 Use the ctx provided when invoking a plugin
Plugin implementations pass a ctx when
invoking each plugin. This was previously
ignored.
4 years ago