Commit Graph

973 Commits

Author SHA1 Message Date
Gregor Martynus
278956281e docs: set secrets for now 2018-05-29 13:58:55 -07:00
Wei He
5f4340f504 docs: deployment to now (#548) 2018-05-29 13:44:50 -07:00
Tommy Byrd
d2fe925e1a chore: Rewrite core in Typescript (#372) 2018-05-25 15:17:19 -05:00
Evan G
a91aa558be Trigging -> Triggering a webhook (#545) 2018-05-23 18:29:00 -05:00
Brandon Keepers
a229144fd2 chore: Disable codecov comments (#543) 2018-05-22 22:41:44 -07:00
Bo Zhang
a73beeb630 Docs: Missing break statement in "Early exit" example (#538)
In current example, the `for` loop won't exit unless the missing `break` statement is added.
2018-05-20 07:23:33 -05:00
Brandon Keepers
61393304f0 chore: Commit version number, remove snapshot tests (#535) v6.2.0 2018-05-19 08:26:01 -05:00
Brandon Keepers
6ba287f8e4 docs: Add docs on unauthenticated events and a log warning (#536) 2018-05-19 08:24:54 -05:00
Bartosz Łaniewski
f525df9e8a fix: Allow listening to installation.deleted event and other events that don't include an installation id (#475) 2018-05-18 23:43:16 -05:00
Brandon Keepers
1748c63219 Fix deprecatation warning for octokit authentication 2018-05-18 22:42:32 -05:00
Gregor Martynus
97ca3a512f fix(package): update @octokit/rest to version ^15.6.0 (#533) 2018-05-16 11:03:26 -07:00
Jason Etcovitch
d99f3bdb6e chore: Test Node 9 and 10 in CI (#532) 2018-05-16 13:33:31 -04:00
Bex Warner
38da7388f5 Audit of readme based on maintainer audit feedback (#526)
* add building a probot app section + rm soc section

* the -> their
2018-05-13 15:32:56 -05:00
Bex Warner
c0140b5d7b add ignore spammy/abusive user option for stats endpoint (#513)
* add spammy user ignorance and test - not sure why failing 😭

* set account.stars to 0

* use id 1 for test user to properly authenticate

* delete process.env.ignored_accounts on aftereach

* add extra line
2018-05-13 15:28:18 -05:00
Richard Littauer
4524ada62c docs: suggested changes from audit #522 (#523) 2018-05-13 01:16:43 -04:00
Jason Etcovitch
7250d1de1e docs: Issue templates (#525)
* Add Bug report

* Add Feature Request

* Update Bug_report.md
2018-05-13 01:15:13 -04:00
Pika
1bace4c32c docs: Remove the docs/deploy.md step... (#520)
...since the template no longer includes it
2018-05-05 15:17:50 -04:00
Pika
70dd807f36 docs: Remove obsolete step for deploying to Now (#517) 2018-05-03 10:33:23 -05:00
Ashantha Lahiru
42e23d43ba Fix typo (#515) 2018-04-24 11:54:48 -04:00
Abhijeet Singh
544e662740 doc: Added details about using the wildcard event (#504) 2018-04-22 16:53:40 -04:00
Kautilya Tripathi
cfe3cddd58 fix: throw informative error if payload is missing repository (#508) 2018-04-22 16:36:08 -04:00
Brandon Keepers
9a26b1a968 docs: Add probot-attachments to extensions list (#510) 2018-04-21 09:59:12 -04:00
Aditya Agarwal
3e9bcea693 doc: Modified conflicting in probot-config docs (#505) 2018-04-18 18:51:24 -05:00
Aditya Agarwal
0ce45adb21 doc: added documentation for available npm run scripts (#489)
with the availability of `npm run lint` there is a need for some documentation. As other useful scripts like `test:watch` are being added, I think making a small subsection about them is good
2018-04-15 07:57:21 -07:00
Abhijeet Singh
450b42c090 docs(deployment): log level setting for deployments to now (#492) 2018-04-12 12:57:09 -07:00
Tommy Byrd
088e223213 correct featured apps link (#490) 2018-04-06 09:38:10 -04:00
Kautilya Tripathi
72d0d81bf8 chore: Add icon to title of probot (#483) 2018-04-05 13:59:44 -05: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
215d9e97be chore: relax version for express-async-errors (#481) 2018-03-26 15:58:04 -05:00
Brandon Keepers
c6696be05d chore: Add twitter badge (#482) 2018-03-22 21:08:36 -05:00
Shelley Vohr
c2b8aea327 fix: move webhook event logs to debug level (#478) 2018-03-22 18:01:20 -05:00
Brandon Keepers
6e60927dba fix: allow initializing the GitHub client without options (#479) 2018-03-22 17:33:38 -05:00
Brandon Keepers
71d94bda1a chore: Remove github-webhook-handler (#477) 2018-03-22 11:23:41 -05:00
Abhijeet Singh
05e063f02a docs: Replaced myapp.yml with config.yml (#471) v6.1.0 2018-03-21 21:36:22 -05:00
Brandon Keepers
3503b1f611 Add GraphQL support (#472) 2018-03-21 21:33:16 -05:00
Brandon Keepers
9f324c79e3 chore: Minimal changes to get @octokit/webhooks working (#462) 2018-03-21 13:23:51 -04:00
Jason Etcovitch
2fc8fd8f45 feat: Better error messages (#434) 2018-03-21 01:33:58 -04: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
Brandon Keepers
6757148003 chore: Refactor GitHub client extensions (#470) 2018-03-18 18:05:14 -05:00
Brandon Keepers
ecfdce2caf chore: Remove scripts that are no longer used (#468) 2018-03-18 18:03:45 -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
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
Brandon Keepers
fbc9593091 Docs: encourage people to add their app to the website (#454) 2018-03-14 22:27:54 -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