Tommy Byrd
a8a0f6521a
7.1.2
7.1.2
2018-09-13 19:53:00 -04:00
Tommy Byrd
9671c13ea9
Merge branch 'master' of https://github.com/probot/probot
2018-09-13 19:51:45 -04:00
Gregor Martynus
fcd1e9201e
fix(package): require @octokit/webhooks@^5.0.2 ( #691 )
...
this is a security update
2018-09-13 19:50:39 -04:00
Brandon Keepers
4972ed0e83
Relax webhooks requirement
2018-09-11 22:26:28 -07:00
greenkeeper[bot]
4310b6e560
fix(package): update @octokit/webhooks to version 5.0.1
2018-09-11 22:26:28 -07:00
Maks Rafalko
be260ef13c
Update best-practices.md ( #682 )
2018-09-05 16:08:08 -04:00
Bex Warner
069ec5e4dc
7.1.1
v7.1.1
2018-09-05 15:03:56 -04:00
Bex Warner
217eaa3e63
add npm ignore for package-locks
2018-09-05 15:03:51 -04:00
Bex Warner
facac548bf
update octokit/rest and tests to use /app/installations ( #681 )
2018-09-04 17:06:06 -04:00
AditShah
31ec2a39c3
chore(test): convert server to TypeScript ( #664 )
2018-09-03 13:14:01 -04:00
greenkeeper[bot]
94d3d100d5
chore(package): update standard to version 12.0.0 ( #672 )
2018-09-03 12:38:25 -04:00
Shobhit Gupta
415b6ea1ad
chore(test): Convert private-key tests to ts ( #676 )
2018-09-03 12:36:58 -04:00
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