-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-29036 Backport missing UI patches to branch-2.6 #6550
HBASE-29036 Backport missing UI patches to branch-2.6 #6550
Conversation
Signed-off-by: Wellington Chevreuil <[email protected]> Signed-off-by: Bharath Vissapragada <[email protected]> Signed-off-by: Viraj Jasani <[email protected]> (cherry picked from commit 82e155e)
…he#5732) - Fixes the way logLevel page renders in UI Signed-off-by: Nick Dimiduk <[email protected]> (cherry picked from commit ede4ccd)
Signed-off-by: Guangxu Cheng <[email protected]> (cherry picked from commit 9ad16aa)
…empty start key/end key (apache#2955) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Pankaj Kumar<[email protected]> (cherry picked from commit 157200e)
…procedure.jsp while Master is initializing (apache#6152) Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 3caaf2d)
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Hi @PDavid please let me know once this PR is ready for review |
Hi @NihalJain, |
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.
This PR is 1st 2 commits (new) + rest commits same as #6551.
Changes LGTM, let me spin off a single node and do basic sanity of the web UI.
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.
Rest ui needs a fix
Many thanks @NihalJain for testing this. 👍 Would you like if I fix this under this Jira and PR or would you prefer having the fix under the separate Jira. Both are OK for me. |
I found one possible fix for the REST UI is broken (static resources are not loaded) issue: copy the I'd prefer to fix it after the Bootstrap upgrade is merged as otherwise it has to be copied again with the new CSS, JS files. |
Sure sounds good. |
@PDavid We are good to merge this right? Should I go ahead now? |
@NihalJain I think this should be finished but let me do another round of testing just to make sure. Will comment again when done. |
Dropped a mail on dev thread to decide on whether we want to take this and other related changes in before the upcoming release. https://lists.apache.org/thread/1srh98tymv79zdh7fwkljddd6bd0rntt FYI @PDavid CC: #6526 |
@NihalJain OK, I tested this, looks good to me. Of course let's wait the dev discussion if we need this in the release. |
Cherry-picked the following patches which were missing on
branch-2.6
branch. Most of these applied as a clean cherry-pick (without conflicts). Unfortunately there were some which had conflicts and I manually resolved them.Each commit message contains from which commit it was cherry-picked from.