Commit graph

805 commits

Author SHA1 Message Date
Rhys Arkins
b9542217f8 Remove log-level verbose (#324)
Closes #318
2017-06-20 08:02:17 +02:00
renovate[bot]
8ab77cce62 Update dependency eslint-config-prettier to version 2.2.0 2017-06-17 19:31:08 +00:00
Rhys Arkins
4c7c9182f4 v8.35.1 2017-06-16 15:26:01 +02:00
Rhys Arkins
d477aa80e9 Fix branch push failure PR (#316)
* Fix GitLab branch status failed - failure

* Fix PR creation when branch automerge fails

Fixes #310
2017-06-16 15:24:59 +02:00
Rhys Arkins
ad7355db29 v8.35.0 2017-06-16 12:16:33 +02:00
Rhys Arkins
d35347da44 Use .npmrc from repository for registry lookups (#309)
* Add ini

* Use repo npmrc

* Fix json

* Fix npmrc nesting

Closes #291
2017-06-16 12:14:38 +02:00
Rhys Arkins
658b57de51 v8.34.6 2017-06-16 11:58:38 +02:00
Rhys Arkins
c596673da1 Fix check for yarn.lock maintenance existing (#314)
* Fix check for yarn.lock maintenance existing

Closes #313

* Fix test

* Fix lint
2017-06-16 11:57:04 +02:00
Rhys Arkins
b58a66edeb v8.34.5 2017-06-16 10:19:41 +02:00
Rhys Arkins
4cf5ed6174 Trim currentVersion in package.json (#312) 2017-06-16 10:18:28 +02:00
Rhys Arkins
6b1e94b3f4 v8.34.4 2017-06-16 09:49:28 +02:00
Rhys Arkins
439367e223 Don’t show commit details when none present (#311)
Fixes #308
2017-06-16 09:46:57 +02:00
Rhys Arkins
345cf3e159 v8.34.3 2017-06-15 21:43:27 +02:00
Rhys Arkins
8f53ae4855 Fix check for string packageFiles config (#307) 2017-06-15 21:42:31 +02:00
Rhys Arkins
cef9595cec v8.34.2 2017-06-15 20:58:20 +02:00
Rhys Arkins
7e43fce47b Add check for logJSON (#306)
Fixes #305
2017-06-15 20:57:18 +02:00
renovate[bot]
5befcc58f4 Update dependency eslint-plugin-prettier to version 2.1.2 2017-06-14 11:33:09 +00:00
Rhys Arkins
3aede2c898 v8.34.1 2017-06-13 16:53:58 +02:00
Rhys Arkins
299016918a Change autogenerate PR message (#301) 2017-06-13 16:52:33 +02:00
Rhys Arkins
f36305da19 Suppress duplicates in PR changelogs (#302)
Closes #300
2017-06-13 16:49:27 +02:00
Rhys Arkins
fbce505adc Lower upgrades print to debug 2017-06-13 13:09:14 +02:00
Rhys Arkins
8ae626cd7c v8.34.0 2017-06-13 12:23:16 +02:00
Rhys Arkins
03063f30b6 Hyperlink issue numbers in commit messages (#299)
* Add regex for hyperlinking issue numbers in commit messages

Closes #185

* Extend test
2017-06-13 12:22:21 +02:00
Rhys Arkins
64a35915a2 v8.33.0 2017-06-13 11:09:48 +02:00
Rhys Arkins
91856cec7a Refactor changelog logic to directly use JSON (#296)
Closes #264 

* Basic refactor

* Refactor into module

* Further refactor

* Use json for group pr body

* Add commit links

* improve body

* Refactor names

* Add signature

* Refactor config

* Simplify non-group pr body template

* Fix Pull/Merge terminology

* Fix test

* Fix pr test

* Fix prettier
2017-06-13 11:08:37 +02:00
Rhys Arkins
531ac31825 v8.32.3 2017-06-12 21:07:39 +02:00
Troy Coutu
ed8a20b5b5 Add gitlab api v4 support to getPr (#295) 2017-06-12 21:05:09 +02:00
renovate[bot]
eaaaa23247 Update dependency changelog to version 1.3.0 2017-06-12 15:31:34 +00:00
Rhys Arkins
e945e9e11d v8.32.2 2017-06-12 15:50:22 +02:00
Rhys Arkins
e5ea889829 Delete unnecessary config fields (#293) 2017-06-12 15:48:42 +02:00
Rhys Arkins
c37f903069 Upgrade changelog to v1.2.1 (npm) (#292) 2017-06-12 15:00:28 +02:00
renovate[bot]
6ad68cf220 Update dependency eslint to version 4.x (#290) 2017-06-12 11:25:39 +02:00
Rhys Arkins
93437e312d Remove test-dirty test from circleCI 2017-06-12 11:03:14 +02:00
Rhys Arkins
00b62be4f6 v8.32.1 2017-06-08 09:01:54 +02:00
Rhys Arkins
cfb956aa69 Update to yarn 0.24.6 (#289) 2017-06-08 09:00:58 +02:00
Rhys Arkins
ff41d79e69 CircleCI yarn version (#288)
* CircleCI yarn version

* Create circle.yml

* Create circle.yml

* Add yarn install script

* refactor circle.yml

* fix install detection

* set yarn path
2017-06-08 08:58:08 +02:00
renovate[bot]
fa3d7ebc75 Update dependency prettier to version 1.4.4 (#284)
* Update dependency prettier to version 1.4.3

* Update dependency prettier to version 1.4.4

* Update yarn.lock
2017-06-08 06:23:21 +02:00
Rhys Arkins
1f0d7ccf5d v8.32.0 2017-06-08 06:19:35 +02:00
Rhys Arkins
112ff0b410 Support branch automerging (#274)
Add support for automerging without PR, Closes #177 

* update definitions and docs


* Add mergeBranch api

* support merge commit

* set automergeType

* Update API

* Refactor merge commit

* branch-push working

* Refactor branch

* Add back base tree

* Fix failing tests

* Update definitions and docs

* Fix automerge logic

* Test isBranchStale

* start mergeBranch test

* test mergeBranch branch-push throws

* more tests

* test unknown commit type

* pr tests

* Detect automerge in versions helper

* update tests for new automergeEnabled flag

* refactor pr logic

* complete pr worker tests

* branch automerge tests

* Update docs

* refactor branch automerge check
2017-06-08 06:18:21 +02:00
Rhys Arkins
f3ff65e4fa v8.31.0 2017-06-08 06:10:48 +02:00
renovate[bot]
d38e9897a7 Update dependency gh-got to version 6.x (#272)
* Update dependency gh-got to version 6.0.0

* Fix lock file
2017-06-08 06:09:32 +02:00
renovate[bot]
2ff5027e0b Update dependency np to version 2.16.0 (#280)
* Update dependency np to version 2.16.0

* Fix yarn.lock
2017-06-07 23:20:59 +02:00
Rhys Arkins
b55b79b77b Add stale PR rebase to renovate config 2017-06-07 22:54:31 +02:00
Rhys Arkins
3aeeb69f0c v8.30.4 2017-06-07 22:50:54 +02:00
Rhys Arkins
c4e945836e Specify yarn engine (#283) 2017-06-07 22:49:32 +02:00
Rhys Arkins
92a1417b67 Use snapshots for versionsHelper tests (#282) 2017-06-07 21:36:47 +02:00
Rhys Arkins
08e20be039 v8.30.3 2017-06-07 21:31:42 +02:00
Hutson Betts
623a720ba5 fix(npm): accept JSON as fallback in content negotiation (#281)
Accept `application/json` as content type fallback in case user is accessing
npm registry that does not support the new `npm.install` content type.
2017-06-07 21:30:37 +02:00
Rhys Arkins
99302a4af7 v8.30.2 2017-06-07 15:46:48 +02:00
Rhys Arkins
d293143475 Fix github api base branch update (#279)
* Update base commit SHA after merge

* drop unnecessary getcommittree
2017-06-07 15:42:20 +02:00