30 Commits

Author SHA1 Message Date
Gregor
fe99d0b2d3 build(package): lock file update 2019-01-07 22:35:07 -08:00
greenkeeper[bot]
e85341c637 chore(package): update lockfile package-lock.json 2018-12-21 10:35:23 -08:00
Hayden
53564a9119 build: package lock file (#791) 2018-12-18 10:02:30 -08:00
Jason Etcovitch
e7a0c5cd80 chore(tests): Migrate to Jest
* Add jest, remove mocha/expect

* Migrate all tests to Jest

* Make test pass

* Move tests into `/test/`

* Update testing docs

* Fix resolver test
2017-10-14 06:02:34 -07:00
Brandon Keepers
dda5df88d8 Refactor app loading (#284)
BREAKING CHANGE: `probot run` without any arguments will no longer autoload apps named `probot-*`.
2017-10-14 05:25:02 -07:00
Brandon Keepers
6d8ddaf3f7 feat: Expose public stats about installations (#181) 2017-10-11 21:09:13 -07:00
Brandon Keepers
c2f0b8d996 chore: update jsdoc to fix error 2017-10-11 20:31:55 -07:00
sayak119
44de865625 Changes made in CONTRIBUTING.md according to #271
Changes made in CONTRIBUTING.md according to #271

Changes made in CONTRIBUTING.md according to #271

Changes made in CONTRIBUTING.md according to #271
2017-09-30 11:52:52 +05:30
Brandon Keepers
bb8e7136d8 Add eslint-plugin-markdown to lint docs 2017-09-12 07:01:18 -07:00
Brandon Keepers
d2c000ca49 0.11.0 2017-09-05 12:19:46 -05:00
Brandon Keepers
b646154b19 Merge remote-tracking branch 'origin/master' into github-apps
* origin/master: (72 commits)
  Fix title
  Link to testing next
  Install eslint-config-standard to fix error
  Configure greenkeeper-lockfile
  docs(readme): add Greenkeeper badge
  chore(package): update dependencies
  spacing
  other pee robot from #229
  pro the bot
  Move unchanged constants outside of function
  Set LOG_LEVEL=fatal for all tests
  Silence server errors in test with default error handler
  Move to absolute reference
  Fix doc links
  Create stale.yml
  Update changelog for removed deprecations
  Remove deprecated event argument for callback
  Remove deprecated `robot` method from a probot instance
  Update CHANGELOG.md
  Add link to full changelog
  ...
2017-09-05 12:07:44 -05:00
Brandon Keepers
ceb2cf726b Use latest github and github-app releases 2017-09-05 12:05:12 -05:00
Brandon Keepers
41ae301aa4 Install eslint-config-standard to fix error
I was seeing the following error locally and on Travis:
https://travis-ci.org/probot/probot/builds/270683575.

---

standard: Unexpected linter output:

Error: Failed to load plugin import: Cannot find module 'eslint-plugin-import'
Referenced from: /Users/bkeepers/projects/probot/probot/node_modules/standard/eslintrc.json
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.resolve (internal/module.js:18:19)
    at Object.load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/plugins.js:134:29)
    at Array.forEach (native)
    at Object.loadAll (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/plugins.js:162:21)
    at load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:541:21)
    at configExtends.reduceRight (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:424:36)
    at Array.reduceRight (native)
    at applyExtends (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:408:28)
    at Object.load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:566:22)
2017-08-31 23:26:57 -05:00
Brandon Keepers
d1ba605c29 0.10.0 2017-08-24 15:44:30 -05:00
Bex Warner
6d37ad80da STANDARD LINT ALL OF THE THINGS 2017-08-22 20:06:31 -07:00
anglinb
d8b42674fd Bumps webhook dep and adds webhookPath config 2017-08-13 19:31:58 -07:00
Brandon Keepers
0f7260d5c6 Update node-github and github-apps deps 2017-08-09 15:11:18 -05:00
Brandon Keepers
a5f6a7a225 0.9.1 2017-08-09 08:37:53 -05:00
Brandon Keepers
93dd936430 0.9.0 2017-08-06 19:59:37 -05:00
Brandon Keepers
767c852553 Use express for http server 2017-08-01 14:12:09 -05:00
Brandon Keepers
28d30d507b 0.8.0 2017-07-27 11:16:42 -05:00
Gregor
f0b3f4993f 0.7.5 2017-07-13 08:18:37 -07:00
Brandon Keepers
c4f142e055 0.7.4 2017-06-30 16:00:24 -05:00
Brandon Keepers
0191325657 0.7.3 2017-06-30 15:07:51 -05:00
Brandon Keepers
b4d946f92b Wait for async events to resolve before returning 2017-06-30 12:34:23 -05:00
Brandon Keepers
65e01911f9 0.7.2 2017-06-25 16:24:09 -04:00
Brandon Keepers
2aa5e6f90c Update to github-app depenedency 2017-06-25 16:06:01 -04:00
Brandon Keepers
21de1b2362 0.7.1 2017-06-16 11:20:12 -07:00
Brandon Keepers
b4cdeabfbd 0.7.0 2017-06-15 16:41:55 -07:00
Brandon Keepers
b65d239772 Merge event and context arguments 2017-06-11 17:31:47 -05:00