summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | | | | Fix FloggerLogString issues flagged by error proneDavid Ostrovsky2022-06-131-3/+3
* | | | | Fix scheduling of tasks using the old storage formatThomas Draebing2022-05-194-45/+110
* | | | | 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-172-0/+21
* | | | | Fail if an unknown field is found in the stored replication taskThomas Draebing2022-05-172-9/+18
* | | | | Move tests for RefUpdateTypeAdapter to proper classThomas Draebing2022-05-172-61/+60
* | | | | ReplicationQueue: Remove unused importEdwin Kempin2022-04-261-1/+0
* | | | | Replicate refs created in a BatchRefUpdate togetherThomas Draebing2022-04-2621-182/+515
* | | | | 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-112-0/+79
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Ensure states are updated for canceled replication tasksv3.4.4Nasser Grainawi2022-03-082-0/+79
* | | | | | Merge "Format with GJF 1.7"David Ostrovsky2022-02-122-5/+6
|\ \ \ \ \ \
| * | | | | | Format with GJF 1.7Thomas Draebing2022-01-212-5/+6
* | | | | | | Destination#foreachPushOp: Add comment why defensive copying is neededEdwin Kempin2022-01-141-0/+2
|/ / / / / /
* | | | | | Document parameters of default methods to avoid unused warningsEdwin Kempin2022-01-121-3/+21
* | | | | | Suppress deprecation warning for using targetNode when comparing eventsEdwin Kempin2022-01-111-0/+1
* | | | | | Remove redundant type argumentsEdwin Kempin2022-01-113-3/+3
* | | | | | Fix JdkObsolete issues with LinkedListEdwin Kempin2022-01-042-6/+6
* | | | | | Fix FloggerStringConcatenation bug pattern flagged by error proneDavid Ostrovsky2021-12-251-1/+1
* | | | | | Adapt to enabling error level for the UnnecessaryParentheses bug patternEdwin Kempin2021-12-221-1/+1
* | | | | | Merge "docs/cmd-list: replace tabs with spaces"Kenyon Ralph2021-12-101-5/+5
|\ \ \ \ \ \
| * | | | | | docs/cmd-list: replace tabs with spacesKenyon Ralph2021-12-101-5/+5
* | | | | | | docs/metrics: use underline-style heading markupKenyon Ralph2021-12-101-4/+9
|/ / / / / /
* | | | | | Remove JCraft JSch dependencyDavid Ostrovsky2021-11-301-5/+1
* | | | | | Adapt to enabling error level for the AutoValueImmutableFields bug patternEdwin Kempin2021-11-291-2/+3
| |_|_|/ / |/| | | |
* | | | | Merge branch 'stable-3.4'v3.5.3v3.5.2v3.5.1v3.5.0.1v3.5.0-rc4v3.5.0Luca Milanesio2021-11-261-1/+10
|\| | | |
| * | | | Merge branch 'stable-3.3' into stable-3.4v3.4.3Luca Milanesio2021-11-261-1/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'stable-3.2' into stable-3.3v3.3.9v3.3.10Luca Milanesio2021-11-261-1/+10
| | |\ \ \