Commit Graph

19 Commits (v9.43.1)

Author SHA1 Message Date
Rhys Arkins cd54997d08 fix: Remove yarn version from package.json ()
This pinned yarn version prevents newer or older versions of yarn from installing renovate.
2017-07-05 18:12:58 +02:00
Rhys Arkins 8c0c5233a6 fix: Install npm@5 in CI ()
Might help 
2017-07-05 18:11:27 +02:00
Rhys Arkins ce4af5db8e chore: re-enable jest cache () 2017-06-30 16:02:40 +02:00
Rhys Arkins cba1d064c8 chore: remove jest caching () 2017-06-30 13:40:32 +02:00
Rhys Arkins a1af0e2c1d refactor: jest caching () 2017-06-29 19:37:45 +02:00
singapore ffadee8d5c fix: Don't fail master due to semantic-release 2017-06-29 14:41:56 +02:00
Rhys Arkins 3e3e0d7c4d refactor: Add semantic release to CircleCI ()
* Reset version to 0.0.0-semantic-release
* Add semantic-release and condition-circle
* Add circleci deployment config
2017-06-29 14:36:50 +02:00
Rhys Arkins 93437e312d Remove test-dirty test from circleCI 2017-06-12 11:03:14 +02:00
Rhys Arkins ff41d79e69 CircleCI yarn version ()
* 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
Rhys Arkins 5e61e22b90 Refactor yarn/npm run ()
* Refactor yarn/npm run

* Fix
2017-06-04 17:09:05 +02:00
Rhys Arkins f5a92e8061 Fix git dirty test ()
* Update test names

* Update yarn.lock
2017-06-04 06:57:41 +02:00
Rhys Arkins b4e0175b82 Add git dirty check to CI ()
Add git dirty check to CI
2017-06-04 06:34:41 +02:00
Rhys Arkins 123db8e39e Use yarn for renovate repository () 2017-02-10 12:45:16 +01:00
Jon Bretman 3818e535ad Move tests to Jest ()
* No need to run tests against compiled code
* Better support for reseting modules
* Will make writing tests for the github/npm apis easier
2017-02-09 05:30:00 +01:00
Rhys Arkins 528112bc47 Use async await ()
All promise syntax has been replaced with async/await.
`renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now.
`renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw`

Closes 
2017-01-31 12:19:06 +01:00
Rhys Arkins f6a5206b6b Add codecov to circleCI () 2017-01-15 21:51:35 +01:00
Rhys Arkins 3317489f0f Update circle.yml 2017-01-13 16:05:04 +01:00
Rhys Arkins 733ea77d85 Fix mocha lint 2017-01-12 10:10:47 +01:00
Rhys Arkins 1e24017992 Add tests for package-json
commit 8e72ab18f39f6e177757e1442e9f491d22982e58
Author: Rhys Arkins <rhys@keylocation.sg>
Date:   Thu Jan 12 09:33:33 2017 +0100

    Remove use strict

commit 3d13fa9e69b0050ba211128b8b73d210eb0b549a
Author: Rhys Arkins <rhys@keylocation.sg>
Date:   Thu Jan 12 09:31:22 2017 +0100

    Add circle.yml

commit d5fad78f3847f8b384a508d3ab6e4cd19939be4e
Author: Rhys Arkins <rhys@keylocation.sg>
Date:   Thu Jan 12 09:28:58 2017 +0100

    Try use strict

commit 32ed86bfb6e04fe4270381dc3faa1184192a6f91
Author: Rhys Arkins <rhys@keylocation.sg>
Date:   Thu Jan 12 09:12:46 2017 +0100

    Add package-json tests
2017-01-12 09:36:22 +01:00