Skip to content

Conversation

@vmexalien
Copy link
Contributor

Fixes #2704

Proposed Changes

  • enhancements to docs for consistency and style

axsaucedo and others added 5 commits March 11, 2020 15:13
@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 13, 2020
@google-cla
Copy link

google-cla bot commented Oct 13, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no Indicates the PR's author has not signed the CLA. label Oct 13, 2020
@knative-prow-robot
Copy link
Contributor

Welcome @vmexalien! It looks like this is your first PR to knative/docs 🎉

@knative-prow-robot
Copy link
Contributor

Hi @vmexalien. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@knative-prow-robot knative-prow-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 13, 2020
Flask==1.1.1
```
1. In your project directory, create a file named `Dockerfile` and copy the code
block below into it. For detailed instructions on dockerizing a Go app, see
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should replace the "dockerizing a go app" section with something related to Python, or possibly just remove the line related to Go?

kubectl --namespace knative-samples get trigger helloworld-python
```
## Send and verify CloudEvents
Once you have deployed the application and verified that the namespace, sample application and trigger are ready, let's send a CloudEvent.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once you have deployed the application and verified that the namespace, sample application and trigger are ready, let's send a CloudEvent.
Once you have deployed the application and verified that the namespace, sample application, and trigger are ready, let's send a CloudEvent.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mpetason I like what you have added for punctuation, but for consistency, 'let's' should not be used.

Better put would be - "Once you have deployed the application and verified that the namespace, sample application, and trigger are ready, a CloudEvent can be sent."

Co-authored-by: Mike Petersen <mpetason@gmail.com>
@google-cla
Copy link

google-cla bot commented Oct 14, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@mpetason
Copy link
Contributor

mpetason commented Oct 14, 2020

@googlebot I consent

/ok-to-test

@knative-prow-robot knative-prow-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 14, 2020
@google-cla
Copy link

google-cla bot commented Oct 14, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@mpetason
Copy link
Contributor

The CLA issue happens when you pull in changes from someone else. I signed the CLA with a different email address associated with ibm - so co-authoring as the same user that I use to make comments breaks it.

@grantr
Copy link
Contributor

grantr commented Oct 14, 2020

I looked at CLA status. vmexalien and axsaucedo are both recorded as signing the CLA. mpetason is not but consented above.

I signed the CLA with a different email address associated with ibm - so co-authoring as the same user that I use to make comments breaks it.

You can sign the CLA with your github-associated email too, then you'll be covered both ways.

@grantr grantr added cla: yes Indicates the PR's author has signed the CLA. and removed cla: no Indicates the PR's author has not signed the CLA. labels Oct 14, 2020
@knative-prow-robot knative-prow-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 2, 2020
Copy link
Contributor

@abrennan89 abrennan89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vmexalien, just some suggestions

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
@google-cla
Copy link

google-cla bot commented Dec 8, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added cla: no Indicates the PR's author has not signed the CLA. and removed cla: yes Indicates the PR's author has signed the CLA. labels Dec 8, 2020
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
@google-cla
Copy link

google-cla bot commented Dec 8, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

vmexalien and others added 2 commits December 8, 2020 10:02
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
@google-cla
Copy link

google-cla bot commented Dec 8, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@knative-prow-robot knative-prow-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 8, 2020
@google-cla
Copy link

google-cla bot commented Dec 8, 2020

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@abrennan89
Copy link
Contributor

/lgtm

@grantr can you fix the CLA please

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2021
@abrennan89
Copy link
Contributor

@googlebot I consent.

@google-cla
Copy link

google-cla bot commented Feb 17, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abrennan89, vmexalien

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@grantr
Copy link
Contributor

grantr commented Feb 17, 2021

All authors have (still) consented.

@grantr grantr added cla: yes Indicates the PR's author has signed the CLA. and removed cla: no Indicates the PR's author has not signed the CLA. labels Feb 17, 2021
@abrennan89
Copy link
Contributor

/retest

@knative-prow-robot knative-prow-robot merged commit bbfbbad into knative:master Feb 17, 2021
RichieEscarez pushed a commit to RichieEscarez/docs that referenced this pull request Mar 6, 2021
* Added Python Knative Eventing Helloworld Example

* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Apply suggestions from code review

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Mike Petersen <mpetason@gmail.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

Co-authored-by: Alejandro Saucedo <axsauze@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Mike Petersen <mpetason@gmail.com>
Co-authored-by: Grant Rodgers <grantr@gmail.com>
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
yangyunfeng007 pushed a commit to yangyunfeng007/docs that referenced this pull request Mar 8, 2021
* Added Python Knative Eventing Helloworld Example

* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/Dockerfile

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Apply suggestions from code review

Co-Authored-By: Matt Moore <mattmoor@vmware.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Mike Petersen <mpetason@gmail.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update docs/eventing/samples/helloworld/helloworld-python/README.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

Co-authored-by: Alejandro Saucedo <axsauze@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
Co-authored-by: Mike Petersen <mpetason@gmail.com>
Co-authored-by: Grant Rodgers <grantr@gmail.com>
Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix review comments from #2299

6 participants