Commit graph

8237 commits

Author SHA1 Message Date
Rhys Arkins
5f80b726d9 fix: revert baseBranch/baseBranchSha change
Closes #7027
2020-08-19 12:01:42 +02:00
Joe Bergeron
f089911f4b
feat(poetry): Add private package index support to Poetry (#6994)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-08-19 10:43:08 +02:00
renovate[bot]
2eb61aaff1
chore(deps): update mcr.microsoft.com/vscode/devcontainers/typescript-node docker tag to v0.136.0 (#7025)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-19 10:15:16 +02:00
Rhys Arkins
2d0961af8d refactor: move onboarding check into getRepoConfig 2020-08-19 09:36:02 +02:00
Rhys Arkins
805e34e5b0 refactor: remove unnecessary baseBranch settings 2020-08-19 09:18:53 +02:00
Rhys Arkins
9483a61110 refactor: clone config when initializing 2020-08-19 09:17:55 +02:00
Michael Kriese
13bedd5c80
feat(presets): local bitbucket-server presets (#7000) 2020-08-19 08:58:38 +02:00
renovate[bot]
5e2203cf37
build(deps): update dependency simple-git to v2.18.0 (#7023)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-08-19 07:33:25 +02:00
Michael Kriese
6474dd49e5
chore: lint fixes (#7018)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-08-19 06:46:00 +02:00
Rhys Arkins
b6af8188d1
refactor: initRepo (#7022) 2020-08-19 06:27:48 +02:00
Sergio Zharinov
45b9b4ebc4
refactor(platform): Decomplect branch deletion from PR state (#6988) 2020-08-18 20:38:53 +02:00
Rhys Arkins
764b2b7b67 refactor: use hasha for cache configHash 2020-08-18 19:58:12 +02:00
Rhys Arkins
68c918bc18 refactor: query currentBranchSha immediately 2020-08-18 15:40:11 +02:00
Rhys Arkins
92fc56784a chore: add defaultBranchSha to RenovateConfig 2020-08-18 15:39:58 +02:00
Rhys Arkins
3985953da2
fix: don’t error when baseBranches are not found (#7019)
Log a warning when baseBranches are missing but otherwise just skip over and keep going.

Closes #6669
2020-08-18 14:49:38 +02:00
Sergio Zharinov
eb2f2ea049
refactor(bitbucket-server): Support state changes for updatePr (#7017)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-08-18 14:41:41 +02:00
Sergio Zharinov
6f7cced72f
refactor(gitlab): Support state changes for updatePr (#7013) 2020-08-18 14:30:53 +02:00
Sergio Zharinov
b0102b6b6d
refactor(gitea): Support state changes for updatePr (#7015) 2020-08-18 14:30:37 +02:00
Sergio Zharinov
5230f288d7
refactor(bitbucket): Support state changes for updatePr (#7016) 2020-08-18 14:28:41 +02:00
Sergio Zharinov
6547d37ae0
refactor(azure): Support state changes for updatePr (#7014) 2020-08-18 14:28:18 +02:00
Sergio Zharinov
cc8652e38c
refactor(github): Support state changes for updatePr (#7012) 2020-08-18 13:21:44 +02:00
Sergio Zharinov
5ca6f65fa2
fix(maven): Use full URL as the cache key (#7011) 2020-08-18 12:19:53 +02:00
Sergio Zharinov
cd064db4eb
refactor(platform): Change signature types for "updatePr" method (#7002)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-08-18 12:19:19 +02:00
Satish Ravi
580139a859
fix(pypi): handle data-requires-python from simple endpoint (#6966) 2020-08-18 11:17:20 +02:00
pulish
ee6b961f44
fix(go): fix go packages with sub packages creating wrong updates (#6978) 2020-08-18 09:30:36 +02:00
renovate[bot]
8acb8fcb40
build(deps): update dependency @sindresorhus/is to v3.1.1 (#7003)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-18 06:44:41 +02:00
renovate[bot]
35a6f973e5
chore(deps): update jest monorepo (#7009)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-18 02:00:38 +00:00
pokutuna
ed3a15c08d
docs: fix link to the self-hosting docment (#7007) 2020-08-18 00:01:50 +02:00
Rhys Arkins
03b3f09d37 fix(gomod): tidy an extra time
Closes #6795
2020-08-17 22:05:48 +02:00
Maksim Martianov
54cf4c1253
feat(composer): lazy repository url (#6982) 2020-08-17 19:54:00 +02:00
Rhys Arkins
43b2a2390d fix: default npm cache to 15 minutes 2020-08-17 15:48:24 +02:00
Rhys Arkins
76913a1889
feat(github): support app tokens (#6859) 2020-08-17 14:14:19 +02:00
lesyk
786b7e8e94
docs: how to setup pipeline for Azure DevOps (#6929)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-08-17 13:39:36 +02:00
Rhys Arkins
062045168a
refactor(git): lazy sync git (#6984)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-08-17 13:31:53 +02:00
Jamie Magee
b45502cd28
chore: fix more eslint warnings (#7001) 2020-08-17 12:32:23 +02:00
Michael Kriese
d92e354763
fix(git): rethrow empty repo error (#6998)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-08-17 12:09:29 +02:00
Michael Kriese
4a2a8ec68b
fix(bitbucket-server): check for empty repo (#6999) 2020-08-17 10:15:44 +02:00
renovate[bot]
81328fa8c7
chore(deps): update dependency @types/semver to v7.3.2 (#6996)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-17 00:00:41 +00:00
renovate[bot]
15f4e298a0
build(deps): update dependency lodash to v4.17.20 (#6991)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-16 19:00:45 +00:00
renovate[bot]
7c1ac8682e
chore(deps): update dependency conventional-changelog-conventionalcommits to v4.4.0 (#6985)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-15 07:37:45 +00:00
renovate[bot]
36d031a9be
chore(deps): update dependency nock to v13.0.4 (#6981)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-15 07:00:41 +00:00
Rhys Arkins
a345054308 chore: reorder git.setBranchPrefix 2020-08-15 07:31:34 +02:00
Rhys Arkins
07395e30b2 docs: move self-hosting to usage 2020-08-14 12:50:09 +02:00
Rhys Arkins
d75f996a7a docs: update self-hosting doc 2020-08-14 12:41:48 +02:00
Rhys Arkins
7909558a46 fix: handle workflow rejection gracefully 2020-08-14 11:56:49 +02:00
Michael Kriese
5da99b1180
chore: update settings (#6976) 2020-08-14 10:31:12 +02:00
Rhys Arkins
7505292116 fix: update git submodules only if version found 2020-08-14 08:18:20 +02:00
Michael Kriese
692c1e612f
chore: update settings (#6974) 2020-08-14 07:54:58 +02:00
renovate[bot]
8e0355e60d
chore(deps): update linters to v3.9.0 (#6973)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 19:00:48 +00:00
Florian Greinacher
c1d503a632
docs(presets): remove obsolete hint regarding GitLab preset limitations (#6967) 2020-08-13 18:18:25 +02:00