gerrit/gerrit-acceptance-tests
Stefan Beller 3e8bd6e30d Related Changes: Add status of each related change to REST API
Since some recent refactoring the output for the related changes is
slightly broken. The black dot next to a change entry in the related tab
doesn't show up any more.

The occurrence of the black dot is calculated on the client side using
the existance of the change and revision id number. This is fragile,
so we want to have a more robust way of determining the if to show the
black dot. This change includes the state of each related change in the
REST API, such that in a later commit we can use the state instead of
indirect fragile measures for displaying the state of each related change.

As the json object sent over the wire will be parsed as a ChangeInfo
object, we need to name the status "status" and not "_status" or otherwise
different.

Change-Id: I5e593d0c563ddce914c036eaed6c6466b2805012
2015-06-18 11:44:42 -07:00
..
src/test/java/com/google/gerrit/acceptance Related Changes: Add status of each related change to REST API 2015-06-18 11:44:42 -07:00
BUCK Declare guava and junit as exported deps of Google Truth 2015-06-04 09:41:17 +09:00
tests.defs tests: Use insecure random for acceptance tests 2014-04-24 08:30:43 +02:00