1. fe1a913 Fix Incorrect owner group matching behaviour for creating projects by Simon Hwang · 9 years ago
  2. 1713820 Inline edit: Strip trailing blank lines from commit messages by David Pursehouse · 9 years ago
  3. 3dcf53f Fix flaky test that relied on non-stable order of approvals by Edwin Kempin · 9 years ago
  4. 945c23c Use uploader for approvals specified on push, not the committer by Edwin Kempin · 9 years ago
  5. 44a935e ReceiveCommits: Include approvals from magic branch in change message by David Ostrovsky · 9 years ago
  6. 0ec0d19 ListTags: Fix ref in TagInfo for signed/annotated tags by Edwin Kempin · 9 years ago
  7. d7fa6e38 Fix review labels with AnyWithBlock function by Simon Hwang · 9 years ago
  8. 777d3a9 Add an acceptance test for pushing changes with Signed-off-by by David Pursehouse · 9 years ago
  9. 4d13333 PushOneCommit: Fix usage of assertThat by David Pursehouse · 9 years ago
  10. 89caa42 Merge "Add "Uploaded patch set 1" message for the UI changes" into stable-2.11 by David Pursehouse · 9 years ago
  11. dc45ac1 Add "Uploaded patch set 1" message for the UI changes by David Ostrovsky · 9 years ago
  12. d1a1699 Disallow publish change edit when user has not signed CLA by David Ostrovsky · 9 years ago
  13. be91053 Correct file list when comparing patchsets by Hugo Arès · 10 years ago
  14. 1c4a7ff AbstractSubmit, ActionsIT: Disable tests for submitWholeTopic by David Pursehouse · 10 years ago
  15. de34a46 Revert "Use changeRefsById to track existing revisions" by David Ostrovsky · 10 years ago
  16. ebe85a0 Use in-memory Lucene index for a better reviewer suggestion by Saša Živkov · 10 years ago
  17. faa78bf Disable gc_log file for in-memory acceptance tests by Hugo Arès · 10 years ago
  18. 241b7b3 Acceptance-tests: Don't assume UTF-8 system wide encoding by David Ostrovsky · 10 years ago
  19. 5473162 Acceptance tests: Always treat response encoding as UTF-8 by David Ostrovsky · 10 years ago
  20. 6027f13 Add ForcePushIT to acceptance tests by Stefan Beller · 10 years ago
  21. 3b00e18 Add test for pushing new patch set directly by David Pursehouse · 10 years ago
  22. 7273df2 Convert to new AutoCloseable instances coming in JGit 4.0 by Dave Borowitz · 10 years ago
  23. 5f83471 Make LabelTypeIT tests assume copy-score defaults now initialized herein by Marco Miller · 10 years ago
  24. 2b0f02c Add tests for copyAllScoresIfNoChange in LabelTypeIT by Marco Miller · 10 years ago
  25. e954db7 Prevent recursive rebase attempts by Zalan Blenessy · 10 years ago
  26. 99f9f99 Fix force push by Hugo Arès · 10 years ago
  27. 01a3026 Allow plugins to post reviews with historic timestamps by Edwin Kempin · 10 years ago
  28. 7ee9dc1 ReceiveCommits: Fix NPE when pushing to refs/changes/n by David Pursehouse · 10 years ago
  29. 874aed7 Added support for changing parent revision during rebase by Zalan Blenessy · 10 years ago
  30. a5f3a69 Hack SshDaemon to not use SecureRandom during tests by Dave Borowitz · 10 years ago
  31. 04cbd34 Add creation timestamp and uploader to RevisionInfo by Edwin Kempin · 10 years ago
  32. 8cbf929 CherryPick: Keep going in the face of a single merge conflict by Dave Borowitz · 10 years ago
  33. c0af7db CherryPick: Test for submitting a subset of dependent changes by Dave Borowitz · 10 years ago
  34. d07bb339 InlineEdit: Allow to upload change edit with git push by David Ostrovsky · 10 years ago
  35. f1d9cab Fail with 409 if rebase of change edit fails due to conflicts by Edwin Kempin · 10 years ago
  36. 4512bb4 REST API: only advertise submit if it's possible by Stefan Beller · 10 years ago
  37. c725966 Add new REST API call for querying revision actions by Stefan Beller · 10 years ago
  38. f39eb06 Merge "Split the ChangeHooks interface in 2" by Martin Fick · 10 years ago
  39. 6d0ebb8 Fix some warnings raised by CheckStyle by David Pursehouse · 10 years ago
  40. 30c7dac InlineEdit: Fix test for mangling of non-ASCII characters by David Pursehouse · 10 years ago
  41. bef6c3d Split the ChangeHooks interface in 2 by Martin Fick · 10 years ago
  42. b7482d1 Remove unused imports in RevisionIT by David Pursehouse · 10 years ago
  43. 4cb573f Merge "Add acceptance tests for cherry picking a change to the same branch" by Edwin Kempin · 10 years ago
  44. 7d257fe InlineEdit: Test that non-ASCII characters aren't mangled by David Ostrovsky · 10 years ago
  45. b7df4c2 Add acceptance tests for cherry picking a change to the same branch by David Pursehouse · 10 years ago
  46. 62ee316 Add message to change created via cherry pick by David Pursehouse · 10 years ago
  47. cd8e954 Test for expected comment in cherry pick acceptance tests by Orgad Shaneh · 10 years ago
  48. 3695e7e Fix: REST API projects endpoints do not correctly handle '.git' suffix by David Pursehouse · 10 years ago
  49. d13b7f9 CommentsIT: Add coverage of range values and file comments by David Pursehouse · 10 years ago
  50. 6404f30 Add a simple acceptance test for "submit whole topic" by David Pursehouse · 10 years ago
  51. 2105d0b Always return the same message when the draft workflow is disabled by Edwin Kempin · 10 years ago
  52. 6f8beaa Fix: REST API allows to create draft change when drafts are disabled by David Pursehouse · 10 years ago
  53. 02fc027 DraftChangeIT: Also test when allowDrafts=false by David Pursehouse · 10 years ago
  54. af1b10e Add CherryPick tests for out-of-order submission by Dave Borowitz · 10 years ago
  55. 5e996fd Fix usage of assertThat in assertReviewers by David Pursehouse · 10 years ago
  56. c20148c Convert MergeOp to use BatchRefUpdate by Dave Borowitz · 10 years ago
  57. daf0c20 Merge changes from topic 'events' by David Pursehouse · 10 years ago
  58. e61744b Merge changes I47fe2eb9,Ifc6a64eb by Edwin Kempin · 10 years ago
  59. 7a722f7 Extensions GWT API: Align rule with package boundaries by David Ostrovsky · 10 years ago
  60. 4c72aea Add more abstract events to the event hierarchy. by Martin Fick · 10 years ago
  61. 93288f8 Submit whole topic: Only try to submit whole topic if topic is set by David Pursehouse · 10 years ago
  62. 654fcad Merge "Include merge result commit in change-merged stream-event" by David Pursehouse · 10 years ago
  63. ecf13a1 Merge "Fix setting draft status of created changes" by Edwin Kempin · 10 years ago
  64. c692134 Fix setting draft status of created changes by David Pursehouse · 10 years ago
  65. a00c953 InlineEdit: Extend POST changes/<id>/edit endpoint to rename files by David Ostrovsky · 10 years ago
  66. 72f19cf InlineEdit: Add method for renaming files in change edit by David Ostrovsky · 10 years ago
  67. 9686cf2 Include merge result commit in change-merged stream-event by Sven Selberg · 10 years ago
  68. 64a436d Changes API: Add methods to suggest reviewers by Thomas Forrer · 10 years ago
  69. a066f02 Refactor LabelId out of PatchSetApprovals by David Ostrovsky · 10 years ago
  70. f9c88308 Remove ChangeAccess.byKey and byKeyRange by Dave Borowitz · 10 years ago
  71. dfc07f6 Replace most ChangeAccess queries with searches by Dave Borowitz · 10 years ago
  72. 3cbb9d9 Fix all ChangeFields to properly handle null values by Dave Borowitz · 10 years ago
  73. 79d1083 Always enable debug logging during acceptance tests by Dave Borowitz · 10 years ago
  74. 140939e Revision API: Implement comments and drafts by David Ostrovsky · 11 years ago
  75. d52c472 Revision API: Prepare to expose comments and drafts by David Ostrovsky · 11 years ago
  76. e488cab Revision API: Implement methods to access files and diff info by David Ostrovsky · 11 years ago
  77. fb2b36b Remove /type REST API projections by Shawn Pearce · 10 years ago
  78. 38df42f Inline Edit: Acquire content and type in one request by Shawn Pearce · 10 years ago
  79. 4e8e81a Convert remaining acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  80. cf40bc4 Convert groups REST API acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  81. 32afc2d Fix inconsistent error messages in changes REST API by David Pursehouse · 10 years ago
  82. f888a7c Convert changes REST API acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  83. 342c41f Upgrade Google Truth to version 0.25 by David Pursehouse · 10 years ago
  84. b767b0e Organize imports by David Pursehouse · 10 years ago
  85. 2dbe202 Merge changes Id5ac4480,I3e8c60f4,I67cd72ee,Icabaa3a9,Iabdf077a by Shawn Pearce · 10 years ago
  86. d001cf2 Convert account REST API acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  87. c391278 Revert "Allow tests to use hamcrest matchers directly" by David Pursehouse · 10 years ago
  88. 4984e44 Convert ReindexIT to use Google Truth by David Pursehouse · 10 years ago
  89. 6de3652 Convert VisibleRefFilterIT to use Google Truth by David Pursehouse · 10 years ago
  90. 45ff0c3 Convert account REST API acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  91. 7f45768 Convert config REST API acceptance tests to use Google Truth by David Pursehouse · 10 years ago
  92. e7be120 Don't create a new commit when creating an edit by Shawn Pearce · 10 years ago
  93. 186d727 Fix inline edits working on root commits by Shawn Pearce · 10 years ago
  94. 25ad15e Use dedicated endpoint for commit message retrieval for revisions by David Ostrovsky · 10 years ago
  95. 91b811b ChangeEditIT: Make use of assertThat(...).isNotEqualTo(...) by Edwin Kempin · 10 years ago
  96. b683814 Fix compilation failure in acceptance tests by David Pursehouse · 10 years ago
  97. 29993f3 ChangeEditIT: Test for copyAllScoresIfNoCodeChange by Dave Borowitz · 10 years ago
  98. 1112edf Merge changes from topic 'inline-3' by David Pursehouse · 10 years ago
  99. ee11d85 Merge changes from topic 'check' by Dave Borowitz · 10 years ago
  100. 3be39d0 Support fixing corrupt changes in ConsistencyChecker by Dave Borowitz · 10 years ago