1. 8b42ec5 Turn on many more Eclipse warnings, and fix them by Dave Borowitz · 10 years ago
  2. 2e82f2f Remove unused import by Hugo Arès · 10 years ago
  3. 7947b01 Merge "Add regression test for UniversalGroupBackend" by Edwin Kempin · 10 years ago
  4. e994694 Merge "Move the responsibility to check for project ownership to ProjectControl" by Edwin Kempin · 10 years ago
  5. 3387145 Merge "Include new changes in total count of batch pushed changes" by Edwin Kempin · 10 years ago
  6. 3c42ea2 Include new changes in total count of batch pushed changes by Bruce Zu · 10 years ago
  7. 089a1e6 Merge changes Icbe42286,I26cbcf8a,I3f686c7c by David Pursehouse · 10 years ago
  8. e7f3f0a Make handling of web links consistent by Sven Selberg · 10 years ago
  9. effb2b9 ChangeUtil: Perform some code clean ups by David Ostrovsky · 10 years ago
  10. cc7c1c1 Refactor: Extract group list manipulation by Adrian Görler · 10 years ago
  11. d3f5711 Change commit message: Optimize by not re-reading the change by David Ostrovsky · 10 years ago
  12. fa90d87 Drafts: Optimize deletion by not re-reading the changes by David Ostrovsky · 10 years ago
  13. bbe5b13 Merge changes I2a9df574,Ia95458e8 by Dave Borowitz · 10 years ago
  14. 4f090ec Reindex unconditionally in MergeabilityChecker, not in Mergeable by David Ostrovsky · 10 years ago
  15. fa5fd56 ChangeControl: Optimize creation by not re-reading changes by David Ostrovsky · 10 years ago
  16. 31b594d Merge "Provide the correct rev for inline edits to FileWebLink" by Edwin Kempin · 10 years ago
  17. b0890ef Provide the correct rev for inline edits to FileWebLink by Edwin Kempin · 10 years ago
  18. 78f2d7a Add regression test for UniversalGroupBackend by Adrian Görler · 11 years ago
  19. f06e9e2 Move the responsibility to check for project ownership to ProjectControl by Adrian Görler · 11 years ago
  20. 76623a1 Merge changes If8296539,Id907cc10 by David Pursehouse · 10 years ago
  21. 4b8969c Merge changes I2d14c8cc,Iec21c017 by David Pursehouse · 10 years ago
  22. 8897d1c Merge "Add abstract methods to the ChangeEvent hierarchy" by David Pursehouse · 10 years ago
  23. 5545867 MergeOp: Fix long lines by Dave Borowitz · 10 years ago
  24. 9fc79ae MergeOp: Don't get all refs when just refs/heads/* will do by Dave Borowitz · 10 years ago
  25. 0c187bb MergeOp: Reorganize constructor and members by Dave Borowitz · 10 years ago
  26. cf57cbd MergeOp: Remove unnecessary "final"s by Dave Borowitz · 10 years ago
  27. 6457b00 Add copious debug logging to MergeOp by Dave Borowitz · 10 years ago
  28. e172f77 Add abstract methods to the ChangeEvent hierarchy by Dave Borowitz · 10 years ago
  29. a85e64d Let WebLink alter image and name depending on what it links from. by Sven Selberg · 11 years ago
  30. 2f5ccac Organize imports in Eclipse by Dave Borowitz · 10 years ago
  31. 1e6d91e CodeReviewCommit: Fix javadoc warning by Dave Borowitz · 10 years ago
  32. 5239bdd Merge changes from topic 'submit-rule-evaluator' by Dave Borowitz · 10 years ago
  33. 0e7f576 Disallow current_user/1 predicate in submit type rules by Dave Borowitz · 10 years ago
  34. 6f2f547 Use SubmitRuleEvaluator to get submit type from Mergeable by Dave Borowitz · 10 years ago
  35. c16b4a6 Remove ChangeControl.getSubmitTypeRecord methods by Dave Borowitz · 10 years ago
  36. 6289b6a8 ChangeJson: Remove unused ChangeControl arg from submitRecords by Dave Borowitz · 10 years ago
  37. bfe384b Remove ChangeControl.canSubmit(...) methods by Dave Borowitz · 10 years ago
  38. ff59301 Avoid throwing OrmException from SubmitRuleEvaluator methods by Dave Borowitz · 10 years ago
  39. ba4243c Move boolean args from canSubmit to SubmitRuleEvaluator by Dave Borowitz · 10 years ago
  40. 7ebb55d Move conversion to SubmitTypeRecords into SubmitRuleEvaluator by Dave Borowitz · 10 years ago
  41. 02e647b Move conversion to SubmitRecords into SubmitRuleEvaluator by Dave Borowitz · 10 years ago
  42. 75bde8c Merge "Move file web_links into the meta_a, meta_b headers" by Edwin Kempin · 10 years ago
  43. ece11b7 Merge "Avoid empty web_links element inside of RevisionInfo" by Edwin Kempin · 10 years ago
  44. c978cb4 Merge "Add hashCode method on LabelVote and PatchLineComment classes" by Shawn Pearce · 10 years ago
  45. b62414c Move file web_links into the meta_a, meta_b headers by Shawn Pearce · 10 years ago
  46. 2ae832e Avoid empty web_links element inside of RevisionInfo by Shawn Pearce · 10 years ago
  47. 79b7aa1 Merge branch 'stable-2.10' by Shawn Pearce · 10 years ago
  48. b1502ef Merge branch 'stable-2.9' into stable-2.10 by Shawn Pearce · 10 years ago
  49. dc4a369 Add hashCode method on LabelVote and PatchLineComment classes by David Pursehouse · 10 years ago
  50. 5498c4c Merge changes from topic 'rc-cleanup' by Shawn Pearce · 10 years ago
  51. df3e515 Use refsByChange Multimap to build changeRefsById in ReceiveCommits by Shawn Pearce · 10 years ago
  52. f07f0e6 Lazily load the changes byKey map in autoCloseChanges by Shawn Pearce · 10 years ago
  53. 792f8c1 Simplify autoCloseCommits() handling of exact SHA-1 matches by Shawn Pearce · 10 years ago
  54. 835c3f9 Fix compilaion error by David Ostrovsky · 10 years ago
  55. 1585662 Add pagination options to ListBranches REST API by Hugo Arès · 10 years ago
  56. 3133b4b Add filtering options to ListBranches REST API by Hugo Arès · 10 years ago
  57. d7494ad Fix NPE in auto-detection of SSH module of plugin by Adrian Görler · 10 years ago
  58. 16e38d5 Fix IncludingGroupMembership.containsAnyOf infinite loop by Hugo Arès · 11 years ago
  59. c2535f6 Cache reused values in autoCloseChanges by Shawn Pearce · 10 years ago
  60. 511cb0d Simplify parseBody call when looking at changes to close by Shawn Pearce · 10 years ago
  61. 0abc219 Refactor auto close change filtering in ReceiveCommits by Shawn Pearce · 10 years ago
  62. 5e5544e Provide a useful body when revision parsing is ambiguous by Dave Borowitz · 10 years ago
  63. fc43b7e Use current time for cherry picked commits by Shawn Pearce · 10 years ago
  64. abbc5ad Merge "Allow to provide custom CSS to MarkdownFormatter" by Edwin Kempin · 10 years ago
  65. 47f4870 Allow to provide custom CSS to MarkdownFormatter by Edwin Kempin · 10 years ago
  66. fe81325 SubmitRuleEvaluator: Check state in getSubmitRule() by Dave Borowitz · 10 years ago
  67. a30b945 Refactor SubmitRuleEvaluator to reduce confusing arguments by Dave Borowitz · 10 years ago
  68. 77ac934 Construct ChangeDatas with ChangeControls in REST handlers by Dave Borowitz · 10 years ago
  69. ad060ec Fix suggest reviewers when requested without limit option by Urs Wolfer · 11 years ago
  70. 7595f68 Decouple deletion of change edits from deletion of file in edit by David Ostrovsky · 10 years ago
  71. bb04b0d Return '404 Not Found' on delete of a non-existing change edit by Edwin Kempin · 10 years ago
  72. e3a8223 Fix deletion of change edits by Edwin Kempin · 10 years ago
  73. 7f51d25 Revert "CM3: Add reStructuredText mode" by Dave Borowitz · 10 years ago
  74. 93733b6 Give full names to 'r' and 'l' options on magic branch input by David Pursehouse · 10 years ago
  75. dd5ddc2 Merge "Consistently use com.google.inject.Inject instead of javax.inject.Inject" by Dave Borowitz · 10 years ago
  76. 839650e CodeReviewCommit: Add a static method to create a RevWalk by Dave Borowitz · 10 years ago
  77. 4c02f6b Consistently use com.google.inject.Inject instead of javax.inject.Inject by David Ostrovsky · 10 years ago
  78. 8dc720e Move TimeUtil from gerrit-server to gerrit-common by David Ostrovsky · 10 years ago
  79. c055d46 Close security hole allowing normal user to become admin by David Ostrovsky · 11 years ago
  80. 29c7028 Downgrade JUnit to 4.10 by Shawn Pearce · 10 years ago
  81. a19dbb5 Cleanup test of ScheduleConfig by Shawn Pearce · 10 years ago
  82. 8aeece5 Merge "Introduce ref operation validation" by David Pursehouse · 10 years ago
  83. 6fd218d Introduce ref operation validation by Jacek Centkowski · 11 years ago
  84. 5766bc0 Pass ChangeControl into CodeReviewCommit error instances by Dave Borowitz · 11 years ago
  85. 002b9ee Avoid CodeReviewCommit.error() whenever possible by Dave Borowitz · 11 years ago
  86. 6914a83 Removing redundant class WeblinksProvider by Sven Selberg · 10 years ago
  87. ea133c7 Merge "Support adding hashtags to changes via git push" by David Pursehouse · 10 years ago
  88. 1c48a7e Revert "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  89. 27543f9 Merge "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  90. 242673d Merge changes from topic 'hashtags' by David Pursehouse · 10 years ago
  91. 5d821bb Merge "Organize imports in Eclipse" by David Pursehouse · 10 years ago
  92. 775f4db Support adding hashtags to changes via git push by David Pursehouse · 11 years ago
  93. 70fabc8 Add getHashtags method on the change API by David Pursehouse · 11 years ago
  94. 8561f90 Remove unused injected IdentifiedUser from ChangeUpdate constructor by David Pursehouse · 11 years ago
  95. 5db3bba Use javax.inject.Inject instead of com.google.inject.Inject by Dave Borowitz · 10 years ago
  96. ca4851422 Organize imports in Eclipse by Dave Borowitz · 10 years ago
  97. cf9bce2 Remove the generateHttpPassword capability by Khai Do · 11 years ago
  98. a3e4722 Allow Hashtags searches prefixed with "#". by Gustaf Lundh · 11 years ago
  99. 4353dbb Add query tests for hashtag: operator by Dave Borowitz · 11 years ago
  100. 092cd6e Strip leading #'s from hashtags in POST input by David Pursehouse · 11 years ago