Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated broken link #6786

Merged
merged 6 commits into from
Mar 10, 2023
Merged

updated broken link #6786

merged 6 commits into from
Mar 10, 2023

Conversation

keshavcodex
Copy link
Contributor

@keshavcodex keshavcodex commented Feb 28, 2023

Fixes #5867

I updated NewConfigFromMap broken link in configmap.go file

@knative-prow knative-prow bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/test-and-release Test infrastructure, tests or release needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 28, 2023
@knative-prow
Copy link

knative-prow bot commented Feb 28, 2023

Welcome @keshavcodex! It looks like this is your first PR to knative/eventing 🎉

@knative-prow
Copy link

knative-prow bot commented Feb 28, 2023

Hi @keshavcodex. 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.

@keshavcodex
Copy link
Contributor Author

keshavcodex commented Feb 28, 2023

SinkBinding runtime contract link is broken and i don't where this file has moved, can someone help me?

@pierDipi
Copy link
Member

It is here: https://github.com/knative/eventing/blob/main/docs/spec/sources.md#container-runtime-contract

@keshavcodex keshavcodex marked this pull request as draft February 28, 2023 19:50
@knative-prow knative-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 28, 2023
@keshavcodex
Copy link
Contributor Author

in page ./docs/delivery/README.md these Source Delivery
and Channel Delivery link is broken. Is this the new link for both https://knative.dev/docs/eventing/channels/ ?

@keshavcodex keshavcodex mentioned this pull request Mar 1, 2023
@pierDipi
Copy link
Member

pierDipi commented Mar 2, 2023

@knative-prow knative-prow bot 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 Mar 3, 2023
@keshavcodex keshavcodex marked this pull request as ready for review March 7, 2023 02:44
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 7, 2023
@knative-prow knative-prow bot requested a review from odacremolbap March 7, 2023 02:44
@keshavcodex
Copy link
Contributor Author

keshavcodex commented Mar 7, 2023

I have updated all the links according to this page, and I hope all links are working perfectly, please let me know if I missed some.

Now, we can close #5867.

@knative-prow
Copy link

knative-prow bot commented Mar 7, 2023

@keshavcodex: you cannot LGTM your own PR.

In response to this:

/lgtm

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.

@pierDipi
Copy link
Member

pierDipi commented Mar 7, 2023

/ok-to-test

@knative-prow knative-prow bot 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 Mar 7, 2023
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1ff36e1) 80.45% compared to head (d5d3974) 80.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6786   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files         236      236           
  Lines       12213    12213           
=======================================
  Hits         9826     9826           
  Misses       1896     1896           
  Partials      491      491           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aliok
Copy link
Member

aliok commented Mar 9, 2023

@keshavcodex As we talked in the WG meeting, we use Prow to manage PRs in Knative.

One example where there's a failure with Prow jobs is here: knative-extensions/eventing-kafka-broker#2997 (comment)

Screenshot 2023-03-09 at 19 18 07

This is just an example.

You can see Rerun command column.

All these being said, the failures in this PR is not failing Prow jobs. There are some Github actions that fail. These Github actions are used alongside with Prow.

Current Downstream / Unite Test failures with eventing-autoscaler-keda and etc. are irrelevant to your changes. There is probably a build failure in https://github.com/knative-sandbox/eventing-autoscaler-keda repository, which is also reported here.

@aliok
Copy link
Member

aliok commented Mar 10, 2023

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Mar 10, 2023
@knative-prow
Copy link

knative-prow bot commented Mar 10, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aliok, keshavcodex

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 10, 2023
@knative-prow knative-prow bot merged commit eabc874 into knative:main Mar 10, 2023
vishal-chdhry pushed a commit to vishal-chdhry/eventing that referenced this pull request Mar 14, 2023
Fixes knative#5867

<!-- Please include the 'why' behind your changes if no issue exists -->
I updated `NewConfigFromMap` broken link in
[configmap.go](https://github.com/knative/pkg/blob/main/test/mako/config/configmap.go)
file
vishal-chdhry pushed a commit to vishal-chdhry/eventing that referenced this pull request Apr 25, 2023
Fixes knative#5867

<!-- Please include the 'why' behind your changes if no issue exists -->
I updated `NewConfigFromMap` broken link in
[configmap.go](https://github.com/knative/pkg/blob/main/test/mako/config/configmap.go)
file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release 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.

Docs broken links
3 participants