greenkeeper[bot]
0a417e925c
chore(package): update tslint-config-standard to version 8.0.0 ( #677 )
2018-09-03 12:35:35 -04:00
Augusto Goulart
c01361fc60
docs: Response object should call .send() and not .end() ( #671 )
2018-08-28 23:07:36 -05:00
Brandon Keepers
ba0616d174
7.1.0
2018-08-27 18:42:09 -04:00
Brandon Keepers
6ac4a06fd4
Fix link to deployment docs ( #669 )
2018-08-27 18:41:25 -04:00
Tommy Byrd
84660d085b
TypeScript: set the proper response type when making a GraphQL query with `context.github.query()` ( #667 )
2018-08-24 11:24:26 -04:00
Bex Warner
782707af67
fix: Show friendly error when the webhook secret on GitHub does not match `WEBHOOK_SECRET` ( #647 )
2018-08-24 10:36:30 -04:00
Brandon Keepers
42d3d39c52
chore: Add template for release-drafter app ( #666 )
2018-08-24 10:34:35 -04:00
tcbyrd
5d92a110ea
Merge branch 'master' of https://github.com/probot/probot
2018-08-24 10:29:07 -04:00
Karol Majewski
96b186ac0f
chore: Convert resolver tests to TypeScript ( #660 )
2018-08-24 10:12:08 -04:00
Brandon Keepers
84518e5234
chore(package): update ts-jest to version 23.1.4 ( #662 )
2018-08-22 10:54:34 -04:00
Brandon Keepers
c8d9f0a9a1
chore(package): update bottleneck to version 2.8.0 ( #661 )
2018-08-22 10:40:28 -04:00
siddharth singh
8a12f83d0b
Convert logger test to Typescript ( #656 )
...
* Convert logger test to Typescript
* Convert logger test to Typescript
2018-08-20 10:31:10 -04:00
Bex Warner
1820442f68
Add probot-messages ( #657 )
...
* Update extensions.md
* Update extensions.md
2018-08-19 17:42:02 -05:00
Ben Scott
d8383d3b51
Rename event->name in docs ( #631 )
...
To be inline with changes in https://github.com/probot/probot/pull/626
2018-08-17 23:16:48 -05:00
Brandon Keepers
691d724bea
chore(package): update @types/node to version 10.7.0 ( #659 )
2018-08-17 18:57:52 -04:00
greenkeeper[bot]
135193225a
chore(package): update typedoc to version 0.12.0 ( #658 )
2018-08-17 17:00:20 -04:00
Ben Scott
686232d13d
chore: Rename plugins to apps ( #654 )
2018-08-17 14:17:15 -04:00
tcbyrd
24cfb6d21e
Merge branch 'master' of https://github.com/probot/probot
2018-08-17 06:42:12 -04:00
Tommy Byrd
59f924e4e6
Add environment variable option to provide a base64 encoded key ( #624 )
...
* check for base64 in the PRIVATE_KEY variable
* Update private_key config documentation
* Link to deployment docs for private key usage
2018-08-10 08:07:12 -04:00
Kentaro Matsushita
4159d80e08
chore(tests): Convert graphql tests to TypeScript ( #629 )
2018-08-09 23:42:02 -04:00
Tom Milligan
4118f1d9dc
Added env var INSTALLATION_TOKEN_TTL ( #638 )
...
* Add env var INSTALLATION_TOKEN_TTL
* Fixed jest tests not running under yarn with insecure localhost warning
* Update configuration.md
* Added integration nock tests for Application auth cache
* Fix test comment typo
* Clean global variables both before and after auth cache tests
2018-08-07 08:11:51 -07:00
Jason Etcovitch
e030579aa6
Remove all remnants of localtunnel ( #644 )
2018-08-03 12:35:28 -04:00
Ben Scott
d712141868
Refer to instances of ApplicationFunction as appFn ( #633 )
...
Stop using the names 'plugin' and 'app' to refer to instances of
ApplicationFunction.
This renames all variable names, but leaves the plugins folder in place,
to be renamed later
2018-08-02 14:47:27 -04:00
Tom Milligan
d40254cee8
Fixed jest tests not running due to insecure localhost warning ( #640 )
2018-07-27 16:03:55 -07:00
Rahman
80fc41ad14
Add typescript option to npx/yarn command ( #630 )
2018-07-23 08:10:24 -07:00
Kentaro Matsushita
eb6cea4e63
chore(test): Convert github tests to TypeScript ( #625 )
2018-07-17 23:02:07 -05:00
Brandon Keepers
59046bb7d8
chore: Extract type declarations for @octokit/webhooks ( #626 )
2018-07-17 14:38:04 -05:00
Bex Warner
248bf674df
Create CODEOWNERS ( #628 )
...
* Create CODEOWNERS
* Update CODEOWNERS
2018-07-17 10:05:25 -07:00
Wilhelm Klopp
f3fd6585f1
Bring testing docs in line with probot/template ( #627 )
2018-07-17 21:01:12 +08:00
greenkeeper[bot]
37fc44440b
chore(package): update ts-jest to version 23.0.0 ( #602 )
2018-07-15 06:26:32 -05:00
Kentaro Matsushita
88cdb2bfa4
chore(test): Convert application tests to TypeScript ( #614 )
2018-07-15 05:52:28 -05:00
tcbyrd
aae2749a49
Merge branch 'master' of https://github.com/probot/probot
2018-07-13 14:11:37 -04:00
Bex Warner
952f88b5b4
Clarifies the Probot requires a webhook secret ( #621 )
...
* Update development.md
* Update configuration.md
* Update configuration.md
* Update development.md
2018-07-13 09:50:42 -07:00
Brandon Keepers
1795133ee4
chore(test): Run tslint against tests ( #622 )
2018-07-13 10:23:50 -05:00
Brandon Keepers
e284ee2567
Tweak formatting of config docs ( #603 )
...
* Move required indicator inline
* Remove example column
* Several tweaks to env docs
1. Sort alphabetically
2. Tweak descriptions
3. Clearer pattern for default values: `Default: <value>`
* implement @tcbyrd's idea for examples
2018-07-10 15:40:04 -07:00
Ben Scott
9d94cd6675
Fix: Improve typing of Context ( #617 )
...
* State event in Context constructor implements WebhookEvent
* State Context implements WebhookEvent
* Explicitly state properties in Context constructor instead of using
Object.assign
2018-07-10 09:24:08 -05:00
Ben Scott
c275173ce3
fix: Make cacheErrors option optional ( #616 )
...
Set a default value of false and update the property to note that it
will now always be a boolean
2018-07-09 16:57:01 -05:00
tcbyrd
bc152ca616
Merge branch 'master' of https://github.com/probot/probot
2018-07-06 17:07:47 -04:00
Jason Etcovitch
b32fc2b38d
7.0.1
2018-07-06 17:02:43 -04:00
Tommy Byrd
8340d85dbb
Update ocotokit/rest.js to v15.9.4 ( #610 )
...
* update ocotokit rest
2018-07-06 16:56:13 -04:00
tcbyrd
c8c7fdc53d
7.0.1
2018-07-06 16:48:01 -04:00
Jason Etcovitch
fa371375db
fix: Remove extra event setting ( #611 )
2018-07-06 16:36:59 -04:00
greenkeeper[bot]
13ca06d852
Update eslint to the latest version 🚀 ( #581 )
...
* chore(package): update eslint to version 5.0.0
* Fix eslint-plugin-markdown
* Add standard-markdown to use with tslint
2018-07-06 15:33:35 -04:00
Garen Torikian
b5806ba816
docs: Fix new contribution grammar ( #609 )
2018-07-06 13:59:19 -04:00
Brian Douglas
1aaf280776
update the example app id image ( #606 )
...
* update the example app id image
per https://github.com/probot/probot/issues/600
* updates image to remove retina blurryness
2018-07-04 20:10:38 -07:00
Bex Warner
eef84796ed
Update links for our API ( #604 )
...
* Update hello-world.md
* Update best-practices.md
2018-07-02 09:17:37 -07:00
Brandon Keepers
9ec8765b79
Remove next tag ( #595 )
2018-06-28 11:41:40 -05:00
Brandon Keepers
a90fe25c54
7.0.0
2018-06-28 11:35:51 -05:00
Tommy Byrd
48887fa938
Various cleanup and fixes from TS checklist ( #585 )
...
* Optional Options
* Webhook ID is a string
* turning on no-var-requires and related fixes
* remove any. app is inferring correctly
* linter
2018-06-28 12:35:11 -04:00
Tommy Byrd
be1d8568e4
Add some documentation about TS to README and CONTRIBUTING ( #590 )
...
* Add TS info to README
* Add info about ts compiler when running tests
* don't talk about compiling
* Simplify and Unbold
2018-06-28 12:24:04 -04:00