Files
gerrit/java/com/google/gerrit/server
Edwin Kempin c54963cffb Include repo config into CommitReceivedEvent
Some implementors of CommitValidationListener may need the repository
config (e.g. in order to use DiffFormatter). At the moment they need to
reopen the repository for this, but since callers have it already
available they can simply provide it.

This makes the objects that are available to implementors of
CommitValidationListener more consistent with the objects that are
available to implementors of MergeValidationListener, which already
gets the repository and hence its config. We do not want to provide the
Repository instance as it is intentionally write protected when batch
updates are done.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ie9439e4196c894ff261f98ba38a9db9d57e209d8
2020-10-06 16:30:56 +02:00
..
2020-07-17 15:01:37 +02:00
2020-09-23 18:35:55 +03:00
2020-10-02 12:49:47 +00:00
2020-07-23 13:08:51 +02:00
2020-10-02 12:49:47 +00:00
2020-07-23 13:08:51 +02:00
2020-07-17 11:53:29 +00:00
2020-08-11 14:51:49 +02:00