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(gitlab): add filtering and pagination (#403) #403

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

mdonadoni
Copy link
Member

@mdonadoni mdonadoni commented Mar 19, 2024

Closes reanahub/reana-server#518

mdonadoni added a commit to mdonadoni/reana-ui that referenced this pull request Mar 20, 2024
BREAKING CHANGE: The response of `gitlab_projects` API endpoint has been
modified to also include the pagination details.

Closes reanahub/reana-server#518
@mdonadoni mdonadoni changed the title feat(gitlab): add search bar to filter gitlab projects (#403) feat(gitlab): add filtering and pagination (#403) Mar 20, 2024
Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

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

Works nicely 👍

Some release-news-oriented comments:

  • the headlines could announce new functionality in a feature-oriented verbiage, for example:
feat(gitlab): add pagination for GitLab project lists (#403)
feat(gitlab): add filtering for GitLab project lists (#403)
  • The breaking change news text could be altered to say that the endpoint response is not being modified here in r-ui, but that the component is only adapting to the new version from r-server, something like:
BREAKING CHANGE: The frontend code adapts to the new REST API server  `gitlab_projects` endpoint which now includes the pagination details.

OTOH, it may be nice to use the same breaking change text in both r-server and r-ui, for easier referencing? In which case we could use some neutral language such as:

BREAKING CHANGE: The REST API endpoint `gitlab_projects` now includes pagination details.

in both r-server and r-ui.

@mdonadoni mdonadoni merged commit d403634 into reanahub:master Apr 17, 2024
10 checks passed
@mdonadoni mdonadoni deleted the filter-paginate-gitlab branch August 8, 2024 08:42
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.

gitlab: add support for filtering and pagination of projects
2 participants