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

fix: rollback codegen script #2079

Merged
merged 1 commit into from
Sep 23, 2024
Merged

fix: rollback codegen script #2079

merged 1 commit into from
Sep 23, 2024

Conversation

whynowy
Copy link
Member

@whynowy whynowy commented Sep 23, 2024

codegen stopped working after merging #2011, roll back the changes. @xdevxy

The new code-generator works quite differently from current approach, which needs some effort to make it work for us. It also differs a lot even between v0.29 and v0.30. We can stick with legacy approach for now, and fix it when the legacy approach is not supported any more.

v0.29: https://github.com/kubernetes/code-generator/blob/v0.29.5/examples/hack/update-codegen.sh#L44-L57
v0.30: https://github.com/kubernetes/code-generator/blob/v0.30.5/examples/hack/update-codegen.sh#L40-L53

@whynowy whynowy requested a review from vigith as a code owner September 23, 2024 04:08
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.30%. Comparing base (40e960a) to head (80eeac4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2079      +/-   ##
==========================================
- Coverage   64.48%   64.30%   -0.18%     
==========================================
  Files         322      322              
  Lines       30145    30145              
==========================================
- Hits        19438    19386      -52     
- Misses       9684     9739      +55     
+ Partials     1023     1020       -3     

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

@whynowy whynowy merged commit b4f9278 into numaproj:main Sep 23, 2024
25 checks passed
@whynowy whynowy deleted the fixcodegen branch September 23, 2024 05:00
whynowy added a commit that referenced this pull request Sep 26, 2024
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