1. 6eb0ad0 Yay, let's organize imports again by David Pursehouse · 10 years ago
  2. 3efed75 Use java.util.Objects instead of com.google.common.base.Objects by Edwin Kempin · 10 years ago
  3. b3a96b5 Merge changes I7599c611,I68895ad4,I6f16a458,I776f5fb9 by Shawn Pearce · 10 years ago
  4. 4e51f0a Revisions: Clarify lookup logic by Shawn Pearce · 10 years ago
  5. 6f884c7 Tidy up hooks configuration documentation by David Pursehouse · 10 years ago
  6. 05588e5 Fix broken formatting in installCommitMsgHookCommand documentation by David Pursehouse · 10 years ago
  7. 04c4f09 Restrict /changes/{id}/revisions/{commit} one change by Shawn Pearce · 10 years ago
  8. b2c3305 Document the steps to update the CodeMirror release zip file by David Pursehouse · 10 years ago
  9. abf6fe4 Update 2.11 release notes by David Pursehouse · 10 years ago
  10. 817c2ab Merge "Set line length to 72 for commit messages" by Shawn Pearce · 10 years ago
  11. 2bf8158 Set line length to 72 for commit messages by Shawn Pearce · 10 years ago
  12. 5778781 Merge changes from topic 'new-features' by Shawn Pearce · 10 years ago
  13. c145f97 Fix reviewer suggestions when suggestFrom > 0 by Shawn Pearce · 10 years ago
  14. c7238e4 Simplify logic controlling legacy ID column in search results by Shawn Pearce · 10 years ago
  15. 9ed3450 Remove gerrit.enableNewFeatures by Shawn Pearce · 10 years ago
  16. 2826185 Merge "Update the 2.11 release notes" by Shawn Pearce · 10 years ago
  17. c2a79b5 Merge "Drop left over SQL indexes that prevent removal of sortkey" by Shawn Pearce · 10 years ago
  18. 53c7577 Merge changes from topic 'inline-4' by Shawn Pearce · 10 years ago
  19. 8ca03a6 Inline Edit: Suggest paths to add by Shawn Pearce · 10 years ago
  20. a368744 ChangeScreen2: Fix double error glass when disconnected by Shawn Pearce · 10 years ago
  21. 25fa2bc Inline Edit: Display cursor position in bottom left by Shawn Pearce · 10 years ago
  22. 25d328b Inline Edit: Cleanup client utility API by Shawn Pearce · 10 years ago
  23. fb2b36b Remove /type REST API projections by Shawn Pearce · 10 years ago
  24. 38df42f Inline Edit: Acquire content and type in one request by Shawn Pearce · 10 years ago
  25. 1535971 Return to normal mode after saving an inline comment by Dave Borowitz · 10 years ago
  26. ebc1ea90 Inline Edit: Honor project specific MIME types by Shawn Pearce · 10 years ago
  27. 1f2b130 Drop left over SQL indexes that prevent removal of sortkey by David Ostrovsky · 10 years ago
  28. 56bf1cb Make Content-Type examples consistent with actual server output by David Pursehouse · 10 years ago
  29. 84cc73c Merge "Merge branch 'stable-2.10'" by Shawn Pearce · 10 years ago
  30. f928844 Merge changes Ie3388e00,I445552d5 by David Pursehouse · 10 years ago
  31. b02febf Merge changes from topic 'inline-4' by David Pursehouse · 10 years ago
  32. b5e04f2 Inline Edit: Bind Ctrl/Cmd-S to save by Shawn Pearce · 10 years ago
  33. ee741ce Update cookbook plugin to latest revision by David Pursehouse · 10 years ago
  34. a19df13 Organize imports by David Pursehouse · 10 years ago
  35. 81aa902 Inline Edit: Confirm discard of edits by Shawn Pearce · 10 years ago
  36. 7a96082 Inline Edit: Honor diff preferences like SideBySide2 by Shawn Pearce · 10 years ago
  37. 8fd5d7e Refactor common SideBySide2 CSS for CodeMirror by Shawn Pearce · 10 years ago
  38. e28df05 Merge branch 'stable-2.10' by David Pursehouse · 10 years ago
  39. 03dcbae Inline Edit: Set content during editor creation by Shawn Pearce · 10 years ago
  40. 520eec0 Inline Edit: Correctly handle browser resizing by Shawn Pearce · 10 years ago
  41. 0139d6c Merge "Stop creating the entire SchemaVersion chain at runtime" by Shawn Pearce · 10 years ago
  42. 4ef96ed Merge changes I05a976fa,I1ab25e0a,I1ee8ea3f,I43fecd29,I5abc21eb by Shawn Pearce · 10 years ago
  43. c4377cd Stop creating the entire SchemaVersion chain at runtime by Shawn Pearce · 10 years ago
  44. a66c005 Defer failure in CallbackGroup until all are completed by Shawn Pearce · 10 years ago
  45. 3b81a03 CodeMirror: Ensure both CSS and JavaScript are loaded by Shawn Pearce · 10 years ago
  46. d6097bf CallbackGroup: use addEmpty() to setup a null callback by Shawn Pearce · 10 years ago
  47. 5ba47eb ChangeScreen2: Preload CodeMirror CSS and JS by Shawn Pearce · 10 years ago
  48. c0388cf Split GWT download of SideBySide1 from SideBySide2 by Shawn Pearce · 10 years ago
  49. 29dfd2e Merge changes from topic 'query-refactor' by Dave Borowitz · 10 years ago
  50. 4c3b7c5 Merge "Buck: Cleanup dependencies in CM integration code" by Shawn Pearce · 10 years ago
  51. aed73f8 Remove ChangeQueryBuilder dependency from InternalChangeQuery by Dave Borowitz · 10 years ago
  52. cc2e4e5 Move query parsing out of QueryProcessor by Dave Borowitz · 10 years ago
  53. 5d4a3ae QueryProcessor: Optionally skip visibility check by Dave Borowitz · 10 years ago
  54. 9685a62 Move common intra-Gerrit change queries to their own class by Dave Borowitz · 10 years ago
  55. 0669078 ChangeQueryBuilder: Always get user lazily from Arguments by Dave Borowitz · 10 years ago
  56. b9378a4 Fix warnings due to method signature drift by Dave Borowitz · 10 years ago
  57. eb430c4 Buck: Cleanup dependencies in CM integration code by David Ostrovsky · 10 years ago
  58. bd70bdb Merge changes from topic 'cm4' by Shawn Pearce · 10 years ago
  59. 57c239c SideBySide2: Highlight search results on scrollbar by Shawn Pearce · 10 years ago
  60. 0cc1f055 SideBySide2: Fix wrong mode selection after JS loading by Shawn Pearce · 10 years ago
  61. a2346d1 Dynamically load CodeMirror themes by Shawn Pearce · 10 years ago
  62. 3a52ced Simplify CodeMirror build by splitting out addons by Shawn Pearce · 10 years ago
  63. b9b931a Fallback language detection with meta.js extensions by Shawn Pearce · 10 years ago
  64. d26bd54 Add webLink support for commit parents in change screen by Sven Selberg · 10 years ago
  65. b4599ed Merge "ChangeScreen2: Don't open file while saving topic update" by Edwin Kempin · 10 years ago
  66. b502d03 ChangeScreen2: Don't open file while saving topic update by Shawn Pearce · 10 years ago
  67. 3ff0f30 Merge "Inline Edit: Cleanup header above editor" by Edwin Kempin · 10 years ago
  68. ca710e8 Inline Edit: Cleanup header above editor by Shawn Pearce · 10 years ago
  69. 5f46550 Update JGit to 3.6.0.201412230720-r by Matthias Sohn · 10 years ago
  70. 7a0a806 Merge "Inline Edit: Format path with project name and bold file" by Edwin Kempin · 10 years ago
  71. 9278518 Merge "Inline Edit: Set window title to include file name" by Edwin Kempin · 10 years ago
  72. 20ea641 Merge "Inline Edit: Respect hideTopMenu user preference" by Edwin Kempin · 10 years ago
  73. 95c9c18 Merge "Reduce REST API calls from ProjectListPopup" by Edwin Kempin · 10 years ago
  74. da5cddc5 Merge "Treat the search box oracle as a remote oracle" by Edwin Kempin · 10 years ago
  75. cd4a755 Merge "Refactor remote suggest box handling to RemoteSuggestBox" by Edwin Kempin · 10 years ago
  76. 50bd7b0 Merge "Fix accidental reviewer selection on slow networks" by Edwin Kempin · 10 years ago
  77. 9353d53 Merge "Rewrite remote oracle wrapper to reduce requests" by Edwin Kempin · 10 years ago
  78. b57a69f Merge "Cleanup SuggestReviewers" by Edwin Kempin · 10 years ago
  79. 235e8c6d Merge "Only cache active accounts for reviewer suggestions" by Edwin Kempin · 10 years ago
  80. 55cfca4 Merge "Make missing accounts inactive by default" by Edwin Kempin · 10 years ago
  81. a345a14 Merge "Move CS1 to REST API for reviewer suggestions" by Edwin Kempin · 10 years ago
  82. 564230f Merge "Move account suggestion to REST API" by Edwin Kempin · 10 years ago
  83. 08cc176 Merge "Use RestApi.background() for project suggestions" by Edwin Kempin · 10 years ago
  84. 8876b3f Reduce REST API calls from ProjectListPopup by Shawn Pearce · 10 years ago
  85. 2ace2d1 Treat the search box oracle as a remote oracle by Shawn Pearce · 10 years ago
  86. 74660eb Refactor remote suggest box handling to RemoteSuggestBox by Shawn Pearce · 10 years ago
  87. daf55b5 Fix accidental reviewer selection on slow networks by Shawn Pearce · 10 years ago
  88. 59a19ad Rewrite remote oracle wrapper to reduce requests by Shawn Pearce · 10 years ago
  89. 7b4cd6f Cleanup SuggestReviewers by Shawn Pearce · 10 years ago
  90. 86f0aae Only cache active accounts for reviewer suggestions by Shawn Pearce · 10 years ago
  91. 633ad26 Make missing accounts inactive by default by Shawn Pearce · 10 years ago
  92. b47da24 Move CS1 to REST API for reviewer suggestions by Shawn Pearce · 10 years ago
  93. 3f4fe61 Move account suggestion to REST API by Shawn Pearce · 10 years ago
  94. 4f3b246 Use RestApi.background() for project suggestions by Shawn Pearce · 10 years ago
  95. 3b8a9a7 Merge "Fix GroupListScreen to not extend AccountScreen" by Edwin Kempin · 10 years ago
  96. fb5b78a Merge "Reduce REST API calls on GroupListScreen" by Edwin Kempin · 10 years ago
  97. f7277e8 Merge "Reduce REST API calls on ProjectListScreen" by Edwin Kempin · 10 years ago
  98. 5dd146a Inline Edit: Format path with project name and bold file by Shawn Pearce · 10 years ago
  99. 0704867 Inline Edit: Set window title to include file name by Shawn Pearce · 10 years ago
  100. 2646d40 Inline Edit: Respect hideTopMenu user preference by Shawn Pearce · 10 years ago