summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/query
Commit message (Expand)AuthorAgeFilesLines
* Show review scores for staged changesIsmo Haataja2014-06-201-1/+1
* Add new change state "deferred".Ismo Haataja2014-06-201-3/+105
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-05-221-1/+1
|\
| * Use "abbreviation" instead of "abbreviatedName" for labelsDave Borowitz2013-05-221-1/+1
* | Include project object during group name suggestionv2.7-rc0Dariusz Luksza2013-05-061-1/+1
* | Refactor MessagePredicate to extend RevWalkPredicateKaushik Lingarkar2013-04-262-64/+134
* | Move event attribute classes to a separate packageDavid Pursehouse2013-04-131-4/+4
|/
* Allow evaluating submit rules for draft changesDave Borowitz2013-03-221-1/+1
* Ensure ApprovalTable contains cells for all users/labelsDave Borowitz2013-03-221-1/+8
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-141-6/+2
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-114-28/+56
* Remove support for deprecated OutputFormat when listing changesEdwin Kempin2013-03-081-35/+1
* Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-012-17/+17
* Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-011-22/+15
* Include votable reviewers based on previous patch setsDave Borowitz2013-02-261-13/+47
* Sort approvals in REST endpoints and approval tableDave Borowitz2013-02-221-14/+31
* Allow fetching specific revisions in ChangeDataDave Borowitz2013-02-072-31/+69
* Add a /changes option to include detailed label infoDave Borowitz2013-02-071-0/+10
* Set _more_changes if result is limited due to configured query limitEdwin Kempin2013-01-261-1/+1
* Batch read Change objects during queryShawn Pearce2013-01-162-8/+46
* Fix query cost for "status:merged commit:c0ffee"Shawn Pearce2013-01-161-8/+5
* Fix query by 'label:Verified=0'Edwin Kempin2013-01-041-21/+46
* Fix compiler warnings about missing switch cases for ChangeTypeDavid Pursehouse2012-12-021-0/+4
* Add back public APIs to QueryChangesShawn O. Pearce2012-11-191-3/+10
* Implement new /changes/{id}/action style REST APIShawn O. Pearce2012-11-163-690/+197
* Enable specific AccessPaths based on authenticationShawn O. Pearce2012-11-151-2/+1
* Remove unused ChangeControl.Factory from ChangeQueryBuilderShawn O. Pearce2012-11-122-4/+1
* Introduce id property on REST entitiesShawn O. Pearce2012-11-121-3/+19
* Declare kind in JSON API resultsShawn O. Pearce2012-11-121-0/+1
* Fix various warningsEdwin Kempin2012-10-182-23/+0
* Merge "Add resumeSortKey to gerrit query summary section"Shawn Pearce2012-10-111-1/+10
|\
| * Add resumeSortKey to gerrit query summary sectionAnil Tiwari2012-10-111-1/+10
* | Add submit records to query output.James E. Blair2012-10-041-0/+15
* | Match no labels if current patch set is not availableShawn O. Pearce2012-08-061-0/+4
* | Make portions of ListChanges publicShawn O. Pearce2012-08-041-4/+12
* | /changes/: Return more dataShawn O. Pearce2012-08-041-10/+307
|/
* Add SuggestOracle to SearchPanelBrad Larson2012-07-301-0/+3
* Only set reviewed attribute on open changesShawn O. Pearce2012-06-201-1/+1
* Don't NPE if current patch set is not availableShawn O. Pearce2012-06-201-2/+6
* Highlight unreviewed changes in dashboard by using change messagesYang Zhenhui2012-06-151-0/+36
* Abstract group systems into GroupBackend interface.Colby Ranger2012-05-311-19/+15
* Make NoBlock and NoOp approval category functions workMagnus Bäck2012-05-291-1/+6
* Back in-memory caches with Guava, disk caches with H2Shawn O. Pearce2012-05-241-1/+9
* Merge branch 'stable-2.4'Shawn O. Pearce2012-05-211-37/+10
|\
| * Fix duplicated results on status:open project:P branch:BShawn O. Pearce2012-05-211-37/+10
* | Add notify section in project.configShawn O. Pearce2012-05-092-3/+41
* | Fix NPE in PRED__load_commit_labels_1Shawn O. Pearce2012-05-031-1/+7
* | Assume labels are correct in ListChangesShawn O. Pearce2012-05-021-1/+1
* | Load patch set approvals in parallelShawn O. Pearce2012-05-022-0/+21
* | Lookup user full names on the fly only once during change queryShawn O. Pearce2012-05-011-20/+11