Commit graph

3924 commits

Author SHA1 Message Date
Eoin McAfee
38acd03443 fix oss build 2021-09-28 11:00:34 +01:00
Eoin McAfee
f3d192e899 regenerate mocks and fix broken tests 2021-09-28 10:55:27 +01:00
Eoin McAfee
85fd11c421 card api and db work to support new cards feature 2021-09-24 10:06:26 +01:00
Dan Wilson
947bcbe92a
Merge pull request #3148 from drone/release/2.4.0
(maint)-release 2.4.0
2021-09-23 10:07:24 +01:00
Dan Wilson
039e4d1802 release v2.4.0 2021-09-23 09:54:50 +01:00
Eoin McAfee
c1a5f264c3
fixes issue where case statement for bitbucket cloud logic was never getting into (#3147) 2021-09-23 08:47:47 +01:00
Dan Wilson
97ff309f4a
Merge pull request #3146 from drone/bump-ui-version
bump ui version to v2.3.0
2021-09-22 13:39:48 +01:00
Dan Wilson
ece46ebe50 bump ui to v2.3.0 2021-09-22 11:10:07 +01:00
Harri Avellan
d50e89d411
Allow jsonnet imports in pipeline configuration (#3105) 2021-09-21 09:37:12 +01:00
TP Honey
9c80bfdcc4
Merge pull request #3144 from drone/verify-build
verify if the application is buildable
2021-09-20 10:33:11 +01:00
Marko Gaćeša
617943e9d3 verify builds 2021-09-15 12:33:14 +02:00
Brad Rydzewski
3f4edcfe46 (fix) use zero offset when selecting users 2021-09-13 14:34:00 -04:00
TP Honey
95a8495796
Merge pull request #3140 from empire/patch-1
fix a broken link in readme
2021-09-13 13:35:17 +01:00
TP Honey
6367f8099e
Merge pull request #3141 from phil-davis/oss-fix-stepLimit
Fix stepLimit param in Starlark and Template OSS code
2021-09-13 13:34:02 +01:00
Phil Davis
b072d38a63
Fix stepLimit param in Starlark and Template OSS code 2021-09-13 11:12:18 +05:45
Hossein Zolfi
f8cfbeab3b
fix a broken link in readme 2021-09-12 14:44:59 +04:30
Dan Wilson
794bdb1c56
Merge pull request #3139 from drone/release/2.3.1
(maint)-release 2.3.1
2021-09-09 12:59:43 +01:00
Dan Wilson
e1d4f240f4 (maint)-release 2.3.1 2021-09-09 12:54:41 +01:00
Dan Wilson
1e6e05c245
Merge pull request #3138 from drone/bump-ui-version
bump ui to v2.2.1 - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md
2021-09-09 12:50:24 +01:00
Dan Wilson
646b30fb00 bump ui to v2.2.1 2021-09-09 12:44:02 +01:00
Dan Wilson
87f1c74cd8 (maint)-release 2.3.0 2021-09-09 12:08:52 +01:00
Dan Wilson
6a12e29de5
Merge pull request #3137 from drone/bump-ui-version
bump ui to v2.2.0 - https://github.com/drone/drone-ui/blob/main/CHANGELOG.md
2021-09-09 12:00:48 +01:00
Dan Wilson
95cc593e5b bump ui to v2.2.0 2021-09-09 11:32:37 +01:00
TP Honey
fcf9f8d246
Merge pull request #3129 from tphoney/DRON-119
(fix) remove unused jwt-go library
2021-09-08 17:18:31 +01:00
TP Honey
39d6eb8608
Merge pull request #3136 from tphoney/config-trim_hostname_prefixes
(fix) trim http/s prefixes from config hostnames
2021-09-08 17:17:50 +01:00
TP Honey
a6b17978ae
Merge pull request #3130 from drone/redis-mutex
(feat) drone h/a: wrapped scheduler's signal func with redis mutex
2021-09-08 11:20:44 +01:00
TP Honey
814bbc267d (fix) trim http/s prefixes from config hostnames 2021-09-07 13:35:58 +01:00
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
TP Honey
2904b6f599 (fix) remove unused jwt-go library 2021-08-31 16:10:34 +01: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
Marko Gaćeša
0c422357a3 (feat) drone h/a: wrapped scheduler's signal func with redis mutex 2021-08-31 15:59:24 +02: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