Rhys Arkins
78f5b35442
fix: skip named multistage docker builds
2018-03-20 21:42:34 +01:00
Rhys Arkins
85d697c649
chore: remove unused json-stringify-safe
2018-03-20 21:15:24 +01:00
Rhys Arkins
d77a3b2b92
fix: log error response body if present
2018-03-20 18:03:14 +01:00
Rhys Arkins
db1c33bb00
fix: throw registry-failure exception if docker has internal errors
2018-03-20 17:12:11 +01:00
Rhys Arkins
c9f2d387fa
fix: use github tags not releases to determine node versions
...
Closes #1691
2018-03-20 15:51:37 +01:00
Rhys Arkins
b02e170b11
fix: export semverSort from github datasource
2018-03-20 15:51:12 +01:00
Rhys Arkins
6c677cbc92
fix: use onboarding status to determine mirror mode config branch
2018-03-20 13:29:08 +01:00
Rhys Arkins
dd93c1c194
fix: search changelogs down to fourth heading deep
...
Closes #1687
2018-03-20 10:07:50 +01:00
Rhys Arkins
3eaa75f3e4
fix: use looser changelog heading matching
2018-03-20 10:07:21 +01:00
Rhys Arkins
203930d2d6
fix: unescape issue number inside backticks
2018-03-20 09:59:58 +01:00
Rhys Arkins
a913a50715
fix: hard code public github api for release lookups
2018-03-20 09:24:22 +01:00
Rhys Arkins
e8fdf130c9
fix: handle unstable releases with upgradeInRange
...
Fixes when a ranged version had a semver release part (e.g. 1.2.3-rc.5).
Closes #1689
2018-03-20 07:20:14 +01:00
Rhys Arkins
b4bfb35418
chore: lower debug to trace for packagePatterns
2018-03-20 07:11:56 +01:00
Rhys Arkins
2364efdb39
fix: improve lockfile maintenance deletion logic
...
Set lock file branches to always rebase stale, and delete if there’s no work to do.
2018-03-20 06:48:27 +01:00
Rhys Arkins
0cfba9d014
chore: lessen debugging - move to trace
2018-03-20 06:39:37 +01:00
Renovate Bot
f304d17f55
fix: update dependency commander to v2.15.1
2018-03-20 02:10:57 +00:00
Elan Ruusamäe
b155b9b6bb
docs: self-hosting: spelling ( #1688 )
2018-03-19 22:29:50 +01:00
Rhys Arkins
9a252627f5
fix(renovate): use fix for Docker renovations
...
This will mean that any update to our Docker base image causes semantic-release to release a patch, which in turn will ensure Docker Hub autobuilds it.
2018-03-19 11:24:17 +01:00
Renovate Bot
60df83a8f5
chore: update node:8.10.0-alpine digest
2018-03-19 11:13:26 +01:00
Ayoub Kaanich
b35e33e380
docs: Fix contributing.md link in readme.md ( #1682 )
2018-03-19 10:52:28 +01:00
Rhys Arkins
0bc03a1f20
docs: fix pinVersions description on website
2018-03-19 05:42:30 +01:00
Rhys Arkins
d5903b720f
chore: fix prettier
2018-03-18 10:05:47 +01:00
Rhys Arkins
a74851b858
fix: revert Dockerfile alpine image
...
New alpine node images has problem finding `yarn`.
2018-03-18 10:04:55 +01:00
Rhys Arkins
b8105c2e9d
fix: encodeURI filePath in getFile (github)
2018-03-18 08:42:04 +01:00
Rhys Arkins
f70c1fe749
fix: move mirrorMode branch creation into initRepo
2018-03-18 07:04:56 +01:00
Rhys Arkins
4121350eaa
fix: use renovate-config as onboarding base branch for mirror mode
2018-03-18 06:46:01 +01:00
Rhys Arkins
ec34d136cf
fix: don’t have blocking pin PRs when in mirror mode
2018-03-17 15:32:43 +01:00
Rhys Arkins
d86891cf81
fix: prTitle compilation with nested templates
...
Closes #1652
2018-03-17 10:58:42 +01:00
Rhys Arkins
159a0efc90
fix: retrieve baseCommitSha before comparing in mirrorMode
2018-03-17 07:16:56 +01:00
Rhys Arkins
13609b735d
fix: improve try/catch for mirrorMode config
2018-03-17 07:02:38 +01:00
Rhys Arkins
ef26fdb3fe
fix: mirrorMode fork patching
...
When in mirrorMode, Renovate should keep its fork up to date
2018-03-17 06:37:42 +01:00
Rhys Arkins
e50d9c1f05
feat: mirrorMode
...
adds feature mirrorMode, aimed for “shadowing” a target repository.
2018-03-17 06:07:39 +01:00
Renovate Bot
a79073cf8f
chore: update dependency eslint to v4.19.0
2018-03-16 21:16:36 +00:00
Renovate Bot
926545851f
fix: update dependency pnpm to v1.36.1
2018-03-16 20:31:53 +00:00
Renovate Bot
2535f27b2d
chore: update dependency semantic-release to v15.1.2
2018-03-16 19:08:52 +00:00
Renovate Bot
e1062ec22c
chore: update node:8.10.0-alpine digest
2018-03-16 19:47:30 +01:00
Rhys Arkins
5d58844601
docs: expand local development docs on testing
...
Closes #1594
2018-03-16 16:02:11 +01:00
Rhys Arkins
fa2bda45fe
fix: delete lockFileMaintenance branch if no longer necessary
...
If a lockFileMaintenance branch returns no updated lockfiles then we should delete it.
Closes #1655
2018-03-16 10:51:10 +01:00
Renovate Bot
d3edaeb2c3
chore: update node:8.10.0-alpine digest
2018-03-16 10:47:04 +01:00
Rhys Arkins
ef26aa7ea4
fix: rebase lock file maintenance PRs if configured
...
Fixes so we skip lock file generation for lock file maintenance branches only if it *doesn’t* need rebasing.
Helps #1655
2018-03-16 06:28:46 +01:00
Rhys Arkins
23d0290384
fix: raise PR immediately if there are lock file errors ( #1664 )
...
fix: raise PR immediately if there are lock file errors
2018-03-15 07:06:18 +01:00
Rhys Arkins
3a8f73adaa
chore: better debugging for timezone/schedule
2018-03-15 06:22:25 +01:00
Rhys Arkins
2f6aac0ba6
fix: handle baseBranch array instead of string
2018-03-14 19:00:18 +01:00
Rhys Arkins
3f77d676cd
fix: docker multi-stage duplicate replace ( #1662 )
...
Closes #1656
2018-03-14 12:49:47 +01:00
Rhys Arkins
1b2a319643
fix: use escaped line returns in docker regex escape
2018-03-14 12:41:43 +01:00
Rhys Arkins
d0e76b9d51
fix: validate :timezone preset value
2018-03-13 21:47:08 +01:00
Rhys Arkins
ec14bf0e92
fix: reopen MR after branch deletion (GitLab) ( #1660 )
...
Closes #1657
2018-03-13 20:33:22 +01:00
Rhys Arkins
dbe9fd9dec
fix: compile handlebars multiple times to catch nested templates
...
Closes #1652
2018-03-13 07:44:50 +01:00
Renovate Bot
32288fce58
chore: update dependency semantic-release to v15.0.3
2018-03-13 04:14:34 +00:00
Renovate Bot
669e89b670
fix: update dependency pnpm to v1.35.10
2018-03-13 02:18:04 +00:00