Renovate Bot
e550da11c6
build(deps): update dependency simple-git to v1.107.0
2018-11-12 07:09:48 +00:00
Renovate Bot
2303f3704d
build(deps): update dependency slugify to v1.3.3
2018-11-11 18:08:33 +00:00
Renovate Bot
652e94ccbb
build(deps): update dependency pnpm to v2.18.2
2018-11-11 17:08:41 +00:00
Renovate Bot
9e19c5411c
build(deps): update dependency fast-xml-parser to v3.12.7
2018-11-11 07:33:41 +00:00
Rhys Arkins
5696cccf72
feat(packagist): cache packagist.org for 10 minutes
2018-11-11 07:53:29 +01:00
Rhys Arkins
2533fb0751
fix(packagist): use static endpoint for org lookups
...
Closes #2785
2018-11-11 07:42:35 +01:00
Rhys Arkins
603f21d9bc
logs: drop dupe Branch created message
2018-11-11 07:33:26 +01:00
Rhys Arkins
e4a73c2320
fix(github): detect status checks automerge failure
...
.. and don’t create PRs.
Closes #2786
2018-11-11 07:09:39 +01:00
Renovate Bot
242f08c655
build(deps): update dependency luxon to v1.6.2
2018-11-11 06:54:48 +01:00
Renovate Bot
c0307de378
build(deps): update dependency email-addresses to v3.0.3
2018-11-11 06:54:33 +01:00
Renovate Bot
cb336df5f5
build(deps): update dependency got to v9.3.2
2018-11-11 06:53:43 +01:00
Renovate Bot
e21e0c02d5
build(deps): update dependency pnpm to v2.17.8
2018-11-11 06:53:24 +01:00
Rhys Arkins
9534e6a9a9
docs: update readme ( #2783 )
2018-11-11 06:20:43 +01:00
Rhys Arkins
265d375f6a
fix(gitlab): detect empty repo earlier in initRepo
2018-11-10 23:19:20 +01:00
Ayoub Kaanich
b48173a039
feat: Support go_repository in bazel ( #2782 )
2018-11-10 21:50:17 +01:00
Rhys Arkins
fe4827af5e
refactor(github): drop header logging
2018-11-09 22:33:11 +01:00
Rhys Arkins
3300b5a51a
fix(pr): don’t log automerged unless true
2018-11-09 22:11:26 +01:00
Rhys Arkins
b0ec1a1f09
refactor(github): don’t warn for pr merge failure
2018-11-09 21:53:47 +01:00
Renovate Bot
8138d4535a
build(deps): update dependency cacache to v11.3.1
2018-11-09 16:28:39 +00:00
Renovate Bot
7da28de357
build(deps): update dependency fs-extra to v7.0.1
2018-11-09 17:03:44 +01:00
Renovate Bot
7be4155348
build(deps): update dependency semantic-release to v15.10.8
2018-11-09 17:03:32 +01:00
Rhys Arkins
45da51aa6d
refactor: add cargo skeleton
...
Begins #1870
2018-11-09 14:22:11 +01:00
Rhys Arkins
f3b4b413c6
chore: website test exclude unpublished options
2018-11-09 14:20:55 +01:00
Ayoub Kaanich
48278ad247
fix(pip): requirements.txt extras ( #2773 )
2018-11-09 13:51:23 +01:00
Rhys Arkins
221b2fe21a
fix(gitlab): catch/throw ‘empty’ error
2018-11-09 13:19:45 +01:00
renovate[bot]
dff1fb137b
feat(deps): update got packages (major) ( #2433 )
2018-11-09 12:50:21 +01:00
Rhys Arkins
943537417e
refactor(docker): reduce cache time to 15 mins
2018-11-09 00:27:58 +01:00
Rhys Arkins
e04dbc38b6
fix(gitlab): check MR branch status only if opened
...
Fixes #2771
2018-11-08 23:41:52 +01:00
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