Commit graph

4194 commits

Author SHA1 Message Date
Ayoub Kaanich
c1f6eb38c3 feat: delete gitlab labels (#2772)
Closes #2764
2018-11-08 20:01:10 +01:00
Rhys Arkins
cd185ab3b0
fix: revert gitlab oauth (#2770) 2018-11-08 14:59:04 +01:00
Ayoub Kaanich
164b9af513 feat: gitFs over SSH (#2768)
Support setting git clone protocol `http`, `https` or `ssh`.
Config name: `gitFsProtocol`.
Platform independent.

Closes #2708
2018-11-08 13:21:36 +01:00
Rhys Arkins
2fd6c3bf34
docs: add GitLab App description (#2767)
Closes #2648
2018-11-08 10:21:09 +01:00
Rhys Arkins
be8473c5d1 refactor: log err with label deletion failure 2018-11-08 07:29:14 +01:00
Renovate Bot
3fb847d18b build(deps): update dependency safe-regex to v2 2018-11-07 14:38:19 +01:00
Rhys Arkins
d77fcf8e52
docs: describe datasources and fields (#2667) 2018-11-07 14:19:46 +01:00
Rhys Arkins
091514288a fix(changelog): handle multi-package different-versions in same repo
Closes #2752
2018-11-07 13:54:43 +01:00
Rhys Arkins
a5531b8713 fix(gitlab): check branch status for MR mergeability
Adds a call to getBranchStatus() from getPr() so that we are correctly calculating pr.canMerge status.

Closes #2735
2018-11-07 13:19:20 +01:00
Guillaume Dedrie
3428b4b183 fix(gitlab): getPrFiles throw TypeError: files.map is not a function. (#2761)
In `getPrFiles` function, when requesting MR changes to GitLab API
(in order to return files modified by the MR), we should iterate over
`changes` property in the HTTP body response, and return `new_path` as
the filename.
See: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr-changes
2018-11-07 13:17:32 +01:00
Rhys Arkins
6a3836faf0 fix(gitlab): Gracefully handle 403 during init 2018-11-07 10:52:33 +01:00
Ayoub Kaanich
680d5c17ac feat: loose versioning (#2759)
Closes #2748
2018-11-06 13:35:11 +01:00
Renovate Bot
dc05ea1de7 chore(deps): update dependency nock to v10.0.2 2018-11-05 13:08:32 +00:00
Ayoub Kaanich
33781c4d39 feat(docker): better versioning redo 2018-11-05 12:14:04 +01:00
Rhys Arkins
71b8fb0e72 fix: Revert "feat: better docker versioning (#2742)"
This reverts commit ea8bcbc9b2.
2018-11-05 11:35:06 +01:00
Rhys Arkins
031d94d7ed Revert "fix(docker): null is not a valid version"
This reverts commit 8f0279ec3a.
2018-11-05 11:35:06 +01:00
Rhys Arkins
27e30f1379 Revert "fix(docker): compare only if non-null"
This reverts commit ad83405379.
2018-11-05 11:35:06 +01:00
Rhys Arkins
f6b0045311
chore: renovate Change column 2018-11-05 11:32:08 +01:00
Renovate Bot
d1ae48bbe5 chore(deps): update dependency eslint to v5.8.0 2018-11-05 11:29:45 +01:00
Rhys Arkins
c40a7d9842 fix(gradle): match gradle.properties
Closes #2749
2018-11-05 11:27:07 +01:00
Renovate Bot
887c5ba822 chore(deps): update amd64/golang docker tag to v1.11.2 2018-11-05 11:09:57 +01:00
Rhys Arkins
ad83405379 fix(docker): compare only if non-null 2018-11-05 10:42:13 +01:00
Rhys Arkins
8f0279ec3a fix(docker): null is not a valid version 2018-11-05 10:11:58 +01:00
Ayoub Kaanich
ea8bcbc9b2 feat: better docker versioning (#2742)
Rewrite docker versioning to support versions of any size.

Closes #2357, Closes #2358
2018-11-05 09:32:34 +01:00
Rhys Arkins
9292833ecf
refactor: extractAllFiles (#2741) 2018-11-05 07:47:44 +01:00
Adrien Lemaire
c0375c52d4 fix: add django-storages release notes (#2751) 2018-11-05 07:10:57 +01:00
Rhys Arkins
44d119823f refactor: rename extractDependencies -> extractPackageFile 2018-11-04 18:51:23 +01:00
Ayoub Kaanich
4f320ed9cd feat: Python compatibility (#2736) 2018-11-04 18:12:58 +01:00
Renovate Bot
d9d92fb190 build(deps): update dependency pnpm to v2.17.7 2018-11-04 16:41:44 +00:00
Renovate Bot
c01484f56d build(deps): update dependency semantic-release to v15.10.7 2018-11-04 16:09:03 +00:00
Renovate Bot
ce2ae8a131 build(deps): update dependency luxon to v1.5.0 2018-11-04 16:19:41 +01:00
Renovate Bot
4af2d1f086 build(deps): update dependency @sindresorhus/is to v0.13.0 2018-11-03 08:07:21 +00:00
Rhys Arkins
17701f2fa2 feat: update node.js releases 2018-11-02 08:33:53 +01:00
Rhys Arkins
2b6d2e75e2 fix: Revert "build(deps): update dependency safe-regex to v2"
This reverts commit 10ddee601b.
2018-11-02 07:26:58 +01:00
Rhys Arkins
4675a81714 fix(gitFs): throw repository-changed
Closes #2713
2018-11-02 07:10:53 +01:00
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