-
Notifications
You must be signed in to change notification settings - Fork 184
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
Some minor changes/fixes to ux backend #2345
Some minor changes/fixes to ux backend #2345
Conversation
9a2576f
to
10b1f3c
Compare
|
||
var err error | ||
func HandleMessage(w http.ResponseWriter, r *http.Request, tokenLifetimeInHours int) { |
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.
HandleRequest
might sound and suit better for what we are doing 🤔
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.
For me, Request is the vehicle, Message is the content we want to handle.
/hold refer #2352 |
b7779bb
to
29fc004
Compare
LGTM, Please fix the commit lint check |
365afca
to
982ca02
Compare
/unhold |
/retest |
/lgtm |
@nb-ohad: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
- Move content of services/types package to the services package - Move onboading_tokens content into its own sub-package - Separate msg handling into Distinct functions based on HTTP method - fix onboarding_tokens invalid content type Signed-off-by: nb-ohad <[email protected]>
982ca02
to
d1b45c0
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agarwal-mudit, leelavg, nb-ohad 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 |
fba0390
into
red-hat-storage:main
/cherry-pick fusion-hci-4.14 |
@leelavg: new pull request created: #2367 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick release-4.15 |
@leelavg: new pull request created: #2376 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: nb-ohad [email protected]