Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Uzlopak/probot

Tags

v12.3.1

Toggle v12.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): simplify ProbotWebhooks object (probot#1833)

v12.3.0

Toggle v12.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(server): add logging options (probot#1645)

v12.2.9

Toggle v12.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): add missing import (probot#1783)

v12.2.8

Toggle v12.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Make `probot receive` support complex Probot apps (probot#1714)

The command `probot receive` fails to work when:

1. The Probot appFn is asynchronous
2. The Probot appFn requires `getRouter`

The command `probot run` works fine though with the same app.

This attempts to add support for these sort of Probot apps when calling `probot receive`.

v12.2.7

Toggle v12.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(receive): `--base-url` option and `GHE_HOST` (probot#1719)

v12.2.6

Toggle v12.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): upgrade octokit/types to v7.1.1 (probot#1724)

v12.2.5

Toggle v12.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove update-notifier (probot#1706)

it's better to catch outdated dependencies before deployment, with tools such as dependabot, instead of only finding about it when you're about to run the application

the motivation for having update-notifier isn't strong as per probot#1102 (comment) and it pulls in needless dependencies as showcased in probot#1703, therefore it's better to remove it

v12.2.4

Toggle v12.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: logging of first octokit instance is not set (probot#1676) - tha…

…nks @kammerjaeger @markjm

v12.2.3

Toggle v12.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump eventsource from 1.1.0 to 2.0.2

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 2.0.2.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](EventSource/eventsource@v1.1.0...v2.0.2)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v12.2.2

Toggle v12.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Replaced hbs with express-handlebars (probot#1659)

Addresses https://securitylab.github.com/advisories/GHSL-2021-020-pillarjs-hbs/