summaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Load replication configuration only oncev3.10.0-rc7v3.10.0-rc6v3.10.0-rc5v3.10.0-rc4v3.10.0-rc3v3.10.0-rc2v3.10.0-rc1v3.10.0upstream/masterLuca Milanesio2024-04-085-10/+18
* Revert "Expose API to update remotes' configurations"v3.10.0-rc0Luca Milanesio2024-04-046-178/+6
* Decouple replication-api.jar from the main replication pluginLuca Milanesio2024-04-0423-21/+38
* Remove remaining event posting from synchronized sectionsSaša Živkov2024-04-021-14/+21
* Destination#pushWasCanceled: minimize time spent in critical sectionMatthias Sohn2024-03-281-1/+4
* Auto-format source codeMatthias Sohn2024-03-281-2/+1
* ReplicationModule: Remove unused importEdwin Kempin2024-03-181-1/+0
* Merge "Prevent ConcurrentModificationException for PushOne.refBatchesToPush"Matthias Sohn2024-03-111-1/+1
|\
| * Prevent ConcurrentModificationException for PushOne.refBatchesToPushSaša Živkov2024-03-111-1/+1
* | Merge "Expose API to update remotes' configurations"Luca Milanesio2024-03-096-5/+177
|\ \
| * | Expose API to update remotes' configurationsDariusz Luksza2024-03-076-5/+177
| |/
* | Set SSH timeouts from configuration fileDariusz Luksza2024-03-051-1/+16
* | Fix PreferredInterfaceType ErrorProne warningsEdwin Kempin2024-02-164-8/+7
|/
* Remove unused Nfs classDariusz Luksza2024-01-251-53/+0
* Adapt to enabling the MutableGuiceModule errorprone pattern in Gerrit coreEdwin Kempin2024-01-091-0/+7
* Merge "Move ReplicationPushFilter DynamicItem to ApiModule"Dariusz Łuksza2024-01-052-2/+1
|\
| * Move ReplicationPushFilter DynamicItem to ApiModuleDariusz Luksza2024-01-052-2/+1
* | Expose API required by pull-replication pluginDariusz Luksza2024-01-052-2/+10
|/
* Remove ReplicationConfigImpl constructor added for testingDariusz Luksza2024-01-051-6/+0
* Expose ApiModule with ReplicationConfigOverridesDariusz Luksza2024-01-053-2/+26
* Add support for overriding replication configurationDariusz Luksza2024-01-058-14/+110
* Convert `FanoutReplicationConfig` to `FanoutConfigResource`Dariusz Luksza2024-01-059-111/+32
* Add `ConfigResource` interfaceDariusz Luksza2024-01-055-25/+129
* Extract `ReplicationConfigModule`Dariusz Luksza2023-12-272-44/+80
* Remove events from beforeStartupEventsQueue after fire()Diego Zambelli Sessona2023-12-131-1/+2
* Remove unused method ReplicationFileBasedConfig.getCfgPathDariusz Luksza2023-12-071-4/+0
* Remove events from beforeStartupEventsQueue in-memory queueDiego Zambelli Sessona2023-11-161-1/+2
* Provide an option to skip replication of NoteDb meta refsv3.9.5v3.9.4v3.9.3v3.9.2v3.9.1v3.9.0-rc6v3.9.0-rc5v3.9.0-rc4v3.9.0-rc3v3.9.0-rc2v3.9.0-rc1v3.9.0-rc0v3.9.0v3.8.6v3.8.5v3.8.4v3.8.3v3.8.2v3.8.1v3.8.0-rc5v3.8.0-rc3v3.8.0-rc2v3.8.0-rc1v3.8.0-rc0v3.8.0Prudhvi Akhil Alahari2022-12-054-1/+20
* Merge branch 'stable-3.5'v3.7.9v3.7.8v3.7.7v3.7.6v3.7.5v3.7.4v3.7.3v3.7.2v3.7.1v3.7.0v3.6.8v3.6.7v3.6.6v3.6.5v3.6.4v3.6.3Nasser Grainawi2022-11-071-26/+41
|\
| * Destination: skip unnecessary String.format()v3.5.4Nasser Grainawi2022-11-071-4/+2
| * Fix URI double escapingNasser Grainawi2022-11-021-26/+43
* | Merge branch 'stable-3.5'Luca Milanesio2022-10-212-4/+28
|\|
| * Merge branch 'stable-3.4' into 'stable-3.5'Martin Fick2022-10-132-1/+6
| |\
| | * Merge branch 'stable-3.3' into stable-3.4v3.4.8v3.4.7v3.4.6v3.4.5upstream/stable-3.4Matthias Sohn2022-04-221-1/+5
| | |\
| | | * Do not retry replication when local repository not foundSaša Živkov2022-04-011-1/+5
| * | | Demote Files.list() errors when distributor is enabledMartin Fick2022-10-131-2/+8
| * | | Demote rename errors when distributor is enabledMartin Fick2022-10-101-1/+15
* | | | Annotate methods that return a definitely null value with @NullableEdwin Kempin2022-10-125-0/+12
* | | | Fix FloggerLogString issues flagged by error proneDavid Ostrovsky2022-06-131-3/+3
* | | | Fix scheduling of tasks using the old storage formatThomas Draebing2022-05-191-5/+17
* | | | Use switch-statement in ReplicateRefUpdateTypeAdapter.read()Thomas Draebing2022-05-181-19/+25
* | | | ReplicateRefUpdate: remove unnecessary factory methodSaša Živkov2022-05-171-6/+0
* | | | Allow to parse stored replication tasks using the "ref" keyThomas Draebing2022-05-171-0/+2
* | | | Fail if an unknown field is found in the stored replication taskThomas Draebing2022-05-171-9/+5
* | | | ReplicationQueue: Remove unused importEdwin Kempin2022-04-261-1/+0
* | | | Replicate refs created in a BatchRefUpdate togetherThomas Draebing2022-04-269-112/+295
* | | | Merge "Move HttpClientProvider to the ReplicationModule"v3.6.2v3.6.1v3.6.0-rc5v3.6.0-rc4v3.6.0-rc3v3.6.0-rc2v3.6.0-rc1v3.6.0-rc0v3.6.0Saša Živkov2022-04-082-5/+2
|\ \ \ \
| * | | | Move HttpClientProvider to the ReplicationModuleSaša Živkov2021-12-022-5/+2
* | | | | Merge branch 'stable-3.4'Luca Milanesio2022-03-111-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Ensure states are updated for canceled replication tasksv3.4.4Nasser Grainawi2022-03-081-0/+1