summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.14'David Pursehouse2017-08-234-6/+98
|\
| * Fix minor nits in documentation of replication.maxRetriesv2.14.3David Pursehouse2017-08-231-3/+3
| * Use rescheduleDelay instead of replicationDelay when reschedulingv2.14.2Saša Živkov2017-07-124-2/+93
| * Fix race condition when scheduling a replicationSaša Živkov2017-07-051-1/+2
* | Refactor callers of RefControl#isVisiblePatrick Hiesel2017-08-161-6/+28
* | Migrate calls to ChangeControl#isVisible to PermissionBackendPatrick Hiesel2017-08-072-4/+8
* | Remove unused importEdwin Kempin2017-06-271-1/+0
* | Avoid using ScheduledThreadPoolExecutor API surface.Han-Wen Nienhuys2017-06-221-4/+4
* | Remove CapabilityControl.Factory from RemoteSiteUserShawn Pearce2017-06-161-4/+1
* | Switch PushOne to VisibleRefFilter.FactoryShawn Pearce2017-06-141-29/+4
* | Remove 'final' from function signaturesHan-Wen Nienhuys2017-06-135-11/+11
* | Stop referring to WorkQueue.ExecutorHan-Wen Nienhuys2017-06-131-1/+2
* | Merge "Stop using WorkQueue#unregisterWorkQueue."Dave Borowitz2017-06-121-1/+0
|\ \
| * | Stop using WorkQueue#unregisterWorkQueue.Han-Wen Nienhuys2017-06-121-1/+0
* | | PushOne: Remove redundant string concatenationDavid Pursehouse2017-05-191-1/+1
|/ /
* | Add support for direct replication to another Gerrit instanceDariusz Luksza2017-04-285-27/+189
* | Extract ssh related code into SshHelper classDariusz Luksza2017-04-282-68/+98
* | Add notify replication failed for TRANSPORT_ERROR & REPOSITORY_MISSINGEryk Szymanski2017-04-281-4/+33
* | Merge branch 'stable-2.14'Hugo Arès2017-04-281-1/+1
|\|
| * Fix replication retries when maxRetries is set to 0v2.14.1Hugo Arès2017-04-281-1/+1
* | Convert ProjectControl visibility checks to PermissionBackendShawn Pearce2017-04-223-10/+48
* | Add --now switch to start replication right awayMartin Fick2017-03-286-8/+30
|/
* 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-184-4/+45
* Merge "Format all Java files with google-java-format"David Pursehouse2017-02-0733-674/+613
|\
| * Format all Java files with google-java-formatDavid Pursehouse2017-02-0733-674/+613
* | Merge branch 'stable-2.13'David Pursehouse2017-02-031-3/+3
|\ \ | |/ |/|
| * ReplicationMetrics: Make members private finalv2.13.9v2.13.8v2.13.7v2.13.6David Pursehouse2017-02-021-3/+3
* | Prefer subtypes of MultimapDave Borowitz2017-01-131-4/+4
* | Remove test prefix from test methods in replication pluginPatrick Hiesel2016-12-062-4/+4
* | Add ReplicationScheduledEvent to indicate ref replication is scheduled.Eryk Szymanski2016-11-155-6/+82
* | Create Destination using Guice FactoryHugo Arès2016-10-264-63/+68
* | ReplicationFileBasedConfig: Replace FluentIterable with streams/lambdaDavid Pursehouse2016-10-261-30/+18
* | Remove usage of deprecated Throwables methodsDavid Pursehouse2016-10-242-3/+4
* | Merge branch 'stable-2.13'David Pursehouse2016-10-191-1/+2
|\|
| * Make SearchingChangeCacheImpl nullable when replicating from slavev2.13.5v2.13.4v2.13.3v2.13.2Makson Lee2016-10-191-1/+2
* | Removed the recommendation for sshClaudio Pacchiega2016-09-241-1/+1
* | Make JUint test not inherit from TestCaseDavid Ostrovsky2016-09-231-6/+8
* | Merge "Revert "Remove usage of to-be-deprecated Throwables methods""David Pursehouse2016-08-252-4/+3
|\ \
| * | Revert "Remove usage of to-be-deprecated Throwables methods"Dave Borowitz2016-08-252-4/+3
* | | Merge "Change docs links to actual file extension (.md)"David Pursehouse2016-08-233-3/+3
|\ \ \ | |/ / |/| |
| * | Change docs links to actual file extension (.md)Yuxuan 'fishy' Wang2016-08-223-3/+3
| |/
* / Remove usage of to-be-deprecated Throwables methodsDavid Pursehouse2016-08-192-3/+4
|/
* 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
* | Adjust to updated EventDispatcher interfaceDavid Pursehouse2016-06-224-29/+10
* | Handle kill command in replication tasks also while runningJacek Centkowski2016-06-153-10/+45
* | PushOne: VisibleRefFilter now requires SearchingChangeCacheImplDave Borowitz2016-06-061-4/+9
* | Fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-021-6/+5
* | Adapt to removal of CurrentUser#getStarredChanges() in coreEdwin Kempin2016-05-311-9/+0