Commit Graph

189 Commits

Author SHA1 Message Date
Brandon Keepers
28a10aed50 Use prepare instead of prepublish
Fixes this warning:

    npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are
deprecated.
    npm WARN prepublish-on-install Use `prepare` for build steps and
`prepublishOnly` for upload-only.
    npm WARN prepublish-on-install See the deprecation note in `npm help
scripts` for more information.
2018-05-20 10:36:04 -05:00
Brandon Keepers
2530f3469a Merge remote-tracking branch 'origin/master' into typescript-init
* origin/master:
  Docs: Missing `break` statement in "Early exit" example (#538)
  chore: Commit version number, remove snapshot tests (#535)
  docs: Add docs on unauthenticated events and a log warning (#536)
  fix: Allow listening to `installation.deleted` event and other events
that don't include an installation id (#475)
2018-05-20 10:33:54 -05:00
Brandon Keepers
61393304f0 chore: Commit version number, remove snapshot tests (#535) 2018-05-19 08:26:01 -05:00
tcbyrd
a67a90678a Updates to get newest Octokit
Merge remote-tracking branch 'origin/master' into typescript-init

Add login to Account

interfaces don't need commas

Revert description
2018-05-18 16:05:30 -04:00
Gregor Martynus
97ca3a512f fix(package): update @octokit/rest to version ^15.6.0 (#533) 2018-05-16 11:03:26 -07:00
Richard Littauer
4524ada62c docs: suggested changes from audit #522 (#523) 2018-05-13 01:16:43 -04:00
Brandon Keepers
f432b95133 Fix typescript linting (#494) 2018-04-22 21:10:31 -04:00
Brandon Keepers
ada906f3f9 Explicitly list files to be included in package (#502) 2018-04-17 11:22:49 -05:00
Brandon Keepers
1bbf88cc77 Enable typescript diagnostics in ts-jest (#495) 2018-04-14 09:01:37 -05:00
Tommy Byrd
093f7ff7e7 Add type declaration 2018-04-09 19:07:25 -04:00
tcbyrd
522c6dff9f Merge branch 'master' into typescript-init 2018-04-01 20:42:04 -04:00
tcbyrd
5b1dd99ed1 Updating testMatchers
This exposed some test that weren't running
2018-04-01 20:29:57 -04:00
Brandon Keepers
215d9e97be chore: relax version for express-async-errors (#481) 2018-03-26 15:58:04 -05:00
tcbyrd
bbb56d0eb4 Add tslint
tslint all the things
2018-03-22 23:58:24 -04:00
tcbyrd
c173c55128 adding webhook and graphql types 2018-03-22 23:06:23 -04:00
Brandon Keepers
71d94bda1a chore: Remove github-webhook-handler (#477) 2018-03-22 11:23:41 -05:00
tcbyrd
effb3f5f3c Merge tag 'v6.1.0'
Conflicts:
	docs/development.md
	lib/github.js
	lib/github/pagination.js
	lib/index.js
	package.json
	src/github.ts
	src/index.ts

Coverted all lib/github javascript files to ts
2018-03-22 10:01:05 -04:00
Brandon Keepers
9f324c79e3 chore: Minimal changes to get @octokit/webhooks working (#462) 2018-03-21 13:23:51 -04:00
tcbyrd
5dbfe7c178 Bump octokit to 15.2.4 to fix Option types 2018-03-19 19:21:15 -04:00
Brandon Keepers
ecfdce2caf chore: Remove scripts that are no longer used (#468) 2018-03-18 18:03:45 -05:00
tcbyrd
647711ab5a Cleaning up some code and fixing ts errors
Remove --forceExit

Clean up unused code

assign this.id

sync changes from origin
2018-03-15 23:48:21 -04:00
tcbyrd
d7b89e1a97 bump octokit 2018-03-15 18:46:43 -04:00
greenkeeper[bot]
5898da7f50 fix(package): update @octokit/rest to version 15.2.0 (#457) 2018-03-15 00:00:22 -05:00
Brandon Keepers
24aec79be5 chore(package): update semver to version 5.5.0 (#461) 2018-03-14 23:31:02 -05:00
Brandon Keepers
71ad002471 chore(package): update nock to version 9.2.0 (#460) 2018-03-14 23:26:33 -05:00
Brandon Keepers
1d139b71df chore(package): update raven to version 2.4.2 (#459) 2018-03-14 23:20:01 -05:00
Brandon Keepers
6086c92fc5 chore(package): update bottleneck to version 2.2.0 (#458) 2018-03-14 23:19:42 -05:00
greenkeeper[bot]
9cf5745120 fix(package): update @octokit/rest to version 15.1.9 2018-03-10 17:37:24 +00:00
greenkeeper[bot]
c83ea72c24 chore(package): update semantic-release to version 15.0.0 (#452) 2018-03-10 10:00:43 -06:00
Brandon Keepers
204d122e00 chore(package): update eslint to version 4.18.2 (#455) 2018-03-08 23:40:12 -05:00
tcbyrd
920d5b67f6 Merging master into typescript-init
Reverts https://github.com/probot/probot/pull/397/files

fix(package): update @octokit/rest to version 15.1.7
Name the Logger export

Make object types optional

Merge branch 'master' into typescript-init

Bump deps for standard and octokit

Bump ts dependency

Made the option optional. 😉
2018-03-08 15:54:37 -05:00
greenkeeper[bot]
74de2ce443 fix(package): update @octokit/rest to version 15.1.7 2018-03-08 16:50:57 +00:00
greenkeeper[bot]
0060098fd7 chore(package): Update standard to the latest version 🚀 (#436) 2018-02-28 10:09:40 -05:00
Brandon Keepers
bff87ef7d0 Lock to specific version of express-async-errors (#432) (#444)
https://github.com/davidbanham/express-async-errors/pull/4 is the cause
for https://github.com/gr2m/wip-bot/issues/42
2018-02-28 08:25:15 -06:00
tcbyrd
17d582a208 Add forceExit to jest 2018-02-19 14:37:40 -05:00
tcbyrd
ea633516c9 5.0.1 hotfix
lock to 2.1.1 of express-async-errors
2018-02-19 11:24:28 -05:00
tcbyrd
12ca826ef3 Merge branch 'master' into typescript-init 2018-02-19 08:41:19 -05:00
greenkeeper[bot]
b820949216 fix(package): update @octokit/rest to version 14.0.9 2018-02-18 23:36:17 +00:00
tcbyrd
aed1a7b95d Merge remote-tracking branch 'origin-auth/master' into typescript-init
Not sure why this isn't being ignored
2018-02-18 11:01:34 -05:00
tcbyrd
f2266abb5f Convert all the things!
Most of this is pulled over from @philschatz:
https://github.com/probot/probot/compare/master...philschatz:typescript

Some of the async tests are still failing, but lots of forward progress
to get all the core files converted to TS.
2018-02-17 23:23:17 -05:00
greenkeeper[bot]
2f3f434ab8 fix(package): Update bottleneck to the latest version 🚀 (#397) 2018-02-03 15:55:50 -05:00
greenkeeper[bot]
7d932b8fcc fix(package): update dotenv to version 5.0.0 (#412) 2018-02-01 11:42:56 -06:00
greenkeeper[bot]
c0844e00f8 fix(package): update @octokit/rest to version 14.0.8 2018-01-30 17:36:48 -08:00
Gregor
3872ec6c6e fix(package): -github, +@octokit/rest 2018-01-29 11:07:17 -08:00
tcbyrd
6763956669 Merge branch 'master' into typescript-init
Merge changes from 5.0

Remove merge markers
2018-01-27 18:24:46 -05:00
greenkeeper[bot]
8b483f7922 chore(package): update semantic-release to version 12.2.2 (#395) 2018-01-26 08:59:24 -05:00
Brandon Keepers
26fc0e61bc Remove unused eventsource, move jest to dev deps (#403) 2018-01-18 08:11:45 -06:00
tcbyrd
0972145e87 Revert package.json 2018-01-14 22:49:51 -05:00
Brandon Keepers
a3c91afdf3 Properly handle async errors (#384) 2018-01-12 08:10:10 -06:00
Brandon Keepers
0b527178eb Use smee-client instead of EventSource directly (#389) 2018-01-11 21:39:50 -06:00