Rhys Arkins
8b0fb9939c
Fix createPr return properly
2017-02-08 08:34:19 +01:00
Rhys Arkins
88a81cc6b8
Revert "Fix createPr return value"
...
This reverts commit 46c55c64df
.
2017-02-08 08:33:54 +01:00
Rhys Arkins
40bd932733
8.4.2
2017-02-08 08:25:43 +01:00
Rhys Arkins
46c55c64df
Fix createPr return value
2017-02-08 08:23:32 +01:00
Rhys Arkins
7a5fd1d1d2
8.4.1
2017-02-07 21:50:13 +01:00
Jon Bretman
541edb1807
Fix some small bugs ( #92 )
...
* Remove leading `/` from file paths returned from GitHub API search
* Return PR object from `createPr` function in api/github
* Set the logging level as soon as it's known
* Make sure endpoint is set at the repository level
2017-02-07 21:45:35 +01:00
Rhys Arkins
142b7f6dfe
8.4.0
2017-02-06 07:58:33 +01:00
Sébastien ELET
7829dfea96
Add option to rebase stalled PRs ( #89 )
...
Closes #54
* feat(rebaseStalePr): add option to rebase stalled PRs
* refactor(pr): rename isStalled to isStale
* docs(*): rebuild the docs
2017-02-06 07:56:33 +01:00
Renovate Bot
56a010c304
Update dependency eslint-config-airbnb-base to version 11.1.0 ( #90 )
2017-02-06 07:27:35 +01:00
Rhys Arkins
871ffaed82
8.3.0
2017-02-05 09:16:26 +01:00
Rhys Arkins
76de590415
Support custom endpoints
2017-02-05 09:13:56 +01:00
Rhys Arkins
46ef99afb4
Build before updating docs
2017-02-05 09:13:56 +01:00
keylocation-bot
95251ba25c
Update dependency eslint to version 3.15.0 ( #88 )
2017-02-05 09:03:18 +01:00
Rhys Arkins
f73bc82867
8.2.7
2017-02-02 18:35:48 +01:00
Rhys Arkins
fc572b03dd
Use pr.displayNumber instead of pr.number
2017-02-02 18:34:48 +01:00
Rhys Arkins
b049329212
8.2.6
2017-02-02 16:09:37 +01:00
Rhys Arkins
edf8e496ea
Improve pr formatting
2017-02-02 16:08:35 +01:00
Rhys Arkins
12f4a4b034
Fix debug exception
2017-02-02 16:08:12 +01:00
Rhys Arkins
7ea382c065
Improve/fix changelog formatting
2017-02-02 16:07:55 +01:00
Rhys Arkins
c769ae2e82
Improve ensure PR error reporting
2017-02-02 16:07:39 +01:00
Rhys Arkins
c3999419b5
Fix configureRepository prNo return
2017-02-02 16:07:00 +01:00
Rhys Arkins
89ec832ddf
Drop gl-got
...
Should be in branch instead
2017-02-02 11:57:08 +01:00
Rhys Arkins
49f8d56773
Create contributing.md ( #86 )
...
Closes #80
2017-02-02 09:26:40 +01:00
Rhys Arkins
60e67f4189
8.2.5
2017-02-01 17:49:31 +01:00
Rhys Arkins
83f6f69fc6
Drop writeFile
2017-02-01 17:48:20 +01:00
Rhys Arkins
03a6e0a56d
Refactor github API ( #85 )
...
More refactoring of GitHub API in preparation for GitLab
2017-02-01 17:43:28 +01:00
Rhys Arkins
9853529faa
8.2.4
2017-02-01 13:51:55 +01:00
Rhys Arkins
ee27fd5e1f
Refactor GitHub api ( #82 )
...
This refactors the GitHub API and related functions in preparation for GitLab support
2017-02-01 13:50:28 +01:00
Rhys Arkins
32d16d4058
8.2.3
2017-02-01 13:40:25 +01:00
Rhys Arkins
39e83aa77d
Fix Procfile
2017-02-01 13:38:36 +01:00
Rhys Arkins
4acbdf3fe1
Use start-raw for heroku
2017-02-01 13:37:25 +01:00
Rhys Arkins
8dcf9c5477
Update Procfile for Heroku
2017-02-01 13:30:26 +01:00
Rhys Arkins
1e1cb5664e
Add npm build step
2017-02-01 13:27:38 +01:00
Rhys Arkins
f15db31ba4
8.2.2
2017-02-01 13:22:25 +01:00
Rhys Arkins
30b34bf334
Add start-babel npm script
2017-02-01 13:21:21 +01:00
Rhys Arkins
c3e96f1d2a
Optimise setNewValue if nothing has changed
2017-02-01 13:20:21 +01:00
Rhys Arkins
1f6ae1900a
8.2.1
2017-01-31 18:18:16 +01:00
Rhys Arkins
87a025c2d1
Refactor for multiple platforms ( #81 )
...
* Add gl-got
* Add platform config definition
* Refactor for multiple platforms
Preparing for #65
2017-01-31 18:16:33 +01:00
Rhys Arkins
6de2490cf1
8.2.0
2017-01-31 14:57:16 +01:00
Sébastien ELET
7c6a891b73
Add option for Requested Reviewers ( #79 )
...
This feature allows for the addition of requested reviewers for Pull Requests.
2017-01-31 14:54:16 +01:00
Rhys Arkins
1f28f54cc0
8.1.0
2017-01-31 12:37:51 +01:00
Rhys Arkins
84d2fd998e
Fix update-docs path
2017-01-31 12:36:22 +01:00
Rhys Arkins
528112bc47
Use async await ( #78 )
...
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 #77
2017-01-31 12:19:06 +01:00
Rhys Arkins
d935c77bee
8.0.0
2017-01-30 07:38:42 +01:00
Rhys Arkins
d1f67e8877
Update docs
2017-01-30 07:37:43 +01:00
Rhys Arkins
3096550672
Add onboarding ( #76 )
...
* Check for closed PR
* Refactor
* Make onboarding configurable
2017-01-30 07:34:35 +01:00
Rhys Arkins
3e3d7bd0bc
7.6.0
2017-01-29 22:27:38 +01:00
Rhys Arkins
a80f6489d2
Support custom registries
...
Closes #69
2017-01-29 22:26:43 +01:00
Rhys Arkins
3825e89d97
7.5.1
2017-01-29 21:53:57 +01:00
Rhys Arkins
dfd86e3740
Remove recreateUnmergeable option and update docs
2017-01-29 21:53:12 +01:00