summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only use the disk cache directory if we can write to itShawn O. Pearce2009-05-081-5/+8
* Change the diff cache serialization of JGit ObjectId instancesShawn O. Pearce2009-05-083-51/+64
* Move the SSH key cache into EhcacheShawn O. Pearce2009-05-087-139/+202
* Refactor gerrit flush-caches to just flush everything in EhcacheShawn O. Pearce2009-05-081-12/+20
* Use common PrintWriter construction in command implementationsShawn O. Pearce2009-05-085-33/+40
* Reuse is administrator test in admin SSH commandsShawn O. Pearce2009-05-083-24/+21
* Remove unused logger from SshServletShawn O. Pearce2009-05-081-2/+0
* Honor account.preferred_email_address when checking committer linesShawn O. Pearce2009-05-081-3/+8
* Fix "null null" user names during schema upgrade from 9 to 10Shawn O. Pearce2009-05-071-0/+2
* Remove the now dead patch_contents table from the databaseShawn O. Pearce2009-05-076-177/+23
* Don't create new user accounts as full name = "null null"Shawn O. Pearce2009-05-071-1/+11
* Rewrite the side-by-side and unified diff viewersShawn O. Pearce2009-05-0733-2028/+1923
* Store FileHeader and EditList in Ehache during patch set importShawn O. Pearce2009-05-073-13/+59
* Cache JGit FileHeader and EditList inside of EhcacheShawn O. Pearce2009-05-075-0/+529
* Cache OpenID discovery results inside of EhcacheShawn O. Pearce2009-05-063-8/+61
* Add "gerrit show-caches" to view cache statisticsShawn O. Pearce2009-05-064-0/+193
* Start/stop Ehcache when GerritServer starts/stopsShawn O. Pearce2009-05-061-0/+111
* Add custom serialization for jgit.diff.EditShawn O. Pearce2009-05-065-0/+152
* Configure the JGit WindowCache from $site_path/gerrit.configShawn O. Pearce2009-05-051-0/+22
* Remove EncryptContactInfo helper programShawn O. Pearce2009-05-051-98/+0
* Remove the ImportGerrit1 command line utilityShawn O. Pearce2009-05-051-438/+0
* Sending mail when merge failed due to path conflict, missing dependency or ot...Eric Tsai2009-05-052-3/+88
* Expand local part emails when creating new changesShawn O. Pearce2009-05-041-1/+7
* Honor the user's default context setting in side by side patch viewsShawn O. Pearce2009-04-282-0/+173
* Add 'Whole File' as a context preference in the user settingsShawn O. Pearce2009-04-284-2/+14
* Upgrade JGit to v0.4.0-310-g3da8761Shawn O. Pearce2009-04-281-7/+5
* Add the branch name to the beginning of the subject line for outgoing emails.Jeff Hamilton2009-04-281-0/+3
* Merge change 9533Android Code Review2009-04-177-15/+436
|\
| * Allow binary files to be downloaded from changes for local diffShawn O. Pearce2009-04-157-15/+436
* | Show the author name in change submitted email notificationsShawn O. Pearce2009-04-151-10/+9
* | Allow publishing comments on non-current patch setsShawn O. Pearce2009-04-153-11/+15
* | Automatically expand inline comment editors for larger commentsShawn O. Pearce2009-04-151-2/+31
* | Allow users to preview how Gerrit will format an inline commentShawn O. Pearce2009-04-155-10/+88
* | Error out if a user forgets to squash when replacing a patchShawn O. Pearce2009-04-151-3/+19
* | Improve initial page load by embedding user account data into host pageShawn O. Pearce2009-04-153-19/+39
* | Enable Save button after paste in a comment editorShawn O. Pearce2009-04-151-2/+3
|/
* Change Patch.ChangeType.ADD to be past tenseShawn O. Pearce2009-04-142-2/+2
* Make the browser window title reflect the current screen titleShawn O. Pearce2009-04-1424-21/+99
* Fix the sign in dialog to prevent line wrapping "Link Identity" buttonShawn O. Pearce2009-04-142-15/+4
* Do not permit GWT buttons to wrap textShawn O. Pearce2009-04-141-0/+4
* Refactor UI construction to be more consistent across ScreensShawn O. Pearce2009-04-1424-219/+214
* Fix comment editors on the last line of a fileShawn O. Pearce2009-04-142-13/+17
* Create a debug mode only method of logging in to GerritShawn O. Pearce2009-04-143-5/+190
* Ensure blank space between subject line and body of commit messageShawn O. Pearce2009-04-141-1/+2
* Change our site icon to be more git-likeShawn O. Pearce2009-04-141-0/+0
* Delay updating the UI until a Screen instance is fully renderedShawn O. Pearce2009-04-1426-304/+198
* Fix too wide SSH Keys table by clipping the server host keysShawn O. Pearce2009-04-131-0/+1
* Remove the now pointless sign in callback supportShawn O. Pearce2009-04-135-131/+11
* Add missing super.onSign{In,Out} calls to ChangeScreenShawn O. Pearce2009-04-131-0/+2
* Cache *.nocache.js and don't cache the host pageShawn O. Pearce2009-03-302-7/+43