-
Notifications
You must be signed in to change notification settings - Fork 225
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lionelvillard The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
package main | ||
|
||
import ( | ||
"flag" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format Go code:
"flag" | |
"flag" | |
This is ready to go. There are missing bits such as logging and metrics. This can be addressed in subsequent PRs (including go coverage). The existing single-tenant receive adapter still exists and can be installed the same way as before. |
/assign |
@aliok did you have a chance to look at this? |
/unassign @lionelvillard I am sorry I couldn't. |
/assign |
/assign |
a8cb00d
to
680af42
Compare
I have tested code by deploying github and mt-github versions and verifying that github adapter in knative-sources is used. |
8471a7a
to
79858f8
Compare
After testing and review /lgtm |
The following is the coverage report on the affected files.
|
@lionelvillard: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/unhold got another review |
/lgtm |
@lionelvillard: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
Fixes #
Proposed Changes
mt-github.yaml
http://<name>.<ns>.<domain>
(temporary. See Vanity GitHub Webhook URL #1171)Release Note
Docs
knative/docs#2544