1. f721eb5 Auto register static/init.js as JavaScript plugin by Luca Milanesio · 11 years ago
  2. 97aecab Merge topic 'inline-3' by Dave Borowitz · 11 years ago
  3. 5d98e34 InlineEdit: Allow to list files in change edit by David Ostrovsky · 11 years ago
  4. 1a49f62 InlineEdit: Add GET /changes/<id>/edit REST endpoint by David Ostrovsky · 11 years ago
  5. 8541ecd Merge topic 'inline-3' by Dave Borowitz · 11 years ago
  6. 925f1d9 Warn extension API users that underlying objects are read eagerly by Dave Borowitz · 11 years ago
  7. 00bd739 RestApiServlet: Add AcceptsDelete direct on collection resource by David Ostrovsky · 11 years ago
  8. d112bcf ChangeApi: Implement get/put topic by Dave Borowitz · 11 years ago
  9. c7e5397 Bump version to 2.11-SNAPSHOT by David Pursehouse · 11 years ago
  10. 4afa3f5 Merge changes If68c43e9,Ife5c2f21 by Dave Borowitz · 11 years ago
  11. 310d77d Add listener interface for usage data published events by Stefan Lay · 11 years ago
  12. 0b54dcf Update version to 2.10-SNAPSHOT in pom.xml files by Edwin Kempin · 11 years ago
  13. 3e74062 Revision API: Add methods to get / set review status by Urs Wolfer · 11 years ago
  14. e62e42d Fix JavaDoc warning by Edwin Kempin · 11 years ago
  15. 063f658 Merge branch 'stable-2.9' by David Pursehouse · 11 years ago
  16. c7ddc2c Add pom with meta-data for plugin projects by Edwin Kempin · 11 years ago
  17. ebf130e Migrate Changes#query and Projects#list to a more fluent interface by Urs Wolfer · 11 years ago
  18. 76e396b Buck: Rename gwtxml to gwt_xml in gwt_module() by David Ostrovsky · 11 years ago
  19. 2f08ed4 Plugin API: Add create change method by David Ostrovsky · 11 years ago
  20. f7c2cd6 Merge "Update Buck" by Saša Živkov · 11 years ago
  21. 3349972 Update Buck by Shawn Pearce · 11 years ago
  22. 3ef5d42 Move ReviewInput.Comment to abstract class Comment by Urs Wolfer · 11 years ago
  23. 9f92846 Merge "Extend extensions-api Projects with list methods" by Shawn Pearce · 11 years ago
  24. dab8516 Extend extensions-api Projects with list methods by Urs Wolfer · 11 years ago
  25. 596f46e Extend extensions-api Changes with query methods by Urs Wolfer · 11 years ago
  26. 101266b Merge "Plugin support for project weblinks" by Edwin Kempin · 11 years ago
  27. 2a83139 Add extensions-api for accounts by Urs Wolfer · 11 years ago
  28. 844063d Merge "Add default empty implementations for extensions-api interfaces" by Shawn Pearce · 11 years ago
  29. 3150520 Add default empty implementations for extensions-api interfaces by Urs Wolfer · 11 years ago
  30. 84e9714 Add field _number to ChangeInfo by Urs Wolfer · 11 years ago
  31. e73ae61 Apply "type inference for generic instance creation" Java 7 feature by David Ostrovsky · 11 years ago
  32. 4c91b00 Allow configuration of a default value for a label. by Khai Do · 11 years ago
  33. ea00475 Plugin support for project weblinks by Edwin Kempin · 11 years ago
  34. b57d483 Remove 'link' prefix from WebLink field names by Edwin Kempin · 11 years ago
  35. df22275 Merge branch 'stable-2.9' by David Pursehouse · 11 years ago
  36. ecc86e2 Merge branch 'stable-2.8' into stable-2.9 by David Pursehouse · 11 years ago
  37. 503d9b2 Correct Javadoc of RestReadView in extension API by David Pursehouse · 11 years ago
  38. a7080af Merge "Remove unnecessary reference to $SRCDIR in Buck genrules" by Shawn Pearce · 11 years ago
  39. 3f3e9ad Remove unnecessary reference to $SRCDIR in Buck genrules by David Ostrovsky · 11 years ago
  40. 3aacecc Merge changes Idc8c2485,Iff814bd1 by Shawn Pearce · 11 years ago
  41. 9db362f Merge changes I2f989c94,I5f4074a3,I21db4f14 by Shawn Pearce · 11 years ago
  42. cd17460 Merge topic 'plugin-api' by Shawn Pearce · 11 years ago
  43. e877c6e Make gerrit's HttpServletRequest and HttpServletResponse visible to http plugins by Martin Fick · 11 years ago
  44. 2dfac17 Do not check for annotation during DynamicItem registration by Jonathan Nieder · 11 years ago
  45. 2832aa8 Allow plugins to replace gerrit-provided hot-replaceable DynamicItem, too by Jonathan Nieder · 11 years ago
  46. 72e69e6 Restore gerrit-provided DynamicItem when plugin unloads by Jonathan Nieder · 11 years ago
  47. 7fac9d1 Merge "Refactor ProjectInfo out of ProjectJson class" by David Pursehouse · 11 years ago
  48. c950dda Merge "Move some project classes to extension to expose them in Project API" by Shawn Pearce · 11 years ago
  49. 98dae39 Remove unused import in WebLink by David Pursehouse · 11 years ago
  50. cddaea3 Plugin API: Add get project API by David Ostrovsky · 11 years ago
  51. 8f3931b Plugin API: Add create project API by David Ostrovsky · 11 years ago
  52. a0d6c3a Refactor ProjectInfo out of ProjectJson class by David Ostrovsky · 11 years ago
  53. 99dea4b Move some project classes to extension to expose them in Project API by David Ostrovsky · 11 years ago
  54. 6e3a542 Merge "Plugin support for revision weblink" by Edwin Kempin · 11 years ago
  55. 004ce59 Merge "Allow plugins to replace gerrit-provided DynamicItem" by Martin Fick · 11 years ago
  56. ae1a10c Plugin support for revision weblink by Sven Selberg · 11 years ago
  57. 1724b8d Merge "Revision API: Add method to query if revision must be rebased" by Shawn Pearce · 11 years ago
  58. 64a3eea Allow UiActions to perform redirects without JavaScript by Shawn Pearce · 11 years ago
  59. c2f6812 Allow plugins to replace gerrit-provided DynamicItem by Jonathan Nieder · 11 years ago
  60. dcd0d4e Revision API: Add method to query if revision must be rebased by David Ostrovsky · 11 years ago
  61. 01ed657 Fix Guice bindings in reindex by Edwin Kempin · 11 years ago
  62. 9e12d19 Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  63. 868e341 Gate Keeping: Add support for "on behalf of" for submit operation by David Ostrovsky · 11 years ago
  64. 1752b2d Merge changes Ie9229923,Ibe1cd165 by Shawn Pearce · 11 years ago
  65. 03ff325 Change API: Add convenience get() and info() methods by David Ostrovsky · 11 years ago
  66. a8a303c Fix javadoc unresolved link warning by David Ostrovsky · 11 years ago
  67. 3f5dc3f Add ChangeApi.get() method by David Ostrovsky · 11 years ago
  68. ca2c7f5 Plugin API: Add ChangeStatus by David Ostrovsky · 11 years ago
  69. c792114 Merge "Plugin API: Add factory methods for frequently used review operations" by Shawn Pearce · 11 years ago
  70. 5ffec22 Plugin API: Add factory methods for frequently used review operations by David Ostrovsky · 11 years ago
  71. 8dea44c Refactor ListChangesOption out to extension API by David Ostrovsky · 11 years ago
  72. 38a6f6c Plugin API: Add datasource interception extension point by David Ostrovsky · 11 years ago
  73. 256f9f4 Plugin API: Add method for adding reviewers with string as argument by David Ostrovsky · 11 years ago
  74. e01d9b7 Bump Jetty version to stable 9.1 and Servlet API to 3.1 by David Ostrovsky · 11 years ago
  75. dfbe6d6 Add MessageOfTheDay extension point for plugins by Shawn Pearce · 11 years ago
  76. ae3e53b Delete old PublishDraft by Dave Borowitz · 11 years ago
  77. faef658 Include addReviewer in ChangeApi. by Colby Ranger · 11 years ago
  78. ab23190 Merge "Update Buck" by Shawn Pearce · 11 years ago
  79. 4e1a8bc Update Buck by Shawn Pearce · 11 years ago
  80. 72fb6cc Remove unused .gitignore by Shawn Pearce · 11 years ago
  81. c53fd3a Delete eclipse left-over files from the Maven poop era by David Ostrovsky · 11 years ago
  82. 154d418 Fix plugin references to moved :plugin-api by Shawn Pearce · 11 years ago
  83. 74066d9 Fix warnings when generating JavaDoc by Edwin Kempin · 11 years ago
  84. bb360eb Buck: generate javadocs for plugin and extension API by David Ostrovsky · 11 years ago
  85. 3bd8c9a Revision API: add cherry pick method by David Ostrovsky · 11 years ago
  86. be0788e Merge "Plugin API for project" by Shawn Pearce · 11 years ago
  87. 1e2073d3 Plugin API for project by David Ostrovsky · 11 years ago
  88. b27c939 Add an event for the update of a project's HEAD by Edwin Kempin · 11 years ago
  89. 294da1a Remove unnecessary semicolons by alex.ryazantsev · 11 years ago
  90. 997b047 Remove unnecessary semicolons by alex.ryazantsev · 11 years ago
  91. 44a1930 Plugin API for change and revision by David Ostrovsky · 11 years ago
  92. db99f54 Define API to invoke the REST API from within extensions and plugins by Shawn Pearce · 12 years ago
  93. e3080fd Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  94. 002c9cb Support 'id' attribute for menu items contributed by plugins by Edwin Kempin · 11 years ago
  95. 935ce8a Make DownloadScheme.isAuthSupported an abstract method by Jonathan Nieder · 11 years ago
  96. 8ed0d92 Allow plugins to get their canonical web URL injected by David Pursehouse · 11 years ago
  97. d4b0526 Allow download schemes to support but not require authentication by Jonathan Nieder · 11 years ago
  98. ce423b1 Merge "Add extension points for adding download schemes and commands" by David Pursehouse · 11 years ago
  99. 29324b1 Add extension points for adding download schemes and commands by Edwin Kempin · 11 years ago
  100. 0e78dd7 Merge "Create enum containing all Gerrit top menu items" by Shawn Pearce · 11 years ago