Michael Kriese
|
3f18958ed0
|
chore(ci): optimize node caching (#6116)
|
2020-05-07 08:35:56 +02:00 |
|
Jamie Magee
|
049daa6a88
|
fix: ignore Kotlin dependencies embedded in gradle build script (#6138)
|
2020-05-07 06:49:15 +02:00 |
|
renovate[bot]
|
c1f9c41661
|
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v0.116.0 (#6147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-06 14:00:55 +00:00 |
|
Rhys Arkins
|
c1d5faf93d
|
chore: remove mistaken dependency addition
|
2020-05-06 14:06:10 +02:00 |
|
Rhys Arkins
|
0f13855f2b
|
logs: durationMs for Repository finished
|
2020-05-06 10:23:10 +02:00 |
|
Michael Kriese
|
e795115823
|
fix(worker): fix github endpoint for changelog (#6145)
|
2020-05-06 10:02:19 +02:00 |
|
Rhys Arkins
|
258c675a54
|
logs: don’t log empty depNames in flattened updates
|
2020-05-06 09:56:52 +02:00 |
|
Rhys Arkins
|
8eb8bae28d
|
fix: Revert "fix(worker): fix github endpoint for changelog (#6143)"
This reverts commit 787e6bc485 .
|
2020-05-06 09:23:12 +02:00 |
|
Rhys Arkins
|
dde7d31975
|
fix: ensure baseBranchSha is set
|
2020-05-06 09:05:29 +02:00 |
|
Rhys Arkins
|
9870b1c4de
|
logs: don’t warn when helm chart not found
|
2020-05-06 08:16:15 +02:00 |
|
Michael Kriese
|
787e6bc485
|
fix(worker): fix github endpoint for changelog (#6143)
|
2020-05-06 08:10:36 +02:00 |
|
Rhys Arkins
|
3f14af3ec2
|
fix(pypi): skip compatibility check if not a version
Closes #6142
|
2020-05-06 07:29:48 +02:00 |
|
Rhys Arkins
|
e531a934bf
|
fix: fetch file list from head not origin
|
2020-05-05 21:39:56 +02:00 |
|
Rhys Arkins
|
6bbe6446ab
|
logs: log baseBranch with extraction stats
|
2020-05-05 21:00:47 +02:00 |
|
Rhys Arkins
|
82ca814747
|
refactor: remove unused branchName param in getFileList
|
2020-05-05 20:42:14 +02:00 |
|
Rhys Arkins
|
2ff90b2396
|
fix: packageFiles per baseBranch (#6136)
|
2020-05-05 19:46:35 +02:00 |
|
Sergio Zharinov
|
2c3ba464a4
|
fix(maven): Fix release presence check (#6133)
|
2020-05-05 16:36:13 +02:00 |
|
Rhys Arkins
|
be7b20cd8b
|
fix: Revert "fix(gitFs): cache fileList results (#6126)"
This reverts commit 091befebff .
|
2020-05-05 16:02:54 +02:00 |
|
Rhys Arkins
|
86ab028f97
|
fix: Revert "refactor(platform): optimize getFileList and remove branchName param (#6127)"
This reverts commit 7d1c937682 .
|
2020-05-05 16:02:29 +02:00 |
|
Rhys Arkins
|
b69e9c0f5a
|
fix: Revert "feat(internal): cache extractions results (#6118)"
This reverts commit 51a43d5e41 .
|
2020-05-05 16:01:49 +02:00 |
|
renovate[bot]
|
804e93f6fe
|
chore(deps): update dependency jest to v25.5.4 (#6129)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-05 14:00:53 +00:00 |
|
Sergio Zharinov
|
aa38ddf428
|
test: Better GraphQL snapshots (#6128)
|
2020-05-05 14:57:05 +02:00 |
|
Rhys Arkins
|
7d1c937682
|
refactor(platform): optimize getFileList and remove branchName param (#6127)
|
2020-05-05 12:39:47 +02:00 |
|
Rhys Arkins
|
9fccd87eeb
|
refactor: use Date.now() instead of process.hrtime()
|
2020-05-05 12:05:30 +02:00 |
|
Michael Kriese
|
e0fa50123f
|
feat(manager): dynamic poetry install (#6119)
|
2020-05-05 11:43:09 +02:00 |
|
Rhys Arkins
|
b208bdb444
|
chore: determineBaseBranch -> setBaseBranchToDefault
|
2020-05-05 10:30:10 +02:00 |
|
Rhys Arkins
|
091befebff
|
fix(gitFs): cache fileList results (#6126)
|
2020-05-05 09:53:22 +02:00 |
|
Rhys Arkins
|
b3316c0793
|
fix: don’t filter endpoint after repository stage
Closes https://github.com/renovatebot/config-help/issues/607
|
2020-05-05 08:07:11 +02:00 |
|
Rhys Arkins
|
4200ed96ec
|
fix(poetry): default to pep440 versioning if compatible
|
2020-05-05 07:58:15 +02:00 |
|
renovate[bot]
|
48c30b36f0
|
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v0.115.0 (#6123)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-04 18:00:53 +00:00 |
|
Rhys Arkins
|
699fbe2fa4
|
test: additional poetry extract
|
2020-05-04 17:48:35 +02:00 |
|
renovate[bot]
|
85e9061901
|
chore(deps): update dependency @types/tmp to v0.2.0 (#6120)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-05-04 15:00:46 +00:00 |
|
Rhys Arkins
|
51a43d5e41
|
feat(internal): cache extractions results (#6118)
|
2020-05-04 08:27:38 +02:00 |
|
Björn Brauer
|
228b933871
|
refactor: ensureCommentRemoval parameters to an object (#6117)
|
2020-05-03 21:03:55 +02:00 |
|
Rhys Arkins
|
f3c9efb060
|
refactor: return and store base branch SHA
|
2020-05-03 20:38:09 +02:00 |
|
Rhys Arkins
|
8d8b617ecd
|
feat(internal): extract managers in parallel (#6112)
|
2020-05-03 19:21:10 +02:00 |
|
renovate[bot]
|
29a99434eb
|
build(deps): update dependency @actions/core to v1.2.4 (#6114)
|
2020-05-03 19:02:38 +02:00 |
|
Rhys Arkins
|
0121cc48f5
|
refactor: extractAllDependencies
|
2020-05-03 17:27:35 +02:00 |
|
Rhys Arkins
|
899b351643
|
refactor: split extractAllDependencies logic
|
2020-05-03 17:03:23 +02:00 |
|
Rhys Arkins
|
927d9c3a82
|
chore: add fileMatch to CustomManager type
|
2020-05-03 16:57:17 +02:00 |
|
Rhys Arkins
|
273d9355e3
|
refactor: enabledManagers filtering
|
2020-05-03 16:15:22 +02:00 |
|
Rhys Arkins
|
e8d760667d
|
chore: rename matchedFiles -> fileList
|
2020-05-03 16:10:13 +02:00 |
|
Rhys Arkins
|
85e7cef048
|
refactor: getMatchingFiles
|
2020-05-03 14:46:30 +02:00 |
|
Rhys Arkins
|
53319ac7d6
|
refactor: better param names in getMatchingFiles
|
2020-05-03 10:54:38 +02:00 |
|
Rhys Arkins
|
9e07ef1b49
|
fix: filtering should return a copy of the fileList
|
2020-05-03 10:17:07 +02:00 |
|
Rhys Arkins
|
a21bb60d40
|
chore: improve extract typings
|
2020-05-03 10:14:22 +02:00 |
|
Renovate Bot
|
3dc89f63f3
|
build(deps): update dependency @snyk/ruby-semver to v2.2.0
|
2020-05-02 22:00:56 +00:00 |
|
Renovate Bot
|
40a204afc9
|
chore(deps): update babel monorepo to v7.9.6
|
2020-05-02 21:00:51 +00:00 |
|
Sergio Zharinov
|
9c6f56da22
|
test(github): Snapshot all HTTP requests in test (#6059)
|
2020-05-02 10:16:03 +02:00 |
|
Rhys Arkins
|
ac89ae7318
|
fix(git-refs): remove filtering to get the hash for HEAD
|
2020-05-02 10:14:43 +02:00 |
|