- 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
- 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
- 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
- 0223ebc Fix bug for comments with no range by Yacob Yonas · 11 years ago
- 7ae1b57 Resolve issue with naming of drafts ref by Yacob Yonas · 11 years ago
- 665dfab Add method to parse an AccountId out of a RefName by Yacob Yonas · 11 years ago
- 50678c3 Improve PatchSet.Id.fromRef performance and avoid double-parsing by Dave Borowitz · 11 years ago
- d4ab000 Factor out a class for efficient regex search over lists by Dave Borowitz · 11 years ago
- 1e0e850 ListProjects: Enforce only one of m/p/r is passed by Dave Borowitz · 11 years ago
- d37ea7d ListProjects: Strip $ suffix even when regex doesn't start with ^ by Dave Borowitz · 11 years ago
- 41155c2 Improve GetCommitIT by Dave Borowitz · 11 years ago
- 2148bf2 Acceptance tests: Always check error after SshSession.exec() by Dave Borowitz · 11 years ago
- cf31c84 SshSession: Allow session to be explicitly opened by Dave Borowitz · 11 years ago
- c4c35b6 GetCommit: Shorten apply method body by Dave Borowitz · 11 years ago
- a0bcc9f RefControl: Use consistent rev-walking logic in canCreate by Dave Borowitz · 11 years ago
- af816ae ProjectControl: Use VisibleRefFilter for commit visibility by Dave Borowitz · 11 years ago
- eaf483a RefControl: Restructure canCreate to make logic clearer by Dave Borowitz · 11 years ago
- 828abe5 Reset RevWalk before calling refControl.canCreate() by Dave Borowitz · 11 years ago
- 7878a5f SubmitOnPushIT: Grant push permission when pushing a tag by Dave Borowitz · 11 years ago
- fa911a4 ProjectIT: Grant user read permission before creating branch by Dave Borowitz · 11 years ago
- 063b525 VisibleRefFilter: Fix short-circuiting when all refs visible by Dave Borowitz · 11 years ago
- 638e70d Add acceptance test for VisibleRefFilter by Dave Borowitz · 11 years ago
- 2f0d266 Hoist allow method into AbstractDaemonTest by Dave Borowitz · 11 years ago
- 8091520 Add tests for ProjectControl#canReadCommit() by Dave Borowitz · 11 years ago
- 6673b4f CommitResource: Delegate to ProjectResource by Dave Borowitz · 11 years ago
- 3a5e2d1 Remove unused imports by Dave Borowitz · 11 years ago
- e0c447e Remove imports of bare Id classes by Dave Borowitz · 11 years ago
- a32fde7 CommentsInNotesUtil: Make a singleton by Dave Borowitz · 11 years ago
- 4da1602 notedb: Support users with no name or email by Dave Borowitz · 11 years ago
- 324724c Merge "Factor out proxy properties from OpenIdServiceImpl" by Shawn Pearce · 11 years ago
- e643e7a BanCommit: Don't eagerly flush inserter by Dave Borowitz · 11 years ago
- f25f54b Update Buck by Dave Borowitz · 11 years ago
- f15d4aa Remove gwt.logging.popupHandler by Shawn Pearce · 11 years ago
- 0034fab InlineEdit: Add method to read edits by David Ostrovsky · 11 years ago
- 931e252 BanCommit: Only create banned note content once by Dave Borowitz · 11 years ago
- e38d85d BanCommit: Improve error message and comment wording. by Dave Borowitz · 11 years ago
- 2abd2d3 BanCommit: Only record timezone from server identity by Dave Borowitz · 11 years ago
- fe04fe7 Don't leak IOException error messages from CommitValidators by Dave Borowitz · 11 years ago
- b5db58b Be more efficient about loading banned commits map by Dave Borowitz · 11 years ago
- 3658d83 BanCommit: Don't @Inject members by Dave Borowitz · 11 years ago
- 5d12a6e Fix undefined returned from JSNI method by David Ostrovsky · 11 years ago
- 03d0159 Fix s/no/not/ typo in GetReflog by Shawn Pearce · 11 years ago
- bedb999 Cleanup CommentsInNotesUtil to read larger notes by Shawn Pearce · 11 years ago
- b0cbe55 Remove unnecessary parens from CommentsInNotesUtil by Shawn Pearce · 11 years ago
- 37a578c Fix checkArgument placeholder in CommentsInNotesUtil by Shawn Pearce · 11 years ago