Go to file
Shawn Pearce 2ae832e7ed Avoid empty web_links element inside of RevisionInfo
Web UI always requests WEB_LINKS from /changes/{id}, but the common
case for a server is to have no special PatchSetWebLink.

Skip the "web_links = []" JSON code that appears in every revision on
the change by setting the list to null.

Skip pointless copying of the computed collection by changing the
return type from WebLinks to clearly be a List<WebLinkInfo>, like
RevisionInfo expects.  This allows direct assignment into the result.

Change-Id: I665e225b5abdd571a0adba8d2a1d318a1926801a
2014-10-16 22:35:41 -07:00
2014-08-20 10:23:06 +09:00
2013-11-30 01:53:00 -08:00
2014-09-09 15:29:08 +02:00
2013-11-28 22:56:51 -08:00
2014-10-16 21:52:13 -07:00
2014-09-11 16:48:34 +02:00
2014-09-11 11:08:11 +02:00
2014-05-27 09:58:38 +09:00
2013-11-09 07:45:00 +01:00
2014-05-19 11:41:31 -07:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2014-09-09 15:29:08 +02:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB