Commit graph

4912 commits

Author SHA1 Message Date
Rhys Arkins
fd954f09c8 fix(composer): defensive versioning 2019-06-15 08:53:56 +02:00
Rhys Arkins
9c63ac033d fix(package-rules): check currentValue before isVersion 2019-06-15 08:53:19 +02:00
Rhys Arkins
e94f85f636 fix(github): allow override of endpoint in initRepo 2019-06-14 11:54:36 +02:00
Rhys Arkins
81eb175001 fix(validation): support validating json5 pull requests
Closes #3931
2019-06-13 13:25:45 +02:00
Rhys Arkins
68a9a26ed9 fix(presets): log err when not found 2019-06-13 11:08:30 +02:00
Rhys Arkins
4ea03ac0b4 feat(gitlab): detect gitAuthor as part of initPlatform
GitLab self-hosted users now no longer need to manually configure gitAuthor if it matches with the bot account they’re using.
2019-06-13 07:25:39 +02:00
Rhys Arkins
df0d79f7de fix(gitlab): skip mirrored repositories 2019-06-13 06:05:58 +02:00
Rhys Arkins
388c6010d2
test: fix circleci tests (#3927) 2019-06-12 23:05:35 +02:00
Rhys Arkins
73af6f7f3c refactor: for/of 2019-06-12 22:43:33 +02:00
Rhys Arkins
abe9464779 fix(gitFs): catch platform failures on each try/catch 2019-06-12 22:25:31 +02:00
Rhys Arkins
ec46ec6a4a fix(gitFs): catch more git errors 2019-06-12 16:14:44 +02:00
Rhys Arkins
5fc475e2b1 fix(gitFs): looser git error check 2019-06-12 11:44:45 +02:00
Renovate Bot
8348083ff3 chore(deps): update amd64/node:10.16.0 docker digest to 7af3328 2019-06-12 11:40:13 +02:00
Renovate Bot
70fbd18096 chore(deps): update amd64/node:12.4.0 docker digest to 037bdec 2019-06-12 11:40:02 +02:00
Rhys Arkins
4a71b5bad6 fix(gitFs): rewrite git 5xx errors to platform-failure 2019-06-12 10:49:21 +02:00
Renovate Bot
a6a6e4724e chore(deps): update dependency @types/node to v11.13.14 2019-06-12 05:10:48 +00:00
Renovate Bot
1f6cafd664 build(deps): update dependency pnpm to v3.5.0 2019-06-12 05:00:51 +00:00
Rhys Arkins
5f59a0b5a8
feat(composer): support lock file maintenance (#3912) 2019-06-11 15:06:29 +02:00
Rhys Arkins
b110cc0204 test: fix coverage 2019-06-11 12:33:12 +02:00
Rhys Arkins
9a4f2b9eb7 fix(lock-file-maintenance): PR body Changes text 2019-06-11 12:29:14 +02:00
jgarec
3f4e464e2b feat(cli): enable onboarding-config cli option (#3910) 2019-06-11 06:19:05 +02:00
Matt R. Wilson
9212a876fc feat(schedule): Support scheduling by weeks of year. (#3914)
Fixes #3879.
2019-06-11 06:17:12 +02:00
Sergio Zharinov
4ce426560c fix(sbt): Fix sbt plugin fetching from maven repos (#3909) 2019-06-10 17:48:26 +02:00
Sergio Zharinov
f845fe4d4f feat(git): Create datasource that fetches tag versions directly from git (#3890) 2019-06-10 07:43:44 +02:00
Michael Howell
411675b09a docs: fix bors-ng example (#3913)
Your description of the merge option links to bors-ng, but the command example that you use is for homu-as-deployed-by-rust-lang.
2019-06-10 07:42:59 +02:00
Rhys Arkins
c911a2dfaf refactor: getArtifacts -> updateArtifacts 2019-06-09 08:18:41 +02:00
Rhys Arkins
da4818c900 fix(bundler): syntax error when using global bundler
When running global bundler, a mistaken additional `”` caused the command to fail.

Fixes #3860
2019-06-08 10:50:01 +02:00
renovate[bot]
dab7b1c314 chore(deps): update dependency prettier to v1.18.0 (#3905) 2019-06-07 06:34:57 +02:00
Renovate Bot
e96da358b0 chore(deps): update dependency husky to v2.4.0 2019-06-07 06:29:54 +02:00
Rhys Arkins
bdd2c056a2 fix(github): handle EAI_AGAIN 2019-06-06 18:57:08 +02:00
Markus Heberling
c830f45484 feat(gitlab): use repository URL from API (#3900)
This allows to access gitlab servers running with a relative url root
* https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-a-relative-url-for-gitlab
2019-06-06 17:06:04 +02:00
Rhys Arkins
a7e1115237 fix: redact private header 2019-06-06 17:01:26 +02:00
Renovate Bot
5d678cb932 chore(deps): pin node.js 2019-06-05 19:35:55 +02:00
Rhys Arkins
78d60e1c01
build: use amd64 prefix images for less digest churn (#3895) 2019-06-05 19:10:38 +02:00
Rhys Arkins
8a6317a43e chore: circle yaml formatting 2019-06-05 19:05:51 +02:00
Rhys Arkins
08ea666bd5 fix(gitlab): log initRepo err 2019-06-05 18:45:40 +02:00
Rhys Arkins
7c96842d92 fix(npm): don’t name PR after @types when grouped
Closes #3887
2019-06-05 11:16:13 +02:00
Rhys Arkins
c6d61bf0b3 fix(gitlab): platform-error if ECONNRESET 2019-06-05 11:14:06 +02:00
Rhys Arkins
f6f7db8d6c fix(gitlab): throw platform-failure if 5xx 2019-06-05 10:13:00 +02:00
Rhys Arkins
6a11d5f59b
fix(npm): use registry url in cache key (#3889) 2019-06-04 20:38:30 +02:00
Rhys Arkins
5ca5a124fa
feat(pipenv): support index registry urls (#3885)
Closes #3865
2019-06-04 14:08:37 +02:00
Sergio Zharinov
edec4ad307 fix(maven): Fix comparing versions with leading zero (#3884) 2019-06-04 10:35:28 +02:00
Rhys Arkins
6c6e584d33 fix(bitbucket): options override defaults
Closes #3883
2019-06-04 08:41:37 +02:00
Rhys Arkins
d5af20fb64 fix: don’t except pin schedules
Closes #3867
2019-06-04 08:38:23 +02:00
Renovate Bot
6b700eb3e8 chore(deps): update dependency nock to v11.0.0-beta.17 2019-06-04 05:20:35 +02:00
Rhys Arkins
9dc0d57b96
test: enable node 12 testing (#3881) 2019-06-04 04:45:37 +02:00
Rhys Arkins
09a8ba311d test: fix lint warnings 2019-06-04 04:25:15 +02:00
Renovate Bot
a6fe5b2dab build(deps): update dependency detect-indent to v6 2019-06-04 04:11:59 +02:00
Renovate Bot
7a3524dde1 build(deps): update dependency fs-extra to v8 2019-06-04 04:11:42 +02:00
Rhys Arkins
5edbe981b7 fix(github): use err.body.message 2019-06-04 04:10:22 +02:00