stable

Clone or download

Read-only

feat: Adjust pull request query filter names

This should make them a bit more future proof if we want to allow to multiple selection later on. Part of story #35821: Pull request new home page - Filter on Authors Change-Id: I40a80d8d47bde28cfb65f47762365864591b3d43

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Criterion/MalformedQueryFault.php +5 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/Criterion/SearchCriteria.php +2 −5 Go to diff View file
M plugins/pullrequest/include/PullRequest/Dao.php +7 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/RepositoryPullRequests/QueryToSearchCriteriaConverter.php +4 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/RepositoryResource.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/integration/DaoTest.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/REST/v1/RepositoryPullRequests/QueryToSearchCriteriaConverterTest.php +20 −12 Go to diff View file