1. d6feae4 Rename setup method to beforeAction by Hugo Arès · 6 years ago
  2. 199ffe4 Fix GroupIndexForwardingIT by Hugo Arès · 6 years ago
  3. 79480e5 Merge branch 'stable-2.14' into stable-2.15 by Borui Tao · 6 years ago
  4. 747b5de Automate the SonarQube analysis with bazel by Borui Tao · 6 years ago
  5. 2dc5c29 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  6. 46aaf55 Use consistent name for Logger instances by David Pursehouse · 6 years ago
  7. acaa18d Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  8. 7d932d5 Update bazlets to latest revision on stable-2.15 by David Pursehouse · 6 years ago
  9. 786784f Update bazlets to latest revision on stable-2.14 by David Pursehouse · 6 years ago
  10. 50d2e9b Format Java code with google-java-format version 1.5 by David Pursehouse · 6 years ago
  11. 02843f6 Change default value of cache and index threadPoolSize by Hugo Arès · 6 years ago
  12. 895722e Change default value of http.retryInterval and maxTries by Hugo Arès · 6 years ago
  13. 7b26cb8 Set the http.retryInterval to 100ms for tests by Hugo Arès · 6 years ago
  14. f52baf3 Update bazlets to latest stable-2.15 to use 2.15.1 API by David Pursehouse · 6 years ago
  15. 2ba7579 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  16. 19fbdb3 Avoid KeyUtil internals for better encapsulation by Luca Milanesio · 6 years ago
  17. b982831 Update bazlets to use 2.15 release API by David Pursehouse · 6 years ago
  18. beae32a Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  19. f2991cd Merge "Don't propagate cache eviction for the project_list cache" into stable-2.14 by Hector Oswaldo Caballero · 6 years ago
  20. afbd253 Remove unneeded finals by Hugo Arès · 6 years ago
  21. d0ad77d Don't propagate cache eviction for the project_list cache by Hugo Arès · 6 years ago
  22. 3122132 Remove unneeded configuration options from IT tests by Hugo Arès · 6 years ago
  23. 93f9dcf Use projects cache in cache eviction IT test by Hugo Arès · 6 years ago
  24. 5d372ba Add all core caches to CachePattenMatcherTest by Hugo Arès · 6 years ago
  25. 55cf83f Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  26. d28abc5 Extract indexing out of REST forwarder by Hugo Arès · 6 years ago
  27. d561a8c Use evicted object key toString by Hugo Arès · 6 years ago
  28. 2edf16e Do not refer to KeyUtils internals in tests by Luca Milanesio · 6 years ago
  29. 2d2f028 Remove references to GwtOrm ID parsing by Luca Milanesio · 6 years ago
  30. aa2c99e Replace usage of *.{Id,UUID}.parse() method in test by Hugo Arès · 6 years ago
  31. c2142b2 Remove unneeded setup of the encoder by Hugo Arès · 6 years ago
  32. 484d59d Merge branch 'stable-2.15' by David Pursehouse · 6 years ago
  33. e448b8c Update bazlets to latest master revision by David Pursehouse · 6 years ago
  34. ab18573 FileBasedWebSessionCacheTest: Fix IncompatibleArgumentType error by David Pursehouse · 6 years ago
  35. 830740e Adapt to renamed Account.Id.parse method by David Pursehouse · 6 years ago
  36. 5c77829 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  37. e06015f Extract duplicated code in servlets to abstract class by Hugo Arès · 6 years ago
  38. ba04900 Rename DispatchEvent to ForwardedEventHandler by Hugo Arès · 6 years ago
  39. 67a35ce Rename EvictCache to ForwardedCacheEvictionHandler by Hugo Arès · 6 years ago
  40. b0159a9 Refactor EvictCache.evict method to accept only one argument by Hugo Arès · 6 years ago
  41. 6dd2151 Inline private method in EvictCache by Hugo Arès · 6 years ago
  42. 9559502 Add mock suffix in Index*RestApiServletTest by Hugo Arès · 6 years ago
  43. 1ef3a1b Merge branch 'stable-2.14' into stable-2.15 by Hector Oswaldo Caballero · 6 years ago
  44. e906a82 Remove Joda dependency by Hector Oswaldo Caballero · 6 years ago
  45. e86aba2 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  46. 6556bd9 Update bazlets to latest stable-2.15 by David Pursehouse · 6 years ago
  47. fc71294 Update bazlets and use released 2.14.7 API by David Pursehouse · 6 years ago
  48. a32672e Update bazlets to get python 3 compatibility fix in project.py by David Pursehouse · 6 years ago
  49. 9bc3ead Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  50. e029a5b Fix eviction of change when not found on ReviewDb by Luca Milanesio · 6 years ago
  51. d7154f1 Use Enum of change indexes instead of literals by Luca Milanesio · 6 years ago
  52. 1ead065 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  53. aa4774e Extract event dispatching out of REST forwarder by Hugo Arès · 6 years ago
  54. b659585 Add mock suffix in EventRestApiServletTest by Hugo Arès · 6 years ago
  55. b836fdd Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  56. 635b191 Fix warning about ignoring return value of CountdownLatch.await by David Pursehouse · 6 years ago
  57. 3d986f2 Extract cache eviction out of REST forwarder by Hugo Arès · 6 years ago
  58. 823ac36 Merge "AbstractIndexRestApiServlet: Don't synchronize on AtomicIteger" into stable-2.14 by Hugo Arès · 6 years ago
  59. d9ecdee Add mock suffix in CacheRestApiServletTest by Hugo Arès · 6 years ago
  60. 4c3ec03 AbstractIndexRestApiServlet: Don't synchronize on AtomicIteger by David Pursehouse · 6 years ago
  61. 12df146 Upgrade Mockito to 2.15.0 by David Pursehouse · 6 years ago
  62. 6d22707 ConfigurationTest: Fix Spotbugs warning about ignoring return value by David Pursehouse · 6 years ago
  63. 2bce0a9 Handle the forwarded indexing when a change is deleted by Borui Tao · 6 years ago
  64. 6ef6c41 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  65. d394646 Format with google-java-format by David Pursehouse · 6 years ago
  66. 3b2d681 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  67. 749aa4d Remove unconditional call to enum.name().toLowerCase by Hugo Arès · 6 years ago
  68. 89c7eb0 Replace anonymous classes by lambdas by Hugo Arès · 6 years ago
  69. 2a60259 Add missing final modifiers by Hugo Arès · 6 years ago
  70. 1a139c3 Remove unneeded throws clauses by Hugo Arès · 6 years ago
  71. 78ded21 Remove usage of Files.exists and Files.isRegularFile by Hugo Arès · 6 years ago
  72. 43534a6 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  73. f230e62 Use camelcase for variable name by Hugo Arès · 6 years ago
  74. 544bcf9 Simplify variable initialization by Hugo Arès · 6 years ago
  75. da62dc7 Use single quotes in indexOf by Hugo Arès · 6 years ago
  76. bc3ad84 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  77. 0202778 Fix flaky IT tests by Hugo Arès · 6 years ago
  78. d050034 doc: build in tree documentation for high-availability plugin by Borui Tao · 6 years ago
  79. 4e72f4e Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  80. 45a42dd Reduce visibility of CachePatternMatcher by Hugo Arès · 6 years ago
  81. d47601f Use isEmpty method instead of isEqualTo("") by Hugo Arès · 6 years ago
  82. 3922b88 Simplify ConfigurationTest by using a real Config instead of a mock by Hugo Arès · 6 years ago
  83. 78edc1a Convert pluginName variable to a constant by Hugo Arès · 6 years ago
  84. 628aaf6 Rename global variables in ConfigurationTest by Hugo Arès · 6 years ago
  85. 5fe6cb2 No need for ssh in indexing IT tests by Hugo Arès · 6 years ago
  86. b989acd Reduce visibility of MyUrlProvider by Hugo Arès · 6 years ago
  87. 7396dc4 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  88. 438b986 Update bazlets to latest revision on stable-2.15 and use API 2.15-rc3 by David Pursehouse · 6 years ago
  89. cbf86e3 Use deep stubs in InetAddressFinderTest by Hugo Arès · 6 years ago
  90. 13e7f0a Reduce visibility of InetAddressFinder by Hugo Arès · 6 years ago
  91. 59d4c4f Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  92. f55217e Merge branch 'stable-2.13' into stable-2.14 by David Pursehouse · 6 years ago
  93. b17bb95 Fix default value for the sharedDir by Saša Živkov · 6 years ago
  94. 6781be4 IndexEventHandlerTest: Fix 'Unlikely argument type' Eclipse warnings by David Pursehouse · 7 years ago
  95. a691472 ConfigurationTest#testGetDefaultSharedDirectory: Don't override mocks by David Pursehouse · 6 years ago
  96. f57b61d ConfigurationTest: Add missing import of ProvisionException by David Pursehouse · 6 years ago
  97. b89778e Merge changes I454f0a55,I52f62a15,Ib8b831b5,Ifd97c751 into stable-2.13 by Saša Živkov · 6 years ago
  98. 44a6b85 {Account,Change,Group}IndexForwardingIT: Factor common code out by David Pursehouse · 6 years ago
  99. 8cdca1e Add IT tests for index forwarding by Hugo Arès · 6 years ago
  100. 788584b Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago