Rhys Arkins
27a35137f2
fix(git-submodules): don’t include token in lookupName ( #9556 )
2021-04-14 21:21:27 +02:00
Jamie Magee
7d4e7df87d
chore: more logging in git-submodules ( #9542 )
2021-04-14 15:43:09 +00:00
Sergei Zharinov
82fa5ce162
refactor(datasource): Enforce getName usage ( #9524 )
2021-04-14 17:28:20 +02:00
Clément Tessier
44c8508311
docs: fix preset typo ( #9555 )
2021-04-14 17:04:38 +02:00
Luca Becker
34d6483257
feat(release-notes): running unemojify on release notes ( #9535 )
2021-04-14 11:03:08 +02:00
HonkingGoose
dd26fcf20e
docs: explain rollbackPrs default behavior better ( #9494 )
2021-04-13 12:44:50 +02:00
Sergei Zharinov
72d97ec2f4
refactor(workers): Enforce getName usage ( #9525 )
2021-04-13 10:25:51 +00:00
Sergei Zharinov
bab5346d09
refactor(manager): Enforce getName usage ( #9523 )
2021-04-13 12:07:57 +02:00
Rhys Arkins
6662db9765
fix: don’t disable repos if cannot fork ( #9521 )
2021-04-13 08:54:46 +02:00
Jamie Magee
2d326c4f7d
chore: change devcontainer base to containerbase ( #9520 )
...
Try saying that quickly!
Fixes #9130
2021-04-13 04:34:11 +00:00
Fredrik Blomqvist
f03c6843f9
fix(go): submodules behavior ( #9519 )
2021-04-13 05:57:14 +02:00
Rhys Arkins
0106d85284
fix(yarn): enableImmutableInstalls=false ( #9515 )
2021-04-12 20:04:58 +00:00
Sergei Zharinov
e5049e4904
feat(cake): Add support for Cake manager ( #9512 )
2021-04-12 21:51:48 +02:00
Rhys Arkins
893df627e4
feat(validation): language/manager top-level check ( #9498 )
2021-04-12 06:11:25 +02:00
Rhys Arkins
2973eb5d94
test: fix nested fileMatch test case
2021-04-11 19:26:46 +02:00
Rhys Arkins
4cf9c5028a
feat(validation): warn if packageRules contain all selectors ( #9497 )
2021-04-11 19:26:20 +02:00
Rhys Arkins
07abb3125a
test: use valid packageRules
2021-04-11 18:43:22 +02:00
Rhys Arkins
6060911aef
refactor: packageRules selector validation
2021-04-11 18:40:01 +02:00
Rhys Arkins
a55b5202e5
fix(validation): simplify packageRules validation message
2021-04-11 18:38:25 +02:00
Rhys Arkins
a4a151f458
refactor(presets): remove nested minor in groups
2021-04-11 18:30:12 +02:00
Rhys Arkins
1dad55586b
feat(config): migrate nested packageRules ( #9496 )
2021-04-11 18:00:29 +02:00
renovate[bot]
cb829fedf4
chore(deps): update dependency @types/luxon to v1.26.3 ( #9495 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-11 11:08:32 +00:00
Jesse Rosenberger
60eba68eb3
fix(circleci): Expect whitespace/comments during CircleCI Orb parsing ( #9486 )
2021-04-11 08:04:42 +02:00
Rhys Arkins
74fcb41df4
fix(yarn): avoid yarn v2 rollback ( #9487 )
...
Closes #9483
2021-04-10 19:42:11 +02:00
Rhys Arkins
254d08fcbd
fix(config): migrate nested config ( #9489 )
...
Adds an extra migration step after resolving config in order to migrate nested presets.
Closes #8579
2021-04-10 19:41:39 +02:00
Rhys Arkins
c4f22fa389
fix(hex): short range replace ( #9488 )
2021-04-10 18:30:29 +02:00
Rhys Arkins
69a7b37c6b
fix(yarn): use major range for v2 constraint ( #9482 )
2021-04-10 06:13:08 +02:00
renovate[bot]
2a05964f64
chore(deps): update dependency @types/fs-extra to v9.0.10 ( #9479 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-09 22:13:41 +00:00
HonkingGoose
2211910b79
docs: update Angular CLI command and example ( #9476 )
2021-04-09 15:50:35 +00:00
Sergei Zharinov
d1c8917a26
refactor(workers): Extract common file matching configuration logic ( #9471 )
2021-04-09 17:05:05 +02:00
Sebastian Poxhofer
c3bf66ee16
feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections ( #9387 )
2021-04-09 17:02:57 +02:00
Rhys Arkins
1914c187a6
fix: unhandledRejection ( #9472 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-09 16:16:00 +02:00
renovate[bot]
10e5119f80
build(deps): update dependency global-agent to v2.2.0 ( #9467 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-09 09:10:04 +00:00
Marco de Jongh
6afbcf8d18
feat: Add branch option for postUpgradeCommands ( #8725 )
...
* Add branch option for postUpgradeCommands
* Put the for loop back for async
* Fix tests & add documentation
* Change execution mode dependency to update
* Move postUpgradeCommand execution to seperate file
* Fix return time of upgradeTaskExecuter
* Fix test
* Finished new mode and added test
* Remove .only
* Remove defensive coding to make codecov happy
* Give inconfig a proper type
* Another missing type
* Fix typo in allowPostUpgradeCommandTemplating option description
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move to 1 postUpgradeCommandExecutor call
* Appease the import order rule gods
* Refactor more
* Okay now it should be done
* Fix bug
* Import order rule
* Change import to a type import
* Also return artifacterrors
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move checking if postUpgradeCommands can run
* remove unused import
* Fix prettier error
* Call getAdminConfig once
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Change type name to EnsurePrResult
* Update lib/workers/branch/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix enum imports
Co-authored-by: Carlin St Pierre <cstpierre@atlassian.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-09 05:51:03 +02:00
renovate[bot]
f91a162fa0
chore(deps): update codecov/codecov-action action to v1.3.2 ( #9461 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-08 23:19:32 +00:00
Timm Drevensek
8f3f3663b1
implement regex ( #9407 )
2021-04-08 19:16:15 +00:00
Sergei Zharinov
b160644db7
feat(preset): Support Azure local presets ( #9458 )
2021-04-08 19:49:46 +02:00
Sergei Zharinov
fa6d1e32a9
fix(azure): Fix additional argument for getRawFile ( #9450 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-08 16:13:29 +00:00
Fredrik Blomqvist
a2aa5ce6fb
feat(gitlab): Allow descriptions longer than 25K characters ( #9452 )
2021-04-08 18:01:59 +02:00
Nils Plaschke
63b6cf66ac
feat: introduce dockerChildPrefix option ( #8613 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-08 10:10:25 +00:00
Sergei Zharinov
e6537da51e
refactor(azure): Extract more utils from platform helper ( #9443 )
2021-04-08 11:53:03 +02:00
Fredrik Blomqvist
4262d4048b
feat(gitlab): Implement GitLab addReviewers ( #9345 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-08 04:52:19 +00:00
chgl
a0e21e390e
fix: support the latest docker-compose 1.27 spec ( #9424 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-04-08 06:38:57 +02:00
renovate[bot]
66285babc7
build(deps): update dependency redis to v3.1.0 ( #9440 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-08 02:07:33 +00:00
Sergei Zharinov
55ccf03144
fix(azure): Fix util function streamToString ( #9430 )
2021-04-07 22:16:28 +02:00
Sergei Zharinov
0a68e19d73
feat(presets): Support Bitbucket Cloud local presets ( #9422 )
2021-04-07 11:14:45 +02:00
Sergei Zharinov
612be5e449
refactor(presets): Reorder code and fix mocks ( #9421 )
2021-04-07 09:50:55 +02:00
Sergei Zharinov
36f8d1df0e
refactor(platform): getRawFile and getJsonFile throw instead of null ( #9413 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2021-04-07 04:23:11 +00:00
renovate[bot]
4c1fac57f4
chore(deps): update dependency @types/eslint to v7.2.8 ( #9419 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-07 03:36:25 +00:00
Rhys Arkins
d1a74c838e
fix(lerna): swallow lerna info failure ( #9416 )
2021-04-06 18:04:19 +02:00