summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/restapi/change/QueryChanges.java
Commit message (Expand)AuthorAgeFilesLines
* Ignore '--no-limit' query changes option for anonymous usersupstream/stable-3.3-issue-15563Jacek Centkowski2022-03-091-2/+5
* Merge branch 'stable-3.2' into stable-3.3Matthias Sohn2021-01-071-1/+23
|\
| * Merge branch 'stable-3.1' into stable-3.2Matthias Sohn2021-01-071-1/+23
| |\
| | * Add query option allowing administrators to skip visibility filteringMatthias Sohn2021-01-051-1/+23
* | | Allow plugins to provide bulk PluginDefinedInfos in query resultsAdithya Chakilam2020-10-151-1/+3
|/ /
* | Merge branch 'stable-3.1'David Pursehouse2020-01-241-1/+1
|\|
| * Merge branch 'stable-3.0' into stable-3.1David Pursehouse2020-01-241-1/+1
| |\
| | * Merge branch 'stable-2.16' into stable-3.0David Pursehouse2020-01-241-1/+1
| | |\
| | | * ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-231-1/+1
* | | | QueryChanges/QueryProjects: Enable retriesEdwin Kempin2019-11-161-10/+32
|/ / /
* / / Require REST endpoints to return Response<?>Edwin Kempin2019-08-051-2/+3
|/ /
* | Remove StorageException from throws clausesDave Borowitz2019-04-171-4/+2
* | Rename OrmException to StorageException and move to exceptions packageDave Borowitz2019-04-171-3/+3
* | ChangeQueryProcessor: Don't implement PluginAttributesFactoryDave Borowitz2019-03-181-1/+2
* | Extract a ListOption class, deduplicating fromBits methodDave Borowitz2019-03-151-1/+2
* | Add a --no-limit option to the ssh and rest query commandsMartin Fick2019-01-171-0/+5
|/
* Add missing @Override annotation on setDynamicBeanDavid Pursehouse2018-11-081-0/+1
* BugFix: Add the BeanReceiver plumbing to the top-level query commandsNasser Grainawi2018-11-011-1/+6
* ChangeJson: Move out ApprovalInfo creation and remove methodPatrick Hiesel2018-10-121-1/+1
* ChangeJson: Make PluginDefinedAttributesFactory finalPatrick Hiesel2018-10-121-5/+1
* Factor out RevisionJson from ChangeJsonPatrick Hiesel2018-10-111-11/+1
* Move logic to check 'Modify Account' for secondary emails into InternalAccoun...Edwin Kempin2018-07-111-2/+4
* Reformat all Java files with google-java-format 1.6David Pursehouse2018-06-061-15/+12
* Migrate restapi classes to FloggerEdwin Kempin2018-06-051-4/+3
* Move remaining REST handlers into restapi subpackageHan-Wen Nienhuys2018-01-081-0/+159