summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationQueue.java
Commit message (Expand)AuthorAgeFilesLines
* ReplicationQueue: Check nulls in firePendingEventsv2.15.22v2.15.19upstream/stable-2.15Marco Miller2020-02-211-2/+6
* Don't lose ref-updated events on plugin restartSaša Živkov2020-02-141-5/+28
* Fix issue with dropping events on startv2.15.18Marcin Czech2019-09-241-1/+21
* Merge branch 'stable-2.14' into stable-2.15v2.15.1David Pursehouse2018-02-251-46/+49
|\
| * Fix creating missing repositoryv2.14.7Hector Oswaldo Caballero2018-02-221-1/+1
| * Fix project deletion logsHector Oswaldo Caballero2018-02-211-2/+2
| * Use logger built-in formatterHector Oswaldo Caballero2018-02-211-43/+46
| * Fix project creation logsHector Oswaldo Caballero2018-02-211-2/+2
* | Add support for direct replication to another Gerrit instanceDariusz Luksza2017-04-281-25/+43
* | Extract ssh related code into SshHelper classDariusz Luksza2017-04-281-68/+10
* | Add --now switch to start replication right awayMartin Fick2017-03-281-2/+6
|/
* Format all Java files with google-java-formatDavid Pursehouse2017-02-071-89/+82
* Adjust to updated EventDispatcher interfaceDavid Pursehouse2016-06-221-6/+1
* Handle kill command in replication tasks also while runningJacek Centkowski2016-06-151-1/+1
* Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-041-2/+2
* Make ReplicationQueue#recursivelyDelete privateDavid Pursehouse2016-04-121-1/+1
* DestinationConfiguration: Use ImmutableList rather than arrayDavid Pursehouse2016-04-121-5/+2
* Expose more API to enable plugin consumption as libDariusz Luksza2016-03-141-8/+12
* Update EventDispatcher to use DynamicItemHugo Arès2016-02-291-3/+4
* Dispatch events using new postEvent methodHugo Arès2016-02-291-6/+2
* PushResultProcessing: Use ChangeNotes.Factory to load changesEdwin Kempin2016-02-091-6/+11
* Open Repository in try-with-resourceDavid Pursehouse2015-08-271-21/+11
* Merge "Use inject replications state logger"David Pursehouse2015-05-201-4/+8
|\
| * Use inject replications state loggerLuca Milanesio2015-05-191-4/+8
* | Merge branch 'stable-2.11'David Pursehouse2015-05-191-1/+1
|\ \ | |/ |/|
| * Fix creation of missing repositoriesHugo Arès2015-05-151-1/+1
* | Extract state notification listener from LoggerLuca Milanesio2015-05-181-1/+1
|/
* Merge branch 'stable-2.10' into stable-2.11v2.11David Pursehouse2015-04-151-1/+3
|\
| * Set connection timeout to 120 sec for SSH remote operationsv2.10.8v2.10.7v2.10.6v2.10.5v2.10.4v2.10.3.1v2.10.3upstream/stable-2.10Gustaf Lundh2015-04-141-1/+3
* | Make createMissingRepositories = false take effect on project-created eventv2.11-rc1Sven Selberg2015-03-021-12/+14
* | Update from ChangeHooks to EventDispatcherMartin Fick2015-02-121-5/+5
* | Clean up various Eclipse warningsDave Borowitz2014-10-281-3/+1
* | Fix: Infinite retry loop if createMissingRepositories enabledGustaf Lundh2014-09-101-1/+11
|/
* Move replication logs into a separate fileHugo Arès2014-07-021-27/+34
* Rename WrappedLogger to ReplicationStateLoggerDavid Pursehouse2014-02-191-3/+3
* Merge branch 'stable-2.8'David Pursehouse2014-01-291-2/+10
|\
| * Improve info logging related to repository creation and deletionDavid Pursehouse2014-01-231-2/+10
* | Correct misspelled method nameDavid Pursehouse2014-01-231-4/+4
* | Replication settings auto-reload and restartLuca Milanesio2014-01-161-7/+2
* | Fix replication at start-up.Hugo Arès2013-11-201-1/+0
* | Merge "Support replication of HEAD updates"Edwin Kempin2013-11-201-1/+55
|\ \
| * | Support replication of HEAD updatesEdwin Kempin2013-11-201-1/+55
* | | Splitting replication queue from config.Luca Milanesio2013-11-191-112/+10
|/ /
* | Send stream events for ref replicationHugo Ares2013-11-131-3/+6
* | Delete the ReplicationType enum, simplify the ReplicationState classSasa Zivkov2013-10-171-2/+3
|/
* Adapt to the simplified GitReferenceUpdatedListener.Event APISasa Zivkov2013-10-111-6/+4
* Merge "Support replication of project deletions"Edwin Kempin2013-09-201-21/+103
|\
| * Support replication of project deletionsEdwin Kempin2013-09-131-21/+103
* | Create missing repositories on the remote siteEdwin Kempin2013-09-181-6/+10
|/
* Show the replication status after running the replication commandYang Zhenhui2013-07-101-5/+11