Rhys Arkins
fa1eee1bb0
refactor: log unsupported composer value
2018-10-16 16:23:26 +02:00
Rhys Arkins
72a54d3664
fix(github): don’t warn for check runs permissions
2018-10-16 14:50:35 +02:00
Rhys Arkins
d19a4ba709
feat(github): support check-runs for branch status ( #2659 )
...
Closes #2571 , Closes #2616
2018-10-16 12:43:27 +02:00
Gord Lea
d776ec788a
fix(GHE): Escape leading @ in pr body table ( #2657 )
...
This prevents github from parsing package names as a team mention.
Closes #2656
2018-10-16 07:01:54 +02:00
Rhys Arkins
70b4000f83
chore: remove misbehaving cache test
2018-10-16 06:47:54 +02:00
Rhys Arkins
956d198f89
fix(composer): handle non-array repositories
2018-10-16 06:33:42 +02:00
Rhys Arkins
b7123806f4
fix(npm): drop Host key verification check
2018-10-16 05:25:29 +02:00
Rhys Arkins
0f1710faf8
feat(composer): custom registries and basic auth ( #2650 )
...
Adds support for custom Packagist registries.
- [x] Support dynamic packages.json interface for wpackagist.org
- [x] Support static packages.json for satis
- [x] Support basic auth using hostRules
- [x] Write basic auth to `auth.json`
Closes #2574 , Closes #2354
2018-10-16 04:52:57 +02:00
Scott Rudiger
b04ee9cb7f
docs(configuration-options): fix typos ( #2655 )
2018-10-15 15:47:48 +02:00
Rhys Arkins
ba80991bac
fix(hostRules): support endpoint-only rule
2018-10-15 13:43:17 +02:00
Rhys Arkins
aabb486129
fix(hostRules): allow to be set in config
2018-10-15 13:35:55 +02:00
Rhys Arkins
50ba8473f7
refactor: lower debug logging
2018-10-15 09:21:57 +02:00
Renovate Bot
19548492c0
build(deps): update dependency simple-git to v1.105.0
2018-10-15 07:52:12 +02:00
Rhys Arkins
4d617b7894
fix: improve footer wording
...
Closes #2651
2018-10-15 06:55:38 +02:00
Sarun Intaralawan
f9fabd70fd
fix(gitlab): ensure that comments in GitLab uses MR, not PR ( #2652 )
2018-10-15 06:38:34 +02:00
Rhys Arkins
0a9b6d1e8e
fix: no commitMessageExtra for pin group
2018-10-14 21:56:42 +02:00
Rhys Arkins
10f4f42be0
fix(npm): skip non-string values
...
Closes https://github.com/renovatebot/config-help/issues/113
2018-10-14 21:11:50 +02:00
Rhys Arkins
6d681d5b64
fix(composer): extract repositories into registryUrls
2018-10-14 06:46:17 +02:00
Rhys Arkins
13dde6eeff
feat(gitlab): oauth token support
...
Adds ability to use a GitLab OAuth2 token by settings oauth=true in admin config.
2018-10-13 15:54:58 +02:00
Rhys Arkins
6fc40ad4f4
refactor: default skipInstalls to null
...
This allows users to control true/false explicitly via config.
Related: #2647
2018-10-12 20:00:49 +02:00
Rhys Arkins
bf1be75077
fix(gitlab): massage issue bodies
...
Closes #2643
2018-10-12 10:36:09 +02:00
Rhys Arkins
030c424639
docs: describe parameterised presets ( #2640 )
2018-10-11 16:13:49 +02:00
Rhys Arkins
2a3e1b8185
refactor(gomod): use renovate/go image
2018-10-11 16:13:24 +02:00
Rhys Arkins
9c74e93a27
refactor(composer): use renovate/composer docker image
2018-10-11 16:00:33 +02:00
Renovate Bot
25af1c508b
build(deps): update dependency semver to v5.6.0
2018-10-11 08:09:13 +00:00
Rhys Arkins
373619d781
docs: github-hosted presets ( #2637 )
2018-10-10 18:01:17 +02:00
Renovate Bot
d2273c8c9e
build(deps): update dependency semver-utils to v1.1.4
2018-10-10 15:06:56 +00:00
Ian Grayson
d0031b8152
docs: Fix typo in docker.md ( #2627 )
2018-10-10 15:27:18 +02:00
Ian Grayson
b84e8e386a
docs: fix typo ( #2628 )
...
... by removing optional phrase.
2018-10-10 15:26:24 +02:00
Renovate Bot
363157b31d
chore(deps): update dependency nock to v10.0.1
2018-10-10 15:25:23 +02:00
Renovate Bot
468af2b336
build(deps): update dependency pnpm to v2.16.3
2018-10-10 13:05:40 +00:00
Renovate Bot
17a342d0d4
build(deps): update dependency delay to v4.1.0
2018-10-10 12:05:59 +00:00
Renovate Bot
14d3702e14
build(deps): update dependency commander to v2.19.0
2018-10-10 11:05:35 +00:00
Rhys Arkins
20e3783a1d
refactor: lower error to warn for branch update failure
2018-10-09 20:03:37 +02:00
James King
6b191b16a9
fix(composer): global hanging due to script / autoloader errors ( #2626 )
...
Make sure no scripts or autoloader or interactivity is set when updating composer dependencies to stop issues with PHP frameworks.
Closes #2625
2018-10-09 16:11:51 +02:00
Rhys Arkins
8f8cffbd6f
fix(github): force fork updates
2018-10-09 09:52:12 +02:00
Renovate Bot
70d742d5d6
build(deps): update dependency luxon to v1.4.3
2018-10-09 06:58:53 +02:00
Rhys Arkins
fce22d75ad
chore: add @Jamesking56 to contributors list
2018-10-09 05:07:47 +02:00
James King
a0dfa3fddc
fix(gitlab): issues API is description
not body
( #2620 )
...
Fixes a crash with GitLab due to the API Issue body being called `description` and not `body`:
https://docs.gitlab.com/ee/api/issues.html#single-issue
Closes #2619
2018-10-09 05:05:20 +02:00
renovate[bot]
ebe88d5aa7
build(deps): update dependency semver-utils to v1.1.3 ( #2622 )
...
* build(deps): update dependency semver-utils to v1.1.3
* remove workaround
2018-10-09 05:03:35 +02:00
Rhys Arkins
36070ca43a
fix(gitlab): getPrBody massage master issue links
...
Closes #2615 , Closes #2621
2018-10-09 05:02:58 +02:00
Rhys Arkins
71810d3b5f
docs: update private module encryption information
...
Closes #2442
2018-10-08 14:48:52 +02:00
Rhys Arkins
44d84e56f5
fix(gitlab): don’t warn for closed MRs with 404 branch
...
Closes #2614
2018-10-08 14:29:02 +02:00
Rhys Arkins
00346aba2e
fix(master issue): check branch.res first
2018-10-08 12:53:49 +02:00
Rhys Arkins
61b7d3d1a4
fix(digest): fix PR table for all digest updates
2018-10-08 12:08:51 +02:00
Rhys Arkins
648f3575ce
fix(digest): don’t filter different digests as dupes
2018-10-08 12:08:22 +02:00
Rhys Arkins
084fc4536c
fix(docker): fix commit message/pr title for digest groups
...
Fixes #2613
2018-10-08 11:50:17 +02:00
Rhys Arkins
2cabefef83
fix(github): gracefully handle fork error
2018-10-08 10:42:17 +02:00
James King
035f7432c4
fix: Add PHP + Composer to Dockerfile ( #2612 )
2018-10-08 10:23:09 +02:00
Rhys Arkins
72c79793b0
fix: add bin/yarn* to Dockerfile
...
Closes #2609
2018-10-07 07:57:18 +02:00