gerrit/gerrit-extension-api/src/main/java/com/google/gerrit/extensions/api
David Pursehouse 6031b05397 RevisionApi: Add method to list votes per revision
The current API allows to get votes either:

- By revision, but only the votes from a specific reviewer

- By change, but only all votes on the current patch set

Add a method that allows to get all the votes for a specific revision.

The result is returned as a multimap of the label name to a list
of approval infos for that label. The approval infos contain the Id,
name, username and email fields.

Change-Id: I35cde09b3ee059e8b03aff1c4ee2747944c3d37c
2019-02-06 17:14:29 +09:00
..
access ProjectTagsScreen: Base visibility on the create refs/tags/* permission 2018-09-10 17:12:40 -04:00
accounts Add Javadoc to clarify behavior of {Accounts|Changes|Groups}#withOptions 2019-01-17 08:34:48 +00:00
changes RevisionApi: Add method to list votes per revision 2019-02-06 17:14:29 +09:00
config Move CheckAccess endpoint into /projects/ 2017-09-19 13:34:39 +02:00
groups Add Javadoc to clarify behavior of {Accounts|Changes|Groups}#withOptions 2019-01-17 08:34:48 +00:00
lfs Extend LFS plugin servlet so that Git LFS 2.0 Lock API is handled 2017-06-01 05:28:14 +00:00
plugins ListPlugins: Add support for filtering with prefix/substring/regex 2017-07-28 15:23:26 +01:00
projects ProjectApi: Add methods to get/set project's HEAD 2018-12-21 14:06:19 +09:00
GerritApi.java Add initial framework of Plugin API 2017-07-26 11:41:06 +01:00