Brandon Keepers
32166324a1
Merge pull request #153 from probot/release-0.6.0
...
Release v0.6.0
2017-06-09 18:27:42 -05:00
Brandon Keepers
a710401e63
Add title
v0.6.0
2017-06-09 18:25:50 -05:00
Brandon Keepers
be0ca802d4
Add changelog
2017-06-09 18:24:49 -05:00
Brandon Keepers
540319c014
Merge remote-tracking branch 'origin/master' into release-0.6.0
...
* origin/master:
Use shared es lint config
Relax node version
Add serializer for `repository` object
Fix env var name for deprecated INTEGRATION_ID
Update name from "GitHub Integrations" to "GitHub Apps"
2017-06-09 18:07:42 -05:00
Brandon Keepers
21d38a65f5
Use shared es lint config
2017-06-09 18:07:19 -05:00
Brandon Keepers
a57228e34d
Relax node version
2017-06-09 18:04:38 -05:00
Brandon Keepers
10f10d704c
Merge pull request #156 from probot/serializers
...
Add serializer for `repository` object
2017-06-09 17:44:57 -05:00
Brandon Keepers
ab1e9257fc
Add serializer for repository object
2017-06-09 17:17:01 -05:00
Brandon Keepers
fdcc2e949f
Fix env var name for deprecated INTEGRATION_ID
2017-06-09 16:45:35 -05:00
Brandon Keepers
7b28802eb6
Merge pull request #154 from probot/github-app
...
Update name to "GitHub Apps"
2017-06-08 16:50:22 -05:00
Brandon Keepers
fdfbaeafac
Update name from "GitHub Integrations" to "GitHub Apps"
2017-06-05 21:11:08 -05:00
Brandon Keepers
c885b77a26
0.6.0
2017-06-05 19:52:33 -05:00
Brandon Keepers
f84737861c
Merge pull request #151 from probot/greenkeeper/github-integration-2.0.0
...
Update github-integration to the latest version 🚀
2017-06-05 19:35:48 -05:00
greenkeeper[bot]
f24153b7e2
fix(package): update github-integration to version 2.0.1
...
Closes #151
2017-06-05 19:30:44 -05:00
Brandon Keepers
04e9760751
update response format in docs
2017-06-04 09:46:35 -05:00
Brandon Keepers
049a9598d4
Merge pull request #152 from probot/error-handling
...
Catch and log errors from plugins
2017-06-04 09:28:39 -05:00
Brandon Keepers
9d47cc6423
Update to handle v9 response format
2017-06-04 09:27:48 -05:00
Brandon Keepers
53ee6421b3
Catch and log errors from plugins
2017-06-04 09:25:00 -05:00
Brandon Keepers
19ecc89247
Bump github version
2017-06-03 09:03:27 -05:00
greenkeeper[bot]
1e97a00945
fix(package): update github-integration to version 2.0.0
2017-06-03 13:47:29 +00:00
Brandon Keepers
8ea451e366
Merge pull request #143 from stkent/patch-1
...
Fix typo in plugins documentation
2017-05-22 05:26:14 -05:00
Brandon Keepers
929447c31f
Merge pull request #144 from stkent/patch-2
...
Update docs on running plugins locally
2017-05-22 05:25:23 -05:00
Brandon Keepers
dfce2bdfba
Merge pull request #145 from stkent/patch-3
...
Clarify development install flow
2017-05-22 05:23:14 -05:00
Brandon Keepers
b44b4ab20b
Merge pull request #146 from stkent/patch-4
...
Fix typo in development docs
2017-05-22 05:22:40 -05:00
Stuart Kent
f4f9be78ab
Fix typo in development docs
2017-05-22 10:18:05 +01:00
Stuart Kent
d63cf162c0
Clarify development install flow
...
The "Install" button used to install an integration lives on the settings page of the integration, not on the settings page of the target repository.
2017-05-22 10:16:59 +01:00
Stuart Kent
39f4029820
Update docs on running plugins locally
...
These instructions referred to a file `autoresponder.js` which does not exist (a) for a plugin in general, or (b) for the autoresponder plugin in particular. The plugin template repo contains a file named `index.js` to export the plugin module, and this naming scheme seems to have been adopted widely (e.g. autoresponder, stale plugins both use `index.js`).
2017-05-22 09:56:15 +01:00
Stuart Kent
af8e85eafe
Fix typo in plugins documentation
2017-05-22 09:35:14 +01:00
Brandon Keepers
11b73ebf9e
Merge pull request #140 from probot/greenkeeper/raven-2.0.0
...
Update raven to the latest version 🚀
2017-05-14 20:26:39 -05:00
greenkeeper[bot]
99ba72a79f
fix(package): update raven to version 2.0.0
2017-05-11 19:58:22 +00:00
Brandon Keepers
63319e882e
Release v0.5.0.
v0.5.0
2017-05-04 16:28:14 -05:00
Brandon Keepers
fbda62ee5b
Update plugins.md
2017-05-04 11:17:26 -05:00
Brandon Keepers
f8890cbb41
Merge pull request #134 from probot/laws
...
Add three laws & empathy
2017-05-01 07:47:36 -05:00
Brandon Keepers
d883578e10
Add three laws & empathy
2017-04-29 16:19:27 -05:00
Brandon Keepers
ea50904862
Merge pull request #105 from probot/jsdoc
...
JSDoc
2017-04-29 11:29:47 -05:00
Brandon Keepers
eae31f1a1b
Fix URL to API docs
2017-04-29 11:29:00 -05:00
Brandon Keepers
c9104d8b6f
Tweak docs
2017-04-29 11:25:25 -05:00
Brandon Keepers
fafac05011
Script to publish docs
2017-04-29 11:05:18 -05:00
Brandon Keepers
3875150bea
Use plugin docs as readme
2017-04-29 10:26:47 -05:00
Brandon Keepers
ab7c9dae9f
Fix await/async for jsdoc
2017-04-29 09:55:50 -05:00
Brandon Keepers
584c27acd1
Doc the logger
2017-04-29 09:35:36 -05:00
Brandon Keepers
00aff2385a
Merge remote-tracking branch 'origin/master' into jsdoc
...
* origin/master: (45 commits)
Fix lint errors
Upate tests to handle async callback
Update docs
Pass an authenticated client to context
Log unhandled rejections
Find private key if it is not set
add .js ext to files in bin/; closes #129
add PRIVATE_KEY_PATH env var support; closes #122
ensure "start" script runs from local directory
enable autodiscovery of plugins; closes #99
use function expressions in suite and test blocks
Update filename
Edits
fix formatting
Contents
Heroku docs
edits
Release v0.4.1.
Disable raven console alerts
Relax node version requirements
...
# Conflicts:
# docs/api.md
# lib/context.js
# lib/robot.js
# package.json
2017-04-29 09:29:01 -05:00
Brandon Keepers
7cb1360ff0
Merge pull request #132 from probot/default-client
...
Include the authenticated client in context
2017-04-29 09:21:09 -05:00
Brandon Keepers
16aa76d7ec
Fix lint errors
2017-04-29 09:18:18 -05:00
Brandon Keepers
cb7a418ce2
Upate tests to handle async callback
2017-04-29 09:14:31 -05:00
Brandon Keepers
dbb59693f1
Update docs
2017-04-29 08:20:42 -05:00
Brandon Keepers
01432f9213
Pass an authenticated client to context
2017-04-29 07:57:24 -05:00
Brandon Keepers
14e283b04e
Log unhandled rejections
2017-04-29 07:56:12 -05:00
Brandon Keepers
de50742053
Merge pull request #131 from probot/fix-private-key
...
Fix private key loading
2017-04-29 07:54:50 -05:00
Brandon Keepers
3cdc44e462
Find private key if it is not set
...
Commander only calls the function if an argument is provided.
2017-04-29 07:50:59 -05:00