Commit graph

5270 commits

Author SHA1 Message Date
Rhys Arkins
c5a015df65 refactor: Authorization -> authorization 2019-05-25 10:09:30 +02:00
Rhys Arkins
2bacbe1158 ci: publish master as next 2019-05-25 09:38:33 +02:00
Rhys Arkins
7a4f12777a refactor(host-rules): simplify auth 2019-05-25 08:27:14 +02:00
Rhys Arkins
57f49a2fb7 fix(packagist): check for opts.auth 2019-05-25 08:19:35 +02:00
Rhys Arkins
47edd88755
refactor(bitbucket): simplify auth (#3810) 2019-05-25 08:13:55 +02:00
Rhys Arkins
5b0ef9409f refactor: bitbucket useCache 2019-05-25 07:58:57 +02:00
Rhys Arkins
cc10917666
refactor: packagist auth (#3809) 2019-05-25 07:57:27 +02:00
Rhys Arkins
d550d554c7 fix(host-rule): always return an object 2019-05-25 07:52:02 +02:00
Rhys Arkins
8d7841f040 fix(changelog): use endpoint, not config.endpoint 2019-05-25 07:07:48 +02:00
Rhys Arkins
14363a9388 test: fix pip_setup coverage 2019-05-25 07:07:16 +02:00
Rhys Arkins
42becebf23 fix: migrate gitFs on CLI and bot config 2019-05-25 06:59:46 +02:00
Rhys Arkins
439e19d78c
chore: remove all gitFs references (#3807) 2019-05-25 06:23:44 +02:00
Rhys Arkins
5f11c5e8d9
feat: hostRules rewrite (#3801)
Rewrites hostRules for increased flexibility. Includes renames of existing fields within a hostRule:
- `endpoint` -> `baseUrl`
- `host` -> `hostName`

Additionally, `domainName` has been added. Migration scripts should take care of these for users but it's recommended to update configs to match the new fields anyway.
2019-05-24 17:40:39 +02:00
Rhys Arkins
2426a5239f
feat(github): use git for all file operations (#3806)
With Renovate’s github platform code now using git for all file system operations, we need to tell Renovate which gitAuthor to use.

If you had already configured a gitAuthor in your bot config, you do not need to make any change.

Otherwise, to keep functionality as before, you should either:
(1) configure `gitAuthor` to match the bot’s account, or
(2) recreate your bot’s personal access token to include the “user:email” permission so that the bot can retrieve the email itself

BREAKING CHANGE: GitHub bot admins should either configure gitAuthor in their config or generate a new token with “user:email” permissions.
2019-05-24 16:34:52 +02:00
Michael Kriese
5f213255d0 test: fix coverage (#3794) 2019-05-24 15:01:07 +02:00
Rhys Arkins
b53c4c09cb Revert "feat(github): gitFs-only (#3736)"
This reverts commit acb493be95.
2019-05-24 12:08:55 +02:00
Rhys Arkins
acb493be95
feat(github): gitFs-only (#3736)
The github platform code will now use git "under the hood" instead of plucking files one by one from GitHub's API.
2019-05-24 11:50:11 +02:00
Sergio Zharinov
bda25d6ca7 feat(clojure): Add basic support for Leiningen and deps.edn (#3685) 2019-05-24 07:29:26 +02:00
Rhys Arkins
b4f130dd3c ci: fix codecov, drop coveralls 2019-05-24 07:24:53 +02:00
Sergio Zharinov
39be8f9c30 test(maven): Add leading spaces to simple.pom.xml fixture (#3803) 2019-05-23 19:54:25 +02:00
Rhys Arkins
8543dad77d fix(docs): better config.js example 2019-05-22 14:40:36 +02:00
Rhys Arkins
e500790af9 fix: revert back to @synk/ruby-semver mainline 2019-05-22 13:54:58 +02:00
Michael Kriese
9a37dd4e4f chore(build): fix vscode settings (#3795)
chore(build): fix vscode settings
2019-05-22 07:40:15 +02:00
Michael Kriese
21f522eb76 chore(build): fix vscode eslint config (#3790) 2019-05-21 21:20:26 +02:00
Michael Kriese
1f8e9d86e6 fix(packagist): default hostRule (#3793)
fix(packagist): default hostRule
2019-05-21 21:11:10 +02:00
Rhys Arkins
d501790965
fix(docker): default hostRule (#3792) 2019-05-21 20:56:09 +02:00
Michael Kriese
7ce6f15fc2 chore(build): optimise linting (#3786) 2019-05-21 17:23:30 +02:00
Rhys Arkins
1f6d18fcd6 fix(github): use defaults.endpoint
Closes #3787
2019-05-21 17:16:27 +02:00
Michael Kriese
842a23ca4c feat: add vscode-jest extension (#3783) 2019-05-21 15:13:14 +02:00
Rhys Arkins
87f2b04f4e
feat(host-rules): remove overrides option (#3785) 2019-05-21 15:12:53 +02:00
Rhys Arkins
14f2ceffcf
ci: allow coveralls to fail (#3784) 2019-05-21 14:42:13 +02:00
Michael Kriese
ee344f9877 chore(build): shared vscode settings and extensions (#3773) 2019-05-21 14:14:08 +02:00
Renovate Bot
e9cee3d41e chore(deps): update dependency tmp-promise to v2 2019-05-21 14:13:35 +02:00
Renovate Bot
13dbb25fc2 chore(deps): pin node.js 2019-05-21 12:00:54 +00:00
renovate[bot]
f24594f659 chore(deps): update dependency @types/tmp to v0.1.0 (#3781) 2019-05-21 13:55:48 +02:00
Rhys Arkins
e1ddd8784d
ci: coveralls (#3779) 2019-05-21 13:40:34 +02:00
Rhys Arkins
c02abf0976
feat: rename hostRules.platform to hostRules.hostType (#3768)
Refactors hostRules to use field “hostType” instead of “platform”. hostType can include datasources like npm, maven, pypi, etc.
2019-05-21 13:20:09 +02:00
Rhys Arkins
69a766b85e
ci: parameterised build (#3776) 2019-05-21 13:04:46 +02:00
Rhys Arkins
bc93a4eaa9
fix: release on circleci (#3775)
Moves semantic releasing from TravisCI to CircleCI
2019-05-21 12:41:05 +02:00
Rhys Arkins
2fd6bd7126 ci: simplify travis build 2019-05-21 11:29:21 +02:00
Rhys Arkins
192d636e2b
ci: circleci coverage (#3772) 2019-05-21 11:27:11 +02:00
Michael Kriese
0ecc16baf0 chore(build): fix linting (#3769) 2019-05-21 11:15:50 +02:00
Rhys Arkins
0bab8c637d
ci: drop duplicate e2d testing on circleci (#3771) 2019-05-21 10:54:39 +02:00
Michael Kriese
314889031e feat(bitbucket): convert to typescript (#3767) 2019-05-21 10:34:28 +02:00
Rhys Arkins
3b69de91e1 chore: remove debugger statements 2019-05-21 09:57:57 +02:00
Rhys Arkins
73a2b42ac2 fix: clear and apply hostRules before each repo 2019-05-21 08:45:30 +02:00
Ciprian Mandache
05ec931f36 fix: remove checkbox hints + checkbox formatting for bitbucket via readOnlyIssueBody() transformer (#3765) 2019-05-21 08:21:44 +02:00
Rhys Arkins
dbb1332a04 fix(npm): ignoreNpmrcFile until artifact generation 2019-05-20 23:37:43 +02:00
Rhys Arkins
bbbae70806 fix(host-rules): try/catch updating from config 2019-05-20 21:45:20 +02:00
Rhys Arkins
735121fd39 fix(npm): remove npmrc file before artifacts if ignored 2019-05-20 20:59:15 +02:00