Rhys Arkins
2deb4a90f7
fix: support parsing [x.y.z] changelog headings
2018-02-07 08:25:30 +01:00
Rhys Arkins
4a7f493ec4
fix: delete branch if create pr returns “validation failed”
2018-02-07 08:05:32 +01:00
Rhys Arkins
19f04bee69
fix: log message when failing to create PR
2018-02-07 07:16:32 +01:00
Rhys Arkins
85a09fffe5
fix: return err.stderr not stderr when npm install fails
2018-02-07 06:30:06 +01:00
Rhys Arkins
40859b10e2
feat: use yarn mutex to ensure only one install at a time
2018-02-07 06:21:25 +01:00
Rhys Arkins
df69c9e3a2
fix: escape links to GitHub usernames
2018-02-06 19:21:22 +01:00
Rhys Arkins
f6e2627774
feat: parse CHANGELOG.md in source repositories ( #1491 )
...
Parses `CHANGELOG.md` for first or second-level markdown headings matching versions. Supports GitHub-only source repositories for now.
Closes #1470
2018-02-06 18:53:36 +01:00
Rhys Arkins
4663967379
fix: better lerna version detection
2018-02-06 15:49:21 +01:00
Rhys Arkins
34ccbe38a3
fix: de-dupe release notes in each PR
2018-02-06 14:24:14 +01:00
Rhys Arkins
da7ad5b342
chore: downgrade cached result log to trace
2018-02-06 14:17:46 +01:00
Rhys Arkins
f721573e94
fix: escape github pull not pulls
2018-02-06 14:01:29 +01:00
Rhys Arkins
29cae7725b
fix: show newDigest for docker digest pinning in onboarding PR
2018-02-06 11:14:55 +01:00
Rhys Arkins
6d7bbaefcc
fix: detect lerna version in dependencies or devDependencies
2018-02-06 10:56:21 +01:00
Luca
95289592a0
chore: add -v parameter to cli ( #1489 )
...
NOTE:
I followed this doc as from what I've seen in the discussion the desired arguments would be `--version` and `-v`, while `commander` uses `-V` as default. This is their suggested way of overwriting it.
https://github.com/tj/commander.js#version-option
Fixes #1469
2018-02-06 07:09:54 +01:00
Hutson Betts
f7bd7c37d9
fix(yarn): support upgrading windows-only modules
2018-02-06 07:03:47 +01:00
Renovate Bot
837380008c
fix: update dependency commander to v2.14.0 ( #1490 )
2018-02-06 06:55:49 +01:00
Rhys Arkins
a79222b777
fix: catch initRepo 403 (github)
2018-02-05 22:23:50 +01:00
Rhys Arkins
5dea3f7150
fix: check initRepo res before logging res.body
2018-02-05 22:10:12 +01:00
Rhys Arkins
9c89629183
fix: re-enable lerna bootstrap ( #1487 )
...
* Revert "fix: Revert "feat: lerna bootstrap support (#1486 )""
This reverts commit 4e592d601d
.
* fix: fix lerna.json detection
2018-02-05 20:06:24 +01:00
Rhys Arkins
4e592d601d
fix: Revert "feat: lerna bootstrap support ( #1486 )"
...
This reverts commit 3cab59d2fe
.
2018-02-05 19:40:54 +01:00
Rhys Arkins
3cab59d2fe
feat: lerna bootstrap support ( #1486 )
...
Adds support for running `lerna bootstrap` instead of `npm install` or `yarn install` (without Workspaces), hence allowing support of internally-linked dependencies.
Closes #1441 , Closes #1443
2018-02-05 19:30:07 +01:00
Rhys Arkins
28371c667d
fix: catch blocked repositories properly
2018-02-05 18:38:07 +01:00
Rhys Arkins
f416f4b927
fix: don’t check statusCode for blocked
2018-02-05 14:34:46 +01:00
Renovate Bot
3f103a9f96
fix: update dependency pnpm to v1.32.0 ( #1484 )
2018-02-05 07:14:46 +01:00
Rhys Arkins
efa754cbc6
fix: add try/catch to ensureIssue (github)
2018-02-04 22:24:38 +01:00
Rhys Arkins
5dda1eedf9
fix: limit paginated results to 1000
2018-02-04 22:24:20 +01:00
Rhys Arkins
2389cf3f9e
fix: better retries log in github wrapper
2018-02-04 22:22:13 +01:00
Rhys Arkins
4a427adcac
fix: don’t clean branches if repository is not found or blocked
2018-02-04 21:57:43 +01:00
Rhys Arkins
4c267b210b
fix: handle archived repos gracefully
2018-02-04 21:20:28 +01:00
Renovate Bot
71c6d7f473
fix: update dependency lodash to v4.17.5 ( #1477 )
2018-02-04 15:40:26 +01:00
Rhys Arkins
5a11596960
chore: add logging to onboarding pr logic
2018-02-04 13:35:43 +01:00
Renovate Bot
e62f58c4ad
fix: update dependency pnpm to v1.31.6 ( #1476 )
2018-02-04 10:33:49 +01:00
Rhys Arkins
0fe2b994a6
docs: add reference users to readme ( #1480 )
2018-02-04 08:18:55 +01:00
Rhys Arkins
13bce7a032
docs: remove David DM link
...
It keeps returning 5xx errors and looks ugly
2018-02-04 07:55:04 +01:00
Sankarsan Kampa
ca8fc7f921
docs: fix a broken link ( #1478 )
...
The link to the configuration docs was broken. Fixed it.
2018-02-04 07:31:29 +01:00
Rhys Arkins
021242a7bf
fix: use json-stringify-safe on unknown errors
2018-02-03 15:58:14 +01:00
Rhys Arkins
e306f707db
fix: abort renovation if repository has changed during run
...
If attempting to create a branch and it already exists, or attempting to update a branch and it no longer exists, then we abort.
2018-02-03 15:45:43 +01:00
Renovate Bot
d186633866
chore: update dependency eslint to v4.17.0 ( #1473 )
...
chore: update dependency eslint to v4.17.0
2018-02-03 14:16:54 +01:00
Rhys Arkins
42178e72c9
fix: catch errors creating branches and try update instead (github)
2018-02-03 13:54:42 +01:00
Rhys Arkins
144ce72311
refactor: add better debugging to branch creation (github)
2018-02-03 13:39:16 +01:00
Rhys Arkins
720b46696a
feat: gitlab branch cleanup ( #1475 )
...
Removes the GitHub-only check when cleaning/pruning branches.
2018-02-03 12:06:25 +01:00
Rhys Arkins
aa0b0d68fd
fix: don’t check for branch existing when rebasing (gitlab) ( #1474 )
...
Previously, our GitLab API library was checking if a a branch existed first before trying to create it. But due to caching, a branch we'd deleted ourselves still showed up as existing, so then there was no branch to update the files in. Skip this check and use try/catch for creating branch instead.
Fixes #1468
2018-02-03 11:04:27 +01:00
Rhys Arkins
6101f25dc7
fix: reset file list when setting base branch (gitlab)
2018-02-03 10:39:04 +01:00
Rhys Arkins
03bdfe191f
fix: drop unnecessary changelog debug
2018-02-03 07:53:02 +01:00
Rhys Arkins
fbc46f6c70
fix: unset github token prior to changelog
2018-02-03 07:48:32 +01:00
Rhys Arkins
4d8510246d
Revert "fix: unset ghe token before calling changelog ( #1472 )"
...
This reverts commit fb1c291b39
.
2018-02-03 07:42:08 +01:00
Rhys Arkins
cecc606674
refactor: default endpoint to null
2018-02-03 07:23:24 +01:00
Rhys Arkins
85de185896
chore: remove excess release notes debugging
2018-02-02 23:08:34 +01:00
Rhys Arkins
fb1c291b39
fix: unset ghe token before calling changelog ( #1472 )
...
fix: unset ghe token before calling changelog
2018-02-02 20:32:00 +01:00
Rhys Arkins
b184d3a217
fix: handle 403 blocked from github
2018-02-02 18:04:41 +01:00