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
Rhys Arkins
40072e2707
refactor: downgrade 5 loops from error to warn
2018-02-02 18:04:26 +01:00
Rhys Arkins
1c33bb1a31
fix: strip NPM_TOKEN lines from npmrc if not exposing env
2018-02-02 16:00:05 +01:00
Rhys Arkins
baa27de289
fix: gracefully handle missing versions in npm registry response
2018-02-02 15:02:43 +01:00
Rhys Arkins
6fc39d75a5
fix: check for null release notes body
2018-02-02 13:08:00 +01:00
Rhys Arkins
c70c72f14b
feat: release notes in pull requests (sourced from github releases) ( #1465 )
...
Detects and embeds release notes found on GitHub when an npm dependency specifies a GitHub repository as its source and that repository has made use of the "Releases" feature.
2018-02-02 12:37:16 +01:00
Rhys Arkins
7afb693151
fix: update all pr body templates to use h1 headings
2018-02-02 10:56:40 +01:00
Rhys Arkins
360a640e40
fix: use v prefix for versions in PR bodies
2018-02-02 10:55:52 +01:00
Rhys Arkins
a008b1f1cd
refactor: use h1 for pr headings
2018-02-02 10:49:27 +01:00
Rhys Arkins
e24aab2c04
fix: include release headings in pr body only if it has commits (group)
2018-02-02 10:45:20 +01:00
Rhys Arkins
139d6b237e
fix: include release headings in pr body only if it has commits
2018-02-02 10:41:33 +01:00
Rhys Arkins
42cb6fe853
fix: improve issue de-linking for public GitHub repos
2018-02-02 06:01:32 +01:00
Rhys Arkins
9195adc58a
refactor: sort versions and commits from oldest to newest
...
List versions and their commits in PR bodies in the order they were made (oldest to newest).
2018-02-02 05:42:22 +01:00
Jennie S Yip
8b1a8144a1
docs: fix shareable typo ( #1467 )
...
Assuming `sharebe` -> `shareable`
2018-02-02 04:56:22 +01:00
Jennie S Yip
3f8f0fae74
docs: fix automerge typo ( #1466 )
...
`autoMerge` -> `automerge`
2018-02-01 21:16:21 +01:00
Rhys Arkins
f856b364c6
refactor: downgrade yarn parsing error from warning to info
2018-02-01 16:23:47 +01:00
Rhys Arkins
a708005886
fix: massage issues/pulls links in public repos to be non-linking
2018-02-01 11:36:30 +01:00
Rhys Arkins
e533f96185
fix: escape depName as code in pr bodies
2018-02-01 08:30:44 +01:00
Rhys Arkins
cadb4b796f
fix: massage updated less than/greater than to match existing format
2018-02-01 08:25:52 +01:00
Rhys Arkins
e13e1abab7
fix: don’t escape versions in group pr body
2018-02-01 07:25:37 +01:00
Rhys Arkins
6fc1f94936
feat: list package files in onboarding PR
...
Closes #1461
2018-01-31 13:20:55 +01:00
Rhys Arkins
335844e6b7
feat: strip docker-only descriptions from onboarding PR if no Dockerfiles
2018-01-31 13:10:09 +01:00
Rhys Arkins
5f3b1b7fdf
feat: set repository url for @types/*
packages manually
...
If a dependency has name starting with `@types/` and no repository url returned from the npmjs query, we manually set a URL pointing to the DefinitelyTyped repository.
2018-01-31 11:24:19 +01:00
Rhys Arkins
ad4b9feb92
feat: prConcurrentLimit
...
Adds a new feature to limit the number of concurrent branches/PRs to have open at any one time. Defaults to 0 (disabled), set it to a positive integer to enforce that limit.
2018-01-30 11:43:16 +01:00
Rhys Arkins
5800230cc2
fix: packageRules without packageNames or packagePatterns should match
...
If a packageRule is missing packageNames AND missing packagePatterns, then we should match by default. This allows users to define a single “exclude” rule without needing to add a catchall include rule (e.g. `packagePatterns”: [“.*”]`)
2018-01-30 09:34:42 +01:00
Rhys Arkins
5a02a35afb
chore: log branchList before pruning
2018-01-30 09:23:38 +01:00
Rhys Arkins
b32b7447da
refactor: Revert "refactor: add YARN_CACHE_FOLDER to env"
...
This reverts commit f0111101c9
.
2018-01-29 09:54:49 +01:00
Rhys Arkins
37d83cf61a
refactor: check that workspaces has yarn.lock committed
...
Closes #1451
2018-01-29 09:51:16 +01:00
Renovate Bot
2d4b4ebb7d
fix: update dependency pnpm to v1.31.3
2018-01-29 06:37:30 +01:00
Rhys Arkins
f5b1c00d8f
refactor: log old/new pr details if updating
2018-01-28 21:46:27 +01:00
Renovate Bot
5f3649d178
fix: update dependency pnpm to v1.31.2
2018-01-28 20:03:09 +01:00