-
Notifications
You must be signed in to change notification settings - Fork 296
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
🌱 Rename controller context and golang context #2309
🌱 Rename controller context and golang context #2309
Conversation
This is WIP, but feel free to take a review, especially about the naming, thx! |
bd576bc
to
cbd33dc
Compare
aa286a4
to
06dddd9
Compare
/retitle [WIP] 🌱 Rename controller context and golang context Let's add WIP as long as it is WIP :-) |
This is ready for review. (will do a rebase later as I assume there will be more conflicts) |
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.
Thx. I think this is a huge step in the right direction.
Let's rebase this once #2296 is merged and then get this PR merged ASAP (to avoid further rebases)
06dddd9
to
89ae873
Compare
89ae873
to
f9ed29b
Compare
Signed-off-by: Gong Zhang <[email protected]>
f9ed29b
to
fda7484
Compare
Thanks @sbueringer for your review! This is rebased and ready for another look. |
Thank you very much!! /lgtm /assign @chrischdi |
LGTM label has been added. Git tree hash: 3696e395c099e31b66969e0f0069b69a5513d9a5
|
/assign @killianmuldoon |
Would be good if one of you can also take a look. Let's try to get this in soon and hold merging other PRs until then |
Wow, what a huge effort, thx @zhanggbj ! /approve /hold if others want to review. OK with unhold though :-) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
Let's go ahead. If there are further reviews & findings we can follow-up. Just don't want to block others too long /hold cancel |
What this PR does / why we need it:
This is part of the story: refactor capv controller context #2295. Currently working on this incrementally. In this PR, just rename controller context to make it more readable and differentiate from golang context, to be more specific
capvcontext
goctx "context"
and just usecontext
ctx
toxxxxCtx
(Leave ctx for golang context as the first parameter, which will be added in future PR )Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2295