summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with dropping events on startv2.15.18Marcin Czech2019-09-242-1/+155
* Fix creation of missing repository when replicating to a Gerrit serverv2.15.16Saša Živkov2019-07-191-1/+2
* Revert "Remove replication event from pending when runway is allowed"v2.15.15Luca Milanesio2019-07-181-1/+1
* ReplicationFileBasedConfig: Fix setting default sshConnectionTimeoutDavid Pursehouse2019-07-181-4/+11
* SshHelper: Add class javadocDavid Pursehouse2019-07-171-0/+1
* Make more classes and fields public to ease extensibilityDariusz Luksza2019-07-176-19/+19
* Allow to configure timeout for SSH connection and commandsDariusz Luksza2019-07-175-5/+52
* StartCommand: Fix synchronization on non-final fieldDavid Pursehouse2019-07-171-2/+4
* Destination: Suppress FutureReturnValueIgnored warningDavid Pursehouse2019-07-171-3/+10
* Cancel pending replications upon shutdownLuca Milanesio2019-07-162-6/+38
* Remove replication event from pending when runway is allowedLuca Milanesio2019-07-161-1/+1
* Add missing log statement if replication was canceledEryk Szymanski2019-07-041-1/+3
* When rescheduling due to in-flight push log also the in-flight task IDSaša Živkov2019-07-043-8/+65
* Make sure to always remove in-flight pushesSaša Živkov2019-07-031-1/+1
* Merge branch 'stable-2.14' into stable-2.15David Pursehouse2018-06-072-2/+2
|\
| * Make loggers privateEdwin Kempin2018-06-072-2/+2
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2018-06-061-3/+2
|\|
| * StartCommand: Reformat with google-java-format 1.6David Pursehouse2018-06-061-3/+2
* | Merge branch 'stable-2.14' into stable-2.15v2.15.2David Pursehouse2018-04-181-12/+12
|\|
| * Format with google-java-format 1.5v2.14.8David Pursehouse2018-04-181-12/+12
* | GerritSshApi: strip 'gerrit+' instead of leaving only itAlon Bar-Lev2018-04-131-1/+1
* | Merge branch 'stable-2.14' into stable-2.15v2.15.1David Pursehouse2018-02-255-86/+90
|\|
| * Fix creating missing repositoryv2.14.7Hector Oswaldo Caballero2018-02-222-2/+10
| * Fix project deletion logsHector Oswaldo Caballero2018-02-211-2/+2
| * Use logger built-in formatterHector Oswaldo Caballero2018-02-215-82/+78
| * Fix project creation logsHector Oswaldo Caballero2018-02-211-2/+2
* | GerritSshApi: Use Logger's string formattingDavid Pursehouse2018-02-251-5/+8
* | Revert "Use proper HEAD ref value when creating project"David Pursehouse2018-02-251-20/+0
* | Merge branch 'stable-2.14' into stable-2.15v2.15-rc4v2.15-rc3v2.15David Pursehouse2018-02-011-0/+4
|\|
| * Document how to exclude projects from replicationDavid Pursehouse2017-12-131-0/+4
* | Document which branches must be replicated to replicate the account datav2.15-rc2v2.15-rc1Edwin Kempin2017-10-091-0/+12
* | Use proper HEAD ref value when creating projectDariusz Luksza2017-09-061-0/+20
* | 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