Eoin McAfee
9b86e80f5f
ability to cancel running builds if new commit is pushed
2021-08-26 17:21:00 +01:00
guessi
d53f845480
fix(bug): build failed with tag "oss"
...
```
cmd/drone-server/inject_store.go:63:19: too many arguments in call to db.Connect
have (string, string, int)
want (string, string)
```
introduced by https://github.com/drone/drone/pull/3089
Signed-off-by: guessi <guessi@gmail.com>
2021-06-28 22:43:35 +08:00
tphoney
8fe5a54b59
(feat) adding depends_on, image and detached fields to step
2021-06-22 13:57:04 +01:00
TP Honey
44f5cc2dbf
Merge pull request #3088 from phil-davis/typo-fixes
...
Fix various typos
2021-06-22 10:20:17 +01:00
Phil Davis
c7e03b6251
Fix various typos
2021-06-10 08:19:00 +05:45
TP Honey
9159661212
(feat) maximum open DB connections is configurable
2021-06-08 11:10:42 +01:00
Eoin McAfee
1655fadc4a
fixing oss build issue with new feature templates
2021-06-04 09:59:46 +01:00
Eoin McAfee
68eaa6fb75
fix issue with mysql script - syntax error in script.
2021-06-02 12:20:58 +01:00
Eoin McAfee
9dc11200d7
Add unique and indexes to db scripts on namespace. Code refactor in conversion files & grouping drone imports
2021-06-02 11:59:39 +01:00
Eoin McAfee
a0b83140fe
Add line space at end of test files
2021-06-01 14:23:06 +01:00
Eoin McAfee
31867a9261
group imports
2021-06-01 10:29:58 +01:00
Eoin McAfee
88a5a8e796
Tech QA Feedback & add support for organization level templates
2021-05-28 16:59:00 +01:00
Eoin McAfee
eb9a301a9e
deleted all.go - not required & fixed issue where template if none found return null instead of empty list.
2021-05-21 13:31:06 +01:00
Eoin McAfee
b63facdc62
added more unit tests, changed input for template data to byte array & fixed another issue with insert sql script not autoincrement
2021-05-20 16:02:38 +01:00
Eoin McAfee
4b0d9a1340
Fixed issue with template store.
2021-05-19 16:07:32 +01:00
Eoin McAfee
91076dc1d0
add store repository for template queries
2021-05-19 13:44:58 +01:00
Eoin McAfee
58824af15e
generate ddl for database
2021-05-19 13:36:27 +01:00
Eoin McAfee
d3acd5d823
add database scripts for new table template
2021-05-19 13:35:02 +01:00
Brad Rydzewski
6b8abc32bf
update login / register screens
2021-05-13 13:51:22 -04:00
Brad Rydzewski
eaadd82a83
support for optional mixed-mode encryption
2021-05-04 18:59:03 -04:00
Brad Rydzewski
778d0a0aff
support for limiting concurrency per-repository
2020-12-11 13:57:49 -05:00
Brad Rydzewski
96d1a99428
add debug field to build
2020-11-09 15:32:17 -05:00
Bradley Rydzewski
a88f9d0743
added endpoints for branch summary
2020-03-13 13:27:07 -04:00
Brad Rydzewski
a000a4e7a3
method to count human users vs machine users
2020-01-03 18:28:36 -08:00
Brad Rydzewski
cbfd342333
endpoint to paginate through all repos
2019-10-02 11:29:57 -07:00
Brad Rydzewski
3fcbf1c78f
service to batch cancel pending builds
2019-10-01 22:51:23 -07:00
Brad Rydzewski
d60054c459
increase size of stage name column
2019-09-23 16:46:20 -07:00
Brad Rydzewski
05be17ff76
add alternative batch syncer
2019-09-23 16:45:02 -07:00
Brad Rydzewski
1e0f028166
fix failing stage test on mysql
2019-09-23 16:44:34 -07:00
Brad Rydzewski
33bd477f71
added support for github deployment status
2019-08-26 12:26:09 -07:00
Robert Lippens
4ee4ba7a62
delete snapshots of blob along with the blob
2019-08-14 09:59:59 -07:00
Robert Lippens
35b2e16c5c
use CountToEnd to read entire blob
2019-08-14 09:57:42 -07:00
Robert Lippens
60a0613772
set upload buffer settings
2019-08-14 00:41:45 -07:00
Robert Lippens
11a7729db9
configure azure blob storage for drone
2019-08-13 21:12:39 -07:00
Brad Rydzewski
a0bffdeb32
batch update error includes repository name and id
2019-06-06 22:09:12 -07:00
Brad Rydzewski
7aba4b8234
fixes #2689
2019-05-30 09:11:01 -07:00
Brad Rydzewski
440f192730
add test case that demonstrates issue #2658
2019-05-20 09:23:26 -07:00
Brad Rydzewski
2a512d1448
fix postgres migration error
2019-04-22 16:14:17 -07:00
quux
b9c812379b
Fix mysql typo in ddl_gen
2019-04-17 17:39:55 -04:00
quux
703481d997
Fix typo in mysql migration file for org secrets
2019-04-17 17:23:51 -04:00
Brad Rydzewski
be5b2fa2df
Merge pull request #2663 from ferhatelmas/drop-err [CI SKIP]
...
batch: drop unpossible error check
2019-04-16 16:17:53 -07:00
徐扬
49bbaf4a11
fix some typos
2019-04-16 11:05:46 +08:00
Brad Rydzewski
96132e3d0a
support for per-organization secrets
2019-04-14 17:06:16 -07:00
Brad Rydzewski
727177da13
ability to delete repository
2019-04-14 14:01:47 -07:00
Brad Rydzewski
9b5d07f843
sqlite username column case insensitive
2019-04-14 10:47:23 -07:00
Brad Rydzewski
e855881324
limit pipelines by cron name, #2628
2019-04-13 12:40:50 -07:00
ferhat elmas
f4f6d13df9
batch: drop unpossible error check
...
in favor of annotated error message.
There is also unrelated diff due to gofmt.
2019-04-13 17:40:54 +02:00
Brad Rydzewski
fabd2670f5
force SIGINT when terminating the agent
2019-03-19 14:44:02 -07:00
Brad Rydzewski
38b1847914
adjust repo feed query for postgres
2019-03-19 10:23:15 -07:00
Brad Rydzewski
cd439d261c
comment out suboptimal pg query
2019-03-18 23:59:11 -07:00