Go to file
Dave Borowitz 62c78638ec Move logic from GitWebType to GitWebConfig
GitWebType is a dumb POJO. Initialization of this type was split
across GitWebType and GitWebConfig for no strong reason, possibly
related to the fact that GitWebType is in the gerrit-common package
and so can't depend on the JGit Config object.

The setters of GitWebType weren't behaving like normal POJO setters,
as they were ignoring null or empty values. Get rid of this
special-casing behavior, which made the behavior of GitWebConfig
difficult to understand.

Instead, move all the construction of a GitWebType to GitWebConfig,
which is a server-side class and can handle the Config parsing as well
as the named default configurations.

Change-Id: I119778c3ab3b791fbf363e2d87818e40dc9687b6
2015-06-12 13:24:32 -04:00
2014-12-18 11:16:03 +09:00
2015-05-08 14:43:55 +09:00
2015-05-08 14:43:55 +09:00
2015-05-19 17:50:57 +09:00
2015-06-11 11:30:06 +09:00
2015-05-27 11:00:46 +09:00
2015-05-10 20:03:16 +02:00
2015-03-03 07:12:16 +00:00
2013-11-09 07:45:00 +01:00
2015-04-08 07:50:41 +00:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-05-08 14:43:55 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB