1. 5904524 Add 'Parent $x' options to diff for merge commits by Dawid Grzegorczyk · 9 years ago
  2. 38f9637 ChangeIndexedListener: Move to extension API by David Pursehouse · 9 years ago
  3. 8f9efad ChangeIT: Assert that submitting a change doesn't remove non-voting reviewers by David Pursehouse · 9 years ago
  4. 43b88be Merge "Add REST API endpoint to create a tag on a project" by David Pursehouse · 9 years ago
  5. 6a44619 Add REST API endpoint to create a tag on a project by David Pursehouse · 9 years ago
  6. 9c3d23b {Change,Revision}Event: Fix typo in Javadoc by David Pursehouse · 9 years ago
  7. c303c46 Migrate reviewer-deleted event to new event framework by David Pursehouse · 9 years ago
  8. 59cdd22 New event listeners and new event types by Saša Živkov · 9 years ago
  9. 32c1262 Define missing Change API events by Martin Fick · 9 years ago
  10. 344b8c9 ProjectApi: Add method to delete branches by David Pursehouse · 9 years ago
  11. 58cfa4c DeleteBranches: Split static Input class out to extension API by David Pursehouse · 9 years ago
  12. 31a896e Merge "Support notify option for delete vote REST endpoint" by Dave Borowitz · 9 years ago
  13. 396e639 ProjectApi: Add methods to get and set the project config by David Pursehouse · 9 years ago
  14. fa5f097 ConfigInfo: Move to extension API by David Pursehouse · 9 years ago
  15. 8219d81 PutConfig: move static inner Input class to extension API by David Pursehouse · 9 years ago
  16. 1dfecb6 Support notify option for delete vote REST endpoint by Edwin Kempin · 9 years ago
  17. 4d7df73 ReviewerApi: Add method to remove the reviewer by David Pursehouse · 9 years ago
  18. 85dd577 Remove unused imports by David Pursehouse · 9 years ago
  19. 2a629b0 submitted_together: Add option to count non-visible changes by Jonathan Nieder · 9 years ago
  20. 27d460c Revert "submitted_together: Add a dummy change for not visible changes" by Jonathan Nieder · 9 years ago
  21. 4693626 Merge changes I4fad66f5,I6ddb8258 by Saša Živkov · 9 years ago
  22. e73ebe2 submitted_together: Add a dummy change for not visible changes by Stefan Beller · 9 years ago
  23. 41655df2 Add extension API to get/set default diff preferences by Edwin Kempin · 9 years ago
  24. 46d67b8d9 CreateBranch: Use extension API's BranchInput instead of static inner class by David Pursehouse · 9 years ago
  25. 57d5075 Make watched.projects:delete respect the filter by Patrick Hiesel · 9 years ago
  26. 8458cc2 Merge changes from topic 'star-labels-part-2' by Dave Borowitz · 9 years ago
  27. 9519437 Merge "Added POST REST Endpoint for /project/name/access" by Dave Borowitz · 9 years ago
  28. 3b68afa Add AccountInfo to the GitReferenceUpdatedListener.Event by Saša Živkov · 9 years ago
  29. 21816f1 Added POST REST Endpoint for /project/name/access by Patrick Hiesel · 9 years ago
  30. 4c9af22 Include star labels into ChangeInfo by Edwin Kempin · 9 years ago
  31. a6d646b Merge "Cache for OAuth access tokens" by Saša Živkov · 9 years ago
  32. e56acd6 REST API for retrieving OAuth access tokens by Michael Ochmann · 9 years ago
  33. 524face Cache for OAuth access tokens by Michael Ochmann · 9 years ago
  34. 9e972cc Support star labels by Edwin Kempin · 9 years ago
  35. 6dfc160 Remove unneeded ';' in AccountApi which caused warning by Edwin Kempin · 9 years ago
  36. bed6d98 Added DELETE/POST endpoint for watched projects by Patrick Hiesel · 9 years ago
  37. e56cf3a Merge "Implemented GET endpoint for watched projects" by Edwin Kempin · 9 years ago
  38. 45aa8ca Add missing newline at end of files by David Pursehouse · 9 years ago
  39. 79230f7 Implemented GET endpoint for watched projects by Patrick Hiesel · 9 years ago
  40. 3cf19f6 Support deletion of SSH keys in extension API by Edwin Kempin · 9 years ago
  41. ecaf9b0 EditScreen: Show the base version of the file in a CodeMirror merge view by Michael Zhou · 9 years ago
  42. 3dd203b Support tags in draft comments by Dave Borowitz · 9 years ago
  43. 937854a Merge "Removed AccessApi and AccessApi Impl" by Edwin Kempin · 9 years ago
  44. 6e4ea11 Removed AccessApi and AccessApi Impl by Patrick Hiesel · 9 years ago
  45. efa8e48 Add all the CodeMirror themes as of 5.14.2 by Michael Zhou · 9 years ago
  46. 5d421a4 Groups: Add missing fluent setter ListRequest#withOwned by Urs Wolfer · 9 years ago
  47. b72d4c6 Allow file annotations (blame) in side-by-side diff by Gabor Somossy · 9 years ago
  48. 58bc023 ProjectApi: Remove unused import by David Pursehouse · 9 years ago
  49. 580d11d Merge "Added /projects/name/access as REST endpoint. Implemented GET." by Edwin Kempin · 9 years ago
  50. 5a3475f Added /projects/name/access as REST endpoint. Implemented GET. by Patrick Hiesel · 9 years ago
  51. 825ba7e Merge "Expose change index endpoint to Extensions API" by Edwin Kempin · 9 years ago
  52. 264d010 Expose change index endpoint to Extensions API by Doug Kelly · 9 years ago
  53. 90f29bd Groups-API: Move NotImplemented class to correct place by Urs Wolfer · 9 years ago
  54. c6f9fa0 Extensions API: Add missing NotImplemented classes by Urs Wolfer · 9 years ago
  55. 01f8e90 MoveInput: Consistently use camel case naming convention by David Ostrovsky · 9 years ago
  56. b72c032 InlineEdit: Add Sublime Text keymap by Michael Zhou · 9 years ago
  57. b9ed112 Merge "InlineEdit: make autoindent width (indentUnit) configurable" by David Ostrovsky · 9 years ago
  58. dc05038 InlineEdit: make autoindent width (indentUnit) configurable by Björn Pedersen · 9 years ago
  59. 4da0254 DiffPreferences: Add a "Skip Unchanged" option by Michael Zhou · 9 years ago
  60. e3766fb Merge "Add notify option to SubmitChange Rest API endpoint" by Edwin Kempin · 9 years ago
  61. a5a5ef0 Add notify option to SubmitChange Rest API endpoint by Stephen Li · 9 years ago
  62. 03974f7 Merge changes from topic 'checkstyle-cleanup-1' by David Pursehouse · 9 years ago
  63. 0fc9c1a Merge changes from topic 'checkstyle-cleanup' by David Pursehouse · 9 years ago
  64. 2e7f2e9 Merge "Allow to tag reviews" by Dave Borowitz · 9 years ago
  65. c70e862 Allow to tag reviews by Dariusz Luksza · 9 years ago
  66. 60ebcdb Remove explicit initialization of default values by David Pursehouse · 9 years ago
  67. cbc52bd Remove redundant modifiers from interfaces' methods by David Pursehouse · 9 years ago
  68. f9a0cab Remove redundant 'private' modifier on constructors by David Pursehouse · 9 years ago
  69. ad0e4bf Remove redundant 'static' modifiers by David Pursehouse · 9 years ago
  70. c5ccbf1 Add missing whitespace around keywords, operators and braces by David Pursehouse · 9 years ago
  71. a0e0b0d Merge "Remove old unified diff screen" by David Pursehouse · 9 years ago
  72. aaa2d82 AccountApi: Add SSH key methods by David Pursehouse · 9 years ago
  73. 273debb AccountApi: Add methods to get and set DiffPreferencesInfo by David Ostrovsky · 9 years ago
  74. d0cbb00 AccountApi: Add methods to get and set EditPreferencesInfo by David Ostrovsky · 9 years ago
  75. 7733869 Merge "AccountApi: Add methods to get and set GeneralPreferencesInfo" by Edwin Kempin · 9 years ago
  76. ff4ee1a Remove old unified diff screen by David Ostrovsky · 10 years ago
  77. 791f339 Add a way to change the destination of open changes by Raviteja Sunkara · 9 years ago
  78. 8c09c42 DynamicItem: Static method for creating a single item by Dave Borowitz · 9 years ago
  79. 7426ba9 ChangeStatus: Clarify that an ABANDONED change can be restored by Michael Zhou · 9 years ago
  80. dd9bf87 AccountApi: Add methods to get and set GeneralPreferencesInfo by Patrick Hobusch · 9 years ago
  81. f5118d8 Extract SshKeyInfo from GetSshKeys to extension API by David Pursehouse · 9 years ago
  82. e81cc45 Restore deprecated SubmitInput.waitForMerge field by Edwin Kempin · 9 years ago
  83. a8f48f8 SubmitInput: Remove deprecated waitForMerge field by David Pursehouse · 9 years ago
  84. 5d8f62c Make adding of signed-off-by footer for online changes customizable by David Ostrovsky · 9 years ago
  85. af6807f CreateChange: Allow create change on new branch by Yuxuan 'fishy' Wang · 9 years ago
  86. a021dbf Gerrit API: Allow to get file diff with options by Edwin Kempin · 9 years ago
  87. bea3391 Merge "Append submitted info to the change REST endpoint." by Edwin Kempin · 9 years ago
  88. 02de595 Change API: Add methods to publish and delete draft changes by Urs Wolfer · 9 years ago
  89. 96a7caf Append submitted info to the change REST endpoint. by Khai Do · 9 years ago
  90. c4f75cd Merge "Replace AccountGeneralPreferences entity with git backend (phase 1)" by Edwin Kempin · 9 years ago
  91. cfb7520 Replace AccountGeneralPreferences entity with git backend (phase 1) by David Ostrovsky · 9 years ago
  92. 0b7517a Eclipse: Warn on incomplete switch cases even when default exists by David Pursehouse · 9 years ago
  93. f85bd49 RebaseUtil: Make all methods non-static by Dave Borowitz · 9 years ago
  94. 3f838ae TopMenu: Extract MenuItem in its own class and client package by David Ostrovsky · 9 years ago
  95. d5faa67f Add parameter 'size' to AccountApi#getAvatarUrl by Urs Wolfer · 9 years ago
  96. 394e634 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  97. 0185936 Add method to get avatar URL from AccountApi by Edwin Kempin · 9 years ago
  98. dc2da0d Merge "New option to schedule the Git garbage collection as a background task" by David Pursehouse · 9 years ago
  99. 824e708 Add back ListChangesOption.DRAFT_COMMENTS by Edwin Kempin · 9 years ago
  100. ce77db5 Fix javadoc errors so that plugin API can be built again by Edwin Kempin · 9 years ago