Commit Graph

1709 Commits

Author SHA1 Message Date
dependabot[bot] 33d5fac956
build(deps): bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 15:13:43 -07:00
Gregor Martynus 0a170e8e8b build(test.yml): set node-version to 16 2021-09-17 16:58:28 -07:00
Gregor Martynus 279af98d77 build(release.yml): set node-version to 16 2021-09-17 16:58:26 -07:00
Gregor Martynus 6b7e684235 build(docs.yml): set node-version to 16 2021-09-17 16:58:25 -07:00
dependabot[bot] d6b0d4ebbd
build(deps): bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-01 12:46:30 -07:00
rethab f02c5498fd
fix: update ioredis to non-vulnerable version (#1589)
the previously used version of ioredis was vulnerable to a prototype pollution attack: https://github.com/luin/ioredis/issues/1267
2021-09-01 19:35:23 +00:00
Maximous Black 624b934155
docs: add `webhooksPath` option for `createNodeMiddleware` (#1588) 2021-08-31 18:31:23 +00:00
Salih Özdemir 803fa2f00d
docs: Minor fixes (#1582) 2021-08-15 12:33:27 -07:00
Lisa Dean 41f2bb1bbb
docs: fix broken image link in development doc (#1578) 2021-07-15 10:33:00 -07:00
Gregor Martynus bdbb396581
ci(docs): do not update docs when tags are created (#1575)
close #1327
2021-07-09 15:40:49 -07:00
Travis Northcutt ef70c58148
docs: Correct wrong link to `Developing an App` page (#1572)
Co-authored-by: Aaron Dewes <aaron.dewes@web.de>
2021-07-08 11:54:46 -07:00
Oscar Dominguez f58a88e1b2
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#1566) 2021-07-05 10:46:26 -07:00
Hidde Wieringa 758fb5fdb5
docs: fix port variable in Probot server configuration documentation (#1567)
Something else: the link at the bottom of https://probot.github.io/docs/configuration/ to edit the documentation also does not work.
2021-07-05 10:30:02 -07:00
Aaron Dewes 7a43e9e5d4
feat(website): 11ty 🚀 (#1516) 2021-07-02 17:51:45 -07:00
Gregor Martynus 4b3ae0eee5 feat: update `@octokit/webhooks` to v9 (#1559)
BREAKING CHANGE: remove '*' event
BREAKING CHANGE: app.webhooks.middleware has been removed in `@octokit/webhooks` v9
BREAKING CHANGE: removes the `webhookPath` option on `new Probot({})` for the webhooks middleware

Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
2021-06-24 12:00:09 -07:00
Alain Hélaïli be1711ee6d
docs(development): Need to restart once before receiving (#1442)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-06-21 22:14:12 +00:00
dependabot[bot] 9d12a1eb23
build(deps): bump normalize-url from 4.5.0 to 4.5.1
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 10:22:29 -07:00
dependabot[bot] 23e2af28c7
build(deps): bump trim-newlines from 3.0.0 to 3.0.1
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 07:56:10 -07:00
Gregor Martynus 453ddd29bb
fix: support setting `baseUrl` on Octokit constructor instead of Probot constructor (#1552) 2021-06-07 11:38:32 -07:00
Jacopo Daeli 01c2006700
feat(logger): custom message key (#1546) 2021-06-01 20:23:40 +00:00
Gregor Martynus d8a3186154 style: prettier 2021-05-29 15:36:38 -07:00
David Brodski acd47a6ea0
fix: skip smee setup by setting `NO_SMEE_SETUP` to `"true"` (#1544) 2021-05-29 15:30:57 -07:00
dependabot[bot] fdd14486b5
build(deps): bump ws from 7.4.5 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 14:20:06 -07:00
David Brodski 4d70d69c92
fix(setup): do not enter setup mode if `HOST` environment variable is set (#1538) 2021-05-28 12:17:02 -07:00
zuigon 6dec1fa5f0
docs: fix missing backtick (#1523)
Add missing backtick in redis code example
2021-05-07 13:17:33 -07:00
wolfy1339 474b7735bd
feat: deprecate usage of the "*" event name (#1518) 2021-04-28 22:17:10 -07:00
David Brodski 8cc15900ca
fix(run): await `server.load()` (#1517) 2021-04-27 12:55:37 -07:00
Aaron Dewes 72b0531d60
fix: Update to Contributor Covenant v2 (#1515) 2021-04-26 10:14:48 -07:00
Gregor Martynus e11b91e838
fix: add workaround for "appId option is required" when in setup mode (#1513) 2021-04-23 12:12:29 -07:00
Gregor Martynus 9342caf1ab
fix: bump `@octokit/plugin-rest-endpoint-methods` to v5 (#1511) 2021-04-21 12:54:56 -07:00
Aaron Dewes ce96884930
feat: Add dark mode to builtin pages (#1509) 2021-04-20 10:48:24 -07:00
Ravgeet Dhillon 9eb3e973a8
docs(deployment): netlify functions (#1507) 2021-04-20 00:43:50 -07:00
Aaron Dewes 0e37427938
fix: update design of probot landing page (#1508) 2021-04-19 17:12:32 -07:00
Froilán Irizarry Rivera fa4a95c69b
Remove grave accents (`) from header texts (#1493)
The ` punctuation in header texts are breaking anchor links. The anchor links are being rendered with a
code prefix and suffix by "probot/probot.github.io", Eg. #use-coderuncode.

I've removed the ` punctuations from the header texts to fix this.
2021-04-05 19:12:36 -07:00
Gregor Martynus d70c4af748 build(package): fix description 2021-04-05 19:11:56 -07:00
Gregor Martynus c956d25c98 build(package): lock file 2021-04-05 19:11:34 -07:00
Jaylen Wimbish 5b79ce2f89
docs: update sentence to include the word use (#1500)
add the word "use" to the sentence in the section "use probot"
2021-04-05 18:56:52 -07:00
dependabot[bot] 57ad735d1c
build(deps): bump y18n from 4.0.0 to 4.0.1 (#1495)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 05:36:22 -07:00
Zack Koppert f053bf84ec
docs(deployment): GitHub Actions example repo link (#1484) 2021-03-10 16:30:28 -08:00
Gregor Martynus b2fe1f595f build(package): simplify repository fields
created using @octoherd and https://github.com/gr2m/octoherd-script-normalize-package-repository-field
2021-03-05 10:29:55 -08:00
Riyadh Al Nur 3f57c70185
docs: new example for AWS Lambda (#1479) 2021-03-03 10:27:14 -08:00
wolfy1339 9a24f9dcb5
feat: add `onAny` and `onError` methods from `@octokit/webhooks` (#1480)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-03-01 10:14:14 -08:00
Wissam Abirached 2c97c99ea8
docs(deployment): remove obsolete "serverless" section (#1478)
The _serverless_ section had a broken link since the specific _serverless_ page was removed [here](c612fc903d#). Furthermore, it feels redundant to keep this section now that we have a section about _serverless functions_ in this _deployment_ page.

* Update deployment.md

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-02-18 13:24:09 -08:00
Gregor Martynus c0710a20b2 docs: update next links 2021-02-12 13:25:59 -08:00
Gregor Martynus c612fc903d
docs: update for serverless/function milestone and new v11 APIs (#1467) 2021-02-12 13:08:51 -08:00
wolfy1339 cd14dd472d
fix(deps): pin version of @octokit/webhooks (#1472)
The new types introduced in `@octokit/webhooks@7.22.0`, are incompatible with the current codebase. This will prevent users from getting anything newer than the pinned version in order to avoid type errors for end-users
2021-02-03 21:14:14 -08:00
Chris 5f1831b99a
fix: clarify error message in case of invalid app authentication (#1465) thanks @eXpire163 2021-01-20 14:09:40 -08:00
James Bradshaw a5779ff835
fix(TypeScript): fix description of `context.pullRequest` method (#1461) 2021-01-17 11:18:25 -08:00
Björn Brauer 2275698633
fix: correctly import (transpiled) app function for run and receive (#1457) thanks @ZauberNerd 2021-01-14 15:38:32 -08:00
Gregor Martynus 01bb6788f3
fix(typescript): remove `options.webhookProxy` from `Probot` constructor (#1459) 2021-01-14 15:32:09 -08:00