stable

Clone or download

Read-only

feat: apply filters

Part of story #35821: Pull request new home page - Filter on Authors How to test: - Open the dropdown, click on "Author" and select a user --> The list of pull-requests has been updated --> Only the pull-requests create by the selected user are displayed - Remove the filter using the cross in the badge, or the [Clear filters] button. --> The list of pull-requests has been udpated --> All the pull-requests are displayed Change-Id: I41ee589f8d8e3097f8676bf3846f734aa0d8cf4e

Modified Files

Name
M lib/frontend/lazybox/src/LazyAutocompleterElement.test.ts +19 −1 Go to diff View file
M lib/frontend/lazybox/src/LazyAutocompleterElement.ts +4 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-homepage/src/api/get-pull-requests-query-builder.test.ts +38 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-homepage/src/api/get-pull-requests-query-builder.ts +34 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/api/tuleap-rest-querier.test.ts +9 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/api/tuleap-rest-querier.ts +6 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/Author/AuthorFilter.test.ts +3 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/Author/AuthorFilter.ts +1 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/Filters/ListFiltersStore.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/HomePage.vue +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequestsList.test.ts +44 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequestsList.vue +21 −5 Go to diff View file