Commit graph

6327 commits

Author SHA1 Message Date
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
Rhys Arkins
db031e7361 Revert "Update base SHA after merge PR (#277)" (#278)
This reverts commit 981d446cb0.
2017-06-07 14:42:54 +02:00
Rhys Arkins
981d446cb0 Update base SHA after merge PR (#277) 2017-06-07 14:39:17 +02:00
Rhys Arkins
dce7f4c9a8 Drop usage from README and fix md lint (#276) 2017-06-07 14:38:45 +02:00
Rhys Arkins
25a83d829f Fix baseBranch/defaultBranch in github api (#275) 2017-06-07 14:38:20 +02:00
renovate[bot]
70cd80c989 Update dependency chai to version 4.0.2 (#269)
* Update dependency chai to version 4.0.2

* Update yarn
2017-06-05 23:10:54 +02:00
Rhys Arkins
9be60b461f Add configuration faq/guide (#270)
Closes #265
2017-06-05 23:00:01 +02:00
Rhys Arkins
1ac8f21722 v8.30.1 2017-06-05 19:24:03 +02:00
Rhys Arkins
1e3d2449c8 Restore tmp directory cleanup (#268)
Partial implementation of #252
2017-06-05 19:22:39 +02:00
Rhys Arkins
42bc4bc78d v8.30.0 2017-06-05 12:22:07 +02:00
Rhys Arkins
88648ab4a5 Add npm caching (#266)
* use snapshots

* Use npm cache

Closes #246

* Add test for caching
2017-06-05 12:13:39 +02:00
Rhys Arkins
c42927ce05 v8.29.0 2017-06-05 10:22:17 +02:00
Rhys Arkins
d234a0d9dd Support changelogs for groups (#257)
Closes #202 

* Externalise hbs templates

* Fix tests

* Move templates

* lint fix

* Pass all upgrades to ensurePr

* Group changelogs

* Fix lint

* Fix tests
2017-06-05 10:21:02 +02:00
Rhys Arkins
6df68a260c Update yarn.lock (#260) 2017-06-05 06:53:59 +02:00
Rhys Arkins
92112d5045 v8.28.4 2017-06-04 22:11:54 +02:00
Rhys Arkins
5e61e22b90 Refactor yarn/npm run (#259)
* Refactor yarn/npm run

* Fix
2017-06-04 17:09:05 +02:00
Rhys Arkins
43c31076c4 Add jest and eslint package groups (#256) 2017-06-04 17:02:23 +02:00
Rhys Arkins
bcf393ac5b Move jest package to devDependencies (#258) 2017-06-04 17:02:08 +02:00
Rhys Arkins
07c56b81cb v8.28.3 2017-06-04 16:43:49 +02:00
Rhys Arkins
ee6b9876be Externalise hbs templates (#255)
* Externalise hbs templates

* Fix tests

* Move templates

* lint fix

* Refactor templates location
2017-06-04 16:42:24 +02:00
Rhys Arkins
ad4394ae50 v8.28.2 2017-06-04 12:35:30 +02:00
Rhys Arkins
156e104b5f Gracefully handle 404’s for npm module lookup (#254)
Closes #252, Closes #211
2017-06-04 12:34:04 +02:00
Rhys Arkins
50613ecf45 v8.28.1 2017-06-04 08:08:27 +02:00
Rhys Arkins
a50e65e143 Add robustness to package.json parsing (#250)
* Add robustness to package.json parsing

* Add tests
2017-06-04 08:06:40 +02:00
Rhys Arkins
94b2dbeb6f Specify npm version in package.json > engines (#251) 2017-06-04 07:57:41 +02:00
Rhys Arkins
2f3fa7a27b v8.28.0 2017-06-04 07:11:19 +02:00
Rhys Arkins
79de1b1ef3 Use npm Registry Filter Header (#249)
Closes #245
2017-06-04 07:10:12 +02:00
Rhys Arkins
f5a92e8061 Fix git dirty test (#248)
* Update test names

* Update yarn.lock
2017-06-04 06:57:41 +02:00
Rhys Arkins
0f360b0765 v8.27.0 2017-06-04 06:38:58 +02:00