summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java
Commit message (Expand)AuthorAgeFilesLines
* Prevent creating repos on extra serversHEADv2.7.0-basedDoug Kelly2015-07-021-10/+18
* Support replication of project deletionsEdwin Kempin2015-02-101-0/+7
* Create missing repositories on the remote siteEdwin Kempin2015-02-101-1/+8
* Serialize pushes to each destination URI.Stefan Zager2015-02-101-24/+48
* Introduce remoteNameStyle = basenameOnlySteffen Gebert2015-02-101-0/+3
* Show the replication status after running the replication commandYang Zhenhui2015-02-101-8/+18
* Make ${name} optional when replicating only a single repositoryChristian Aistleitner2015-02-101-1/+18
* Implement pattern-based project matching in replication.configChad Horohoe2014-10-281-0/+42
* Use PluginUser instead of InternalUser when no authGroup specficiedShawn Pearce2013-04-251-3/+3
* Update to build against gerrit masterChristian Aistleitner2013-02-151-1/+9
* Add remote.NAME.remoteNameStyleChad Horohoe2012-12-191-0/+12
* Use the GroupBackend instead of the GroupCache.Colby Ranger2012-05-181-4/+6
* Updated PerThreadRequestScope to be a singleton object.Colby Ranger2012-05-181-23/+46
* Initial replication plugin, split from Gerrit Code ReviewShawn O. Pearce2012-05-181-0/+364