-
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-29037 Backport missing UI patches to branch-2 #6551
HBASE-29037 Backport missing UI patches to branch-2 #6551
Conversation
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)
…elds before submit Signed-off-by: tedyu <[email protected]> (cherry picked from commit 6ce1136)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🎊 +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, |
Reviewing commit by commit:
Also could you please summarise how the changes have been tested. |
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.
I've tried to build a tarball with the PR and started a mini cluster locally, and run LTT to load some data, the page looks good.
Let's get this in and move on.
Thanks @PDavid !
Thanks @Apache9 for testing out. We can look if anything needs to be done for whitespace later. Skimmed commit 1, LGTM Merging this to codebase. |
Hi @NihalJain and @Apache9, Many thanks for your reviews and tests. 🙏 Sorry, I was completely off in the holiday season.
The motivation behind these backport UI changes PR-s (and this specific backport you mention) is to align with master branch so that the Boostrap upgrade can be backported more cleanly. Here the problem was that - if you check the history of table.jsp on master branch and on branch-2 - that this "Optimize table.jsp code" patch was missing from branch-2 but the newer patches were applied (backported) on branch-2. This made table.jsp quite different than it was when "Optimize table.jsp code" patch was merged to master branch. So when I backported this change I was extra careful to not to "undo" the changes which newer backported patches did.
Sure. I built the project in dev mode with To properly verify the REST UI I had to copy the Hope this answers your question. Any suggestions maybe in regards to testing? |
Thanks @PDavid for the response, I think we are good here. |
Cherry-picked the following patches which were missing on
branch-2
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.