Rhys Arkins
b6cf7360e2
fix: clean repo at end of every repo run ( #1787 )
...
Closes #1786
2018-04-04 14:16:36 +02:00
Steven Hargrove
4c3401cc34
refactor: simply repositories autodiscover
2018-04-04 14:13:19 +02:00
Rhys Arkins
0d92defb7d
fix: resolve presets in config.js
...
Closes #1080
2018-04-04 14:08:10 +02:00
Rhys Arkins
394bc931bd
refactor: simply global mergeconfig
2018-04-04 13:47:56 +02:00
Rhys Arkins
96275379a7
logs: Autodiscovering
2018-04-04 13:38:06 +02:00
Steven Hargrove
393dcf58c8
fix: pasrse cli and env integers
2018-04-04 13:34:22 +02:00
Steven Hargrove
24c324c5b6
refactor: initPlatform
2018-04-04 13:33:56 +02:00
Steven Hargrove
7b0ae535ab
refactor: module.exports => exports
2018-04-04 13:26:05 +02:00
ikisialeu
484ef0cbcd
feat: validate user regex ( #1766 )
...
Validate that user-inputted regex for package patterns are valid RegExp().
Closes #1450
2018-04-04 09:23:59 +02:00
Renovate Bot
90d3a2d92d
fix: update node:8.11.1-alpine digest
2018-04-04 09:19:10 +02:00
Steven Hargrove
be04c31b4c
test: added jest serializer for renovate configs
2018-04-04 08:56:57 +02:00
Rhys Arkins
c78da83798
logs: debug log fileList length when retrieving
2018-04-04 07:18:01 +02:00
Renovate Bot
4ae2e18a58
chore: update dependency semantic-release to v15.1.5
2018-04-03 22:08:25 +00:00
Țurcanu Dragomir
101226db97
fix: add 5s sleep after automerge or restart ( #1761 )
...
This hopefully gives a better chance of GitHub being able to finish computing the new mergeability status, and reduces the chance of a race condition.
Closes #1617
2018-04-03 11:28:51 +02:00
Rhys Arkins
ced374ea24
fix: disable manager if parentManager is disabled
...
Closes #1778
2018-04-03 06:52:04 +02:00
Rhys Arkins
ba98e7dc3e
fix(github): don’t post branch status check if already set
...
Closes #1779
2018-04-03 06:51:19 +02:00
Renovate Bot
2bd882f4c7
fix: update node to tag 8.11.1-alpine
2018-04-03 04:27:22 +00:00
Ayoub Kaanich
3b8f3c5c16
fix: use sha instead of ref for PRs when possible. ( #1772 )
...
Resolves #1658
2018-04-02 22:49:34 +02:00
Renovate Bot
d6c7b153aa
fix: update dependency vso-node-api to v6.5.0
2018-04-02 20:31:58 +00:00
Rhys Arkins
1ad05442e4
fixl handle npm registry 403
2018-04-02 20:18:26 +02:00
Rhys Arkins
d9bfa0cd28
fix: await platform.ensureIssueClosing
2018-04-02 18:47:04 +02:00
Rhys Arkins
61e4de2745
fix: check that result body is an array for getIssueList()
2018-04-02 18:46:45 +02:00
Ayoub Kaanich
57ffec14cb
feat: autodetect changelog file name ( #1770 )
...
Improves changelog detection algorithm to look for different upper/lower case options as well as alternative filenames like `History.md`.
Resolves #1754
2018-04-01 21:41:26 +02:00
Renovate Bot
1ba12ef59c
fix: update dependency pnpm to v1.37.5
2018-04-01 16:58:34 +00:00
Ayoub Kaanich
74dde919f1
fix: use markdown-it to sectionize changelog files ( #1767 )
...
Resolves #1709
2018-04-01 15:51:20 +02:00
Steven Hargrove
359fa5c939
fix: Prefer /usr/src/app workdir so no need for chown ( #1763 )
...
In alpine linux, the `/usr/src` dir is already configured to allow system users read access. Keeping the ownership to root, but permitting the `node` user read access.
**Note**: Maybe a breaking change if users are mounting to `/src` path on docker run.
2018-04-01 07:17:00 +02:00
Rhys Arkins
ed20fdffa7
refactor: simplify all yarn references in package.json and travis.yml
2018-03-31 06:48:36 +02:00
Rhys Arkins
a2fab232b4
fix: raise config error issue for nested presets
2018-03-31 06:13:35 +02:00
Renovate Bot
cce92e4d29
fix: update dependency moment to v2.22.0
2018-03-30 22:15:22 +00:00
Rhys Arkins
cc311c1454
build: update node engines, remove npm engines
2018-03-30 21:20:15 +02:00
Rhys Arkins
7acfb0e985
chore: update package.json description and keywords
2018-03-30 21:19:30 +02:00
Rhys Arkins
55e71bf041
tests: improve readability of fatal error test ( #1756 )
...
tests: improve readability of fatal error test
2018-03-30 20:20:18 +02:00
Rhys Arkins
9dacb464f4
ci: call Netlify webhook for master deploy
2018-03-30 19:55:41 +02:00
Rhys Arkins
b15909f8df
feat: enabledManagers ( #1755 )
...
feat: enabledManagers
2018-03-30 17:00:51 +02:00
Renovate Bot
b98a834e99
chore: update dependency eslint-plugin-import to v2.10.0
2018-03-30 13:06:44 +00:00
Rhys Arkins
6edb5fd579
fix: cache github requests that include a host prefix
...
We were only caching GET requests that start with `repos/` and so this skipped URLs requested by our release-notes (CHANGELOG.md) function.
2018-03-30 13:37:06 +02:00
Rhys Arkins
c4d8c36fd6
logs: log github requests only if non-cached
2018-03-30 13:33:37 +02:00
Renovate Bot
2985511b36
fix: update node:8.11.0-alpine digest
2018-03-30 09:58:43 +02:00
Rhys Arkins
ffbf332a32
fix: prune past latest versions earlier
2018-03-30 09:38:17 +02:00
Rhys Arkins
5b3d7a9f86
refactor: use common manager resolve function
2018-03-30 07:38:38 +02:00
Rhys Arkins
abb12d850a
fix: tag docker image as latest when on semver
2018-03-30 06:42:25 +02:00
Rhys Arkins
974e210bd3
fix: set mergeable and cli options in manager definitions
2018-03-30 06:34:20 +02:00
Rhys Arkins
5945352890
fix: insert version tag for docker only if it’s a semver
2018-03-30 06:13:35 +02:00
Rhys Arkins
04d47b5e47
fix: insert correct version into package.json before docker build
...
Closes #1733
2018-03-30 06:12:40 +02:00
Rhys Arkins
9a36bdcf1b
refactor: rename setNewValue to updateDependency
2018-03-30 06:05:00 +02:00
Rhys Arkins
ba614d4624
fix: support quotation marks for circleci
...
Fixes #1745
2018-03-29 19:25:31 +02:00
Rhys Arkins
9a28852eb9
fix: correct logic
2018-03-29 19:09:27 +02:00
Rhys Arkins
339a767582
fix: filter out parameterised docker-compose tags
...
e.g. ${TAG}
2018-03-29 18:38:18 +02:00
Rhys Arkins
f5ecc1f4c8
logs: lower no digest from warn to info
2018-03-29 18:37:57 +02:00
Rhys Arkins
b57437940b
fix: handle quoted docker compose strings
2018-03-29 15:42:17 +02:00