-
Notifications
You must be signed in to change notification settings - Fork 64
🌱 Moving version and util to internal/shared #1743
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
🌱 Moving version and util to internal/shared #1743
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
244cc6d
to
8ad64e2
Compare
This partially fixes operator-framework#1707. The intent is to consolidate internal code from operator-controller and catalogd within internal e.g.: catalogd/ - code specific to catalogd internal/ - holds internal code of catalogd and operator-controller. internal/catalogd - holds unexported code specific to catalogd internal/operator-controller - holds unexported code specific to operator-comntroller internal/shared - shared code between catalogd and operator-controller which can not be exported outside. Signed-off-by: Lalatendu Mohanty <[email protected]>
Signed-off-by: Lalatendu Mohanty <[email protected]>
8ad64e2
to
6b006ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1743 +/- ##
==========================================
- Coverage 67.39% 67.32% -0.08%
==========================================
Files 61 61
Lines 5236 5236
==========================================
- Hits 3529 3525 -4
- Misses 1447 1450 +3
- Partials 260 261 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aa4cf2e
This partially fixes #1707. The intent is to consolidate internal code from operator-controller and catalogd within internal e.g.:
Description
Reviewer Checklist