gerrit/gerrit-extension-api
Dave Borowitz bc485ee2fc Replace ChangeJson.ChangeInfo with extensions.common.ChangeInfo
These have essentially the same public fields, except for a few that
were not previously exposed through ChangeApiImpl for no good reason.

The most invasive change this requires is to hold on to the
SubmitRecord.Label.Status value during label initialization in
ChangeJson, which we now do by holding a pair of (LabelInfo, Status).
This is an implementation detail of ChangeJson, so does not need to
leak into the ChangeInfo class.

Additionally, although we can kill most of ChangeInfoMapper, we still
need the mapping of Change.Status to ChangeStatus, to avoid exposing
an internal implementation detail of the database storage layer to the
extension API.

Change-Id: I20f78ed0bd893560bce1b55d47583d6cba3e3fb2
2014-11-27 10:23:30 +00:00
..
src/main/java/com/google/gerrit/extensions Replace ChangeJson.ChangeInfo with extensions.common.ChangeInfo 2014-11-27 10:23:30 +00:00
BUCK Replace ChangeJson.ChangeInfo with extensions.common.ChangeInfo 2014-11-27 10:23:30 +00:00
pom.xml Bump version to 2.11-SNAPSHOT 2014-07-23 12:05:35 +09:00