Florian Greinacher
744d3a80b1
feat(nuget): add support for authenticated feeds ( #3241 )
...
Closes #3239
2019-02-22 10:34:01 +01:00
Rhys Arkins
5f07702b72
docs: update commitMessage
2019-02-22 05:31:30 +01:00
Michael Kriese
fdff32eecd
fix(bitbucket-server): fix missing reviewers. ( #3253 )
...
fix(bitbucket-server): fix missing reviewers.
2019-02-21 19:51:57 +01:00
Michael Kriese
f37ac61a72
fix(bitbucket-server): Fix caching errors. ( #3252 )
...
fix(bitbucket-server): Fix caching errors.
2019-02-21 18:18:56 +01:00
Michael Kriese
70232a31b2
fix(bitbucket-server): Fix status handling ( #3250 )
...
fix(bitbucket-server): Fix status handling
2019-02-21 17:10:56 +01:00
Michael Kriese
dff1472451
feat(bitbucket-server): add pr comments ( #3251 )
...
This pr add comment handling for bitbucket server pull requests.
2019-02-21 16:30:01 +01:00
Michael Kriese
b39f87c7de
test(bitbucket-server): add tests for branch status.
2019-02-21 13:12:17 +01:00
Michael Kriese
3feb3e3ee4
feat(bitbucket-server): add branch status handling.
2019-02-21 13:12:17 +01:00
Rhys Arkins
aadeb23a28
logs: debug hostRule setting
2019-02-21 08:01:44 +01:00
Dmitry
069b9816e0
feat: validate managers list ( #3240 )
2019-02-20 22:29:38 +01:00
Michael Kriese
af00dbe850
fix(bitbucket-server): catch failed PR merges ( #3245 )
2019-02-20 18:56:19 +01:00
Michael Kriese
73b67ba756
fix(bitbucket-server): fix missing git author and key. ( #3244 )
...
fix(bitbucket-server): fix missing git author and key.
2019-02-20 12:03:41 +01:00
Michael Kriese
1f8e25cdf6
fix(bitbucket-server): fix pr createdAt mapping. ( #3243 )
...
fix(bitbucket-server): fix pr createdAt mapping.
2019-02-20 11:40:39 +01:00
Rhys Arkins
5068871ebe
chore: add @ViceIce to contributors
2019-02-19 16:55:40 +01:00
Michael Kriese
cf3182d380
fix(bitbucket-server): do not recreate pr if closed /declined ( #3237 )
2019-02-19 16:54:43 +01:00
Rhys Arkins
4d1f368860
chore: add @Elufimov to contributors list
2019-02-19 16:01:14 +01:00
Michael Elufimov
f64f61dddc
feat: Support api version 2 for nuget datasource ( #3148 )
2019-02-19 15:58:42 +01:00
N Oliver
4fded73b62
fix(bitbucket-server): honor the path portion of the endpoint config
...
fixes #3225
2019-02-19 10:26:56 +01:00
N Oliver
f3acc4f4c9
test(bitbucket-server): update server mocks to use the endpoint
2019-02-19 10:26:56 +01:00
N Oliver
972bc555d5
fix(bitbucket-server): get the PR version before auto-merging
2019-02-19 10:26:56 +01:00
Renovate Bot
21c0793c1b
chore(deps): update dependency eslint to v5.14.1
2019-02-19 10:20:05 +01:00
Rhys Arkins
0a7aabeb49
feat: multiple github-hosted presets
...
Now supports multiple presets per github repo. For example: `{ “extends”: [“github>abc/def:foo”] }` will look for the file `foo.json` inside the repo github.com/abc/def.
Closes #2493
2019-02-18 23:25:12 +01:00
Rhys Arkins
faf36602c6
refactor: github hosted presets
2019-02-18 22:58:33 +01:00
Rhys Arkins
e76ef17db5
feat: ignorePresets
...
Closes #841
2019-02-18 22:22:33 +01:00
Rhys Arkins
1b969a6628
docs: pre-release typos
2019-02-18 16:46:27 +01:00
Rhys Arkins
dd0494a04e
docs: pre-release descriptions
2019-02-18 16:36:35 +01:00
Rhys Arkins
dc96e15e5e
docs: bb server reviewers
2019-02-18 16:29:58 +01:00
Rhys Arkins
e50d3dcd12
logs: branchName with file tree error
2019-02-18 16:13:37 +01:00
Michael Kriese
29ccbf4512
feat(bitbucket-server): reviewers ( #3230 )
2019-02-18 14:11:44 +00:00
Rhys Arkins
de6b1c4566
refactor(github): log err with file list error
2019-02-18 13:22:01 +01:00
Rhys Arkins
356cf1fb31
feat: docker image run side containers ( #3222 )
...
Adds Docker client to official renovate image so that it can run side containers.
2019-02-18 11:58:20 +00:00
Michael Kriese
bb15977e39
fix(gitFs): set explicit remote branch ( #3229 )
...
This pr fixes the windows specific git bug by setting the remove branch name explicitly when pushing.
Closes #3204
2019-02-18 11:52:10 +00:00
Rhys Arkins
20a53ba7be
fix(pip_setup): suppress imp deprecation warning
...
Closes #3174
2019-02-18 12:20:55 +01:00
Rhys Arkins
eb782e12f9
refactor(pip_setup): add try/catch and log error
2019-02-18 11:24:25 +01:00
Rhys Arkins
5b0f801eec
fix(bitbucket-server): catch empty pull requests
2019-02-18 10:39:55 +01:00
Rhys Arkins
48bd25dbda
fix(bitbucket-server): pr check after deleting branch
...
Closes #3228
2019-02-18 10:36:03 +01:00
Rhys Arkins
9f3bc53e1c
logs: better gitFs branch deletion debug
2019-02-18 10:35:36 +01:00
Renovate Bot
4ca7c3f2b4
chore(deps): update linters
2019-02-17 14:00:44 +00:00
Renovate Bot
633378d7f8
chore(deps): update dependency prettier to v1.16.4
2019-02-17 13:43:44 +00:00
Nick Oliver
833a97b72b
test(bitbucket-server): suite name correction ( #3224 )
2019-02-17 06:38:35 +00:00
Rhys Arkins
36f2e0acd9
fix(lockFileMaintenance): don’t delete conflicted PRs
...
Closes #3018
2019-02-16 11:50:59 +01:00
Rhys Arkins
910ce2076a
fix(pr): rebase checkbox detection when PR edited
...
Closes #3221
2019-02-16 11:41:43 +01:00
Rhys Arkins
268c86b0ff
fix(gitlab): err.message typo
2019-02-15 10:39:40 +00:00
Rhys Arkins
8b761f5a6d
fix(gradle): throw registry failure if lookup fails
2019-02-15 10:39:16 +00:00
Rhys Arkins
ff6115fb15
fix(npm): add back line return when massaging npmrc
2019-02-14 11:01:07 -05:00
Christian Murphy
7b16533c4d
docs: add readme for python poetry package manager ( #3195 )
2019-02-14 06:31:43 -05:00
Rhys Arkins
6812baaff2
tests: skip manager snapshots
2019-02-14 06:25:48 -05:00
Rhys Arkins
67b29f8a2c
fix: copy dockerRegistry and dockerRepository
...
Closes https://github.com/renovatebot/config-help/issues/151
2019-02-14 06:05:08 -05:00
Renovate Bot
2481e1596a
build(deps): update dependency luxon to v1.11.2
2019-02-14 11:00:52 +00:00
Renovate Bot
c03e767747
build(deps): update dependency npm to v6.8.0
2019-02-14 05:37:31 -05:00