Commit Graph

1060 Commits

Author SHA1 Message Date
Bex Warner
c11908ccfd add travis ci badge 2017-09-22 17:30:50 +02:00
JasonEtco
2749894847 Lint JS in examples 2017-09-20 19:38:26 -04:00
Brandon Keepers
6f6db605f9 Merge pull request #260 from probot/disable-tunnel
Add DISABLE_TUNNEL variable
2017-09-21 00:38:47 +02:00
Jason Etcovitch
f23194f0d0 Whitespace 2017-09-20 08:40:03 -04:00
Jason Etcovitch
1446daeaf0 Add @example for using defaultConfig 2017-09-20 08:34:02 -04:00
Brandon Keepers
672ebd7915 Add ENV variable to disable tunnel 2017-09-20 12:23:09 +02:00
Brandon Keepers
60558f92b6 Merge pull request #252 from probot/lint-docs
Add eslint-plugin-markdown to lint docs
2017-09-12 10:38:58 -05:00
Brandon Keepers
5bbe625ab6 Merge pull request #251 from probot/doc-extensions
Document extensions
2017-09-12 09:04:56 -05:00
Brandon Keepers
bb8e7136d8 Add eslint-plugin-markdown to lint docs 2017-09-12 07:01:18 -07:00
Brandon Keepers
2bad978e4b Reorder, document metadata 2017-09-12 06:54:04 -07:00
Brandon Keepers
24c9bba5ca Fix JS style 2017-09-12 06:40:39 -07:00
Brandon Keepers
0ec3550882 Add docs on extensions 2017-09-11 20:46:57 -07:00
Gregor Martynus
c13e2831b0 Merge pull request #250 from zeke/tiny-glitch-fixes
tiny glitch fixes
2017-09-09 14:21:33 -07:00
Zeke Sikelianos
24933cb68d tiny glitch fixes 2017-09-09 12:44:15 -07:00
Gregor
cefad1e3b1 docs(deployment): Glitch 2017-09-09 09:33:26 -07:00
Gregor Martynus
95bca21d65 docs(deployment): typo 2017-09-08 17:54:23 -07:00
Brandon Keepers
1ad700adf8 Merge pull request #244 from probot/doc-tweaks
Link README to website
2017-09-08 09:42:01 -05:00
Brandon Keepers
62581e2599 Fix url 2017-09-07 16:20:43 -05:00
Brandon Keepers
38eb0b2601 Tweak README and docs to link to website 2017-09-07 12:09:22 -05:00
Brandon Keepers
fde39e8f0d Merge pull request #238 from probot/release-0.11
Release 0.11
v0.11.0
2017-09-05 12:26:03 -05:00
Brandon Keepers
1c0657bbbc Remove deprecated features 2017-09-05 12:21:57 -05:00
Brandon Keepers
d2c000ca49 0.11.0 2017-09-05 12:19:46 -05:00
Brandon Keepers
fc7e1d15aa Update changelog for 0.11 2017-09-05 12:19:36 -05:00
Brandon Keepers
e5eeb1f4f9 Merge pull request #199 from probot/github-apps
Update github-app for rename from GitHub Integrations to Apps
2017-09-05 12:10:34 -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
bcf60b45a2 Fix title 2017-09-05 11:01:50 -05:00
Brandon Keepers
bddd37700d Link to testing next 2017-09-03 10:55:52 -05:00
Brandon Keepers
4dc177a0f1 Merge pull request #233 from probot/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-08-31 23:30:59 -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
14e8cb6ccb Configure greenkeeper-lockfile 2017-08-31 23:09:17 -05:00
greenkeeper[bot]
89a14fd589 docs(readme): add Greenkeeper badge 2017-09-01 03:46:32 +00:00
greenkeeper[bot]
14692dd45b chore(package): update dependencies 2017-09-01 03:46:29 +00:00
Bex Warner
09e325031b Merge pull request #230 from probot/pRoBoT
pro the bot
2017-08-30 09:17:24 -07:00
Bex Warner
a9448a5198 spacing 2017-08-30 11:14:38 -05:00
Bex Warner
bd5053eb63 Merge branch 'master' into pRoBoT 2017-08-30 09:14:19 -07:00
Bex Warner
458d630adb other pee robot from #229 2017-08-30 11:13:43 -05:00
Brandon Keepers
24ac8869bb Merge pull request #229 from probot/sssssssshhhh
Sssssssshhhh
2017-08-30 07:25:50 -05:00
Bex Warner
0511397ff1 pro the bot 2017-08-29 23:38:51 -05:00
Brandon Keepers
94b138305d Move unchanged constants outside of function
Before this, the tests were giving a warning about a potential memory leak due to `process.on(unhandledRejection, ...)` being called multiple times.
2017-08-29 22:33:36 -05:00
Brandon Keepers
9250c8c555 Set LOG_LEVEL=fatal for all tests 2017-08-29 22:32:01 -05:00
Brandon Keepers
d441aa6f4c Silence server errors in test with default error handler 2017-08-29 22:11:18 -05:00
Brian Anglin
90606115a4 Merge pull request #227 from probot/anglinb-fix-doc-links
Fix doc links
2017-08-28 10:23:33 -07:00
Brian Anglin
660c6550bb Move to absolute reference 2017-08-27 21:40:32 -07:00
Brian Anglin
e43d66c3fb Fix doc links 2017-08-26 15:15:35 -07:00
Brandon Keepers
5f6c03accf Merge pull request #225 from probot/stale
Create configuration for stale app
2017-08-25 08:14:23 -05:00
Brandon Keepers
b6d42fd9b3 Create stale.yml 2017-08-24 17:08:46 -05:00
Brandon Keepers
16e37b87fb Merge pull request #223 from probot/release-0.10.0
Release 0.10.0
2017-08-24 16:08:35 -05:00
Brandon Keepers
8fc93040ec Update changelog for removed deprecations v0.10.0 2017-08-24 16:02:41 -05:00
Brandon Keepers
e93555397e Remove deprecated event argument for callback 2017-08-24 15:57:13 -05:00