summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document installation from binary release packagesShawn O. Pearce2009-01-261-14/+33
* Update the Eclipse developer setup documentation to new build rulesShawn O. Pearce2009-01-261-6/+19
* Use the master branch now for Gerrit2 developmentShawn O. Pearce2009-01-261-3/+1
* Add notes to the import Gerrit1 process about needing sourcesShawn O. Pearce2009-01-261-0/+10
* gerrit 2.0v2.0Shawn O. Pearce2009-01-264-5/+5
* Switch gwtorm, gwtjsonrpc to release versionsShawn O. Pearce2009-01-261-2/+7
* Remove mina_sshd, jgit, gwtorm, gwtjsonrpc from buildShawn O. Pearce2009-01-261-4/+0
* Fix the "skipping X common lines" message formattingShawn O. Pearce2009-01-232-2/+2
* Mute the colors in the unified diff viewsShawn O. Pearce2009-01-231-2/+2
* Fix the "bouncing line" UI problem in patch views when using the cursorShawn O. Pearce2009-01-231-23/+37
* Fix PatchTable so it starts rendering even when not attachedShawn O. Pearce2009-01-231-1/+8
* Automatically push changes to refs as they are applied locallyShawn O. Pearce2009-01-236-0/+355
* Split the thread pool out of MergeQueue for reuseShawn O. Pearce2009-01-233-33/+59
* Fix minor formatting issue in MergeOp.javaShawn O. Pearce2009-01-231-2/+1
* Remove the unimplemented 'My > Unclaimed Changes' screen linkShawn O. Pearce2009-01-235-5/+0
* Stop building a large PatchTable if the user navigates awayShawn O. Pearce2009-01-231-0/+7
* Add better error logging to our server codeShawn O. Pearce2009-01-236-17/+55
* Log Java exceptions during SSH commands into the server logShawn O. Pearce2009-01-233-17/+57
* Log SSHD startup and shutdown, including any failuresShawn O. Pearce2009-01-231-0/+6
* Store the project descriptions also into $GIT_DIR/descriptionShawn O. Pearce2009-01-233-1/+80
* Allow . in a repository path nameShawn O. Pearce2009-01-231-8/+18
* Switch logging to stderr by default to match JettyShawn O. Pearce2009-01-231-3/+5
* Move log4j.properties so we can setup basic loggingShawn O. Pearce2009-01-233-1/+1
* Display a progress meter while building a large patch tableShawn O. Pearce2009-01-236-14/+164
* Rewrite PatchTable to generate itself by parsing HTMLShawn O. Pearce2009-01-231-122/+90
* Catch files that contain NULs which Git missed, mark as binaryShawn O. Pearce2009-01-231-1/+21
* New AddMemberBox UI WidgetBrad Larson2009-01-222-41/+83
* Add interdiff viewing support to side by side displaysShawn O. Pearce2009-01-2217-47/+569
* Don't allow the browser to submit the publish comment screenShawn O. Pearce2009-01-221-0/+11
* Change the account dashboard title texts to be more clearShawn O. Pearce2009-01-214-6/+6
* Remove the empty "Delta From" column from the patch tableShawn O. Pearce2009-01-213-11/+2
* Ensure changes uploaded on behalf of others show in their dashboardShawn O. Pearce2009-01-211-8/+68
* Fix change creation in receive to schedule all ops in one transactionShawn O. Pearce2009-01-211-2/+2
* Show changes reviewable by a user on their dashboardShawn O. Pearce2009-01-216-5/+83
* Update dev-eclipse with notes about the devdb not updating propertiesShawn O. Pearce2009-01-211-0/+6
* Don't allow publish comment clients to change approvals on closed changesShawn O. Pearce2009-01-211-8/+17
* Keep 0 valued change approval recordsShawn O. Pearce2009-01-216-24/+18
* Cleanup abuse of JSNI to store data on a RadioButtonShawn O. Pearce2009-01-211-11/+13
* Switch mina_sshd back to the main project POMShawn O. Pearce2009-01-211-1/+1
* Email notifications of new changes to interested partiesShawn O. Pearce2009-01-203-42/+276
* Refactor change comment mailing to be reusable for other purposesShawn O. Pearce2009-01-202-181/+402
* Honor AccountProjectWatch.notifyAllCommentsShawn O. Pearce2009-01-201-0/+15
* Allow users to configure per-project email settingsShawn O. Pearce2009-01-2011-4/+169
* Always address comments to the patch set uploader/author/committerShawn O. Pearce2009-01-201-3/+22
* Don't keep approvals with a value of 0 when publishing commentsShawn O. Pearce2009-01-201-1/+7
* Flatten approvals when closing a change to accurately capture themShawn O. Pearce2009-01-201-1/+25
* Move the current schema version constant into ReviewDb interfaceShawn O. Pearce2009-01-202-2/+4
* Add uploader's Account.Id and upload timestamp to PatchSetShawn O. Pearce2009-01-204-4/+44
* Use the project cache when listing and sorting project watches by nameShawn O. Pearce2009-01-201-3/+4
* Add "Settings" to the "My" menuShawn O. Pearce2009-01-201-0/+1