Tommy Byrd
088e223213
correct featured apps link ( #490 )
2018-04-06 09:38:10 -04:00
Zeke Sikelianos
b00a6f1bb7
docs: Recommend using npm run dev to start with nodemon ( #487 )
2018-04-02 17:11:42 -05:00
Brandon Keepers
3503b1f611
Add GraphQL support ( #472 )
2018-03-21 21:33:16 -05:00
Aditya Agarwal
b0f69c307f
docs: a list of events can also be passed to robot.on() ( #474 )
2018-03-19 08:58:17 -05:00
Abhijeet Singh
19a06c898d
Updated Node.js minimum version required to 8.3.0 ( #464 )
...
Updated Node.js Minimum version required from 7.6 to 8.3.0.
The is because Probot now uses object rest/spread properties, e.g., the rest spread operator: `{ foo, bar, ..., rest } = myObject`
This is available in version 8.3.0 (ES2018). See: [NodeJS ES2018 object rest/spread properties](http://node.green/#ES2018-features-object-rest-spread-properties )
2018-03-17 08:13:22 -05:00
Brandon Keepers
a0f84205f8
Move details on development dependencies to development docs ( #463 )
...
* Move details on development dependencies to development docs
* Link to node website to install
2018-03-15 13:29:41 -05:00
Brandon Keepers
fbc9593091
Docs: encourage people to add their app to the website ( #454 )
2018-03-14 22:27:54 -05:00
Brandon Keepers
e5fe15a0da
Docs: Add error tracking to contents ( #453 )
2018-03-08 21:55:33 -05:00
Alexey Alekhin
ddb5b3d9ba
Raise an error if there are several .pem files ( #441 )
2018-03-08 21:33:46 -05:00
Jason Etcovitch
f94ef2b5ed
docs: Add Summer of Code section to the README ( #448 )
...
* Add summer-of-code section
* RailsGirls -> Rails Girls
2018-03-03 13:43:33 -05:00
Brandon Keepers
ce4727596f
Update node-github => octokit/rest.js in docs ( #445 )
2018-02-28 09:29:47 -06:00
Jason Etcovitch
3e597aabf7
docs: Summer of Code doc ( #435 )
2018-02-25 12:20:13 -05:00
Rahmeen Habib
9394ca1db3
Update docs about glitch deployment ( #421 )
...
* Update deployment.md to clarify what the webhook URL is supposed to look like
2018-02-07 23:57:29 -08:00
Brandon Keepers
c8231b5b2c
Use npx, document yarn ( #417 )
2018-02-03 15:51:53 -05:00
Jamie Strusz
0b1a875108
doc: Add .env.example template info ( #414 )
2018-02-03 15:01:55 -05:00
Thomas Wood
e8fde06df0
Further explicit note on yml config for target repos ( #416 )
...
Follow-up to #415
2018-02-03 14:57:13 -05:00
Victor
d3a47ababa
Payload object explanation in documentation ( #411 )
...
* Payload object explanation
* Little precision about event-name for probot simulate
2018-02-01 11:40:32 -06:00
Daniel Pritchett ⚡
b85d6f372e
More explicit notes on yml config for target repos ( #415 )
2018-02-01 11:16:10 -06:00
Jason Etcovitch
8a5ad67123
Improve docs on probot simulate command ( #405 )
2018-01-28 22:48:04 -06:00
Jason Etcovitch
5e9c0b67ea
docs: Add "next" front matter ( #406 )
2018-01-26 16:01:35 -05:00
Jason Etcovitch
7734e9d283
docs: Add docs for data persistence ( #242 )
2018-01-26 00:01:34 -05:00
Brandon Keepers
b71b2a0135
Remove localtunnel ( #387 )
2018-01-11 21:51:39 -06:00
Brandon Keepers
c8da5b451d
Fix lint error introduced in #390
2018-01-11 21:30:04 -06:00
Brandon Keepers
9251282a6e
Document probot-config extension ( #390 )
...
* Document probot-config extension
* Fix lint errors in docs
* await
2018-01-11 19:05:42 -06:00
Ryan Tsao
36e3b57b41
feature: Add early termination to paginate method ( #329 )
2018-01-11 13:16:44 -05:00
Aaron Ang
6b9c41d79e
docs: Update "Remix on Glitch" button link ( #388 )
2018-01-09 21:15:27 -05:00
Christian Weber
2e51bb36a4
docs: How to install Node and Probot for Development ( #381 )
2018-01-07 16:57:13 -05:00
Sam Yamashtia
575d308fb7
[Suggestion] Use marketplace link instread of original link ( #383 )
...
* Use marketplace link instread of original link
* Change Purchase a Sentry.io -> Install Sentry from Marketplace
2018-01-04 09:10:09 -06:00
Jason Etcovitch
60c1b2b245
docs: Link to GHE docs ( #370 )
2017-12-13 12:19:08 -05:00
Lucas Nicodemus
7d2a284461
docs: Improve Now documentation with scaling and aliases ( #367 )
2017-12-13 09:10:46 -06:00
Lucas Nicodemus
976af759fb
docs: Add NODE_ENV to Zeit Now boot command ( #365 )
2017-12-08 09:05:55 -06:00
Lucas Nicodemus
6042678970
docs: Reflect now.sh private key issue ( #364 )
2017-12-08 02:53:02 -05:00
Jason Etcovitch
92c5c52e66
Implement GHE Support ( #331 )
...
* Add GHE_URL host option to GitHubApi
* Absorb github-app repo
* Implement new github-app setup
* Basic tests for GHE support
* Add docs
* Switch GHE_URL for GHE_HOST
* Make the tests pass by moving things
* Fix sentry test
2017-11-30 13:02:58 -05:00
Brandon Keepers
e35028890a
Improve GitHub logging ( #351 )
...
* Extract github client extensions into module
* Add logging to extended GitHub client
* Update test to check output
* Inline GitHub App methods
* Update node-github links
* Remove src, which does not show up with LOG_FORMAT=simple anyway
* Fix lint errors
2017-11-27 10:18:58 -06:00
Brandon Keepers
01b347c9c4
doc: Logging ( #348 )
2017-11-25 22:44:32 -06:00
Jason Etcovitch
a1831021ec
Fix two 404s to the API docs ( #344 )
2017-11-21 22:55:09 -05:00
Brandon Keepers
c5a0c5956c
Add context.log to add event context to each log message ( #321 )
...
* Add logger on context.log
* Update robot.log instances in docs
* Add more event context
2017-11-21 12:31:55 -06:00
Dylan
5993a289cf
Add option to develop Probot on Glitch ( #306 )
...
docs: Add "Remix on Glitch" button for hello world example
2017-11-20 00:23:42 -05:00
Brandon Keepers
83b7454f74
docs: Replace examples with include from website ( #327 )
2017-11-12 14:11:40 -06:00
Andreas Ölund
7e49dafb3a
Add the zeroth law of robotics ( #305 )
2017-10-26 16:10:01 -05:00
Sanborn Hilland
e3235d5e6f
docs(testing): Fix typo
2017-10-23 22:50:47 -04:00
Joe Nash
dd814b334f
docs(testing): typo ( #301 )
2017-10-21 19:35:29 -07:00
Brandon Keepers
e0cae18db4
docs: Add list of ideas to hello world example ( #296 )
2017-10-19 10:03:17 -05: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
Katie Horne
7b765e7c6f
Update output mentioned in 'Generating a new app' section
2017-09-29 15:59:34 -07:00
Brandon Keepers
4e14bd72e4
docs: fix log statement
2017-09-26 08:16:32 -05: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
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