1. b62454c Merge "docs/config: document inverted matches cancel each others" by Nasser Grainawi · 3 months ago master
  2. 79b50b0 docs/config: document inverted matches cancel each others by Antoine Musso · 5 months ago
  3. 721b87a Merge branch 'stable-3.12' by Luca Milanesio · 3 months ago
  4. b0e7aa6 Merge branch 'stable-3.11' into stable-3.12 by Luca Milanesio · 3 months ago stable-3.12 v3.12.1 v3.12.2
  5. 83e15b0 Fix concurrent pushes to the same target URI by Luca Milanesio · 3 months ago stable-3.11 v3.11.4 v3.11.5
  6. 38a79f7 Merge branch 'stable-3.12' by Luca Milanesio · 3 months ago
  7. e94dfc9 Merge branch 'stable-3.11' into stable-3.12 by Luca Milanesio · 3 months ago
  8. d29aa0d Merge branch 'stable-3.10' into stable-3.11 by Luca Milanesio · 3 months ago
  9. 5be3cc5 Make excludedRefsPattern() to return an empty list by default by Luca Milanesio · 3 months ago stable-3.10 v3.10.7 v3.10.8
  10. f01716c Do not push deletes for refs configured to be skipped by Nasser Grainawi · 4 months ago
  11. 12f3a1a Merge branch 'stable-3.10' into stable-3.11 by Nasser Grainawi · 4 months ago
  12. 4161f94 Add a remote config to exclude replicating desired refs by Kaushik Lingarkar · 4 months ago
  13. 28ea103 Auto-format source code using gjf by Matthias Sohn · 7 months ago
  14. 9522db2 Add support for JSON-formatted replication_log by Thomas Dräbing · 8 months ago
  15. ede3010 Ensure ExecutorService used in test is shutdown by Matthias Sohn · 6 months ago v3.12.0 v3.12.0-rc0 v3.12.0-rc1 v3.12.0-rc2 v3.12.0-rc3 v3.12.0-rc4 v3.12.0-rc5 v3.12.0-rc6
  16. 729e562 Auto-format source code using gjf by Matthias Sohn · 7 months ago
  17. a9f44a1 Use try-with-resource to close Repository in PushOne by Luca Milanesio · 7 months ago
  18. 62218e2 Remove duplicate sitePaths already injected in AbstractDaemonTest by Luca Milanesio · 8 months ago
  19. 1138cb1 Avoid casting RepositoryManager to LocalDiskRepositoryManager by Luca Milanesio · 8 months ago
  20. 0af31d2 Fix PushOne toString() to show the right refs and hidden number by Alvaro Vilaplana Garcia · 10 months ago v3.11.0 v3.11.0-rc4 v3.11.0-rc5 v3.11.1 v3.11.2 v3.11.3
  21. 90c6420 Merge branch 'stable-3.10' by Nasser Grainawi · 11 months ago v3.11.0-rc0 v3.11.0-rc1 v3.11.0-rc2 v3.11.0-rc3
  22. 9a750e2 Merge branch 'stable-3.8' into stable-3.10 by Nasser Grainawi · 11 months ago v3.10.3 v3.10.4 v3.10.5 v3.10.6
  23. 5cfb07a synchronizePendingEvents: Fix stuck replaying flag by Nasser Grainawi · 12 months ago stable-3.8 stable-3.9 v3.8.10 v3.9.10 v3.9.11 v3.9.8 v3.9.9
  24. 60693ef Destination: extract StateLock class to simplify lock handling by Matthias Sohn · 1 year, 6 months ago
  25. 660fcd4 Destination: use striped lock to reduce lock contention by Matthias Sohn · 1 year, 6 months ago
  26. cf0aea5 Merge branch 'stable-3.10' by Nasser Grainawi · 1 year, 2 months ago
  27. 445cd03 Merge branch 'stable-3.8' into stable-3.10 by Nasser Grainawi · 1 year, 2 months ago v3.10.1 v3.10.2
  28. 584aea1 Merge branch 'stable-3.5' into stable-3.8 by Nasser Grainawi · 1 year, 2 months ago v3.8.8 v3.8.9 v3.9.6 v3.9.7
  29. 0ef3c34 PushOne: Remove unused addRef() method by Nasser Grainawi · 1 year, 2 months ago
  30. 3982574 Fix FanoutConfigurationResource update API by Luca Milanesio · 1 year, 2 months ago
  31. eac5d4e Delay the fetching of credentials until push time by Luca Milanesio · 1 year, 3 months ago
  32. 69c66c8 Improve FanoutConfigurationResource loading performance by Luca Milanesio · 1 year, 3 months ago
  33. 69c0c4d FanoutConfigResourceTest: assert configuration updates being visible by Luca Milanesio · 1 year, 3 months ago
  34. 05c096e Move ReplicationQueue and associated bindings to ReplicationModule by Luca Milanesio · 1 year, 3 months ago
  35. 2e2a641 Follow-up to 'Revert "Reduce visibility of *CredentialsFact...' by Jacek Centkowski · 1 year, 3 months ago
  36. b4bf5d2 Revert "Reduce visibility of *CredentialsFactory* classes" by Luca Milanesio · 1 year, 3 months ago
  37. 6b4bc77 Fix updating replication credentials using te RepicationRemotesApi by Luca Milanesio · 1 year, 3 months ago
  38. cc32fe2 Prevent replication plugin start with invalid remotes by Luca Milanesio · 1 year, 3 months ago
  39. d1ad7d5 Use SecureStore to access replication credentials by Luca Milanesio · 1 year, 3 months ago
  40. 499bbea Reduce visibility of *CredentialsFactory* classes by Luca Milanesio · 1 year, 3 months ago
  41. 89fc47e Introduce API for retrieving the remote config by Luca Milanesio · 1 year, 3 months ago
  42. 16ccc30 Allow to update base/override remote configs from MergedConfigResource by Luca Milanesio · 1 year, 3 months ago
  43. e66fbef Format source code using google-java-Format by Matthias Sohn · 1 year, 3 months ago
  44. 30079cf Rename ReplicationRemotesUpdater as ReplicationRemotesApi by Luca Milanesio · 1 year, 3 months ago
  45. 1c16901 Annotate ReplicationRemotesUpdater as @DynamicItem.Final by Luca Milanesio · 1 year, 3 months ago
  46. aacb8b2 Temporarily bind ReplicationRemotesUpdater as DynamicItem by Dariusz Luksza · 1 year, 4 months ago
  47. 88efdc5 Fix bindings in ReplicationConfigModule by Dariusz Luksza · 1 year, 5 months ago
  48. eaeaf1d Reapply "Expose API to update remotes' configurations" by Dariusz Luksza · 1 year, 5 months ago
  49. 56b8ffb Load replication configuration only once by Luca Milanesio · 1 year, 6 months ago v3.10.0 v3.10.0-rc1 v3.10.0-rc2 v3.10.0-rc3 v3.10.0-rc4 v3.10.0-rc5 v3.10.0-rc6 v3.10.0-rc7
  50. aab6937 Revert "Expose API to update remotes' configurations" by Luca Milanesio · 1 year, 6 months ago v3.10.0-rc0
  51. 5e33f83 Decouple replication-api.jar from the main replication plugin by Luca Milanesio · 1 year, 7 months ago
  52. 012f042 Remove remaining event posting from synchronized sections by Saša Živkov · 1 year, 6 months ago
  53. cc47d53 Destination#pushWasCanceled: minimize time spent in critical section by Matthias Sohn · 1 year, 6 months ago
  54. cf51096 Auto-format source code by Matthias Sohn · 1 year, 6 months ago
  55. 2f6c7ce ReplicationModule: Remove unused import by Edwin Kempin · 1 year, 6 months ago
  56. aac2528 Merge "Prevent ConcurrentModificationException for PushOne.refBatchesToPush" by Matthias Sohn · 1 year, 6 months ago
  57. 3e168ff Prevent ConcurrentModificationException for PushOne.refBatchesToPush by Saša Živkov · 1 year, 6 months ago
  58. d91399e Merge "Expose API to update remotes' configurations" by Luca Milanesio · 1 year, 7 months ago
  59. 68ce459 Expose API to update remotes' configurations by Dariusz Luksza · 1 year, 8 months ago
  60. 56ea643 Set SSH timeouts from configuration file by Dariusz Luksza · 1 year, 9 months ago
  61. d464511 Fix PreferredInterfaceType ErrorProne warnings by Edwin Kempin · 1 year, 7 months ago
  62. 877f526 Remove unused Nfs class by Dariusz Luksza · 1 year, 8 months ago
  63. 6b83127 config.md: Fix link to delete-project plugin by Sven Selberg · 1 year, 8 months ago
  64. f2bcb41 Adapt to enabling the MutableGuiceModule errorprone pattern in Gerrit core by Edwin Kempin · 1 year, 9 months ago
  65. 689ce66 Adapt to enabling CheckReturnValue in gerrit core by Edwin Kempin · 1 year, 9 months ago
  66. 2ce75a8 Merge "Move ReplicationPushFilter DynamicItem to ApiModule" by Dariusz Łuksza · 1 year, 9 months ago
  67. 65fbf9b Expose API required by pull-replication plugin by Dariusz Luksza · 1 year, 9 months ago
  68. d9917ac Move ReplicationPushFilter DynamicItem to ApiModule by Dariusz Luksza · 1 year, 9 months ago
  69. dc41fee Remove ReplicationConfigImpl constructor added for testing by Dariusz Luksza · 1 year, 9 months ago
  70. 112d630 Expose ApiModule with ReplicationConfigOverrides by Dariusz Luksza · 1 year, 9 months ago
  71. b556e08 Add support for overriding replication configuration by Dariusz Luksza · 1 year, 10 months ago
  72. 07407ad Convert `FanoutReplicationConfig` to `FanoutConfigResource` by Dariusz Luksza · 1 year, 10 months ago
  73. cf1908a Add `ConfigResource` interface by Dariusz Luksza · 1 year, 10 months ago
  74. 5c4fd7b Extract `ReplicationConfigModule` by Dariusz Luksza · 1 year, 10 months ago
  75. 5e76935 Remove events from beforeStartupEventsQueue after fire() by Diego Zambelli Sessona · 1 year, 10 months ago
  76. 0b163f9 Remove unused method ReplicationFileBasedConfig.getCfgPath by Dariusz Luksza · 1 year, 10 months ago
  77. c7c36d6 Remove events from beforeStartupEventsQueue in-memory queue by Diego Zambelli Sessona · 1 year, 10 months ago
  78. 694b340 TasksStorage: Remove synchronized from methods by Nasser Grainawi · 2 years, 1 month ago stable-3.5
  79. f447543 Place the replaying flag clearing in a finally by Martin Fick · 2 years, 1 month ago
  80. 082c710 Demote delete errors when distributor is enabled by Martin Fick · 2 years, 1 month ago
  81. 8fd3c27 Provide an option to skip replication of NoteDb meta refs by Prudhvi Akhil Alahari · 2 years, 10 months ago v3.8.0 v3.8.0-rc0 v3.8.0-rc1 v3.8.0-rc2 v3.8.0-rc3 v3.8.0-rc5 v3.8.1 v3.8.2 v3.8.3 v3.8.4 v3.8.5 v3.8.6 v3.9.0 v3.9.0-rc0 v3.9.0-rc1 v3.9.0-rc2 v3.9.0-rc3 v3.9.0-rc4 v3.9.0-rc5 v3.9.0-rc6 v3.9.1 v3.9.2 v3.9.3 v3.9.4 v3.9.5
  82. e7f3522 distributor: Reduce log level for no-op consolidations by Nasser Grainawi · 2 years, 10 months ago v3.5.5 v3.5.6
  83. 47ee3da Merge branch 'stable-3.5' by Nasser Grainawi · 2 years, 11 months ago v3.6.3 v3.6.4 v3.6.5 v3.6.6 v3.6.7 v3.6.8 v3.7.0 v3.7.1 v3.7.2 v3.7.3 v3.7.4 v3.7.5 v3.7.6 v3.7.7 v3.7.8 v3.7.9
  84. 590f9ba Destination: skip unnecessary String.format() by Nasser Grainawi · 2 years, 11 months ago v3.5.4
  85. 419845f Fix URI double escaping by Nasser Grainawi · 2 years, 11 months ago
  86. 8f465cd Merge branch 'stable-3.5' by Luca Milanesio · 3 years ago
  87. c6665b8 Merge branch 'stable-3.4' into 'stable-3.5' by Martin Fick · 3 years ago
  88. 6b523d6 Demote Files.list() errors when distributor is enabled by Martin Fick · 3 years ago
  89. ced31c0 Annotate methods that return a definitely null value with @Nullable by Edwin Kempin · 3 years ago
  90. 20f1c21 Demote rename errors when distributor is enabled by Martin Fick · 3 years ago
  91. f1aefa2 docs/config: monospace format settings by Kenyon Ralph · 3 years, 10 months ago v3.7.0-rc0 v3.7.0-rc1 v3.7.0-rc2 v3.7.0-rc3 v3.7.0-rc4 v3.7.0-rc5
  92. a60684d docs/config: add languages to code blocks by Kenyon Ralph · 3 years, 10 months ago
  93. 8d774a7 docs: link directly to remote.NAME.slowLatencyThreshold setting by Kenyon Ralph · 3 years, 10 months ago
  94. c1290d0 docs/extension-point: use consistent heading markup by Kenyon Ralph · 3 years, 10 months ago
  95. e7a4c97 docs/extension-point: add code block languages by Kenyon Ralph · 3 years, 10 months ago
  96. 203693d docs/cmd-start: add code block languages, monospace formatting by Kenyon Ralph · 3 years, 10 months ago
  97. 6ace352 docs/cmd-start: replace tabs with spaces by Kenyon Ralph · 3 years, 10 months ago
  98. ceeed22 docs/cmd-list: add languages to code blocks by Kenyon Ralph · 3 years, 10 months ago
  99. e650d00 Merge "docs/metrics: fix rendering of text in angle brackets" by Nasser Grainawi · 3 years, 1 month ago
  100. 97bdaf5 Fix FloggerLogString issues flagged by error prone by David Ostrovsky · 3 years, 3 months ago