1. 28a21de Make SchemaVersion#guessVersion(Class) public again by Edwin Kempin · 10 years ago
  2. 67eed04 Merge "Add retry logic for lock failure when deleting a branch" by Edwin Kempin · 10 years ago
  3. 7936d2f Merge "Do not delete branches concurrently." by Edwin Kempin · 10 years ago
  4. 1c0ad3d Merge "Add message to change created via cherry pick" by Edwin Kempin · 10 years ago
  5. 3ec69e5 Merge "Refactor adding message to source change in cherry pick" by Edwin Kempin · 10 years ago
  6. 36cc4c3 Merge "RFC: Enable Eclipse warning about fall-through cases in switch statements" by Shawn Pearce · 10 years ago
  7. 9adecb8 Merge "Remove uneeded variable assignment" by Shawn Pearce · 10 years ago
  8. b6a0ab0 Merge changes from topic 'coverity_scan' by Shawn Pearce · 10 years ago
  9. bc379e3 Merge "ChangeScreen: Allow to disable muting of common paths in file table" by Shawn Pearce · 10 years ago
  10. a9dd4b7 Remove uneeded variable assignment by Hugo Arès · 10 years ago
  11. 648819a Extract ChangeModifiedException out of PatchSetInserter to its own file by David Pursehouse · 10 years ago
  12. 62ee316 Add message to change created via cherry pick by David Pursehouse · 10 years ago
  13. 7adaa2c Refactor adding message to source change in cherry pick by David Pursehouse · 10 years ago
  14. a72ff87 Fix a resource leak by Stefan Beller · 10 years ago
  15. 9fdf1d4 Fix possible data race condition by Stefan Beller · 10 years ago
  16. 3695e7e Fix: REST API projects endpoints do not correctly handle '.git' suffix by David Pursehouse · 10 years ago
  17. 3644469 Merge "CommentsIT: Add coverage of range values and file comments" by Edwin Kempin · 10 years ago
  18. ce934c5 Merge "Fix comment range parsing for file comments in notedb" by Edwin Kempin · 10 years ago
  19. 27b1281 Use StringBuilder instead of concatenation in SubmoduleOp by David Pursehouse · 10 years ago
  20. 9bbffa7 RFC: Enable Eclipse warning about fall-through cases in switch statements by David Pursehouse · 10 years ago
  21. d13b7f9 CommentsIT: Add coverage of range values and file comments by David Pursehouse · 10 years ago
  22. b28b27b Fix comment range parsing for file comments in notedb by David Pursehouse · 10 years ago
  23. 751441f ChangeScreen: Allow to disable muting of common paths in file table by David Pursehouse · 10 years ago
  24. 2105d0b Always return the same message when the draft workflow is disabled by Edwin Kempin · 10 years ago
  25. a9692dc Return '405 Method Not Allowed' from delete draft endpoints by David Pursehouse · 10 years ago
  26. 8431b55 Merge "Fix: REST API allows to create draft change when drafts are disabled" by David Pursehouse · 10 years ago
  27. 6f8beaa Fix: REST API allows to create draft change when drafts are disabled by David Pursehouse · 10 years ago
  28. 4d6478a Fix compilation broken by 875fc8e8 by Dave Borowitz · 10 years ago
  29. 875fc8e Revert changes to MergeOp to batch object inserts and ref updates by Dave Borowitz · 10 years ago
  30. df99e12 Allow to publish draft patch sets even when `allowDrafts` is false by David Pursehouse · 10 years ago
  31. ad84028 Merge "Improve LDAP login times, transfer 40x less data." by Shawn Pearce · 10 years ago
  32. 00a0f1e MergeOp: Debug log in openBranch and validateChangeList by Dave Borowitz · 10 years ago
  33. 3ca14ac MergeOp: Reload changes and double-check submitted status by Dave Borowitz · 10 years ago
  34. 0a8741d MergeOp: Use Objects.equals when comparing branch tip by Dave Borowitz · 10 years ago
  35. c5a971e MergeOp: Include full BatchRefUpdate in update failure exception by Dave Borowitz · 10 years ago
  36. f1c813a Improve LDAP login times, transfer 40x less data. by Saša Živkov · 10 years ago
  37. 2f79f56 Clean up MergeException by Dave Borowitz · 10 years ago
  38. 5e5bfa0 Add retry logic for lock failure when deleting a branch by Hugo Arès · 10 years ago
  39. ef8e320 Do not delete branches concurrently. by Hugo Arès · 10 years ago
  40. 49d01b9 Submit: use equals instead of != on Account.Ids by Dave Borowitz · 10 years ago
  41. c20148c Convert MergeOp to use BatchRefUpdate by Dave Borowitz · 10 years ago
  42. b67addf Merge branch 'stable-2.10' by Saša Živkov · 10 years ago
  43. cb41013 Drop broken Schema migrations by Saša Živkov · 10 years ago
  44. daf0c20 Merge changes from topic 'events' by David Pursehouse · 10 years ago
  45. 426f6d0 Merge "InlineEdit: Add support for diff web links" by Edwin Kempin · 10 years ago
  46. 9ea9c11 InlineEdit: Add support for diff web links by David Ostrovsky · 10 years ago
  47. 5c2728c Merge "Reduce number of LDAP queries when having multiple accountBases" by Edwin Kempin · 10 years ago
  48. 4723ce3 Merge "Submit whole topic: Only consider open changes" by Edwin Kempin · 10 years ago
  49. e61744b Merge changes I47fe2eb9,Ifc6a64eb by Edwin Kempin · 10 years ago
  50. 7a722f7 Extensions GWT API: Align rule with package boundaries by David Ostrovsky · 10 years ago
  51. 6b0ee98 InlineEdit: Fix rendering edits in unified diff screen by David Ostrovsky · 10 years ago
  52. 4c72aea Add more abstract events to the event hierarchy. by Martin Fick · 10 years ago
  53. 05dab6f Submit whole topic: Only consider open changes by Stefan Beller · 10 years ago
  54. 96cfc19 Submit whole topic: Fix NPE in change screen when topic is not set by David Pursehouse · 10 years ago
  55. 93288f8 Submit whole topic: Only try to submit whole topic if topic is set by David Pursehouse · 10 years ago
  56. 5dea1c0 Defer object flushing when merging by Dave Borowitz · 12 years ago
  57. 8a8c753 Merge changes from topic 'auto-value' by David Pursehouse · 10 years ago
  58. a2b7358 Add ChangeCache implementation to scan changes from git by Dave Borowitz · 10 years ago
  59. eba2661 Convert some value classes to AutoValue by Dave Borowitz · 10 years ago
  60. be09512d Fix NPE when writing reflog for refs/meta/config changes by David Pursehouse · 10 years ago
  61. 1dee726 Merge "Write reflog for refs/meta/config changes" by Saša Živkov · 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. fa0a744 Merge "InlineEdit: Extend POST changes/<id>/edit endpoint to rename files" by Edwin Kempin · 10 years ago
  65. c692134 Fix setting draft status of created changes by David Pursehouse · 10 years ago
  66. 447f723 Merge "Remove unnecessary 'final' modifiers in AccountManager" by Edwin Kempin · 10 years ago
  67. 1bf7026 Organize imports by David Pursehouse · 10 years ago
  68. d79f494 Remove deprecated "/message" endpoint by David Pursehouse · 10 years ago
  69. 91a3025 Rename Publish to PublishDraftPatchSet by David Pursehouse · 10 years ago
  70. de176c3 Rename comment-related classes to reduce confusion by David Pursehouse · 10 years ago
  71. a00c953 InlineEdit: Extend POST changes/<id>/edit endpoint to rename files by David Ostrovsky · 10 years ago
  72. b9d81d9 Remove unnecessary 'final' modifiers in AccountManager by David Pursehouse · 10 years ago
  73. 2d142b1 Fix exception handling when trying to parse an edit as anonymous user by Edwin Kempin · 10 years ago
  74. 1ad63ef Submit the whole topic if atomic topics is enabled by Stefan Beller · 10 years ago
  75. ec65f84 Change label and tooltip of submit button if submitting atomic topics by Stefan Beller · 10 years ago
  76. 126c225 Reduce number of LDAP queries when having multiple accountBases by Saša Živkov · 10 years ago
  77. 5b5cad6 Write reflog for refs/meta/config changes by Edwin Kempin · 10 years ago
  78. 72f19cf InlineEdit: Add method for renaming files in change edit by David Ostrovsky · 10 years ago
  79. 0df53ff Make IndexConfig an @AutoValue by Dave Borowitz · 10 years ago
  80. b4de292 Add index configuration to specify maximum possible limit by Dave Borowitz · 10 years ago
  81. 9686cf2 Include merge result commit in change-merged stream-event by Sven Selberg · 10 years ago
  82. 959aec4 Remove unused imports by Edwin Kempin · 10 years ago
  83. e216199 Merge "Fix LDAP connection pool configuration." by Edwin Kempin · 10 years ago
  84. 68e7fe6 Merge "Honor ldap.connectTimeout also without connection pooling" by Edwin Kempin · 10 years ago
  85. 5049f51 Fix LDAP connection pool configuration. by Saša Živkov · 10 years ago
  86. 303701a Honor ldap.connectTimeout also without connection pooling by Saša Živkov · 10 years ago
  87. 64a436d Changes API: Add methods to suggest reviewers by Thomas Forrer · 11 years ago
  88. a066f02 Refactor LabelId out of PatchSetApprovals by David Ostrovsky · 10 years ago
  89. abc1296 Make "My Drafts" limited to own drafts by David Pursehouse · 10 years ago
  90. 6d3411f Make merge failure error messages consistent by David Pursehouse · 10 years ago
  91. e4e8315 Remove leftover Change indexes and open field by Dave Borowitz · 10 years ago
  92. f9c88308 Remove ChangeAccess.byKey and byKeyRange by Dave Borowitz · 10 years ago
  93. dfc07f6 Replace most ChangeAccess queries with searches by Dave Borowitz · 10 years ago
  94. 3cbb9d9 Fix all ChangeFields to properly handle null values by Dave Borowitz · 10 years ago
  95. d0a27b4 Move submission to database to its own private function by Stefan Beller · 10 years ago
  96. 36934dc Remove old change screen by David Ostrovsky · 12 years ago
  97. c09bad2 Remove unused imports and unused Provider<ReviewDb> by David Pursehouse · 10 years ago
  98. fd65719 Merge changes from topic 'cleanup' by Dave Borowitz · 10 years ago
  99. 53a5ccd Kill ChangeControl.Factory by Stefan Beller · 10 years ago
  100. f3cf8da QueryProcessor: Don't overflow limit by Dave Borowitz · 10 years ago