Commit graph

3772 commits

Author SHA1 Message Date
Rhys Arkins
a3d1ae7d3e fix(changelog): remove trailing slash in changelog url
This seems to fix #2219. It wasn’t RST.
2018-10-25 19:31:02 +02:00
Guillaume Dedrie
23c3caf268 fix(gitlab): s/PATCH/PUT on MR note modification API call. (#2690)
When trying to modifying an existing note for a merge request,
RenovateBot ended up with an `Error updating branch`, the API call
returning a `404 Not Found`.
After taking a look at the GitLab API documentation
(https://docs.gitlab.com/ee/api/notes.html#modify-existing-merge-request-note),
the right call for modifying a MR notes should be perform using the
`PUT` HTTP Method.

This has been discovered because I observed errors after commit
6577651f74 that modify all occurences of
`Pull request` (or `PR`) to `Merge Request` (or `MR`) of notes bodies
before updated it.
2018-10-25 19:01:39 +02:00
Rhys Arkins
727dccfecd fix(onboarding): don’t update modified title 2018-10-25 13:45:08 +02:00
renovate[bot]
84d6908242 build(deps): update dependency pnpm to v2.17.3 (#2689)
build(deps): update dependency pnpm to v2.17.3
2018-10-25 10:54:59 +02:00
Adrien Lemaire
ffdce5e9ec fix: add flake8 release notes (#2688) 2018-10-25 07:21:14 +02:00
Rhys Arkins
ec313076f0 fix: update readme to kick semantic-release 2018-10-24 15:36:42 +02:00
Rhys Arkins
190e896eb1 fix(github): getDigest lookup 2018-10-24 14:59:41 +02:00
Renovate Bot
b5b80fbda3 build(deps): update dependency semantic-release to v15.10.5 2018-10-23 20:05:29 +00:00
Rhys Arkins
6577651f74 fix(gitlab): ensure comments once 2018-10-23 18:46:45 +02:00
Rhys Arkins
163c4bf53a fix: github getDigest use purl 2018-10-23 13:48:08 +02:00
renovate[bot]
7fd2bae340 build(deps): update dependency pnpm to v2.17.0 (#2684)
build(deps): update dependency pnpm to v2.17.0
2018-10-23 11:02:07 +02:00
Rhys Arkins
f97de73e8d chore: rename composer const 2018-10-23 06:50:24 +02:00
Rhys Arkins
2b1e8357ef
feat(composer): auto pin project requires (#2682)
Pins require packages if type=project and rangeStrategy=auto.

Closes #2678
2018-10-23 06:40:35 +02:00
Rhys Arkins
a0cfab4421 chore: update fixture to non-vulnerable version 2018-10-23 06:31:02 +02:00
Rhys Arkins
ce8926a003
feat: pip requirements.txt ignore (#2676)
Adds support for “# renovate: ignore” command in requirements.txt files.
2018-10-23 06:09:33 +02:00
Renovate Bot
255f69812a build(deps): update dependency form-data to v2.3.3 2018-10-22 22:05:25 +00:00
Renovate Bot
260457ebab build(deps): update dependency luxon to v1.4.4 2018-10-22 21:05:32 +00:00
Rhys Arkins
790e74f036 fix(yarn): support resolutions glob syntax
Closes #2670
2018-10-22 11:08:07 +02:00
Rhys Arkins
9c0135cf0d fix: typo in digest newValue
Closes #2674
2018-10-22 10:50:58 +02:00
Rhys Arkins
e2ee255b17 fix: ignore vendor directories
Closes #2673
2018-10-21 15:00:53 +02:00
Adrien Lemaire
38bd6f4986 fix: add djangorestframework release notes (#2668) 2018-10-21 06:28:18 +02:00
Rhys Arkins
6a44f30ec6 docs: dependency pinning improvements 2018-10-21 06:19:25 +02:00
Robin Winslow
a080e047b7 docs: Add a "d" to fix typo (#2672) 2018-10-21 05:50:53 +02:00
Rhys Arkins
6ae9a9159a fix(composer): lazy evaluate fromVersion major 2018-10-20 06:16:15 +02:00
Rhys Arkins
77d6a29b74 chore: fix getClosedPrs log message 2018-10-19 07:29:32 +02:00
Rhys Arkins
cb32fed7a1 refactor: return true from ensureComment 2018-10-19 07:29:19 +02:00
Rhys Arkins
62bcf35076 fix: await platform.ensureComment 2018-10-19 07:28:57 +02:00
Rhys Arkins
068c2d4938 fix(github): check for parent edges 2018-10-19 07:15:55 +02:00
Rhys Arkins
f82f26197c fix: skip null current values 2018-10-19 07:09:31 +02:00
Rhys Arkins
e9053fbe4a fix: abort rollback if null toVersion 2018-10-19 06:57:21 +02:00
Rhys Arkins
46dfc5eb1d feat(schedule): massage “every month” and “monthly” 2018-10-18 15:58:15 +02:00
Rhys Arkins
3750d12523 fix(nuget): handle null versions 2018-10-18 15:42:06 +02:00
Rhys Arkins
1409f923d9 feat(composer): packagist.org optimisation
Use direct lookup for packagist.org only
2018-10-18 13:48:30 +02:00
Rhys Arkins
93a331f214 fix(composer): cache per site 2018-10-18 13:11:33 +02:00
Rhys Arkins
1e37592843 docs: fix ignoreUnstable description
Closes #2666
2018-10-18 12:46:38 +02:00
James King
f46f3f43af fix(composer): Add GitLab token to composer. (#2661)
Closes #2660
2018-10-18 12:28:02 +02:00
Rhys Arkins
aafe3a3432 chore: don’t warn on rollbacks 2018-10-18 11:30:56 +02:00
Rhys Arkins
539275e014 feat(packagist): fetch files in parallel 2018-10-18 11:30:43 +02:00
Rhys Arkins
81d64bb884 feat: repo mem cache for packagist 2018-10-18 11:06:57 +02:00
Rhys Arkins
e23ab0ea07 refactor: don’t warn for prune failure repository-changed 2018-10-18 06:10:19 +02:00
Rhys Arkins
f5c64a32c2 fix(composer): don’t warn for non-null registryUrls 2018-10-18 05:59:28 +02:00
Rhys Arkins
5565e4d79d refactor(packagist): don’t warn when 404 registry 2018-10-18 05:52:49 +02:00
Rhys Arkins
a907210d77 fix(packagist): set empty releases 2018-10-18 05:48:15 +02:00
Rhys Arkins
53813e97b9 fix(packagist): do proper url join 2018-10-18 05:04:19 +02:00
Rhys Arkins
058289e8bd fix(githhub): handle empty file 2018-10-18 04:59:07 +02:00
Rhys Arkins
3bf09baa5d fix(packagist): ignore null versions 2018-10-18 04:35:21 +02:00
Rhys Arkins
085a4d8514 fix(composer): support complex range widening 2018-10-18 04:28:55 +02:00
Rhys Arkins
85dd6b02db feat(composer): support auto rangeStrategy 2018-10-18 04:28:10 +02:00
Rhys Arkins
e5d0f8a33a fix(npm): don’t abort for private ETIMEDOUT 2018-10-18 03:48:02 +02:00
Rhys Arkins
24f2138165 fix: log depName, not name 2018-10-18 03:43:10 +02:00