1. a06f6f4 Optimize IndexEvent retries on the same change by Diego Zambelli Sessona · 6 days ago master
  2. 03fb369 Merge changes I55564aeb,I5738b4d0 by Matthias Sohn · 6 days ago
  3. fa6f21b Add indexSync feature a new way to keep indexes in sync by Saša Živkov · 7 weeks ago
  4. a2d05e9 Add /query/changes.updated.since/<period> endpoint by Saša Živkov · 7 weeks ago
  5. e96d5ba Bind ExceptionHook provided by global-refdb module by Thomas Dräbing · 5 weeks ago
  6. b9d2f8a Remove ambiguous static import of Truth8#assertThat by Matthias Sohn · 9 weeks ago
  7. 35d63e9 Add X-Gerrit-Instance response header to all requests by Saša Živkov · 10 weeks ago
  8. 02b7f07 Merge branch 'stable-3.9' by Luca Milanesio · 3 months ago
  9. 2d0ce01 Merge branch 'stable-3.8' into stable-3.9 by Luca Milanesio · 3 months ago stable-3.9
  10. e2d2b73 Merge branch 'stable-3.7' into stable-3.8 by Luca Milanesio · 3 months ago stable-3.8
  11. 886cbac Use index on ChangeNotes which supports local and imported changes by Luca Milanesio · 3 months ago stable-3.7 v3.7.8
  12. 76d10df Consume global-refdb from source by Luca Milanesio · 3 months ago
  13. 4513fc9 Add global-refdb libModule to high-available Docker test by Luca Milanesio · 3 months ago
  14. 075ccc6 Remove syslog-sidecar volume in Docker test by Luca Milanesio · 3 months ago
  15. 3c5b6fe Bump Gerrit to v3.7.7 in Docker tests by Luca Milanesio · 3 months ago
  16. 14ef767 Fix docker-based tests by Luca Milanesio · 3 months ago
  17. 6fb1c46 Add logs for retries and exceeded retries done by failsafe by Matthias Sohn · 3 months ago
  18. 03de2f7 Use WorkQueue to create thread pool for JGroupsForwarder by Saša Živkov · 7 months ago
  19. 0cfe4a7 Use failsafe for indexing at the receiving side by Saša Živkov · 7 months ago
  20. da7478c Fix incorrect test changeIsStillIndexedEvenWhenOutdated by Saša Živkov · 7 months ago
  21. 8c9b986 Improve the meaning and documentation of the `maxTries` option by Saša Živkov · 7 months ago
  22. d12c694 Fix documentation for index.threadPoolSize and index.batchThreadPoolSize by Saša Živkov · 7 months ago
  23. 99c67a5 Remove cache.threadPoolSize from documentation and configuration by Saša Živkov · 7 months ago
  24. 1fbdbe6 Async-retry from JGroupsForwarder by Saša Živkov · 7 months ago
  25. d6a7b1f Remove RestForwarderScheduler class by Saša Živkov · 7 months ago
  26. a1f79b6 Replace custom async-retry impelmentation with the failsafe library by Saša Živkov · 7 months ago
  27. 77a027b Remove executor service from CacheEvictionHandler and EventHandler by Saša Živkov · 7 months ago
  28. 401c1e0 Remove executor service(s) from the IndexEventHandler by Saša Živkov · 7 months ago
  29. 5843018 Remove locking on index-events on the sending side by Saša Živkov · 7 months ago
  30. 5ed6cc4 RestForwarderScheduler: remove unused code by Saša Živkov · 7 months ago
  31. 4986b58 Merge branch 'stable-3.7' into stable-3.8 by Alvaro Vilaplana Garcia · 6 months ago
  32. 0db6874 Merge branch 'stable-3.6' into stable-3.7 by Alvaro Vilaplana Garcia · 6 months ago
  33. 64da33f Remove `@NoHttpd` from IT tests that interact with Gerrit Rest API by Alvaro Vilaplana Garcia · 6 months ago stable-3.6
  34. 3cfd0c5 Adapt tests to API changes in mockito 5.6.0 by Matthias Sohn · 7 months ago
  35. 70567b4 IndexEventHandlerTest: fix a typo by Saša Živkov · 7 months ago
  36. 5103fe1 Get rid of unnecessary functional interfaces by Saša Živkov · 7 months ago
  37. 32eec14 IndexEventHandlerTest: fix flakiness in concurrent indexing tests by Saša Živkov · 7 months ago
  38. 6f35f5b Consolidate time units in Configuration class, use Duration by Saša Živkov · 7 months ago
  39. c2edfe6 MessageDispatcherProvider: inject JChannel instead of its Provider by Saša Živkov · 7 months ago
  40. fa2f83c Support time units in plugin config for (missed) jgroups.timeout by Saša Živkov · 7 months ago
  41. 46dd566 Get rid of the remaining usages of the slf4j by Saša Živkov · 7 months ago
  42. fabef61 Consistently support time units in plugin's config by Saša Živkov · 8 months ago
  43. 9b8b1db Move index section specific constants to the Index class by Saša Živkov · 8 months ago
  44. acf693d Remove "JGROUPS" part of the constant names in JGroups section by Saša Živkov · 8 months ago
  45. 13eafec Remove unused constant by Saša Živkov · 8 months ago
  46. f9ec7e0 JGroupsKubernetesPeerInfoProviderTest: improve assertion style by Saša Živkov · 8 months ago
  47. 1c9c385 JGroupsKubernetesPeerInfoProviderTest: improve variable naming by Saša Živkov · 8 months ago
  48. db0caec Fix wrong import, use standard java.util.List by Saša Živkov · 8 months ago
  49. 9d83656 Extract JChannel creation into JChannelProvider by Saša Živkov · 6 years ago
  50. da5791e Add debug logging for picking network interface for JGroups by Saša Živkov · 6 years ago
  51. ab1e1d4 JGroups based message forwarding by Saša Živkov · 7 years ago
  52. 2bfb2d7 Merge stable-3.8 into master by Saša Živkov · 8 months ago
  53. 290d619 Adapt to the changes in Gerrit core by Saša Živkov · 8 months ago
  54. 8d14df7 Merge branch 'stable-3.7' into stable-3.8 by Thomas Draebing · 8 months ago
  55. ce8126b Remove lo interface from jgroups-kubernetes config by Thomas Draebing · 8 months ago
  56. 0696962 Merge branch 'stable-3.7' into stable-3.8 by Thomas Draebing · 8 months ago
  57. 379aee6 Enable peer discovery in Kubernetes using jgroups by Thomas Draebing · 9 months ago
  58. 4c734c2 Merge branch 'stable-3.7' into stable-3.8 by Thomas Draebing · 9 months ago
  59. 08bb553 Allow to configure jgroups.myUrl using an env variable by Thomas Draebing · 10 months ago
  60. df40175 Fix tests using RestSessions by Thomas Draebing · 9 months ago
  61. d69b971 Update global-refdb to 3.7.4 and jgroups to 5.2.16.Final by Matthias Sohn · 10 months ago
  62. 3cdb2c3 Use NFS filesystem to host git repos on HA setup by Christoforos Miliotis · 1 year, 1 month ago
  63. a98cf13 Switch to a more recent version of syslog-ng by Christoforos Miliotis · 1 year, 1 month ago
  64. f8673d1 Ignore intellij files in git by Christoforos Miliotis · 1 year, 1 month ago
  65. 17b9a0d Merge branch 'stable-3.6' into stable-3.7 by Luca Milanesio · 1 year, 2 months ago
  66. 57c4946 Merge branch 'stable-3.5' into stable-3.6 by Luca Milanesio · 1 year, 2 months ago
  67. 8e6cc7e Merge branch 'stable-3.4' into stable-3.5 by Luca Milanesio · 1 year, 2 months ago stable-3.5
  68. 3ceeb81 Merge branch 'stable-3.3' into stable-3.4 by Luca Milanesio · 1 year, 2 months ago stable-3.4
  69. d17226f Merge branch 'stable-3.2' into stable-3.3 by Luca Milanesio · 1 year, 2 months ago stable-3.3
  70. 7ff09f3 Revert "Set forward context for events having a different instanceId" by Luca Milanesio · 1 year, 2 months ago stable-3.2
  71. 3ca9e0e Merge branch 'stable-3.5' into stable-3.6 by Antonio Barone · 1 year, 4 months ago
  72. 0d61dff Fix error prone bug pattern FloggerLogString by Antonio Barone · 1 year, 4 months ago
  73. 503e50f Merge "Pin haproxy to 1.8.30-buster and fix associated issues" into stable-3.2 by Luca Milanesio · 1 year, 4 months ago
  74. cf0acd5 Bump global-refdb to v3.7.0 by Luca Milanesio · 1 year, 6 months ago
  75. f5d09db Merge branch 'stable-3.6' by Luca Milanesio · 1 year, 6 months ago
  76. 740ab21 Merge "Merge branch 'stable-3.4' into stable-3.5" into stable-3.5 by Fabio Ponciroli · 1 year, 6 months ago
  77. d5fd7d9 Bump global-refdb to v3.6.3.1 by Luca Milanesio · 1 year, 6 months ago
  78. b7faa4d Merge branch 'stable-3.5' into stable-3.6 by Luca Milanesio · 1 year, 6 months ago
  79. fe337e8 Bump global-refdb to v3.5.4 by Luca Milanesio · 1 year, 6 months ago
  80. 4271781 Merge branch 'stable-3.4' into stable-3.5 by Luca Milanesio · 1 year, 6 months ago
  81. 5746c1f Do not include global-refdb library in high-availability by Luca Milanesio · 1 year, 6 months ago
  82. a2c8a7e Merge branch 'stable-3.4' into stable-3.5 by Luca Milanesio · 1 year, 6 months ago
  83. 54afa1e Bump global-refdb to v3.4.8 by Luca Milanesio · 1 year, 6 months ago
  84. 4a555d3 Fix issue with incorrect import for Nullable annotation by Marcin Czech · 1 year, 7 months ago
  85. 66d60cc Cache the resolution of allowed listeners by Luca Milanesio · 1 year, 9 months ago
  86. 062772c Bump Gerrit to v3.4.5 by Luca Milanesio · 1 year, 9 months ago
  87. 1f9ed0b Allow unrestricted listeners to be called for forwarded events by Luca Milanesio · 1 year, 9 months ago
  88. bed499a Merge branch 'stable-3.2' into stable-3.3 by Mark Bekhet · 1 year, 9 months ago
  89. ae87f0a Fix changes re-indexing during Gerrit start by zoleoho · 1 year, 11 months ago
  90. 074daa6 Cover source code of high-availability plugin jgroups mode with tests by zoleoho · 1 year, 11 months ago
  91. b49a5c0 Improve IndexEventHandlerTest tests in High-Availability plugin by zoleoho · 1 year, 11 months ago
  92. d6a03e9 Use Gerrit v3.2.14 on Ubuntu as CentOS is discontinued by Luca Milanesio · 1 year, 10 months ago
  93. be8885f Merge branch 'stable-3.1' into stable-3.2 by David Ostrovsky · 1 year, 10 months ago
  94. 9bc6478 Merge branch 'stable-3.0' into stable-3.1 by David Ostrovsky · 1 year, 10 months ago stable-3.1
  95. 0175f4a Merge branch 'stable-2.16' into stable-3.0 by David Ostrovsky · 1 year, 10 months ago stable-3.0
  96. f98146b Serve reindexing simulating a GET request for /meta ref caching by Luca Milanesio · 2 years, 1 month ago stable-2.16
  97. 5243250 Adapt to the new Time API by Nguyen Tuan Khang Phan · 2 years, 3 months ago
  98. f8032ef Auto-reload the indexTs file for auto-reindexing by Luca Milanesio · 2 years, 4 months ago
  99. b10cbe4 Download plugins from archive-ci.gerritforge.com by Luca Milanesio · 2 years, 4 months ago
  100. 7aaec93 Pin haproxy to 1.8.30-buster and fix associated issues by Luca Milanesio · 2 years, 7 months ago