- efcd316 Fix stale dates in committer field by Shawn Pearce · 11 years ago
- 85a8f99 Merge "Remove redundant 'Prev' and 'Next' string constants" by Shawn Pearce · 11 years ago
- 7f8addc Reduce number of valid NotesMigration permutations by Dave Borowitz · 11 years ago
- 05a46d1 Support writing notedb data into a separate set of repositories by Dave Borowitz · 11 years ago
- b94f9ab Remove redundant 'Prev' and 'Next' string constants by David Pursehouse · 11 years ago
- 709a173 Merge "Update plugins to latest revisions" by David Pursehouse · 11 years ago
- 34852bf Update plugins to latest revisions by David Pursehouse · 11 years ago
- 33e391d Organize ALL the imports by Dave Borowitz · 11 years ago
- b173424 Remove unused import of ModuleGenerator in HttpPluginModule by David Pursehouse · 11 years ago
- a57f6c6 Fix JavaDoc warning by David Ostrovsky · 11 years ago
- 554947c ChangeDraftUpdate Don't eagerly read draft notes by Dave Borowitz · 11 years ago
- 0d9ad2c Don't leak RevFlags from IncludedInResolver by Dave Borowitz · 11 years ago
- 26ad4c9 Fix comparison of IdentifiedUser to Account.Id by David Pursehouse · 11 years ago
- 0928ce0 Merge "Modify account command: Add option to set preferred email" by David Pursehouse · 11 years ago
- 635160f Modify account command: Add option to set preferred email by Khai Do · 11 years ago
- 5452596 SSH: Inherit some commands from SshCommand by David Ostrovsky · 11 years ago
- 16cba29 Merge "VisibleRefFilterIT: Add tests for tag visibility" by Shawn Pearce · 11 years ago
- 8d531d8 VisibleRefFilterIT: Add tests for tag visibility by Dave Borowitz · 11 years ago
- 5cbc902 Merge "SSH: Inherit some commands from SshCommand" by David Pursehouse · 11 years ago
- 31b856d0 Merge "Auto register static/init.js as JavaScript plugin" by Dave Borowitz · 11 years ago
- dd97540 Remove unused import of NoSuchChangeException in ChangeEdits by David Pursehouse · 11 years ago
- 61d491b Merge branch 'stable-2.10' by David Pursehouse · 11 years ago
- f721eb5 Auto register static/init.js as JavaScript plugin by Luca Milanesio · 11 years ago
- 6480221 Merge "Add PatchLineComments to RebuildNotedb" by Dave Borowitz · 11 years ago
- 97aecab Merge topic 'inline-3' by Dave Borowitz · 11 years ago
- 5d98e34 InlineEdit: Allow to list files in change edit by David Ostrovsky · 11 years ago
- 8e75f50 InlineEdit: Add DELETE /changes/<id>/edit REST endpoint by David Ostrovsky · 11 years ago
- 46999d2 InlineEdit: Add POST /changes/<id>/rebase_edit REST endpoint by David Ostrovsky · 11 years ago
- e9988f9 InlineEdit: Add POST /changes/<id>/publish_edit REST endpoint by David Ostrovsky · 11 years ago
- fd6c175 InlineEdit: Add GET /changes/<id>/edit/path%2fto%2ffile REST endpoint by David Ostrovsky · 11 years ago
- 2830c29 InlineEdit: Add DELETE /changes/<id>/edit/path%2fto%2ffile REST endpoint by David Ostrovsky · 11 years ago
- 138edb4 InlineEdit: Add POST /changes/<id>/edit REST endpoint by David Ostrovsky · 11 years ago
- a5ab829 InlineEdit: Add PUT /changes/<id>/edit/path%2fto%2ffile REST endpoint by David Ostrovsky · 11 years ago
- 1a49f62 InlineEdit: Add GET /changes/<id>/edit REST endpoint by David Ostrovsky · 11 years ago
- 8541ecd Merge topic 'inline-3' by Dave Borowitz · 11 years ago
- 60bca74 Fix isMergedIntoVisibleRef check to handle prefix in RefMap by Shawn Pearce · 11 years ago
- 12968f2 GWT DevMode is dead; set up SuperDevMode by David Ostrovsky · 11 years ago
- c93e841 Add PatchLineComments to RebuildNotedb by Yacob Yonas · 11 years ago
- 925f1d9 Warn extension API users that underlying objects are read eagerly by Dave Borowitz · 11 years ago
- 353046f ChangeIT: Just use changeId instead of triplet by Dave Borowitz · 11 years ago
- 6522e0e Fix VersionedMetaData for multiple commits in one batch by Yacob Yonas · 11 years ago
- 6f4a64f Factor out writing of commit for notedb updates by Yacob Yonas · 11 years ago
- 4c77d3c Add function to set inserter for AbstractChangeUpdate by Yacob Yonas · 11 years ago
- 904c081 RebuildNotedb: batch changes by project by Yacob Yonas · 11 years ago
- 7c51481 Update JGit to 3.4.1.201406201815-r.112-g94c4d7e by Shawn Pearce · 11 years ago
- 00bd739 RestApiServlet: Add AcceptsDelete direct on collection resource by David Ostrovsky · 11 years ago
- 8b0e2b0 Merge branch 'stable-2.9' into stable-2.10 by David Pursehouse · 11 years ago
- 05ae8ec Merge topic 'inline-3' by Dave Borowitz · 11 years ago
- 0a3372a Update JGit to 3.4.1.201406201815-r.112-g112f6e3 by Shawn Pearce · 11 years ago
- 14fcdd7 InlineEdit: Add method to rebase change edit by David Ostrovsky · 11 years ago
- 0816c75 InlineEdit: Extend change edit container with commit and patch set by David Ostrovsky · 11 years ago
- 2e1c3c5 InlineEdit: Perform some clean up by David Ostrovsky · 11 years ago
- 0a07fe3 Merge changes I8e76f05d,I895b75bb,I60f94002,Ic739624d,I037c2b8d, ... by Dave Borowitz · 11 years ago
- faec805 Buck: Document how to create test coverage report by David Ostrovsky · 11 years ago
- d112bcf ChangeApi: Implement get/put topic by Dave Borowitz · 11 years ago
- 3e377a1 Add tests for ChangeNotesParser parse failures by Dave Borowitz · 11 years ago
- 6d1b56e CommitMessageOutputTest: Add helper methods for checking commits by Dave Borowitz · 11 years ago
- 6f628d7 Move notedb commit message output tests to their own class by Dave Borowitz · 11 years ago
- 7f59509 Extract base class from ChangeNotesTest by Dave Borowitz · 11 years ago
- 799aa80 Factor parser class out of DraftCommentNotes by Dave Borowitz · 11 years ago
- bac28cb Factor parser class out of ChangeNotes by Dave Borowitz · 11 years ago
- c34e8ad Merge "Update Buck" by Shawn Pearce · 11 years ago
- 6406e7b Update Buck by David Ostrovsky · 11 years ago
- 84b455e ChangeRebuilder: Remove unused GitRepositoryManager by David Ostrovsky · 11 years ago
- 245ce5b Merge "ChangeNotesTest: Add missing @Test annotation" by David Pursehouse · 11 years ago
- 7bf7e49 Remove unused insert method from secondary index interface by David Pursehouse · 11 years ago
- 0055cf2 ChangeNotesTest: Add missing @Test annotation by Dave Borowitz · 11 years ago
- 0ae9c28 Merge "Fix unparsable JSON in Documentation" by David Pursehouse · 11 years ago
- 2512510 Fix unparsable JSON in Documentation by Adrian Görler · 11 years ago
- da5e5e7 ReceiveCommits: Sort list of updated changes in output by Dave Borowitz · 11 years ago
- 3f4a174 Create RebuildNoteDb to migrate data from ReviewDb to notedb by Dave Borowitz · 11 years ago
- a239715 Make consistent ordering for lists from PatchLineCommentsUtil by Yacob Yonas · 11 years ago
- 098272e SSH query command: Remove resume_sortkey query operator by Alan Tokaev · 11 years ago
- 6855018 SSH query command: Add --start n option to skip n changes by David Ostrovsky · 11 years ago
- ca95210 Merge "Add config options of LDAP 'connection pooling'" by Shawn Pearce · 11 years ago
- e3b7340 Merge topic 'inline-3' by Dave Borowitz · 11 years ago
- 3a270f1 InlineEdit: Add change edit collection and resource by David Ostrovsky · 11 years ago
- f511545 InlineEdit: Add acceptance test for edit operations by David Ostrovsky · 11 years ago
- 8fc14de InlineEdit: Factor out get content method for file resource by David Ostrovsky · 11 years ago
- 68bb905 Parse body when creating CommitResource by Dave Borowitz · 11 years ago
- 98a6f85d InlineEdit: Add utility class to modify edits by David Ostrovsky · 11 years ago
- 62d0a15 VisibleRefFilterIT: Enable notedb by Dave Borowitz · 11 years ago
- 4d76ee9 Parse Change.Ids out of meta refs by Dave Borowitz · 11 years ago
- 5742f01 VisibleRefFilter: Extract Change.Id from refs, not PatchSet.Id by Dave Borowitz · 11 years ago
- ab53968 Rewrite Change.Id.fromRef() by Dave Borowitz · 11 years ago
- 4bdc8bb GetCommit: Remove now-unused toPersonIdent method by Dave Borowitz · 11 years ago
- cd04bbc Add config options of LDAP 'connection pooling' by Bruce Zu · 11 years ago
- 74a753b Merge "TreeWalk.release() only release reader, so remove it" by Shawn Pearce · 11 years ago
- 1652ede TreeWalk.release() only release reader, so remove it by David Ostrovsky · 11 years ago
- 4a19a47 Merge "Revert "Remove gwt.logging.popupHandler"" by Shawn Pearce · 11 years ago
- 26fb317 Revert "Remove gwt.logging.popupHandler" by Shawn Pearce · 11 years ago
- ba6b574 Merge topic 'inline-3' by Dave Borowitz · 11 years ago
- 49fa7a6 InlineEdit: Add method to delete edits by David Ostrovsky · 11 years ago
- a570dbf InlineEdit: Add method to publish edits by David Ostrovsky · 11 years ago
- b1ea651 Merge "Fix undefined returned from JSNI method" by Shawn Pearce · 11 years ago
- d1feb48 Merge changes Ibe956014,I4222b894,Iac4ea144,I803717e8,I39e97dcd, ... by Dave Borowitz · 11 years ago
- dc9c0d0 Factor out a method for converting PersonIdent to GitPerson by Dave Borowitz · 11 years ago
- 55c93c9 Support updating multiple VersionedMetaDatas in a BatchRefUpdate by Dave Borowitz · 11 years ago
- e45d24a Refactor byChange() into two methods: drafts and published by Yacob Yonas · 11 years ago
- 5020ff2 Add draft comments to PatchLineCommentsUtil by Yacob Yonas · 11 years ago