Commit graph

6928 commits

Author SHA1 Message Date
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
Rhys Arkins
e5d4ff4fd7 feat(git): support getDigest in git-refs and git-tags 2020-05-02 08:19:15 +02:00
Rhys Arkins
daa7f5e2dd feat: datasource newDigest for git-refs and git-tags 2020-05-02 07:47:47 +02:00
Rhys Arkins
1826fa8f74 test: add snapshots for git-refs and git-tags 2020-05-02 07:42:40 +02:00
Jamie Magee
0ae94be8de
feat(nvm): support .nvmrc files at any depth (#6107) 2020-05-01 22:30:29 +02:00
Rhys Arkins
53ca91301f
chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
hussainweb
8f66b5ec3c
feat(composer): support stability modifiers (#6050) (#6057) 2020-05-01 13:03:50 +02:00
Rhys Arkins
e1b4b7f6c2 refactor: githubApiBaseUrl -> apiBaseUrl 2020-05-01 07:55:41 +02:00
Rhys Arkins
498ec20618
fea(internal): remove repoCache global (#6098) 2020-05-01 07:47:31 +02:00
hussainweb
bbe29956a0
fix(composer): handle carets in the same way as tilde for ranges (#6093) 2020-05-01 07:43:45 +02:00
Renovate Bot
b2387f0ad7 build(deps): update dependency cacache to v15.0.3 2020-05-01 02:01:05 +00:00
Renovate Bot
40653de0da chore(deps): update typescript-eslint monorepo to v2.30.0 2020-04-30 19:16:45 +00:00
Rhys Arkins
d7653707c3 fix: truly don’t warn if can’t connect to the Docker deamon
Closes #6094
2020-04-30 20:57:28 +02:00
Rhys Arkins
ed40e6e3dc fix: don’t warn if can’t connect to the Docker deamon
Closes #6094
2020-04-30 17:18:56 +02:00
Rhys Arkins
8c67162a22 docs: docker semver -> version 2020-04-30 17:18:55 +02:00