probot/src
Maxim Devoir 28a4d43185 fix: Limit webhook-event-check to known events in `/app` response (#1092)
Because `GET /app` does not include many events (e.g. `fork`, `installation`, etc.), we don't want to compare some events to the results of `GET /app`.

In these cases, webhook-event-check will silently ignore verifying whether the GitHub App is subscribed to the event.
2019-12-25 10:37:06 +01:00
..
@types fix: adapt for @octokit/plugin-enterprise-compatibility@^1.2.1 2019-11-04 22:00:03 -08:00
apps fix: remove deprecation message on /probot/stats endpoint 2019-04-24 09:37:59 -07:00
github fix: adapt for @octokit/plugin-enterprise-compatibility@^1.2.1 2019-11-04 22:00:03 -08:00
middleware test: convert final test to TypeScript (#850) 2019-03-08 11:18:05 -08:00
application.ts feat: Initial webhook-event-check feature (#1078) 2019-12-19 17:34:55 +01:00
cache.ts Deprecate `probot simulate` in favor of `probot receive` (#726) 2018-10-15 11:21:36 -07:00
context.ts fix(config): handle cases when `.github/<app name>.yml` is not a file, but a directory, symlink or submodule 2019-09-19 09:41:53 -07:00
index.ts feat: throw errors during startup if NODE_ENV is production and the application is not in a usable state (#1046) 2019-10-23 12:21:53 -07:00
logger.ts chore: remove type assertion 2019-11-18 15:22:38 -08:00
manifest-creation.ts fix: Support GitHub Enterprise Server in GitHub App Manifest flow implementation (#902) 2019-04-22 12:31:22 -04:00
private-key.ts fix: remove unnecessary escaping in private key error message (#862) 2019-03-08 11:17:52 -08:00
resolver.ts chore: Convert resolver tests to TypeScript (#660) 2018-08-24 10:12:08 -04:00
serializers.ts feat: Update @octokit/rest to 16.22.0 (#901) 2019-04-03 08:57:13 -07:00
server.ts Various cleanup and fixes from TS checklist (#585) 2018-06-28 12:35:11 -04:00
webhook-event-check.ts fix: Limit webhook-event-check to known events in `/app` response (#1092) 2019-12-25 10:37:06 +01:00
webhook-proxy.ts fix: make smee-client requirement optional again (#868) 2019-03-08 11:18:18 -08:00
wrap-logger.ts fix(typescript): log.child options (#924) 2019-04-28 14:17:35 -07:00