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

feat: Improve web-ui for listing of repositories #114

Merged
merged 4 commits into from
Nov 15, 2022

Conversation

andpopov
Copy link
Member

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.

…ch by repo name and viewing ports and type of presented repos.

Add signout.
@andpopov andpopov self-assigned this Nov 14, 2022
@andpopov
Copy link
Member Author

@olenagerasimova Please review

Copy link
Member

@olenagerasimova olenagerasimova left a 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

Comment on lines 51 to 55
/**
* Obtain Artipie layout.
* @return Artipie layout
*/
public int port() {
Copy link
Member

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")
Copy link
Member

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

Copy link
Member

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?

Copy link
Member Author

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

@andpopov
Copy link
Member Author

@olenagerasimova Thanks a lot, fixed

Copy link
Member

@olenagerasimova olenagerasimova left a comment

Choose a reason for hiding this comment

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

@andpopov thanks

@andpopov andpopov merged commit cdfd2e4 into artipie:master Nov 15, 2022
@andpopov andpopov deleted the repo_list branch November 29, 2022 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants