summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Load replication configuration only oncev3.10.0-rc6v3.10.0-rc5v3.10.0-rc4v3.10.0-rc3v3.10.0-rc2v3.10.0-rc1upstream/masterLuca Milanesio2024-04-086-15/+19
* Revert "Expose API to update remotes' configurations"v3.10.0-rc0Luca Milanesio2024-04-0410-521/+6
* Decouple replication-api.jar from the main replication pluginLuca Milanesio2024-04-0436-29/+92
* 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-282-3/+3
* 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-0910-6/+526
|\ \
| * | Expose API to update remotes' configurationsDariusz Luksza2024-03-0710-6/+526
| |/
* | 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
* config.md: Fix link to delete-project pluginSven Selberg2024-01-151-1/+1
* Adapt to enabling the MutableGuiceModule errorprone pattern in Gerrit coreEdwin Kempin2024-01-091-0/+7
* Adapt to enabling CheckReturnValue in gerrit coreEdwin Kempin2024-01-081-1/+0
* Merge "Move ReplicationPushFilter DynamicItem to ApiModule"Dariusz Łuksza2024-01-053-15/+14
|\
| * Move ReplicationPushFilter DynamicItem to ApiModuleDariusz Luksza2024-01-053-15/+14
* | Expose API required by pull-replication pluginDariusz Luksza2024-01-052-2/+10
|/
* Remove ReplicationConfigImpl constructor added for testingDariusz Luksza2024-01-054-9/+13
* Expose ApiModule with ReplicationConfigOverridesDariusz Luksza2024-01-0515-11/+108
* Add support for overriding replication configurationDariusz Luksza2024-01-0513-33/+257
* Convert `FanoutReplicationConfig` to `FanoutConfigResource`Dariusz Luksza2024-01-0514-149/+77
* 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.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.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-056-1/+61
* Merge branch 'stable-3.5'v3.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-073-42/+103
|\
| * Destination: skip unnecessary String.format()v3.5.4Nasser Grainawi2022-11-071-4/+2
| * Fix URI double escapingNasser Grainawi2022-11-023-42/+104
* | Merge branch 'stable-3.5'Luca Milanesio2022-10-213-4/+41
|\|
| * Merge branch 'stable-3.4' into 'stable-3.5'Martin Fick2022-10-134-1/+97
| |\
| | * Merge branch 'stable-3.3' into stable-3.4v3.4.8v3.4.7v3.4.6v3.4.5upstream/stable-3.4Matthias Sohn2022-04-222-1/+18
| | |\
| | | * Do not retry replication when local repository not foundSaša Živkov2022-04-012-1/+18
| * | | 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-128-0/+19
* | | | docs/config: monospace format settingsv3.7.0-rc5v3.7.0-rc4v3.7.0-rc3v3.7.0-rc2v3.7.0-rc1v3.7.0-rc0Kenyon Ralph2022-08-181-19/+19
* | | | docs/config: add languages to code blocksKenyon Ralph2022-08-181-10/+10
* | | | docs: link directly to remote.NAME.slowLatencyThreshold settingKenyon Ralph2022-08-182-2/+2
* | | | docs/extension-point: use consistent heading markupKenyon Ralph2022-08-181-4/+5
* | | | docs/extension-point: add code block languagesKenyon Ralph2022-08-181-3/+3
* | | | docs/cmd-start: add code block languages, monospace formattingKenyon Ralph2022-08-181-10/+11
* | | | docs/cmd-start: replace tabs with spacesKenyon Ralph2022-08-181-8/+8
* | | | docs/cmd-list: add languages to code blocksKenyon Ralph2022-08-181-5/+5
* | | | Merge "docs/metrics: fix rendering of text in angle brackets"Nasser Grainawi2022-08-171-5/+5
|\ \ \ \
| * | | | docs/metrics: fix rendering of text in angle bracketsKenyon Ralph2021-11-181-5/+5