- 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
- 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
- 24183b4 Cleanup TimeUtil.roundToSecond method by Shawn Pearce · 11 years ago
- 7e6531c Update replication plugin to use correct ref names in tests by Dave Borowitz · 11 years ago
- cdb4ae9 Simplify BanCommitResult type by Shawn Pearce · 11 years ago
- 62d26f7 Merge changes Ia9f81295,I3da5dee3 by Shawn Pearce · 11 years ago
- a06ed18 Add missing private constructor for static utility class LoginUrlToken by Shawn Pearce · 11 years ago
- f68a06a ReplyBox: Simplify ui:msg wrapping on Post by Shawn Pearce · 11 years ago
- 3bfca9e Update Buck by Shawn Pearce · 11 years ago
- b5e2b18 Merge "Update Buck" by Shawn Pearce · 11 years ago
- 05b4b4b Don't leak Repository and RevWalk instances during notedb parsing by Dave Borowitz · 11 years ago
- 8d3c257 InlineEdit: Add container to represent change edit by David Ostrovsky · 11 years ago
- 9d52016 TestChanges: Use incrementing integers for IDs by Dave Borowitz · 11 years ago
- ee56cd6 BatchMetaDataUpdate: Factor out updateRef() method by Dave Borowitz · 11 years ago
- 8925f3e Support empty ChangeUpdates by Dave Borowitz · 11 years ago
- 5236477 Factor out common modules from Reindex by Dave Borowitz · 11 years ago
- 3fe8a07 pgm: Add utility for limiting threads based on DB pool size by Dave Borowitz · 11 years ago
- b5c9718 pgm: Fix some ordering in BUCK by Dave Borowitz · 11 years ago
- 9b6bd02 pgm: Explicitly list subpackage srcs in the pgm rule by Dave Borowitz · 11 years ago
- 3a04635 Move libraries.config to init subpackage by Dave Borowitz · 11 years ago
- 5276ad4 pgm: Move gerrit.sh and BaseInit to init subpackage by Dave Borowitz · 11 years ago
- aba8461 Split pgm:init rule into init and util by Dave Borowitz · 11 years ago
- 4670dbc pgm: Rename init-base rule to init, matching package name by Dave Borowitz · 11 years ago
- 6844619 Move init-api rule srcs to a subpackage, init.api by Dave Borowitz · 11 years ago
- d2cf6d4 Move ConsoleUI to init package by Dave Borowitz · 11 years ago
- 6082d83 Factor out proxy properties from OpenIdServiceImpl by David Ostrovsky · 11 years ago
- 4fbdf1e Merge "Add --json option to review SSH command" by Shawn Pearce · 11 years ago