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