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

followup changes from #685 #703

Merged
merged 15 commits into from
Apr 23, 2024

Conversation

KauzClay
Copy link
Contributor

@KauzClay KauzClay commented Apr 22, 2024

Changes

/kind cleanup

Fixes #665

Release Note

N/A

Docs

N/A

@knative-prow knative-prow bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Apr 22, 2024
@knative-prow knative-prow bot requested review from cardil and krsna-m April 22, 2024 15:20
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 22, 2024
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

Attention: Patch coverage is 91.11111% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 78.78%. Comparing base (cd525ad) to head (63ddc0e).
Report is 40 commits behind head on main.

Files Patch % Lines
pkg/reconciler/ingress/ingress.go 90.90% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #703       +/-   ##
===========================================
+ Coverage   66.97%   78.78%   +11.80%     
===========================================
  Files          15       17        +2     
  Lines         863     1249      +386     
===========================================
+ Hits          578      984      +406     
+ Misses        254      229       -25     
- Partials       31       36        +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 22, 2024
@KauzClay KauzClay changed the title [wip] followup changes from #685 followup changes from #685 Apr 22, 2024
@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 Apr 22, 2024
@dprotaso
Copy link
Contributor

/hold for #701

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 22, 2024
@dprotaso
Copy link
Contributor

/hold cancel

other PR merged - but you'll need to rebase

@knative-prow knative-prow bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 22, 2024
@knative-prow-robot knative-prow-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 22, 2024
@knative-prow-robot knative-prow-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 22, 2024
@KauzClay KauzClay changed the title followup changes from #685 [wip] followup changes from #685 Apr 22, 2024
@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 Apr 22, 2024
* code in config only allows a single Gateway, and if none are provided, it will use the defaults.
@KauzClay KauzClay changed the title [wip] followup changes from #685 followup changes from #685 Apr 22, 2024
@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 Apr 22, 2024
Copy link
Contributor

@dprotaso dprotaso left a comment

Choose a reason for hiding this comment

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

just need a minor change in an error message

pkg/reconciler/ingress/ingress.go Outdated Show resolved Hide resolved
pkg/reconciler/ingress/ingress.go Show resolved Hide resolved
pkg/reconciler/ingress/ingress_test.go Outdated Show resolved Hide resolved
pkg/reconciler/ingress/ingress_test.go Outdated Show resolved Hide resolved
* don't want to trigger re-reconciling if it doesn't exist
* marking as not ready was overwriting the failed status
@dprotaso
Copy link
Contributor

/lgtm
/approve

thanks for the cleanup

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 23, 2024
Copy link

knative-prow bot commented Apr 23, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, KauzClay

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 Apr 23, 2024
@dprotaso
Copy link
Contributor

/override "Generate some code!"
/override "style / suggester / yaml"
/override "style / suggester / github_actions"

Copy link

knative-prow bot commented Apr 23, 2024

@dprotaso: Overrode contexts on behalf of dprotaso: Generate some code!, style / suggester / github_actions, style / suggester / yaml

In response to this:

/override "Generate some code!"
/override "style / suggester / yaml"
/override "style / suggester / github_actions"

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 knative-prow bot merged commit 9e4ec34 into knative-extensions:main Apr 23, 2024
32 checks passed
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. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not all Gateways have a local K8s Service
3 participants