Commit Graph

1328 Commits

Author SHA1 Message Date
Gregor a3da7b231c refactor: remove obsolete `debug` option for Octokit
This has been removed in v13: https://github.com/octokit/rest.js/releases/tag/v13.0.0
2019-03-08 10:00:43 -08:00
Gregor 64f5928356 test: adapt tests for `@octokit/app`. We no longer need to test caching of installation tokens, this is implemented within `@octokit/app 2019-03-08 10:00:43 -08:00
Gregor 3f8a50a993 refactor: replace `github-app.ts` with `@github/app` 2019-03-08 10:00:43 -08:00
Gregor 0821b969f3 build(package): lock file 2019-03-08 10:00:43 -08:00
Gregor d6dcaebcdd build(package): @octokit/app 2019-03-08 10:00:43 -08:00
Gregor 74e040ea43 docs(CONTRIBUTING): 🏗 Probot v8 beta 2019-03-08 10:00:43 -08:00
Gregor e87187c3ba docs(README): npm beta badge 2019-03-08 10:00:43 -08:00
Gregor f85a223cf1 build(packag): lock file 2019-03-08 10:00:43 -08:00
Gregor a9fafdd56d refactor: cache entire Octokit instances instead of just the auth token 2019-03-08 10:00:43 -08:00
Gregor 4b71bca6de build(package): @octokit/plugin-retry@^2.11, @octokit/plugin-throttling@^2.21 2019-03-08 10:00:43 -08:00
Gregor cf24e4c773 test: disable throttling for github tests 2019-03-08 10:00:43 -08:00
Gregor c1141ca6e6 build(package): lock-file 2019-03-08 10:00:43 -08:00
Gregor 70a58f6947 build(package): update versions for octokit throttle/retry plugins 2019-03-08 10:00:43 -08:00
Gregor e5974b6489 build: lock file -> https URLs 2019-03-08 10:00:43 -08:00
Gregor aa1c57072d fix: make `.issues.addLabels()` compatible with current GHE versions 2019-03-08 10:00:19 -08:00
Gregor c6cbc97bf0 feat: new throttling & automated retries 2019-03-08 10:00:19 -08:00
Gregor 39f1fc087a docs(pagination): lookie lookie async iterators 👀 2019-03-08 10:00:19 -08:00
Gregor 6a6f456620 docs(github-api): github.graphql is the new github.query and then some 2019-03-08 10:00:19 -08:00
Gregor e0868f10b4 feat: new github.paginate API, github.paginate.iterator() 2019-03-08 10:00:19 -08:00
Gregor fa9a228197 feat: moar Typescript foo 2019-03-08 10:00:19 -08:00
Gregor 83b42b930f refactor: use @octokit/graphql 2019-03-08 10:00:19 -08:00
Gregor 624bae2d61 refactor: use the new github.paginate syntax 2019-03-08 10:00:19 -08:00
Gregor 6dc8dccdf8 refactor: github.request(route, options) is so pretty 2019-03-08 10:00:19 -08:00
Gregor 291824960c fix(logging): error.status is the new error.code. The old error.status is no more 2019-03-08 10:00:19 -08:00
Gregor f06d98479f refactor: Typescript does not like .bind() too much 2019-03-08 10:00:19 -08:00
Gregor 3f83dae4e7 test(pagination): test deprecations 2019-03-08 10:00:19 -08:00
Gregor a486f7c03b test: fix mocked responses for pagination requests
Responses are always arrays, never single objects
2019-03-08 10:00:19 -08:00
Gregor c8e72aeeed test(graphql): add tests for deprecations, refactor for new .graphql implementation (no breaking changes) 2019-03-08 10:00:19 -08:00
Gregor 5567e97b32 refactor: spy on `github.repos.getContents` function without removing function properties 2019-03-08 10:00:19 -08:00
Gregor 20e5914b3b test: suppress logs from `console.warn`, use spy to make sure it was called 2019-03-08 10:00:19 -08:00
Gregor ab557bb8a4 build(package): lock file update 2019-03-08 10:00:19 -08:00
Gregor 0f464c00c9 build(package): @octokit/rest v16, @octokit/graphql, octokit-pagination-methods
BREAKING CHANGE: _fill in from https://github.com/probot/probot/pull/774#issue-232419817_
2019-03-08 09:59:59 -08:00
David Klebanoff 22ce38c86a docs(README): fixes wording (#880) 2019-03-06 10:17:43 -08:00
Gregor c95f5edb9b build(package): lock file 2019-03-03 14:45:24 -08:00
Gregor b42f83db11 build(package): update semantic-release 2019-03-03 14:45:12 -08:00
Jason Etcovitch d32ce60588 fix: Update dependencies (#870) 2019-03-03 14:44:13 -08:00
Tommy Byrd e975bbda00
update spelling
Updating this change from #852 in the master branch so we can publish to the site.
2019-02-09 20:27:55 -05:00
Gregor beb84661b1 docs(CONTRIBUTING): Merging the Pull Request & releasing a new version 2019-01-18 17:18:39 -08:00
Gregor 0dbb499826 ci(travis): semantic-release setup 2019-01-18 17:18:39 -08:00
Gregor d742bc7bdd build: lock file 2019-01-18 17:18:39 -08:00
Gregor d835553926 build(package): semantic-release setup 2019-01-18 17:18:39 -08:00
Shelley Vohr c8ed774382 doc: update GitHub actions workflow reference (#823) 2019-01-13 15:30:41 -05:00
Gregor Martynus 7d938d67fe docs(README): fix link to travis 2019-01-10 11:21:56 -08:00
Gregor ca853910cd 7.5.0 2019-01-10 11:18:03 -08:00
Gregor cc5b80b31e fix: pass utf8 as 2nd argument when reading private key from file using `fs.readFileSync` 2019-01-10 10:49:06 -08:00
Gregor 301fc4775a test: pass utf8 as 2nd argument when reading private key from file using `fs.readFileSync` 2019-01-10 10:49:06 -08:00
Gregor 222256ab92 fix: GitHubAPI.paginate callback signature in stats
follow up for https://github.com/probot/probot/pull/775
2019-01-10 10:48:40 -08:00
wolfy1339 33f321a92b fix(typescript): Webhooks class constructor definition (#798) 2019-01-10 09:14:02 -08:00
Alberto Gimeno 6ad29f86af fix(typescript): webhook callback definitions (#793) 2019-01-10 09:12:00 -08:00
Abi Noda f6d7bdcdfb Add pull reminders badge to README (#814)
* docs: add pull reminders badge

* fix img alt attributre
2019-01-09 17:07:50 -05:00