Skip to content
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

[FISH-759] sort instances in admin console #5074

Merged
merged 11 commits into from
Jan 24, 2021

Conversation

sgflt
Copy link
Contributor

@sgflt sgflt commented Dec 29, 2020

Fixes #4795

Description

Important Info

Blockers

Testing

New tests

Testing Performed

Testing Environment

Documentation

Notes for Reviewers

@lprimak lprimak self-requested a review December 29, 2020 19:50
@lprimak lprimak self-assigned this Dec 29, 2020
@lprimak lprimak added PR: CLA CLA submitted on PR by the contributor Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev labels Dec 29, 2020
@lprimak
Copy link
Contributor

lprimak commented Dec 29, 2020

Please remove final in your changes. That just adds clutter to the code and doesn't really do anything

Copy link
Contributor

@lprimak lprimak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove all the finals. otherwise looks good to me

@lprimak
Copy link
Contributor

lprimak commented Dec 30, 2020

jenkins test

@lprimak
Copy link
Contributor

lprimak commented Dec 30, 2020

I did like the diamond operator changes, can you leave them in this PR (just remove the final stuff)
thank you!

@sgflt
Copy link
Contributor Author

sgflt commented Dec 30, 2020

Already moved all code style changes into separate PR. This now contains just sorting one liners. :)

@lprimak
Copy link
Contributor

lprimak commented Dec 30, 2020

If you could add back the diamond interface fixes but not the finals in this PR I appreciate it

@sgflt
Copy link
Contributor Author

sgflt commented Dec 30, 2020

Okay, but it is hard to keep other things like (notRunning > 0) ? false :true unchanged. I will try to stay minimalistic and won't refactor everything. Maybe later.

@sgflt sgflt marked this pull request as draft December 30, 2020 18:28
@lprimak
Copy link
Contributor

lprimak commented Dec 30, 2020

Okay, but it is hard to keep other things like (notRunning > 0) ? false :true unchanged. I will try to stay minimalistic and

Please feel free to refactor but don't try to introduce new code style that doesn't already exist (such as finals everywhere)
Thank you!

@sgflt sgflt marked this pull request as ready for review December 30, 2020 19:45
@lprimak
Copy link
Contributor

lprimak commented Dec 30, 2020

jenkins test

@AlanRoth AlanRoth added Type: Community Contribution and removed Status: Accepted Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev labels Jan 12, 2021
@lprimak lprimak changed the title 4795 sort instances [FISH-759] sort instances in admin console Jan 24, 2021
@lprimak lprimak merged commit 4a6c8a4 into payara:master Jan 24, 2021
JamesHillyard pushed a commit to JamesHillyard/Payara that referenced this pull request Sep 17, 2021
* FISH-759 Sort instance list by name

* FISH-759 Sort also configurations

* FISH-759 Got rid of wildcard import

* FISH-759 Updated JDK 1.4 generics to JDK 8 style in ClusterHandler

* FISH-759 Updated JDK 1.5 generics to JDK 8 style in ListInstancesCommand

* FISH-759 Updated JDK 1.4 generics to JDK 8 style in ListInstancesCommand

* FISH-759 Removed unused import

* FISH-759 Removed unused variable

* FISH-759 Fixed spacing around =

* FISH-759 IntelliJ automatic code clean up

* FISH-759 Fixed whitespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: CLA CLA submitted on PR by the contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sort the list of nodes under "instances" and "configurations" / FISH-759
4 participants