Go to file
Edwin Kempin e53859a0da Fix wrong date/time for commits in refs/meta/config branch
When the refs/meta/config branch is modified using the PutConfig REST
endpoint (e.g. when changing the project configuration in the web UI)
the commit date/time is wrong. Instead of the actual date/time the
date/time of the last Gerrit server start is used. This is because
MetaDataUpdate.User which gets the GerritPersonIdent injected is kept
as member in the PutConfig singleton and the date/time for commits in
the refs/meta/config branch is retrieved from that GerritPersonIdent
instance which is only created once when the PutConfig singleton is
instantiated.

Bug: Issue 3371
Change-Id: I85424db74e8609c8e4117e8db78a80730c29ace1
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2015-07-01 16:29:21 +02:00
2014-12-18 11:16:03 +09:00
2013-11-30 01:53:00 -08:00
2015-06-29 14:19:38 +02:00
2015-06-29 11:16:49 +02:00
2013-11-09 07:45:00 +01:00
2015-01-23 17:56:02 +09: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
2015-06-29 14:19:38 +02:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB