summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/Destination.java
Commit message (Expand)AuthorAgeFilesLines
* Use logger built-in formatterHector Oswaldo Caballero2018-02-211-4/+3
* Use rescheduleDelay instead of replicationDelay when reschedulingv2.14.2Saša Živkov2017-07-121-1/+1
* Fix race condition when scheduling a replicationSaša Živkov2017-07-051-1/+2
* Remove ops from pending when max retries reachedv2.14-rc1v2.14-rc0v2.14Luca Milanesio2017-03-211-0/+6
* Set max retries to avoid queue congestionLuca Milanesio2017-03-181-2/+7
* Format all Java files with google-java-formatDavid Pursehouse2017-02-071-128/+116
* Add ReplicationScheduledEvent to indicate ref replication is scheduled.Eryk Szymanski2016-11-151-2/+25
* Remove usage of deprecated Throwables methodsDavid Pursehouse2016-10-241-2/+3
* Revert "Remove usage of to-be-deprecated Throwables methods"Dave Borowitz2016-08-251-3/+2
* Remove usage of to-be-deprecated Throwables methodsDavid Pursehouse2016-08-191-2/+3
* Merge branch 'stable-2.12'David Pursehouse2016-08-181-4/+28
|\
| * Destination: Consider ref visibility when scheduling replicationv2.12.9v2.12.8v2.12.7v2.12.6v2.12.5v2.12.4upstream/stable-2.12David Pursehouse2016-08-151-1/+22
* | Handle kill command in replication tasks also while runningJacek Centkowski2016-06-151-2/+8
* | Add new configuration option to control replication of hidden projectsDariusz Luksza2016-04-211-4/+6
* | DestinationConfiguration: Use ImmutableList rather than arrayDavid Pursehouse2016-04-121-13/+12
* | Remove redundant 'static' modifier on enumDavid Pursehouse2016-04-111-1/+1
* | Add missing whitespace around keywords and bracesDavid Pursehouse2016-04-111-1/+1
* | Extract replication configuration from Destination classDariusz Luksza2016-03-291-79/+34
* | Remove usages of Throwables#propagateDave Borowitz2016-03-221-1/+2
* | Remove unneeded finals from Destination classHugo Arès2016-03-181-12/+12
* | ListCommand: Show queue details for destinationsDavid Pursehouse2016-03-161-0/+18
* | Expose more API to enable plugin consumption as libDariusz Luksza2016-03-141-4/+4
* | Merge branch 'stable-2.12'David Pursehouse2016-02-011-1/+19
|\|
| * Merge branch 'stable-2.11' into stable-2.12v2.12.2v2.12.1David Pursehouse2016-02-011-1/+16
| |\
| | * Fetch parent groups of the authGroupsSimon Hwang2016-01-191-1/+16
| * | Merge branch 'stable-2.11'David Pursehouse2016-01-211-0/+3
| |\|
| | * Add logging of cancelled replication eventsRyoichi Taniguchi2015-12-161-0/+3
* | | Destination: Add missing switch case for RetryReasonDavid Pursehouse2016-01-221-0/+1
* | | Fix deprecation warnings from latest JGit updateDave Borowitz2016-01-061-1/+1
|/ /
* | Merge branch 'stable-2.11' into stable-2.12v2.12-rc2v2.12-rc1v2.12David Pursehouse2015-11-121-2/+11
|\|
| * Destination: parse replication delay and retry as time unitsv2.11.5David Pursehouse2015-10-221-2/+11
* | Use renamed RequestContext#getUser() methodv2.12-rc0Dave Borowitz2015-10-191-1/+1
* | Open Repository in try-with-resourceDavid Pursehouse2015-08-271-16/+12
* | Use moved FactoryModuleDave Borowitz2015-08-261-1/+1
* | Add a command to list replication targetsLiu Forest2015-07-061-1/+20
* | Use inject replications state loggerLuca Milanesio2015-05-191-3/+5
|/
* Fix warnings about redundant type argumentsDavid Pursehouse2014-10-311-2/+2
* Added regex and wildcard matching to ssh commandFelix Hall2014-10-301-33/+4
* Merge branch 'stable-2.10'David Pursehouse2014-10-241-13/+19
|\
| * Merge branch 'stable-2.9' into stable-2.10David Pursehouse2014-10-231-13/+19
| |\
| | * Prevent creating repos on extra serversv2.9.5v2.9.4v2.9.3v2.9.2upstream/stable-2.9Doug Kelly2014-10-161-10/+18
* | | Fix deprecation warnings caused by Guava upgradeDavid Pursehouse2014-09-081-2/+2
|/ /
* | Promote replication scheduled logs to infov2.10-rc0Hugo Arès2014-07-151-2/+2
* | Debug logging when replication is scheduledLuca Milanesio2014-07-151-0/+5
* | Move replication logs into a separate fileHugo Arès2014-07-021-5/+7
* | Clean not used SchemaFactory<ReviewDb> parameterBruce Zu2014-05-071-2/+0
* | Use Java 7 style exception handlingDavid Pursehouse2014-04-181-1/+1
|/
* Rename WrappedLogger to ReplicationStateLoggerDavid Pursehouse2014-02-191-4/+4
* Retry replications failed due to "failed to lock" errorsGustaf Lundh2014-02-181-0/+6
* Update to use RefNames constantsDave Borowitz2013-12-111-2/+3