summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call retryDone() when giving up after lock failuresv2.16.28upstream/stable-2.16Martin Fick2021-02-241-0/+1
* Fix issue with task cleanup after retryMarcin Czech2021-02-244-14/+38
* Use volatile and AtomicIntegers to be thread safev2.16.27Adithya Chakilam2021-01-151-15/+16
* Fix replication to retry on lock errorsv3.0.16v2.16.26Kaushik Lingarkar2020-12-024-27/+60
* ReplicationStorageIT: Wait for all pushes without orderNasser Grainawi2020-10-302-4/+38
* Merge "ReplicationTasksStorage: Add multi-primary unit tests" into stable-2.16v2.16.23Martin Fick2020-10-282-2/+78
|\
| * ReplicationTasksStorage: Add multi-primary unit testsAdithya Chakilam2020-10-262-2/+78
* | Refactor Replication*IT tests to share a base classNasser Grainawi2020-10-263-177/+135
* | ReplicationIT: Add shouldMatch* e2e testsNasser Grainawi2020-10-261-0/+72
* | ReplicationStorageIT: Move shouldMatch* tests from ReplicationITNasser Grainawi2020-10-263-89/+45
* | ReplicationStorageIT: Add shouldFire*ChangeRefs testsNasser Grainawi2020-10-261-0/+45
* | Move storage-based ITs into ReplicationStorageITNasser Grainawi2020-10-262-86/+224
* | ReplicationQueue: Remove unused methodNasser Grainawi2020-10-121-6/+0
* | ReplicationIT: Remove unnecessary storage inspectionNasser Grainawi2020-10-121-8/+0
* | ReplicationIT: Fix invalid replicationDelay settingNasser Grainawi2020-10-121-7/+10
* | Split replication plugins tests in two groupsLuca Milanesio2020-10-081-0/+12
* | Make the shouldReplicateNewProject test more reliableMartin Fick2020-09-281-1/+8
* | Fix synopsis in replication start cmd documentationKaushik Lingarkar2020-08-241-2/+1
* | Don't wait for pending events to process on startupSaša Živkov2020-08-141-1/+5
|/
* ReplicationTasksStorage: Add unit testsNasser Grainawi2020-07-282-1/+233
* Fix naming for delay for draining the replication event queuev2.16.22Nasser Grainawi2020-07-152-3/+3
* Improve readability of shouldFirePendingOnlyToStoredUri testLuca Milanesio2020-07-011-18/+14
* Fix flakiness in ReplicationIT for pending events firingLuca Milanesio2020-07-011-24/+24
* Only fire the specified pending event URIMartin Fick2020-06-266-6/+119
* Make SecureCredentialsFactory publicv2.16.21Antonio Barone2020-05-291-2/+2
* Fix replication of project deletionv2.16.20Luca Milanesio2020-05-282-1/+39
* Improve project creation replication integration testLuca Milanesio2020-05-281-4/+7
* Make persistent task keys stablev2.16.19Martin Fick2020-05-201-3/+4
* Prevent persistent task listing interruptions on IOExceptionsMartin Fick2020-05-171-6/+15
* Fix firing pending "..all.." events on startupMartin Fick2020-05-151-0/+3
* PushOne: Improve format of log of references to be pushedDavid Pursehouse2020-05-121-1/+31
* Don't lose state when there's a pending push to the same refMartin Fick2020-05-122-3/+2
* Fix log statement formattingDavid Ostrovsky2020-05-091-7/+4
* Fix NPE in PushResultProcessingMartin Fick2020-05-081-1/+1
* Fix start --wait to track in-flight collisions and to not failMartin Fick2020-05-081-1/+4
* Improve URLmatching to match real UrlsMartin Fick2020-05-083-26/+77
* Convert PushResultProcessing to an interfaceDavid Pursehouse2020-05-082-44/+40
* ReplicationQueue: Revert back from Flogger to slf4j loggingDavid Pursehouse2020-05-056-99/+113
* PushOne: Improve logging of lock failureDavid Pursehouse2020-04-271-5/+2
* PushOne: Log when skipping deletion of refDavid Pursehouse2020-04-271-6/+8
* Merge "Clarify the limitations of gerrit+ssh in replication.config" into stab...v2.16.18Luca Milanesio2020-04-231-6/+22
|\
| * Clarify the limitations of gerrit+ssh in replication.configLuca Milanesio2020-04-231-6/+22
* | PushOne: Don't log refs to push at ERROR levelDavid Pursehouse2020-04-231-1/+1
* | PushOne: Remove redundant 'throws' declarationsDavid Pursehouse2020-04-231-4/+2
* | Destination: Further improve the debug logs when not pushingDavid Pursehouse2020-04-222-2/+3
|/
* Improve logging of why a project or ref is not replicatedDavid Pursehouse2020-04-202-2/+27
* ReplicationQueue: Add handling of null ReplicationTasksStorage.ReplicateRefUp...David Pursehouse2020-04-201-0/+4
* Destination: Extract repeated string to a constantDavid Pursehouse2020-04-201-3/+5
* ReplicationQueue: Migrate to Floggerv2.16.17David Pursehouse2020-03-156-93/+77
* Add method to push changes directly to given replicaDariusz Luksza2020-03-111-7/+27