-
Notifications
You must be signed in to change notification settings - Fork 30
Login and client command line refactoring #175
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
base: main
Are you sure you want to change the base?
Login and client command line refactoring #175
Conversation
@mgaffigan Is it possible to break this up into a few commits to make it easier to review? There is enough change that it's a bit difficult to mentally keep track of which changes are related to the same refactor and which aren't with all of the scrolling. |
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.
It is possible, yes, but it would result in ~4 PR's with 1 dependent upon the other three. I've added some comments in hopes those are sufficient to avoid splitting with dependencies. Vanilla git really sucks at stacked PR's.
@mgaffigan I'm fine with them all being part of this single PR. I was just asking if the logical chunks can be separated into multiple commits. |
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
Ah. Good call. Yes. I'll break to commits. |
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
…ying on global state Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
…tations Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
4229704
to
f9aad48
Compare
@tonygermano, not sure each commit builds in isolation, but I rewrote the history by topic. Let me know if you need anything further. |
In support for future merge of mgaffigan:feature/add-oidc-auth