Commit Graph

10 Commits

Author SHA1 Message Date
tcbyrd
effb3f5f3c Merge tag 'v6.1.0'
Conflicts:
	docs/development.md
	lib/github.js
	lib/github/pagination.js
	lib/index.js
	package.json
	src/github.ts
	src/index.ts

Coverted all lib/github javascript files to ts
2018-03-22 10:01:05 -04:00
Brandon Keepers
6757148003 chore: Refactor GitHub client extensions (#470) 2018-03-18 18:05:14 -05:00
Brandon Keepers
ce4727596f Update node-github => octokit/rest.js in docs (#445) 2018-02-28 09:29:47 -06:00
greenkeeper[bot]
0060098fd7 chore(package): Update standard to the latest version 🚀 (#436) 2018-02-28 10:09:40 -05:00
Brandon Keepers
72d6911a79 fix: Re-throw errors from octokit (#418) 2018-02-05 10:28:02 -05:00
greenkeeper[bot]
2f3f434ab8 fix(package): Update bottleneck to the latest version 🚀 (#397) 2018-02-03 15:55:50 -05:00
Gregor
0ebea0eaee refactor: github -> @octokit/rest 2018-01-29 11:07:17 -08:00
Ryan Tsao
36e3b57b41 feature: Add early termination to paginate method (#329) 2018-01-11 13:16:44 -05:00
Olivier Combe
5546e5c4fc working typescript setup (#375) 2017-12-30 23:14:26 -05:00
Brandon Keepers
e35028890a Improve GitHub logging (#351)
* Extract github client extensions into module

* Add logging to extended GitHub client

* Update test to check output

* Inline GitHub App methods

* Update node-github links

* Remove src, which does not show up with LOG_FORMAT=simple anyway

* Fix lint errors
2017-11-27 10:18:58 -06:00