summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationFileBasedConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Change default for the replicateOnStartup to falseSaša Živkov2020-02-211-1/+1
* Don't lose ref-updated events on plugin restartSaša Živkov2020-02-141-1/+17
* ReplicationFileBasedConfig: Fix setting default sshConnectionTimeoutDavid Pursehouse2019-07-181-4/+11
* Allow to configure timeout for SSH connection and commandsDariusz Luksza2019-07-171-0/+22
* Make loggers privateEdwin Kempin2018-06-071-1/+1
* Use logger built-in formatterHector Oswaldo Caballero2018-02-211-2/+2
* Format all Java files with google-java-formatDavid Pursehouse2017-02-071-35/+28
* Create Destination using Guice FactoryHugo Arès2016-10-261-33/+6
* ReplicationFileBasedConfig: Replace FluentIterable with streams/lambdaDavid Pursehouse2016-10-261-30/+18
* Extract replication configuration from Destination classDariusz Luksza2016-03-291-2/+3
* Tidy up ReplicationFileBasedConfig constructorHugo Arès2016-03-181-6/+9
* Merge branch 'stable-2.11' into stable-2.12v2.12.2v2.12.1David Pursehouse2016-02-011-2/+6
|\
| * Fetch parent groups of the authGroupsSimon Hwang2016-01-191-2/+7
* | Stop mangling config file in error message about missing config fileChristian Aistleitner2015-07-301-1/+1
* | Use inject replications state loggerLuca Milanesio2015-05-191-2/+5
* | Merge branch 'stable-2.11'David Pursehouse2015-03-031-5/+40
|\|
| * Make createMissingRepositories = false take effect on project-created eventv2.11-rc1Sven Selberg2015-03-021-5/+40
* | Migrate usages of SitePaths to use PathDave Borowitz2015-02-231-5/+5
|/
* Clean up various Eclipse warningsDave Borowitz2014-10-281-0/+1
* Clean not used SchemaFactory<ReviewDb> parameterBruce Zu2014-05-071-6/+2
* Allow default force update to be configurableDavid Pursehouse2014-01-231-1/+14
* Change default push refSpec to 'refs/*:refs/*' (non-forced push)Luca Milanesio2014-01-171-2/+1
* Replication settings auto-reload and restartLuca Milanesio2014-01-161-0/+197