Files
gerrit/plugins
Luca Milanesio b8e9524516 Update git submodules
* Update plugins/replication from branch 'master'
  to 72489ee33f2e30711a8911c3bd979f37ea0078c2
  - Split responsibilities of the auto reload config
    
    Reduce the complexity of the AutoReloadConfigDecorator
    by decomposing it into two parts:
    
    1. Background thread for detecting and reloading the config.
       AutoReloadRunnable is only aware of what needs to be done to reload
       a configuration safely and notify whoever is bound to react on
       configuration reloads.
    
    2. Decorator of the ReplicationFileBasedConfig that orchestrate reload.
       AutoReloadConfigDecorator has a lot fewer responsibilities and is
       limited to delegate the config and destinations interface methods
       and acting as configuration listener.
    
    The propagation of the new configuration to the other objects
    is done through a Guava's EventBus.
    
    Allow putting back the logic of the file-based config into the
    respective FileBasedReplicationConfig and abstract the concept of the
    last modification in a generic version string.
    
    NOTE: The validation of the new configuration is left out of scope
          of this change and is implemented separately.
    
    Feature: Issue 11425
    Change-Id: Iaee9b72801bbe3ddac5113df6c53676934687aab
2019-09-13 15:19:27 +00:00
..
2019-08-19 08:17:32 +00:00
2019-09-11 06:59:15 +00:00
2019-09-11 21:30:59 +00:00
2019-09-13 15:19:27 +00:00
2019-07-24 10:54:07 +02:00
2019-08-05 10:58:43 +00:00