1. 96875fa Remove unneeded annotation by Hector Oswaldo Caballero · 6 years ago
  2. 2e4815e Use already defined constant by Hector Oswaldo Caballero · 6 years ago
  3. 431f973 Inline one-time use variables by Hector Oswaldo Caballero · 6 years ago
  4. 3d119f5 Update bazlets to latest stable-2.14 to use 2.14.11 API by David Pursehouse · 6 years ago
  5. 224d896 Fix index creation by Hector Oswaldo Caballero · 6 years ago
  6. 2ff07c8 Merge "Add indexes to speed up queries" into stable-2.14 by Hector Oswaldo Caballero · 6 years ago
  7. 19bb9f9 Merge "SQLQueryMaker: add order-by clause to the query" into stable-2.14 by Hector Oswaldo Caballero · 6 years ago
  8. 8dab4b2 Update bazlets to latest stable-2.14 to use 2.14.10 API by David Pursehouse · 6 years ago
  9. 3bcb149 Add indexes to speed up queries by Hector Oswaldo Caballero · 6 years ago
  10. c130de4 Configure DB connection pool by Hector Oswaldo Caballero · 6 years ago
  11. 6e173c1 Simplify sorting of query events result by Hector Oswaldo Caballero · 6 years ago
  12. 8c06330 Avoid using non portable separator character by Hector Oswaldo Caballero · 6 years ago
  13. 141dcb7 Use Java Files instead of Guava one by Hector Oswaldo Caballero · 6 years ago
  14. e88b043 Simplify configuration by Hector Oswaldo Caballero · 6 years ago
  15. 43a3304 Make default query more readable by Hector Oswaldo Caballero · 6 years ago
  16. 8864adc Format build files with buildifier 0.12.0 by Hector Oswaldo Caballero · 6 years ago
  17. 10a752e Use built-in log formatter by Hector Oswaldo Caballero · 6 years ago
  18. bd9039f SQLQueryMaker: add order-by clause to the query by Abhishek Patel · 6 years ago
  19. 61b0e34 EventsLogIT: Format with google-java-format 1.6 by David Pursehouse · 6 years ago
  20. e95af94 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  21. 226ef5b Merge branch 'stable-2.13' into stable-2.14 by Hugo Arès · 6 years ago
  22. 7d4a8be Merge branch 'stable-2.12' into stable-2.13 by Hugo Arès · 6 years ago stable-2.13
  23. c3d30c5 Merge branch 'stable-2.11' into stable-2.12 by Hugo Arès · 6 years ago stable-2.12
  24. 2d107a4 Change copyright to AOSP by Hugo Arès · 6 years ago stable-2.11
  25. 358feaf Inline private method by Hugo Arès · 6 years ago
  26. a834a8e Upgrade bazlets to latest stable-2.14 revision by Borui Tao · 6 years ago
  27. 1019a72 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  28. 7de3621 Automate the SonarQube analysis with bazel by Borui Tao · 6 years ago
  29. b984088 Merge branch 'stable-2.14' into stable-2.15 by Hugo Arès · 6 years ago
  30. 5ec5a73 Format all files with google-java-format by Hugo Arès · 6 years ago
  31. 92a18f6 Compile against Gerrit 2.15 by Hugo Arès · 6 years ago
  32. 510b7fb Fix errorprone issue about tearDown method by Hugo Arès · 6 years ago
  33. e532bcd Fix plugin to match latest master by Alex Nordlund · 6 years ago
  34. 6cf0c70 Update bazlets to latest stable-2.14 to use 2.14.7 release API by David Pursehouse · 6 years ago
  35. 5874602 Upgrade Mockito to 2.15.0 by David Pursehouse · 6 years ago
  36. 33f10f4 Format all Java files with google-java-format by David Pursehouse · 6 years ago
  37. 5fabd69 SQLStoreTest: Fix Spotbugs warning about return value ignored by David Pursehouse · 6 years ago
  38. 3834c30 SQLEntryTest: Suppress 'unlikely argument type' warning by David Pursehouse · 6 years ago
  39. 94f4b10 SQLStoreTest: Reduce visibility of tearDown method by David Pursehouse · 6 years ago
  40. fd2b2f2 Update bazlets to latest revision on stable-2.14 by David Pursehouse · 6 years ago
  41. e2bc2c0 Adapt to latest EventListener package on master by Luca Milanesio · 7 years ago
  42. 4439073 Merge branch 'stable-2.14' by Hector Oswaldo Caballero · 7 years ago
  43. ae124fd Upgrade to latest bazlets by Hector Oswaldo Caballero · 7 years ago
  44. 47d79cf Use Java 8 Date/time API by Hector Oswaldo Caballero · 7 years ago
  45. 4edba5d Autoclose writer instance by Hector Oswaldo Caballero · 7 years ago
  46. 173b56d Use latest bazlets by Hector Oswaldo Caballero · 7 years ago
  47. 3d17b33 Merge branch 'stable-2.14' by Hector Oswaldo Caballero · 7 years ago
  48. bcfa24a Remove redundant type definition by Hector Oswaldo Caballero · 7 years ago
  49. 1b5ae3f Fix documentation by Hector Oswaldo Caballero · 7 years ago
  50. e2149e2 Fix Unable to create injector by Paladox none · 7 years ago
  51. 3498ff7 Convert project visibility check to permission backend by Paladox none · 7 years ago
  52. 21bc416 Replace ScheduledThreadPoolExecutor with ScheduledExecutorService by Paladox none · 7 years ago
  53. 21674c9 Fix broken default configuration by Owen Li · 7 years ago
  54. 5e4ac5b Remove buck build by Hugo Arès · 7 years ago
  55. 890c063 Stand-alone bazel build for events-log plugin by Owen Li · 7 years ago
  56. 8a21a4c Attach sources of byte-buddy and objenesis in eclipse by Hugo Arès · 7 years ago
  57. 6751444 Fix in-tree Eclipse project generation by Hector Oswaldo Caballero · 7 years ago
  58. 24a9433 Remove dependency already packaged in gerrit-plugin-api by Hugo Arès · 7 years ago
  59. bc75b7e Use double quotes in external_plugin_deps.bzl by Hugo Arès · 7 years ago
  60. 75ab518 Format build file with buildifier by Hugo Arès · 7 years ago
  61. 83e640c EventQueue: Stop referring to WorkQueue.Executor by David Pursehouse · 7 years ago
  62. efc10f6 Fix test dependencies for Eclipse project generation by David Pursehouse · 7 years ago
  63. 4ade881 Stop calling unregisterWorkqueue which was removed in gerrit by Han-Wen Nienhuys · 7 years ago
  64. fd69f71 Fix IT test by Hugo Arès · 7 years ago
  65. 206fba6 Merge branch 'stable-2.13' by David Pursehouse · 7 years ago
  66. 04ff958 Merge branch 'stable-2.12' into stable-2.13 by Hugo Arès · 7 years ago
  67. e271462 Fix compilation error by Hugo Arès · 7 years ago
  68. 44ba732 Merge branch 'stable-2.13' by David Pursehouse · 7 years ago
  69. d1fe405 CheckConnectionTask: Fix log level of database connection check logs by David Pursehouse · 7 years ago
  70. 2d5d48a Merge branch 'stable-2.13' by Hugo Arès · 7 years ago
  71. 215651a Merge branch 'stable-2.12' into stable-2.13 by Hugo Arès · 7 years ago
  72. 48cebb2 Make SimpleDateFormat thread safe by Makson Lee · 7 years ago
  73. 851f936 Make SimpleDateFormat thread safe by Makson Lee · 7 years ago
  74. 6d71a87 Add support for Bazel in Gerrit tree build by Paladox none · 7 years ago
  75. 846105e CheckConnectionTask: Fix log level of database connection check logs by David Pursehouse · 7 years ago
  76. 7bcbf54 Switch to simplified plugin bootstrap by Hector Oswaldo Caballero · 7 years ago
  77. d1059ae Merge branch 'stable-2.13' by Hector Oswaldo Caballero · 7 years ago
  78. 2df0729 Build with Java 8 by Hector Oswaldo Caballero · 7 years ago
  79. 76b3d16 Replace EasyMock with Mockito by Hector Oswaldo Caballero · 7 years ago
  80. 7f9c3a8 Fix tests dependency by Hector Oswaldo Caballero · 8 years ago
  81. f7bb084 Merge branch 'stable-2.12' into stable-2.13 by Hector Oswaldo Caballero · 8 years ago
  82. e0907e3 Do not log exception stack trace when project not in database by Hector Oswaldo Caballero · 8 years ago
  83. 579dad1 Fix JDBC connection by Hector Oswaldo Caballero · 8 years ago
  84. 5c98543 Fix configuration documentation formatting by Hector Oswaldo Caballero · 8 years ago
  85. ed4b644 Remove source_under_test to comply with new BUCK version by Hugo Arès · 8 years ago
  86. 96d1b97 Build with API version 2.14-SNAPSHOT by Hugo Arès · 8 years ago
  87. 79eecc3 Build with API version 2.13 by Hugo Arès · 8 years ago
  88. fbd66bd Fix buck build, remove java_test.source_under_test by Hugo Arès · 8 years ago
  89. f902033 Fix undocumented public APIs by Alexandre Philbert · 8 years ago
  90. 0cad586 Handle InterruptedException properly by Hugo Arès · 8 years ago
  91. 32396dd Refactor code to avoid possible NPE flagged by SonarQube by Hugo Arès · 8 years ago
  92. f5dc5ab Fix dependencies by Björn Pedersen · 8 years ago
  93. d11902f Adapt to latest change in master by Hugo Arès · 8 years ago
  94. 075b99e Merge branch 'stable-2.12' by Hector Oswaldo Caballero · 8 years ago
  95. 2bb4708 Add license file by Hector Oswaldo Caballero · 8 years ago
  96. 929ced7 Add 'eclipse-out' to the list of ignored folders by Hector Oswaldo Caballero · 8 years ago
  97. 75a2164 Merge branch 'stable-2.12' by Hugo Arès · 8 years ago
  98. f340998 Evict idle connections after a configurable amount of time by Alexandre Philbert · 8 years ago
  99. 04f4aa3 Build with API version 2.11.7 by David Pursehouse · 8 years ago
  100. 68a289a Clean up Buck build by Hector Oswaldo Caballero · 8 years ago