summaryrefslogtreecommitdiffstats
path: root/javatests/com/google/gerrit/server/query/change/FakeQueryChangesTest.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.5' into stable-3.6Diego Zambelli Sessona2024-04-041-30/+39
|\
| * Add test paginationType NONE to query only if there are more resultsDiego Zambelli Sessona2024-03-291-0/+39
| * Run tests in FakeQueryChangesTest for paginationType NONEDiego Zambelli Sessona2024-03-261-0/+4
* | Add configuration to disable indexes paginationDiego Zambelli Sessona2023-07-101-13/+127
|/
* Improve test coverage for internal change query paginationKaushik Lingarkar2022-10-061-2/+29
* Improve test coverage for no-limit query paginationKaushik Lingarkar2022-09-141-0/+31
* Improve test coverage for index query paginationKaushik Lingarkar2022-09-131-0/+42
* Move #match logic from ChangeIndexPredicate to IndexPredicatePatrick Hiesel2021-06-041-154/+0
* Recover change edits to enable matching in predicatesPatrick Hiesel2021-05-271-8/+0
* Recover draft ref states when recovering ref statesPatrick Hiesel2021-05-271-24/+0
* Fix bySize query test and enable on the fake indexPatrick Hiesel2021-05-251-8/+0
* EqualsLabelPredicate: Fix bug that prevents matching owner votesPatrick Hiesel2021-05-251-8/+0
* Implement a FakeIndex for testingPatrick Hiesel2021-05-251-0/+237