summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/PushOne.java
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-241-0/+5
* Fix replication to retry on lock errorsv3.0.16v2.16.26Kaushik Lingarkar2020-12-021-14/+30
* 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-121-2/+1
* Fix start --wait to track in-flight collisions and to not failMartin Fick2020-05-081-1/+4
* ReplicationQueue: Revert back from Flogger to slf4j loggingDavid Pursehouse2020-05-051-28/+31
* PushOne: Improve logging of lock failureDavid Pursehouse2020-04-271-5/+2
* PushOne: Log when skipping deletion of refDavid Pursehouse2020-04-271-6/+8
* 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-221-0/+1
* ReplicationQueue: Migrate to Floggerv2.16.17David Pursehouse2020-03-151-32/+27
* Add replication refs-filtering before pushMarcin Czech2019-08-091-2/+17
* Create missing repository only at the remote we are pushing toSaša Živkov2019-07-311-1/+2
* Consistently handle remote repository creation failuresSaša Živkov2019-07-311-5/+1
* Merge branch 'stable-2.15' into stable-2.16Marco Miller2019-07-311-1/+2
|\
| * Fix creation of missing repository when replicating to a Gerrit serverv2.15.16Saša Živkov2019-07-191-1/+2
* | Merge branch 'stable-2.15' into stable-2.16Luca Milanesio2019-07-161-3/+6
|\|
| * Cancel pending replications upon shutdownLuca Milanesio2019-07-161-3/+6
* | Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-07-081-1/+3
|\|
| * 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-041-3/+10
| * Make sure to always remove in-flight pushesSaša Živkov2019-07-031-1/+1
* | Make sure to always remove in-flight pushesv2.16.10Saša Živkov2019-06-211-1/+1
* | When rescheduling due to in-flight push log also the in-flight task IDv2.16.9Saša Živkov2019-05-161-3/+10
* | Introduce DynamicSet of ReplicationStateListenerLuca Milanesio2019-04-031-1/+1
* | Use HexFormat.fromInt instead of IdGenerator.formatHan-Wen Nienhuys2018-07-091-2/+3
* | Merge branch 'stable-2.15' into masterDave Borowitz2018-03-291-49/+33
|\|
| * Merge branch 'stable-2.14' into stable-2.15v2.15.1David Pursehouse2018-02-251-29/+33
| |\
| | * Fix creating missing repositoryv2.14.7Hector Oswaldo Caballero2018-02-221-1/+9
| | * Use logger built-in formatterHector Oswaldo Caballero2018-02-211-28/+24
| * | Revert "Use proper HEAD ref value when creating project"David Pursehouse2018-02-251-20/+0
* | | Remove unused member variableEdwin Kempin2018-03-281-5/+0
* | | Use PermissionBackend#currentUser() where applicablePatrick Hiesel2018-03-271-1/+1
* | | PushOne: check ProjectState readable before checking "READ" permissionChangcheng Xiao2018-03-261-1/+3
* | | Adapt plugin to new RefFilter interfacePatrick Hiesel2018-02-071-6/+4
* | | Use ProjectState and CurrentUser instead of ProjectControlPatrick Hiesel2017-10-121-8/+14
|/ /
* | Use proper HEAD ref value when creating projectDariusz Luksza2017-09-061-0/+20
* | Switch PushOne to VisibleRefFilter.FactoryShawn Pearce2017-06-141-29/+4
* | PushOne: Remove redundant string concatenationDavid Pursehouse2017-05-191-1/+1
* | Add support for direct replication to another Gerrit instanceDariusz Luksza2017-04-281-1/+3
* | 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-221-5/+20
|/
* Set max retries to avoid queue congestionLuca Milanesio2017-03-181-1/+4
* Format all Java files with google-java-formatDavid Pursehouse2017-02-071-83/+105
* Prefer subtypes of MultimapDave Borowitz2017-01-131-4/+4
* Remove usage of deprecated Throwables methodsDavid Pursehouse2016-10-241-1/+1
* Make SearchingChangeCacheImpl nullable when replicating from slavev2.13.5v2.13.4v2.13.3v2.13.2Makson Lee2016-10-191-1/+2