-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Improve web-ui for listing of repositories #114
Conversation
…ch by repo name and viewing ports and type of presented repos. Add signout.
@olenagerasimova Please review |
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.
@andpopov thanks, just minor comments
/** | ||
* Obtain Artipie layout. | ||
* @return Artipie layout | ||
*/ | ||
public int port() { |
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.
javadoc is wrong :)
/** | ||
* Repository name. | ||
*/ | ||
@SuppressWarnings("PMD.AvoidFieldNameMatchingMethodName") |
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.
hm, one suppression on class level should be enough
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.
@andpopov what about this one? Is qulice still complaining if you move @SuppressWarnings("PMD.AvoidFieldNameMatchingMethodName")
to Repo
class declaration and remove suppressions under the fields?
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.
qulice works correctly, fixed.
Thanks
@olenagerasimova Thanks a lot, fixed |
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.
@andpopov thanks
Part of: #101
Improve web-ui for listing of repositories with support of search by repo name and viewing ports and type of presented repos.
Add signout.