1. d1f1af2 Merge branch 'stable-2.6' by David Pursehouse · 12 years ago
  2. 50d6de2 Merge "Mark project and user options as required for LsUserRefs" into stable-2.6 by David Pursehouse · 12 years ago
  3. a0e111e Mark project and user options as required for LsUserRefs by Christian Aistleitner · 12 years ago
  4. 6fe6ff6 Fix setting account's full name via ssh by Christian Aistleitner · 12 years ago
  5. ec82f0d Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  6. 8dead43 Fix: `gerrit review` with --message does not work with no labels by David Pursehouse · 12 years ago
  7. e6832ae Merge branch 'stable-2.6' by David Pursehouse · 12 years ago
  8. 6a4b4d2 Fix parameter checking on ls-projects command by David Pursehouse · 12 years ago
  9. d168b81 Introduce StreamEvents capability by Ed Bartosh · 12 years ago
  10. a651801 Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  11. 79b91bf Read initial ack for scp by Christian Aistleitner · 12 years ago
  12. 045c622 Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  13. 3d79459 Disable closing idle Ssh connections again by Christian Aistleitner · 12 years ago
  14. c5f92b8 Merge "Enable Kerberos authentication for SSH interaction" by Shawn Pearce · 12 years ago
  15. efae21a Merge "Refactor success and createUser into SshUtil" by Shawn Pearce · 12 years ago
  16. 7efb06f Enable Kerberos authentication for SSH interaction by Alex Blewitt · 12 years ago
  17. 9518282 Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  18. 6d46648 Correct bad name of Access Database capability in error message by Magnus Bäck · 12 years ago
  19. e035784 Refactor success and createUser into SshUtil by Alex Blewitt · 12 years ago
  20. d47ca8a Start 2.7 development by Shawn Pearce · 12 years ago
  21. 619169b Add SSH command to run Git garbage collection by Edwin Kempin · 13 years ago
  22. 8fe1358 Merge "set-project-parent --children-of: Fix getting parent for level 1 projects" by Shawn Pearce · 12 years ago
  23. 95c5dee Update JGit to 3.0 APIs by Shawn Pearce · 12 years ago
  24. 069599e set-project-parent --children-of: Fix getting parent for level 1 projects by Edwin Kempin · 12 years ago
  25. b3a295c Fix gsql site program by Sasa Zivkov · 12 years ago
  26. 55b290a Allow project-specific LabelTypes in ReviewCommand by Dave Borowitz · 12 years ago
  27. 6f074f6 Ignore unknown groups when listing groups for projects by Edwin Kempin · 12 years ago
  28. 414b058 Merge "Split off raw SQL access into its own permission" by Shawn Pearce · 12 years ago
  29. abd6d4e Split off raw SQL access into its own permission by Chad Horohoe · 12 years ago
  30. 2ba9049 Fix compile errors caused by MethodNotAllowedException by Shawn Pearce · 12 years ago
  31. abaab546 Add direct members and directly included groups to GroupInfo by Edwin Kempin · 12 years ago
  32. b1f730b Add REST APIs to test submit_rule and submit_filter by Shawn Pearce · 12 years ago
  33. 01eac64 Rename CreateProject to PerformCreateProject by Bruce Zu · 12 years ago
  34. 0557fc4 Rename ApprovalType(s) to LabelType(s) by Dave Borowitz · 12 years ago
  35. 41f909f Migrate ApprovalTypes away from ApprovalCategory(Value) by Dave Borowitz · 12 years ago
  36. 69928a6 Add options to refs/for/ magic branch syntax by Shawn Pearce · 12 years ago
  37. 1da7676 Merge "Include name of owner group into GroupInfo" by Shawn Pearce · 12 years ago
  38. 16df275 Merge "Move command description checking in 'if' block" by David Pursehouse · 12 years ago
  39. c6993fb Include name of owner group into GroupInfo by Edwin Kempin · 12 years ago
  40. 30348a5 Move command description checking in 'if' block by Bruce Zu · 12 years ago
  41. 105af8b Remove old Add/RemoveReviewer handlers by Dave Borowitz · 12 years ago
  42. 9bdb1be Merge "Remove SshInfo from email templates and move to sysInjector" by Edwin Kempin · 12 years ago
  43. 107c1bb Remove SshInfo from email templates and move to sysInjector by Dave Borowitz · 12 years ago
  44. 4321cab Merge "Display command description in ssh gerrit --help" by Shawn Pearce · 12 years ago
  45. 88c3263 Provide descriptive message for NoSuchProjectException by Christian Aistleitner · 12 years ago
  46. e51c428 Display command description in ssh gerrit --help by David Ostrovsky · 12 years ago
  47. bf75002 Support to check via REST if a group is owned by the calling user by Edwin Kempin · 12 years ago
  48. f04fc9c Rename 'is_visible_to_all' in GroupOptionsInfo to 'visible_to_all' by Edwin Kempin · 12 years ago
  49. 7c8903b Support changing of group options via REST by Edwin Kempin · 12 years ago
  50. 7a0ba5b Audit support for new RESTFul API. by Luca Milanesio · 12 years ago
  51. a1876ad Move Url utility class to restapi package by Shawn Pearce · 12 years ago
  52. 0a30184 Merge "Avoid loading patch sets multiple times from database in review command" by Shawn Pearce · 12 years ago
  53. ff8c76a Merge "Merge VisibleGroups into ListGroups" by Shawn Pearce · 12 years ago
  54. 3e8754e ls-groups: Print out "n/a" if group name is not set by Edwin Kempin · 12 years ago
  55. 0f55837 Merge VisibleGroups into ListGroups by Edwin Kempin · 12 years ago
  56. 0026dfe Refactor ListGroups: Move code to format output into command class by Edwin Kempin · 12 years ago
  57. 68152ee Avoid loading patch sets multiple times from database in review command by Edwin Kempin · 12 years ago
  58. 64356b2 Merge "Add REST endpoint to add members to a group" by Shawn Pearce · 12 years ago
  59. 9a70169 Add REST endpoint to add members to a group by Edwin Kempin · 12 years ago
  60. 740a217 Fix infinite loops when walking project hierarchy by Shawn Pearce · 12 years ago
  61. 97dbc31 Merge "Allow group includes to be by UUID instead of group ID" by Shawn Pearce · 12 years ago
  62. 2cf207f Allow group includes to be by UUID instead of group ID by Chad Horohoe · 12 years ago
  63. 5948443 Add REST endpoint to retrieve groups by Edwin Kempin · 12 years ago
  64. a65b695 Fix: SSH abandon or restore adds the cover message twice by David Pursehouse · 12 years ago
  65. c13a2fd Fix: cannot apply review labels when restoring a change over SSH by David Pursehouse · 12 years ago
  66. 8462933 Fix compiler warnings about missing switch cases by David Pursehouse · 12 years ago
  67. f1264f4 Suppress Eclipse warning "annotation should not be used as a superinterface" by David Pursehouse · 12 years ago
  68. 2f7bdc1 New option for ls-user-refs: --only-refs-heads by Gustaf Lundh · 12 years ago
  69. bf53a70 New Admin command: ls-user-refs by Gustaf Lundh · 12 years ago
  70. 230343b Use /changes/{id}/revisions/{sha1}/submit to submit changes by Shawn O. Pearce · 12 years ago
  71. 8fb080a For inherited boolean values display the actual value that is inherited by Edwin Kempin · 12 years ago
  72. 117a39b Add REST API for /restore by Brad Larson · 12 years ago
  73. aab01c4 Merge "Update web UI to use /review" by Martin Fick · 12 years ago
  74. 2800344 Merge ""test-submit type" command." by Shawn Pearce · 12 years ago
  75. a14030a Merge "Split test-submit-rule command into "test-submit rule"" by Shawn Pearce · 12 years ago
  76. 2dc6858 Merge "Refactor test-submit-rule, remove duplicated code" by Shawn Pearce · 12 years ago
  77. 8c850ec Update web UI to use /review by Shawn O. Pearce · 12 years ago
  78. 2dbd678 "test-submit type" command. by Sasa Zivkov · 12 years ago
  79. b6cbf23 Split test-submit-rule command into "test-submit rule" by Sasa Zivkov · 12 years ago
  80. ed02d74 Refactor test-submit-rule, remove duplicated code by Sasa Zivkov · 12 years ago
  81. c9c0912 Merge branch 'stable-2.6' by Shawn O. Pearce · 12 years ago
  82. ccedb61 Merge "Register @Listen annotated classes in Http and Ssh modules" into stable-2.6 by Shawn Pearce · 12 years ago
  83. 3d552cc Update ReviewCommand to use new Abandon interface by Brad Larson · 12 years ago
  84. 401440f9 Make ReviewDb available in the server on a per-thread basis by Shawn O. Pearce · 12 years ago
  85. 0185d42 Enable specific AccessPaths based on authentication by Shawn O. Pearce · 12 years ago
  86. 5939e2c Fix NPE when creating project via command line by Brad Larson · 12 years ago
  87. 9ec549c Register @Listen annotated classes in Http and Ssh modules by Dariusz Luksza · 12 years ago
  88. 6738e5f Merge branch 'stable-2.5' by Shawn O. Pearce · 12 years ago
  89. 2462ccb Permit booleans in project.config to be inherited by Shawn O. Pearce · 12 years ago
  90. cb7d0ae Merge "Add org.apache.mina as dependency to pom.xml" into stable-2.5 by Shawn Pearce · 12 years ago
  91. 5605262 Fix OutOfScope exception when auditing ssh auth failure. by Sasa Zivkov · 12 years ago
  92. c7a4683 Add org.apache.mina as dependency to pom.xml by Patrick Gansterer · 12 years ago
  93. 8b5154f Merge branch 'stable-2.5' by Shawn O. Pearce · 12 years ago
  94. 78c2bfd Fix test-submit-rule. by Johan Björk · 12 years ago
  95. ed0488c Merge "Caching of changes" by Shawn Pearce · 12 years ago
  96. 47ce4e3 Caching of changes by Gustaf Lundh · 13 years ago
  97. 2820055 Fix various warnings by Edwin Kempin · 12 years ago
  98. 6fb89cf Add ssh command "test-submit-rule" by Johan Björk · 13 years ago
  99. f9a4e2f Add submit records to query output. by James E. Blair · 13 years ago
  100. 20ae069 Add ssh command "test-submit-rule" by Johan Björk · 13 years ago