Phil Davis
8c24225240
Make starlark step limit configurable ( #3134 )
...
Define environment variable DRONE_STARLARK_STEP_LIMIT to some number to
override the default value.
2021-09-03 11:35:44 +01:00
Eoin McAfee
4ea914d779
(maint)-release 2.2.0 ( #3133 )
2021-09-01 15:51:37 +01:00
Dan Wilson
26c9fb7cc1
(maint) ui version v2.1.0 - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md ( #3132 )
2021-09-01 15:40:22 +01:00
Eoin McAfee
e8fb0cfca6
fix templating reg expression to match if .drone.yml contains --- characters ( #3131 )
...
* issue with regular expression for templates not picking up --- in drone.yml file
2021-09-01 15:06:03 +01:00
zc
5426fb7b31
event-stream supports timeout ( #3125 )
...
* event-stream supports timeout
* Increaded timeout to 24 hours for events/build.go
* Increased timeout to 24 hours for events/global.go
* Increased timeout to 24 hours for events/logs.go
2021-08-31 17:45:07 +02:00
Eoin McAfee
352eff9062
add check on template extension type - throw error if invalid ( #3128 )
...
* add check on template extension type - throw error if invalid
2021-08-31 15:51:39 +01:00
Marie Antons
7d298963c7
(maint) Readme update Add Contributor Section ( #3111 )
...
* Update Readme
* minor tweaks
* fix TOC
* Update readme.md
Co-authored-by: TP Honey <tp@harness.io>
2021-08-31 15:11:34 +01:00
TP Honey
dc569c42bf
Merge pull request #3127 from drone/file-rename
...
Rename files with camelCase name to use snake_case convention
2021-08-31 09:44:23 +01:00
Marko Gaćeša
06caf80a17
Rename files with camelCase name to use snake_case convention
2021-08-30 16:19:38 +02:00
TP Honey
c389e9dded
Merge pull request #3126 from drone/feature/dron-34-cancel-builds
...
Ability to cancel running builds, if a new commit is pushed
2021-08-27 11:54:29 +01:00
Eoin McAfee
b37cbd7771
revert repo change to visilbity
2021-08-27 11:05:07 +01:00
Eoin McAfee
6076621ada
tech qa feedback, add test for update & fix issue with visiability & config
2021-08-27 10:36:33 +01:00
Eoin McAfee
9b86e80f5f
ability to cancel running builds if new commit is pushed
2021-08-26 17:21:00 +01:00
Dan Wilson
0b054a6aaa
Merge pull request #3124 from drone/release_prep_v2.1.0
...
(maint) v2.1.0 release prep
2021-08-24 16:49:58 +01:00
Dan Wilson
6bee83ea57
regen changelog
2021-08-24 16:08:12 +01:00
Dan Wilson
753887f795
(maint) v2.1.0 release prep
2021-08-24 15:37:33 +01:00
TP Honey
730f7596d5
Merge pull request #3120 from drone/feature/yaml-templates
...
Feature/ add yaml templates
2021-08-24 15:09:30 +01:00
Eoin McAfee
12808aadbe
add support for yaml templates
2021-08-24 13:20:44 +01:00
TP Honey
6949293c99
Merge pull request #3122 from drone/defect/membership-error
...
CheckMembership return forbidden if not found.
2021-08-24 11:15:24 +01:00
Dan Wilson
1a68130438
Merge pull request #3123 from drone/bump-ui-version
...
(maint) ui version v2.0.1. - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md
2021-08-23 11:00:21 +01:00
Dan Wilson
bc289d3719
bump ui version to v2.0.1
2021-08-20 16:10:28 +01:00
Eoin McAfee
00f65ec289
change error message for non member of organization to be forbidden instead of not found:
2021-08-20 10:44:50 +01:00
Eoin McAfee
fe9ea60aad
update template create api to accept namespace ( #3121 )
...
* update template create api to accept namespace
* fixes issue were personal repos were not authorized on checkmembership
2021-08-19 16:19:51 +01:00
TP Honey
3fad0e59cb
update readme to include extra step for release
2021-08-19 14:37:34 +01:00
Bpaddyswk
eb93bb362d
update dependency drone/go-scm to 1.15.2 to fix gitea build problem ( #3118 )
2021-08-18 09:52:27 +01:00
TP Honey
7f6e01e06e
Merge pull request #3119 from tphoney/release_prep_v2.0.6
...
(maint) v2.0.6 release prep
2021-08-17 14:39:23 +01:00
TP Honey
44ce3f1c18
(maint) v2.0.6 release prep
2021-08-17 14:31:07 +01:00
Dan Wilson
e309b8b3db
Merge pull request #3117 from drone/release/2.0.5
...
release 2.0.5
2021-08-17 13:31:53 +01:00
Eoin McAfee
3ff89dc1da
release 2.0.5
2021-08-17 11:10:04 +01:00
Dan Wilson
aa59c4987a
Merge pull request #3115 from drone/bump-ui-version
...
bump ui version
2021-08-12 17:16:47 +01:00
Dan Wilson
69da16493e
bump ui version
2021-08-12 17:02:06 +01:00
Marko Gaćeša
b2b4a24932
Merge pull request #3108 from drone/redis-pubsub
...
(feat) redis implementation for pub-sub, log streaming and canceller
2021-08-12 11:10:17 +02:00
Dan Wilson
57cd950463
Merge pull request #3114 from drone/bump-ui-version
...
bump ui version
2021-08-11 18:34:58 +01:00
Dan Wilson
ddda30c1ad
bump-ui-version
2021-08-11 18:21:44 +01:00
Marko Gaćeša
cf7d30a7f6
added more redis config env vars
2021-08-11 16:25:50 +02:00
Marko Gaćeša
fb29636608
h/a stuff is !oss, simplified redis pubsub subscribe
2021-08-09 13:01:50 +02:00
Marko Gaćeša
d2ba72ad40
Merge branch 'master' of github.com:drone/drone into redis-pubsub
2021-08-03 14:17:50 +02:00
Marko Gaćeša
f003f19b94
Merge pull request #3112 from drone/defect/fix-template-test
...
fix issue where map changes order therefore test randomly fails
2021-08-03 14:17:13 +02:00
Eoin McAfee
8ca78c0738
fix issue where map changes order therefore test randomly fails
2021-08-03 10:51:39 +01:00
Marko Gaćeša
4369d292c2
Merge branch 'master' of github.com:drone/drone into redis-pubsub
2021-08-02 18:51:08 +02:00
Marko Gaćeša
3067a16de0
redis canceller
2021-08-02 18:47:58 +02:00
Eoin McAfee
1ebfe95277
Add support for nested data objects within templates ( #3110 )
...
* Add support for nested data objects within templates
2021-08-02 17:23:02 +01:00
Marko Gaćeša
b91d6c4b9b
added redis implemenatation for core.LogStream
2021-08-02 13:51:47 +02:00
TP Honey
cc1a46f2f9
Merge pull request #3107 from drone/pr_template
...
Update pull_request_template.md
2021-07-27 10:15:36 +01:00
Marko Gaćeša
ff70133341
added error as return value for pubsub.Subscribers()
2021-07-22 18:56:41 +02:00
Marko Gaćeša
dc6a3ebebf
fixed test
2021-07-22 15:11:42 +02:00
Marko Gaćeša
ebbe87e4c6
added redis client library to go.mod
2021-07-22 15:06:48 +02:00
Marko Gaćeša
40d09839f7
pubsub: redis implementation
2021-07-22 15:03:57 +02:00
Marie Antons
7ae6bb2089
Update pull_request_template.md
...
Update to wording
2021-07-20 10:52:33 -05:00
TP Honey
efc071c712
Update pull_request_template.md
2021-07-20 16:31:45 +01:00