Rhys Arkins
8eb5454610
test: fix lint
2019-10-15 12:27:27 +02:00
Rhys Arkins
f524557f21
fix: Revert "refactor: use re2 instead of RegExp ( #4441 )"
...
This reverts commit ab1c5b20ee
.
2019-10-15 10:14:49 +02:00
Sumit Nihalani
ab1c5b20ee
refactor: use re2 instead of RegExp ( #4441 )
2019-10-15 06:51:02 +02:00
Carlin St Pierre
e54b80eced
fix(maven): Fixes issue with private maven registry on amazon s3 ( #4646 )
2019-10-15 06:40:39 +02:00
Rhys Arkins
f1073965ab
fix(gomod): skip indirect dependencies ( #4650 )
...
Skip any go.mod dependencies ending in // indirect
Closes #4586 , Supercedes #4615
2019-10-14 16:55:49 +02:00
Nikita Chashchinskii
0fffbaec1f
feat: helm requirements.yaml support ( #3805 )
2019-10-14 15:54:23 +02:00
Daniel Cassidy
35c347428b
fix(pin): avoid pinning deprecated version ( #4609 )
2019-10-14 13:23:49 +02:00
Julien SIMON
d1e7c17f25
feat: prCommitsPerRunLimit ( #4392 )
2019-10-14 13:15:37 +02:00
Rhys Arkins
d35b0df432
fix(github): handle 404 when attempting automerge
2019-10-13 14:19:58 +02:00
Rhys Arkins
da9b5e6ebd
refactor: increase gradle timeout to 10 minutes
2019-10-13 08:17:52 +02:00
Rhys Arkins
da1f608588
fix(gitlab): Ignore setBranchStatus error
2019-10-13 07:46:12 +02:00
mikaelkolkinn
6c45f516d2
fix(bitbucket): Branch automerges too early on Bitbucket Cloud ( #4631 )
2019-10-13 06:37:44 +02:00
Rhys Arkins
1ec7cf0e18
fix(bazel): massage rules_go v0.19.5
2019-10-13 05:47:24 +02:00
Rhys Arkins
bd32658512
refactor(docker-compose): debug/info yaml parsing err
2019-10-10 18:17:05 +02:00
Rhys Arkins
1b548c7fb2
fix(docker): ECR logging
2019-10-10 18:15:37 +02:00
Rhys Arkins
1c9c9f6821
fix(packagist): registry-failure for ECONNRESET
2019-10-10 18:02:48 +02:00
Rhys Arkins
c7cf9d34ba
fix(homebrew): try/catch sha256
2019-10-10 17:49:38 +02:00
Michael Kriese
1b014ff847
fix: fix error message ( #4613 )
2019-10-10 06:40:07 +02:00
Zach Willard
9d9d7ec84e
feat(docker): add insecureRegistry hostRule ( #4590 )
2019-10-08 09:19:11 +02:00
renovate[bot]
dcc9c559b6
build(deps): update dependency cacache to v13 ( #4599 )
2019-10-08 08:51:07 +02:00
Daniel Cassidy
5617a3d9c3
fix(rust): Fix failure to update short version numbers ( #4276 ) ( #4598 )
2019-10-08 06:56:12 +02:00
Rhys Arkins
f6eb83ce86
fix: return one version for vulnerability alerts
2019-10-06 11:13:49 +02:00
Rhys Arkins
5d77de825d
fix(maven): support RELEASE and LATEST
2019-10-06 10:54:23 +02:00
Rhys Arkins
63a66f46ce
chore: do not validate vulnerabilityAlert
2019-10-06 10:53:51 +02:00
Jamie Magee
aa7d0d3c71
chore(docs): fix link to crates.io ( #4585 )
...
chore(docs): fix link to crates.io
2019-10-05 19:32:27 +02:00
Björn Dahlgren
24a9e290fd
feat: Allow specifying Docker user ( #4578 )
2019-10-05 13:56:58 +02:00
Florian Greinacher
53fc7d8a3e
feat(gitlab): add support for 'merge when pipeline succeeds' ( #4558 )
...
This commit adds (back) support for GitLab's 'merge when pipeline succeeds'
feature. This feature needs to be enabled by bot owners explicitely because
of an possible race condition in current GitLab versions.
Closes #3265
2019-10-05 10:00:32 +02:00
Rhys Arkins
d949187e91
fix: Revert "fix(azure): support on-prem clone ( #4540 )"
...
This reverts commit 0228bd05b1
.
2019-10-04 11:18:11 +02:00
Michael Kriese
e733f759f1
feat(worker): convert 'repository/onboarding' to typescript ( #4433 )
2019-10-04 09:36:07 +02:00
Sergio Zharinov
982896d5d1
feat: Elixir support ( #4496 )
2019-10-04 09:13:14 +02:00
Jamie Magee
36b9c4a960
fix(storage): defer clone of submodules ( #4550 )
2019-10-04 09:10:11 +02:00
Rhys Arkins
f19dbc4d34
test: pix python paths with spaces ( #4574 )
2019-10-03 12:25:22 +02:00
Sergio Zharinov
e67523e152
fix(maven): Catch and log URL construction errors ( #4572 )
2019-10-02 22:26:45 +02:00
Rhys Arkins
ecdb9b3c3b
test: check NODE_ENV instead of CI
...
Fixes test problem on WSL
2019-10-02 19:35:54 +02:00
Florian Greinacher
9dc3c4e376
fix(manager): Fix extraction of gitlab-ci includes ( #4557 )
...
The extraction logic failed to extract the GitLab URI correctly
when the configured platform endpoint does not have a trailing
slash. This commit changes the logic to handle scenarios with
and without trailing slash
Fixes #4270
2019-09-30 06:19:08 +02:00
Gilbert Gilb's
0fe2f1b7e6
feat(manager): Support poetry custom repositories. ( #4524 )
2019-09-30 06:00:54 +02:00
Christoph Manns
5c0cba69dc
fix(golang): Improve go datasource sourceMatch regex ( #4552 )
2019-09-27 14:52:31 +02:00
Sergio Zharinov
c95ae29179
feat(logger): Integrate logger with sanitizing ( #4474 )
2019-09-27 11:28:09 +02:00
Christian Murphy
b511efddd3
refactor: upstream github-url-from-git typing to definitely typed ( #4541 )
...
* refactor: upstream github-url-from-git typing to definitely typed
* Update package.json
* chore: update yarn lock
2019-09-26 19:56:31 +02:00
Sergio Zharinov
4de77f2321
fix: Registry failure on HTTP status =500 ( #4546 )
...
fix: Registry failure on HTTP status =500
2019-09-26 12:13:32 +02:00
JYC
0228bd05b1
fix(azure): support on-prem clone ( #4540 )
2019-09-25 16:53:28 +02:00
Michael Kriese
77a0291d4d
fix(platform): smart truncate pr body ( #4527 )
2019-09-25 12:42:11 +02:00
Jamie Magee
e792268cbb
feat(git): initialise submodules when cloning repos ( #4353 )
...
See https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspec
Fixes #1356
2019-09-25 11:58:52 +02:00
Jamie Magee
0c538ebf78
feat(emoji): Adds support for configuring emoji types ( #4409 )
2019-09-25 11:40:16 +02:00
Nihal
87863f165e
feat: support for volta ( #4512 )
2019-09-25 11:01:35 +02:00
Jamie Magee
0881ed0031
chore: replace custom re2 type definitions ( #4537 )
2019-09-25 11:00:46 +02:00
archnode
78f2c60efc
feat(composer): No no-scripts and no-autoloader on trust level high. ( #4531 ) ( #4535 )
2019-09-24 14:37:45 +02:00
Michael Kriese
30c4e1aee9
fix(worker): fix wrong status check ( #4534 )
2019-09-24 08:54:34 +02:00
Ryan Murfitt
d33ca43e17
feat(gradle): Support Kotlin DSL extra properties ( #4493 )
2019-09-23 06:29:51 +02:00
Ryan Murfitt
acb114a5c5
feat(docker): AWS ECR authentication support ( #4497 )
2019-09-22 11:34:51 +02:00