Commit graph

4431 commits

Author SHA1 Message Date
Rhys Arkins
42d0d9a766 tests: fix coverage 2019-03-17 16:56:40 +01:00
Rhys Arkins
e8215e2067 fix(maven): don’t save homepage/sourceUrl from package file
Closes #3400
2019-03-17 16:56:34 +01:00
Rhys Arkins
62dbd42d20 build: yarn.lock 2019-03-17 16:45:01 +01:00
Rishabh Jain
5ff5ede41c fix: snapshot test failures on some systems (#3397)
- The function is calling python command which can be aliased to different python versions on different systems, the function depends on mock library which comes pre-installed on python v3.7+
- Add a python alias detection command which gets the correct python command which is aliased to python3.7+

Closes #3392
2019-03-17 15:54:31 +01:00
Renovate Bot
58ab148b19 build(deps): update dependency handlebars to v4.1.1 2019-03-17 13:00:41 +00:00
Rhys Arkins
102a3a5e9e fix(maven): sort updates to same file from bottom up 2019-03-17 11:04:14 +01:00
Rhys Arkins
8bf403c411 refactor(composer): reduce warnings for lock failure 2019-03-17 10:32:31 +01:00
Rhys Arkins
e3cd9c475b fix(gitFs): use origin base branch for branches list 2019-03-17 10:30:28 +01:00
Rhys Arkins
9e31b007b8 fix(gradle-version): always throw if error 2019-03-17 08:34:46 +01:00
Rhys Arkins
0576d4831b fix(github): don’t throw empty for every fileList 404 2019-03-17 08:17:43 +01:00
Rhys Arkins
57b80a643e tests: update snapshots 2019-03-17 07:42:27 +01:00
Rhys Arkins
61ce454d35 fix(github): limit pagination concurrency to 5 2019-03-17 07:22:18 +01:00
Rhys Arkins
56a1c1548d fix: remove escapes from invalid config warning 2019-03-17 07:21:25 +01:00
Nick Oliver
4b6de0f485 feat(autodiscover): add autodiscoverFilter option (#3394)
adds a `autodiscoverFilter` option which can be a [minimatch](https://www.npmjs.com/package/minimatch) glob-style pattern for filtering `autodiscover`ed repositories. Ex: `project/*`

Closes #3341
2019-03-17 06:49:38 +01:00
Rhys Arkins
d8614aa785 fix(gitFs): gracefully handle git config failure 2019-03-16 07:55:39 +01:00
Rhys Arkins
e8509cf9bc fix: more flexible space check 2019-03-16 07:33:59 +01:00
Rhys Arkins
db6a838add fix(github): catch/throw branch not found 2019-03-16 07:32:36 +01:00
Rhys Arkins
c8bc40e0ae fix(github): catch empty repository in getFileList 2019-03-16 07:10:41 +01:00
Jamie Magee
6aef5d2bc0 feat: validate renovate config file (#3389)
Extend renovate-config-validator to validate `config.js` and `RENOVATE_CONFIG_FILE`. Also add the execute bit to `config-validator.js`

Fixed #3388
2019-03-16 07:03:32 +01:00
Dmitry
3e788c783a feat(docker): add depType for multi-stage Dockerfiles (#3385) 2019-03-16 07:00:59 +01:00
Rishabh Jain
940d3c4721 feat: add parentDir, baseDir metadata (#3383) 2019-03-15 05:36:56 +01:00
Rishabh Jain
e94946b155 fix: nested preset parsing error in config validator (#3384) 2019-03-15 05:29:39 +01:00
Rhys Arkins
aac3c30c20
refactor(npm): simplify retries (#3382) 2019-03-14 11:43:51 +01:00
Rhys Arkins
6837556e10 logs: info not warn for manifest failure 2019-03-14 10:00:11 +01:00
Rhys Arkins
2c212b2d17 build: update yarn.lock 2019-03-13 22:15:03 +01:00
Jamie Magee
ec4328e8d6 fix: Azure fetch all PRs, not just open (#3380)
Requesting PRs without setting status, limits the PRs returned to those that are open only. See https://github.com/Microsoft/azure-devops-node-api/blob/master/api/interfaces/GitInterfaces.ts#L2812-L2833

Fixes #3367
2019-03-13 20:54:33 +01:00
Renovate Bot
cace89eeec chore(deps): update dependency jest to v24.5.0 2019-03-13 15:00:48 +00:00
renovate[bot]
8ff9e4ed09 feat(deps): update dependency pnpm to v3 (#3379) 2019-03-13 15:44:01 +01:00
Tobias Bieniek
0b08b69c50 docs: onboarding/branch/create dry run typo (#3374) 2019-03-13 15:04:22 +01:00
Tobias Bieniek
80b7bc1415 docs: onboarding/branch/rebase dry run typo (#3375)
It's "onboarding", not "onboaring" 😉
2019-03-13 15:03:56 +01:00
Gautier Pelloux-Prayer
acbb5d6b29 feat(cli): properly handle boolean values (#3356) 2019-03-13 14:58:39 +01:00
Rhys Arkins
76242888dc refactor: info not warn for go.sum 2019-03-13 14:43:47 +01:00
Rhys Arkins
b7f108f2fe logs: fix lint 2019-03-13 12:51:57 +01:00
Rhys Arkins
76b6259b1c refactor: revert ensureIssue for config 2019-03-13 12:44:54 +01:00
Rhys Arkins
6297010ff2 feat: validate baseBranches
Validates that configured baseBranches exist, and raises a Config Warning issue if any are not found in the repo.
2019-03-13 10:49:21 +01:00
Jamie Magee
9005f30ae3 fix(azure-devops): findPr (#3366)
Azure DevOps Node API expects search criteria not null or undefined

https://github.com/Microsoft/azure-devops-node-api/blob/master/api/GitApi.ts#L4128-L4130
2019-03-12 20:22:14 +01:00
Rhys Arkins
9b8901650c fix(onboarding): close config warning issue 2019-03-12 20:05:06 +01:00
Rhys Arkins
941169c40f fix(github): throw if getFileList fails 2019-03-12 20:01:57 +01:00
Rhys Arkins
21c25210d7 refactor: reduce setup.py warnings 2019-03-12 15:29:43 +01:00
Rhys Arkins
46f2c58249 refactor(maven): log host error separately 2019-03-12 07:44:46 +01:00
Rhys Arkins
c3af5b1875 refactor: don’t log docker registry incorrectly 2019-03-12 07:44:21 +01:00
Dmitry
5d045c1e31 feat(package-rules): add datasources selector (#3344) 2019-03-12 07:27:49 +01:00
Renovate Bot
401d6630d2 chore(deps): update amd64/ubuntu:18.04 docker digest to f2557f9 2019-03-12 07:27:06 +01:00
Rhys Arkins
678db99088 fix(maven): handle ENOTFOUND gracefully 2019-03-12 07:26:10 +01:00
Renovate Bot
246e2e8ade build(deps): update dependency upath to v1.1.2 2019-03-11 23:00:50 +00:00
Rhys Arkins
5bb6802bab refactor: rename deepcopy to clone 2019-03-11 23:43:30 +01:00
Rhys Arkins
320c414350 refactor: drop fast-clone 2019-03-11 23:42:22 +01:00
Rhys Arkins
f146956e35 refactor: enable pip_setup by default 2019-03-11 23:30:19 +01:00
Rhys Arkins
cb79338984 fix(github): forkMode + gitFs
Closes #3355
2019-03-11 23:29:50 +01:00
Rishabh Jain
8acc17eea4 feat(packageRules): support baseBranchList (#3358) 2019-03-11 17:42:30 +01:00