summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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