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

chore: use domain-qualified finalizer name #2304

Merged
merged 1 commit into from
Dec 25, 2024
Merged

Conversation

whynowy
Copy link
Member

@whynowy whynowy commented Dec 25, 2024

@whynowy whynowy requested a review from vigith as a code owner December 25, 2024 00:59
@@ -41,7 +41,9 @@ import (
)

const (
finalizerName = dfv1.ControllerISBSvc
finalizerName = "numaflow.numaproj.io/" + dfv1.ControllerISBSvc
// TODO: clean up the deprecated finalizer in v1.7
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// TODO: clean up the deprecated finalizer in v1.7
// DEPRECATE(1.7): clean up the deprecated finalizer in v1.7

Is this a simpler search pattern?

Copy link
Member Author

Choose a reason for hiding this comment

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

Might get confused with Deprecated annotation. We could search Deprecated in the future.

Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 67.13%. Comparing base (d387d3f) to head (b786311).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/reconciler/isbsvc/controller.go 0.00% 4 Missing and 1 partial ⚠️
pkg/reconciler/pipeline/controller.go 0.00% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2304      +/-   ##
==========================================
+ Coverage   67.11%   67.13%   +0.01%     
==========================================
  Files         349      349              
  Lines       44961    44969       +8     
==========================================
+ Hits        30175    30188      +13     
+ Misses      13716    13712       -4     
+ Partials     1070     1069       -1     

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

@whynowy whynowy enabled auto-merge (squash) December 25, 2024 01:18
@whynowy whynowy merged commit 677cc59 into numaproj:main Dec 25, 2024
25 checks passed
@whynowy whynowy deleted the fina branch December 25, 2024 01:26
SaniyaKalamkar pushed a commit to SaniyaKalamkar/numaflow that referenced this pull request Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants