Rhys Arkins
7db4951722
fix: use commonConfig branchPrefix only if set
2018-03-01 21:58:34 +01:00
Rhys Arkins
e9eba859ea
fix: use original branchPrefix when pruning baseBranches
2018-03-01 21:34:27 +01:00
Rhys Arkins
e47766c0f4
fix: add try/catch to getAllRenovateBranches
2018-03-01 21:17:41 +01:00
Rhys Arkins
4f642d5a95
fix: optimise getAllRenovateBrnahces
...
Supply prefix in query and paginate.
2018-03-01 21:15:17 +01:00
Rhys Arkins
a3bd0a0e95
Revert "logs: log configs when baseBranches in use"
...
This reverts commit c4cdfe8989
.
2018-03-01 21:08:01 +01:00
Rhys Arkins
3fd090f3ef
feat: prBanner
...
Enables a “banner” at the top of PRs. Must be set inside a config.js to work.
2018-03-01 17:35:11 +01:00
Rhys Arkins
bb2fc1b7ca
refactor: move npm extract from workers to manager
2018-03-01 10:21:26 +01:00
Rhys Arkins
cf336a0b21
refactor: use manager not packageFile
2018-02-28 19:01:35 +01:00
Rhys Arkins
c4cdfe8989
logs: log configs when baseBranches in use
2018-02-28 19:00:40 +01:00
Rhys Arkins
d68d5ccabf
refactor: move npm resolve code into separate file
2018-02-28 07:06:04 +01:00
Rhys Arkins
9119568fe4
fix: add checks if pr branch still exists (gitlab)
...
in GitLab, a PR may be open while the branch itself has been removed. We cant just assume that the branch exists because the PR does, even if it’s an edge case.
2018-02-28 04:43:30 +01:00
Rhys Arkins
d0fa221ae3
fix: only rebase if pr is dirty (github)
2018-02-27 19:50:16 +01:00
Rhys Arkins
5c6139f030
fix: throw error if lerna out of disk space
2018-02-27 19:05:00 +01:00
Rhys Arkins
e011d95e86
fix: don’t resolve empty meteor package.js
...
Refactors meteor to have a resolve function that detects/filters out empty files (like for other managers).
2018-02-27 17:19:12 +01:00
Rhys Arkins
579214682f
fix: throw config validation error if unknown filename
...
Refactors manager.resolve to use file name to manager mappings.
2018-02-27 16:58:36 +01:00
Rhys Arkins
55c3288c09
chore: log filename for .npmrc and .yarnrc
2018-02-27 16:47:21 +01:00
Rhys Arkins
df19a6e8bb
fix: config.packageFiles null check
2018-02-27 16:40:03 +01:00
Rhys Arkins
1f6893f5e2
fix: npm config should only be merged for package.json
2018-02-27 15:43:19 +01:00
Rhys Arkins
bc684c7b29
fix: implicit patch-only upgrade
...
Use type ‘patch’ only when patch automerge is true AND minor automerge is not true.
2018-02-27 14:50:09 +01:00
Rhys Arkins
3d491797dc
fix: retry npmjs 408
...
npmjs’s CDN is (erroneously) returning 408 Timeout responses sometimes, so these should be retried.
2018-02-27 14:31:36 +01:00
Rhys Arkins
f95058d66b
refactor: move npm registry to datasource
2018-02-27 10:49:24 +01:00
Rhys Arkins
5d73738dde
refactor: move docker registry to datasource
2018-02-27 10:28:31 +01:00
Rhys Arkins
ff1a75b42d
fix: throw error if yarn out of disk space
...
Closes #1548
2018-02-26 17:03:12 +01:00
Rhys Arkins
9263fd36b3
fix: don’t overwrite edited onboarding configs
...
Before, we were attempting to rebase edited branches if renovate.json was the only modified file. This “lost” the committer information - which seemed ok - but it also meant that on the subsequent run it then assumed Renovate was the only committer. Now we don’t rebase edited onboarding branches anymore.
Closes #1360
2018-02-22 19:46:57 +01:00
Rhys Arkins
e516a22686
fix: check bazel versions for stable/unstable
2018-02-22 09:02:46 +01:00
Rhys Arkins
352ac76640
chore: add debugging to semantic commit detection
2018-02-22 08:58:44 +01:00
Rhys Arkins
49cedb15d8
fix: filter tags in getRepoTags request
2018-02-22 08:21:27 +01:00
Rhys Arkins
b00af3022a
fix: re-enable package-lock-only for npm
...
Closes #1531
2018-02-22 07:42:59 +01:00
Rhys Arkins
1fd83139ed
feat: configurable onboarding config ( #1543 )
...
Adds configuration option `onboardingConfig` that allows the default onboarding config to be extended or replaced via `config.js` or env configuration.
Closes #1521
2018-02-21 19:50:58 +01:00
Rhys Arkins
11c3ce7674
refactor: skip logging lock files when commit files
2018-02-21 08:28:02 +01:00
Rhys Arkins
182d1c7348
fix: don't use --package-lock-only for npm install ( #1544 )
...
* Revert "fix: disable reusing existing package-lock.json when upgrading (#1530 )"
This reverts commit 2728e39963
.
* switch from —package-lock-only to —ignore-scripts
Removing `--package-lock-only` option from npm installs due to https://github.com/npm/npm/issues/19852
Pretty sure this fixes #1495
2018-02-21 08:12:25 +01:00
Rhys Arkins
d258c3849e
refactor: log files if commit files to branch fails
2018-02-21 06:52:56 +01:00
Rhys Arkins
23e3a62e9a
fix: unset GHE token before checking node releases
...
Fixes #1540
2018-02-20 21:41:16 +01:00
Rhys Arkins
612ee76e0c
fix: add try/catch to github datasource functions
2018-02-20 21:35:04 +01:00
Rhys Arkins
e057e11823
fix: warn if missing lock file during lerna bootstrap
2018-02-20 09:26:47 +01:00
Rhys Arkins
8463be0266
fix: return branchName field when creating pr
2018-02-19 21:30:33 +01:00
Rhys Arkins
c949778ab7
fix: harmonize to pr.branchName
2018-02-19 20:01:10 +01:00
Rhys Arkins
116939ffb5
feat: renovate node engine in package.json ( #1519 )
...
Adds support for upgrading `node` version in `package.json` > `engines` if the current version is pinned.
- Does not convert from range to pin
- Ignores ranges
- Does not upgrade major versions
2018-02-19 14:21:45 +01:00
JYC
e03d487bc8
fix: update dependency vso-node-api to v6.3.2 ( #1534 )
...
* fix: update dependency vso-node-api to v6.3.2
* The web api create methods need to be async
* remove Redundant use of `await`
* To test 100%
2018-02-19 14:17:53 +01:00
Rhys Arkins
dc49ac42da
fix: add authorization to redacted logger fields
2018-02-19 09:11:24 +01:00
Rhys Arkins
9872096948
fix: log request headers when failing to create branch
2018-02-19 07:11:28 +01:00
Rhys Arkins
dd08477360
fix: don’t reuse branch yarn.lock when rebasing
...
This has been causing undesirable side-effects with sub-dependencies “rolling back” in long-running PRs.
Fixes #1532
2018-02-19 06:52:32 +01:00
Rhys Arkins
2728e39963
fix: disable reusing existing package-lock.json when upgrading ( #1530 )
...
Skip writing package-lock.json locally before `npm install —package-lock-only` to work around https://github.com/npm/npm/issues/19852
Workaround to fix #1528
2018-02-18 21:16:04 +01:00
Rhys Arkins
ff54e0d626
fix: log err.response when failing to create branch
2018-02-18 19:50:12 +01:00
Rhys Arkins
776755c1ba
fix: try updating branch if creating branch fails
2018-02-18 08:28:30 +01:00
Rhys Arkins
f4f3d57d3a
refactor: debug branchList retrieval
2018-02-17 08:13:19 +01:00
Rhys Arkins
fe479166a1
fix: improve branch creation failure logging
2018-02-17 08:09:32 +01:00
Rhys Arkins
16a8d15e33
refactor: move bazel github operations to datasource
2018-02-16 16:32:48 +01:00
Rhys Arkins
576f38efdc
fix: use isUmergeable instead of mergeable
2018-02-16 16:19:26 +01:00
Rhys Arkins
dfc768b571
fix: correct unpublish safe url
...
Fixes #1517
2018-02-15 08:31:58 +01:00