Rhys Arkins
7603fda78e
logs: log masterIssue events
2018-11-02 06:53:17 +01:00
Renovate Bot
10ddee601b
build(deps): update dependency safe-regex to v2
2018-11-02 06:47:07 +01:00
Renovate Bot
35385cb41d
build(deps): update dependency pnpm to v2.17.6
2018-11-02 06:39:27 +01:00
Ayoub Kaanich
483702b8af
feat: Support pip_requirements extras
2018-11-02 06:36:38 +01:00
Ayoub Kaanich
2622046147
feat: Add master issue link to closed PRs ( #2730 )
...
Closes #2665
2018-11-02 06:23:45 +01:00
Ayoub Kaanich
c6e4379715
refactor: gomod purl ( #2729 )
...
<!--
Before submitting a Pull Request, please ensure you have signed the CLA using this GitHub App:
https://cla-assistant.io/renovateapp/renovate
-->
<!-- Replace this text with a description of what this PR fixes or adds -->
Closes #2725 <!-- Ideally each PR should be closing an open issue -->
2018-11-02 06:22:42 +01:00
Ayoub Kaanich
894fc72b42
tests: fix gradle tests in Windows ( #2727 )
2018-11-01 14:55:40 +01:00
Renovate Bot
8e3d553150
build(deps): update dependency moment-timezone to v0.5.23
2018-11-01 11:07:17 +00:00
renovate[bot]
e98da744fc
build(deps): update dependency semantic-release to v15.10.6 ( #2722 )
...
build(deps): update dependency semantic-release to v15.10.6
2018-11-01 09:00:42 +01:00
renovate[bot]
04160e2624
build(deps): update dependency slugify to v1.3.2 ( #2723 )
...
build(deps): update dependency slugify to v1.3.2
2018-11-01 08:51:51 +01:00
Mike Barkmin
acb2ae8b45
docs: update to match latest docker tag ( #2711 )
2018-11-01 08:13:30 +01:00
Renovate Bot
5d534037eb
build(deps): update dependency conventional-commits-detector to v1
2018-11-01 08:13:07 +01:00
Renovate Bot
26d528efc9
build(deps): update dependency luxon to v1.4.5
2018-10-31 23:26:38 +00:00
Renovate Bot
5892919d7f
build(deps): update dependency simple-git to v1.106.0
2018-10-31 18:43:35 +01:00
Ayoub Kaanich
278b892cb9
feat(gitlab): Implement pr.isStale ( #2716 )
...
feat(gitlab): Implement pr.isStale
2018-10-31 15:05:25 +01:00
Rhys Arkins
e50a8ebefd
chore: add @corecanarias to contributors list
2018-10-31 08:53:23 +01:00
Rhys Arkins
5db39b4ed8
fix(github): catch/ignore if required status checks not met yet
2018-10-30 08:35:22 +01:00
Rhys Arkins
f7bc39efe8
fix(github): don’t keep processing resource not accessible
2018-10-30 07:40:09 +01:00
Rhys Arkins
a518c13498
fix(gitlab): cache-bust branch status checks
...
Closes #2709
2018-10-29 20:03:35 +01:00
Rhys Arkins
8381389fbb
refactor(gitlab): don’t use leading / in url
2018-10-29 20:01:21 +01:00
Ayoub Kaanich
975ee2b79b
feat: GitFs for GitLab ( #2692 )
...
Since Gitlab does not support using tokens to write to repo, `commitFilesToBranch` will always use the API. This could be changed once GitFS over SSH is implemented.
Closes #2549
2018-10-29 18:25:11 +01:00
FidoX
be65176dc4
feat: gradle support ( #2610 )
...
Closes #934
2018-10-29 17:32:31 +01:00
Ayoub Kaanich
751ee3b4de
feat(bazel): Support bazel "urls" array ( #2703 )
...
Closes #2576
2018-10-29 17:18:07 +01:00
Ayoub Kaanich
554f305a82
feat(bitbucket): Issues Support ( #2705 )
...
Closes #2439
2018-10-29 17:07:50 +01:00
Rhys Arkins
84cbeea66f
fix(gitlab): try/catch branch status set
2018-10-29 06:53:03 +01:00
Rhys Arkins
6c8e796cb1
fix(github): skip branch status checks if pr.canMerge=true
2018-10-29 06:32:20 +01:00
Rhys Arkins
7304153129
fix: await platform.mergePr
2018-10-29 06:16:17 +01:00
Rhys Arkins
4f7d4fbeae
logs: deprecationMessage
2018-10-29 05:53:00 +01:00
Rhys Arkins
7fdef1d683
fix: dry run deprecation issues
2018-10-29 05:52:45 +01:00
Rhys Arkins
00bc05704e
fix(github): accept neutral check runs
2018-10-29 05:26:28 +01:00
Rhys Arkins
99014ff973
refactor(github): retry abuse detection ony once
2018-10-28 14:46:52 +01:00
Ayoub Kaanich
9295efecdd
fix(docker): skip index reference COPY --from tags ( #2699 )
2018-10-28 08:30:28 +01:00
Rhys Arkins
e335744ce5
fix(gitlab): gracefully handle PR merge rejections ( #2701 )
...
Currently any GitLab PR merge rejection results in a Renovate ERROR being thrown. This includes 401 which is due to permissions:
![image](https://user-images.githubusercontent.com/6311784/47613176-25d72980-da8a-11e8-84cf-7441a50312ef.png )
Although it's unideal for someone to configure automerge but not grant Renovate adequate permissions to merge to master, it definitely should be gracefully handled and not throwing errors to logs.
2018-10-28 08:29:55 +01:00
Rhys Arkins
d728b4ac26
fix(gitFs): try/catch/throw on clone error ( #2700 )
2018-10-28 08:13:27 +01:00
Rhys Arkins
70415861cd
fix: delete child description in onboarding
2018-10-27 06:39:55 +02:00
Rhys Arkins
05fa91e9cd
feat: dry run
...
Adds support to run Renovate like “renovate owner/repo —dry-run”. Instead of creating branches, PRs or comments, an INFO level dry run message will be logged each time instead.
Closes #1399
2018-10-26 09:48:49 +02:00
Rhys Arkins
2dbab991a6
fix(monorepo): allow string packages
2018-10-26 07:10:29 +02:00
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