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
Renovate Bot
1e25c41890
chore(deps): update node.js to v12.11.0
2019-10-05 07:00:48 +00:00
Renovate Bot
02eabf0bb1
chore(deps): update dependency husky to v3.0.8
2019-10-05 03:00:46 +00: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
Rhys Arkins
0c5df37109
docs: rewrite Windows local dev guide
2019-10-04 09:17:47 +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
Renovate Bot
a358a886f5
chore(deps): update dependency eslint to v6.5.1
2019-10-04 09:07:35 +02:00
Renovate Bot
dfabf9db12
chore(deps): update typescript-eslint monorepo to v2.3.2
2019-10-03 18:25:07 +00: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
Renovate Bot
44e0d36b39
build(deps): update dependency handlebars to v4.4.0
2019-10-02 15:01:38 +00:00
Renovate Bot
202da75b62
build(deps): update dependency yarn to v1.19.0
2019-10-01 17:11:05 +00:00
Renovate Bot
0daff66371
chore(deps): update dependency husky to v3.0.7
2019-10-01 05:00:40 +00:00
ferhat elmas
a04d84e734
docs: fix missing verb in configuration options ( #4555 )
2019-10-01 05:25:30 +02:00
Renovate Bot
043a54a8d1
chore(deps): update dependency @types/lodash to v4.14.141
2019-09-30 17:16:28 +00: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
Renovate Bot
a07aa3b7b8
build(deps): update dependency luxon to v1.19.3
2019-09-30 06:05:50 +02:00
Gilbert Gilb's
0fe2f1b7e6
feat(manager): Support poetry custom repositories. ( #4524 )
2019-09-30 06:00:54 +02:00
Renovate Bot
ffa6b5699c
chore(deps): update dependency re2 to v1.10.3
2019-09-29 17:00:53 +00:00
Renovate Bot
f01f227155
build(deps): update dependency commander to v3.0.2
2019-09-29 11:00:48 +00:00
Renovate Bot
6902cf0506
chore(deps): update renovate/yarn docker tag to v1.19.0
2019-09-28 19:00:50 +00:00
Renovate Bot
d3ad186b79
chore(deps): update dependency @types/node to v11.13.21
2019-09-27 17:00:44 +00: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
Renovate Bot
2208235b3c
chore(deps): update babel monorepo to v7.6.2
2019-09-26 23:01:50 +00:00
Renovate Bot
1815cca8a2
chore(deps): update dependency @types/lodash to v4.14.139
2019-09-26 19:14:06 +00:00
Renovate Bot
d6a56b98c6
chore(deps): update typescript-eslint monorepo to v2.3.1
2019-09-26 19:01:14 +00: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
Renovate Bot
bb56c364f6
build(deps): update dependency hasha to v5.1.0
2019-09-25 10:10:48 +00: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
8554df5c61
test: convert top level tests to typescript ( #4526 )
...
Also convert usage of chai to jest
2019-09-25 11:40:58 +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
Renovate Bot
04df70d309
build(deps): update dependency handlebars to v4.2.1
2019-09-23 18:20:54 +00:00
Renovate Bot
48f1d6cc24
chore(deps): update dependency nock to v11.3.5
2019-09-23 16:00:48 +00:00
Renovate Bot
e6fa763f46
chore(deps): update renovate/yarn docker tag to v1.18.0
2019-09-23 15:47:37 +00:00
Ryan Murfitt
d33ca43e17
feat(gradle): Support Kotlin DSL extra properties ( #4493 )
2019-09-23 06:29:51 +02:00
Rhys Arkins
4c78f5d51a
chore: add @puug to contributors list
2019-09-22 11:37:50 +02:00
Ryan Murfitt
acb114a5c5
feat(docker): AWS ECR authentication support ( #4497 )
2019-09-22 11:34:51 +02:00
Zach Willard
cb277ce44a
feat(config): use onboardingConfig when rebasing onboarding PR ( #4510 )
2019-09-22 10:13:35 +02:00
Gilbert Gilb's
af3cd372aa
feat(workers): add option to randomize assignees and reviewers. ( #4517 )
...
Closes #4516
2019-09-22 09:19:26 +02:00