Adam Netočný
2b78263e82
fix(typescript): GitHubAPI.paginate callback signature ( #775 )
2019-01-09 12:10:58 -08:00
Gregor
fe99d0b2d3
build(package): lock file update
2019-01-07 22:35:07 -08:00
Gregor Martynus
8d8292bca8
build(npmrc): bye bye bey
...
![bye bye bye](https://media.giphy.com/media/hFXwY4lER3oBO/giphy.gif )
2019-01-07 22:33:40 -08:00
MarvinJWendt
d23ebba0e2
Update year to 2019 ( #812 )
2019-01-05 22:10:56 -05:00
Pietro Bongiovanni
6b73d5a746
docs: Fix URL for Serverless GCF repository ( #805 )
2019-01-04 13:42:31 -05:00
Kentaro Matsushita
dc558dcef5
docs: Fix sample code for serverless deployment ( #807 )
2019-01-04 13:41:25 -05:00
Luke Browne
6620ba18da
tests: Removed allowed failure configuration for node 10 ( #802 )
2019-01-03 12:54:26 -05:00
Josh Soref
444fcac73d
fix: Spelling ( #800 )
2019-01-03 12:15:02 -05:00
KINOSHITA Minoru
15fbadca2d
fix: path.resolve instead of path.join to resolve payload paths. ( #785 )
2019-01-02 13:45:42 -08:00
Mayank Jethva
bb06c51485
docs(simulating-webhooks.md): typo and `pull_request.labeled` keyword highlight ( #796 )
2018-12-21 10:36:39 -08:00
greenkeeper[bot]
e85341c637
chore(package): update lockfile package-lock.json
2018-12-21 10:35:23 -08:00
greenkeeper[bot]
2c0a342c89
fix(package): update supports-color to version 6.0.0
2018-12-21 10:35:23 -08:00
Hayden
53564a9119
build: package lock file ( #791 )
2018-12-18 10:02:30 -08:00
Chad Fawcett
5063300606
Fix link to "probot-metadata" extension ( #787 )
...
Fix broken link
2018-12-12 01:03:43 -05:00
Chad Fawcett
e1d80a96f3
Fix link to "Create the GitHub App" ( #786 )
2018-12-11 23:37:56 -05:00
Andrew Hinett
fee5451482
docs: fix misspellings of receive ( #783 )
2018-12-11 07:57:08 -08:00
Nikhil Mehra
cc87051c0c
Invalid PRIVATE_KEY_PATH error handling ( #782 )
2018-12-10 14:44:34 -05:00
greenkeeper[bot]
a96b06ab25
chore(package): update @types/jsonwebtoken to version 8.3.0 ( #757 )
2018-12-10 14:43:43 -05:00
greenkeeper[bot]
213b12f5fb
fix(package): update dotenv to version 6.2.0 ( #781 )
2018-12-10 14:42:25 -05:00
Kunall Banerjee
4a5b8619c0
Prefill Glitch app name as GitHub app name for app manifests ( #742 )
...
* Use Glitch app name as GitHub app name for app manifests
2018-12-10 11:03:46 +00:00
wolfy1339
3b3e555f8b
Fix typings for stats app ( #728 )
...
* Fix typings for stats app
* Fix problems with callback functions that should be async
According to the Octokit types, the paginate() function's callback has an argument of type `Promise<AnyResponse>`, but it was being used as if it wasn't in a Promise
* update octokit methods
2018-11-25 22:49:49 -05:00
Bex Warner
58559ff22d
7.4.0
2018-11-20 13:23:57 -05:00
Gregor
59bf271254
refactor: rename deprecated methods
2018-11-20 09:50:06 -08:00
Gregor
9d159250cd
fix(package): @octokit/rest@^15.18.0
2018-11-20 09:50:06 -08:00
Matan Kushner
5c622e4ee9
docs: links in "Serverless Deployment" ( #773 )
2018-11-19 14:27:42 -08:00
Wilhelm Klopp
107c4e6749
Include version in manifest ( #763 )
2018-11-15 09:52:35 +00:00
Alberto Gimeno
7831ef0c4d
Fix for `probot receive` to allow app auth instead in addition to token auth ( #754 )
2018-11-02 11:14:25 -05:00
Timon van Spronsen
5443ce03c8
Add documentation about template flag ( #752 )
...
* Add documentation about template flag
* Update docs/development.md
Co-Authored-By: TimonVS <timonvanspronsen@outlook.com>
* Update docs/development.md
Co-Authored-By: TimonVS <timonvanspronsen@outlook.com>
* Improve `template` argument documentation
* update template step
2018-10-31 23:02:15 -04:00
Bex Warner
9e60d34710
Follow GitHub Casing Standards ( #756 )
...
* casing is lyfe #gIThUB
* Update docs/configuration.md
Co-Authored-By: hiimbex <bexmwarner@gmail.com>
* Update docs/configuration.md
Co-Authored-By: hiimbex <bexmwarner@gmail.com>
2018-10-31 22:42:03 -04:00
greenkeeper[bot]
e1e1b32db1
fix(package): update is-base64 to version 0.1.0 ( #750 )
2018-10-26 11:56:25 -04:00
Bex Warner
286f2d4916
Improve documentation on testing Probot apps with nock ( #734 )
2018-10-25 15:35:24 -05:00
Bob van der Linden
35dd36da69
Improve GraphQL query for TypeScript ( #710 )
2018-10-25 15:33:16 -05:00
Brian Douglas
787e36f2ad
Create serverless-deployment.md ( #698 )
...
* Create serverless-deployment.md
I have worked alongside @tcbyrd and @JasonEtco testing out their Serverless plugins in preparation for a Serverless conference I am attending this week. Having a Serverless section would be nice to share while at the conference, but not required.
This PR adds a new Serverless section to the docs (open to suggestions on placement), @hiimbex mentioned creating a new section to assist not over-crowding the (already existing) deployment.md.
After this week, I plan to begin working with another provider (Azure).
* Update deployment.md
* Bdougie pr serverless fixes (#2 )
* adds link to serverless docs
* link to deployments section for repeated content
* Bdougie pr serverless fixes (#3 )
* adds link to serverless docs
* link to deployments section for repeated content
* Update serverless-deployment.md
* adds serverless blurb
* Update deployment.md
* Update serverless-deployment.md
* Update deployment.md
* Update serverless-deployment.md
* a few grammar and word changes
2018-10-25 15:15:04 -04:00
mackie
f82d647f51
chore(test): convert apps/stats test to TypeScript ( #704 )
2018-10-25 14:13:09 -05:00
mackie
85502cf3da
chore(tests): convert logging test to TypeScript ( #696 )
2018-10-25 14:11:42 -05:00
Timon van Spronsen
494fd3cbb3
Add done parameter to paginate callback in GitHubAPI interface ( #718 )
2018-10-25 14:58:42 -04:00
Kunall Banerjee
06d2767607
docs: Fix typo ( #741 )
2018-10-23 01:39:27 -04:00
Jason Etcovitch
1fc1e905b1
docs: Pretty readme ( #740 )
2018-10-19 17:10:25 -07:00
Brandon Keepers
76b0417745
robot => app
2018-10-16 11:20:53 -07:00
Brandon Keepers
133496bc88
Document deployment to GitHub Actions ( #739 )
2018-10-16 11:16:26 -07:00
Brandon Keepers
43acbbc843
Fix: Allow starting probot without token or id/cert ( #738 )
2018-10-15 13:10:02 -07:00
Brandon Keepers
5dc37f6bdf
7.3.0
2018-10-15 11:38:01 -07:00
Bex Warner
76b5edd13d
Update docs for manually receiving events ( #730 )
2018-10-15 11:31:31 -07:00
Alberto Gimeno
ad06bd5e32
Deprecate `probot simulate` in favor of `probot receive` ( #726 )
2018-10-15 11:21:36 -07:00
Wilhelm Klopp
aef4d72d95
Wrap pem in quotes to make Glitch happy ( #737 )
...
* Wrap pem in quotes to make Glitch happy
2018-10-15 09:17:07 -07:00
Bex Warner
8964e7c613
Update development.md ( #735 )
2018-10-10 23:28:37 -04:00
Bex Warner
6b5e9a2a72
chore(package): update @octokit/rest to version 15.13.1 ( #732 )
2018-10-10 12:02:58 -04:00
greenkeeper[bot]
914d968045
Update standard-markdown to the latest version 🚀 and lint docs
...
* chore(package): update standard-markdown to version 5.0.0
* chore(package): update standard-markdown to version 5.0.1
Closes #689
* fix linting
2018-10-10 11:54:31 -04:00
greenkeeper[bot]
00f0e192a5
chore(package): update typedoc to version 0.13.0 ( #731 )
2018-10-10 11:27:00 -04:00
Bex Warner
0036fee389
chore(package): update commander to version 2.19.0 ( #729 )
2018-10-10 09:23:05 -04:00