1. e1c6d90 Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 4 years, 5 months ago master
  2. d492058 Merge branch 'stable-2.15' by David Pursehouse · 6 years ago
  3. 28672c1 Harmonize external dependency names by David Pursehouse · 6 years ago stable-2.14 stable-2.15 v2.15.3
  4. db68794 Adapt plugin to latest its-base by Hector Oswaldo Caballero · 6 years ago
  5. 72c7c9f Format all files with google-java-format 1.6 by Hector Oswaldo Caballero · 6 years ago
  6. 283ba66 Fix Eclipse project generation by Hector Oswaldo Caballero · 6 years ago
  7. b626549 Format build files with buildifier by Hector Oswaldo Caballero · 6 years ago
  8. 9a3c1d3 Remove Buck files by Hector Oswaldo Caballero · 7 years ago
  9. 85444b1 Fix NoClassDefFoundError when running plugin by Makson Lee · 7 years ago
  10. 4b904fe Replace Objects.firstNonNull() with MoreObjects.firstNonNull(). by Paladox none · 7 years ago
  11. 5297d85 Add support for Bazel in Gerrit tree build by Paladox none · 7 years ago
  12. 8bd5f09 Fix buck build by Khai Do · 7 years ago
  13. 9710fa6 Fix plugin not loading because of duplicated binding by Hector Oswaldo Caballero · 9 years ago
  14. 89fafcc Merge "Drop deps from BUCK's genrule" by Christian Aistleitner · 8 years ago
  15. 206366d Drop deps from BUCK's genrule by Christian Aistleitner · 8 years ago
  16. b2c121a Fix its-rtc creating a fresh facade for each request by Hector Oswaldo Caballero · 8 years ago
  17. 677d9a5 RTC plugin flooding the log by Hector Oswaldo Caballero · 9 years ago
  18. 0ed6f9a RTCClient.setLoggedIn: Use parameter to set field by Hector Oswaldo Caballero · 9 years ago
  19. e55c5a4 Fix InitRTC work item link by Hector Oswaldo Caballero · 9 years ago
  20. 04126c4 Fix Eclipse warnings by Hector Oswaldo Caballero · 9 years ago
  21. 7fc0365 Stop relying on Gerrit core for commons-io definition by Christian Aistleitner · 9 years ago
  22. 8e2c80c Follow its-base's change of package name by Christian Aistleitner · 9 years ago
  23. 350940a Merge "Move plugin underneath 'its' package hierarchy" by Christian Aistleitner · 9 years ago
  24. 8820fc1 Merge "Reuse documentation provided by its-base" by Christian Aistleitner · 9 years ago
  25. 9dedaf1 Move plugin underneath 'its' package hierarchy by Christian Aistleitner · 9 years ago
  26. 8cb4139 Drop legacy commenting framework by Christian Aistleitner · 9 years ago
  27. ffc8a33 Remove Maven support by Christian Aistleitner · 9 years ago
  28. e5edf04 Reuse documentation provided by its-base by Christian Aistleitner · 10 years ago
  29. f15c98c Merge "Follow upstream's move of HTTPClient and HTTPCommons definitions" by Christian Aistleitner · 9 years ago
  30. 05ddc01 Build with API version 2.11 by Edwin Kempin · 9 years ago
  31. 162d76a Follow upstream's move of HTTPClient and HTTPCommons definitions by Christian Aistleitner · 9 years ago
  32. 60b7707 Merge branch 'stable-2.10' by Edwin Kempin · 9 years ago
  33. 81e7771 Fix compilation against latest master branch of Gerrit by Edwin Kempin · 9 years ago
  34. 5935989 Remove unused import and method by David Pursehouse · 9 years ago stable-2.10
  35. 6022edd Fix type conversion warning by David Pursehouse · 9 years ago
  36. 9705bbf Replace deprecated HTTP.UTF_8 with StandardCharsets.UTF_8 by David Pursehouse · 9 years ago
  37. 76193bb Build with API version 2.10 by David Pursehouse · 9 years ago
  38. 302dbaf Follow upstream's drop of name from the Facade by Christian Aistleitner · 10 years ago
  39. b352432 Merge "Implement buck driven build" by Edwin Kempin · 10 years ago
  40. 3b0f19e Implement buck driven build by David Ostrovsky · 10 years ago
  41. b6c0e04 Return plugin name rather than hard-coded "RTC" by Christian Aistleitner · 10 years ago
  42. 07563e7 Maven: Clean up pom.xml by David Ostrovsky · 10 years ago
  43. 9b4e797 Update to new its-base layout by Christian Aistleitner · 10 years ago
  44. 47c0dc4 Add version for Maven's shade plugin by Christian Aistleitner · 10 years ago
  45. 62f92e8 Require only a single JUnit version by Christian Aistleitner · 10 years ago
  46. 48b552c Update to Gerrit 2.11-SNAPSHOT api by Christian Aistleitner · 10 years ago
  47. 75cc55a Merge "Support to enable/disable the RTC integration in the UI" by Edwin Kempin · 10 years ago
  48. fcf139e Add init step to copy configuration from the 'hooks-rtc' plugin by Edwin Kempin · 10 years ago
  49. 318f48a Support to enable/disable the RTC integration in the UI by Edwin Kempin · 10 years ago
  50. b82f8e9 InitRTC has to do modifications of gerrit.config in run() method by Edwin Kempin · 10 years ago
  51. 3050602 Adapt InitRTC init step to API change in the InitIts init step by Edwin Kempin · 10 years ago
  52. 50697de Document how to limit the RTC integration to certain branches by Edwin Kempin · 10 years ago
  53. 7497a9e Document how to enforce RTC integration for all child projects by Edwin Kempin · 10 years ago
  54. f60c0a3 Support to enable/disable the RTC integration per project by Edwin Kempin · 10 years ago
  55. 47925b0 Define PluginName and use it instead of ITS_NAME_RTC by Edwin Kempin · 10 years ago
  56. 04cd901 Rename artifact to 'its-rtc' by Edwin Kempin · 10 years ago
  57. 923c9e0 Update to Gerrit 2.9 API and use Java 7 by Edwin Kempin · 10 years ago
  58. 34ee600 Add .settings files to the project to get standard code formatting by Edwin Kempin · 10 years ago
  59. 6c13e6d Merge "Update example for plugin initialization" by Edwin Kempin · 10 years ago
  60. fd0c90c Merge "Update parent version to 2.8-SNAPSHOT" by Edwin Kempin · 10 years ago
  61. e1b7674 Fix link to commentLink configuration by Edwin Kempin · 10 years ago
  62. bcd65e3 Update example for plugin initialization by Edwin Kempin · 10 years ago
  63. 5747f35 Update parent version to 2.8-SNAPSHOT by Edwin Kempin · 10 years ago
  64. bc890ea IBM Rational Team Concert integration for Gerrit. by Luca Milanesio · 11 years ago