summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/events
Commit message (Expand)AuthorAgeFilesLines
* Add new change state "deferred".Ismo Haataja2014-06-201-0/+28
* Move event attribute classes to a separate packageDavid Pursehouse2013-04-1323-322/+48
* add null check to patchset object while creating descendent changes.Raviteja Sunkara2013-03-291-5/+18
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-141-2/+2
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-17/+18
* Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-011-8/+8
* Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-011-2/+2
* Remove nbrPatchSets from ChangeColby Ranger2012-11-301-1/+1
* Merge branch 'stable-2.6'Shawn O. Pearce2012-11-161-0/+3
|\
| * Fix NPE when abandoning change with invalid authorBrad Larson2012-11-151-0/+3
* | Make the output of query readable.Bruce Zu2012-11-161-2/+10
* | Extension for commit validation pluginsLuca Milanesio2012-11-141-0/+38
|/
* When a file is renamed, include old file name in Patch attributeDavid Pursehouse2012-10-312-0/+2
* Merge branch 'stable-2.5'Edwin Kempin2012-10-221-2/+23
|\
| * 'query --comments --format=JSON': fix NPE if change message author is nullEdwin Kempin2012-10-221-2/+23
* | Fix various warningsEdwin Kempin2012-10-181-1/+0
* | Send event to stream and execute hook when merge failsDavid Pursehouse2012-10-171-0/+23
* | Merge branch 'stable-2.5'Shawn O. Pearce2012-10-161-0/+1
|\|
| * Add submit records to query output.James E. Blair2012-10-104-0/+87
* | Merge "Add resumeSortKey to gerrit query summary section"Shawn Pearce2012-10-111-0/+1
|\ \
| * | Add resumeSortKey to gerrit query summary sectionAnil Tiwari2012-10-111-0/+1
| |/
* | Add author and size information to output of query.Bruce Zu2012-10-113-1/+32
* | Merge "Add submit records to query output."Saša Živkov2012-10-054-0/+87
|\ \
| * | Add submit records to query output.James E. Blair2012-10-044-0/+87
| |/
* / Send event to stream and execute hook when reviewer is addedDavid Pursehouse2012-10-041-0/+22
|/
* Rename ChangeRestoreEvent to ChangeRestoredEventDavid Pursehouse2012-07-091-1/+1
* Merge "Add owner username to gerrit query command."Martin Fick2012-06-182-0/+2
|\
| * Add owner username to gerrit query command.James E. Blair2012-06-182-0/+2
* | Send event to stream when draft change is publishedDavid Pursehouse2012-06-161-0/+22
|/
* Back in-memory caches with Guava, disk caches with H2Shawn O. Pearce2012-05-241-9/+13
* Add parent(s) revision information to output of query.Bruce Zu2012-04-232-8/+26
* Add dependencies to query.Gregory Bean2012-03-133-1/+89
* Updated to gwtorm 1.4.Colby Ranger2012-03-073-10/+10
* Output full commit message in query resultsBrad Larson2011-11-172-0/+5
* Support for --file option for ssh queries.Gustaf Lundh2011-11-043-2/+56
* Add createdOn to Changes in query outputMartin Fick2011-08-192-0/+2
* Output patchset creation date for 'query' command.Anatol Pomazau2011-07-292-0/+2
* Support comments option in query commandMika Hamalainen2011-07-295-0/+88
* Correct usage of @Nullable annotation in EventFactoryShawn O. Pearce2011-06-071-1/+2
* Move "ref_rights" table into GitShawn O. Pearce2011-05-191-1/+1
* Added support for ref-update eventsJesse Greenwald2010-10-153-0/+63
* Add a --all-approvals option to queriesMartin Fick2010-09-161-2/+20
* Implement 'Restore Change' feature.Anatol Pomazau2010-08-051-0/+23
* gerrit query SSH commandShawn O. Pearce2010-07-196-8/+155
* Add topic, lastUpdated, sortKey to ChangeAttributeShawn O. Pearce2010-07-192-0/+6
* Move stream-event JSON objects to a common packageShawn O. Pearce2010-07-1810-0/+300