summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update 2.8 release notes with recently added fixes and changesv2.8-rc0David Pursehouse2013-10-171-3/+32
* ChangeScreen2: Show download commands defined by pluginsEdwin Kempin2013-10-1711-274/+277
* Merge "Register core plugin that implements the standard download commands"David Pursehouse2013-10-173-0/+5
|\
| * Register core plugin that implements the standard download commandsEdwin Kempin2013-10-163-0/+5
* | Merge "Add extension points for adding download schemes and commands"David Pursehouse2013-10-173-0/+71
|\|
| * Add extension points for adding download schemes and commandsEdwin Kempin2013-10-163-0/+71
* | Merge "SideBySide2: Synchronize horizontal scrolling"Shawn Pearce2013-10-164-19/+27
|\ \
| * | SideBySide2: Synchronize horizontal scrollingShawn Pearce2013-10-114-19/+27
* | | Merge "ChangeScreen2: linkify change author"Shawn Pearce2013-10-163-10/+41
|\ \ \
| * | | ChangeScreen2: linkify change authorDavid Ostrovsky2013-10-163-10/+41
* | | | Add query tests for filtering/restarting paginated queriesDave Borowitz2013-10-161-0/+28
* | | | Add query tests for pagination and sort key orderingDave Borowitz2013-10-163-5/+146
* | | | Don't add 1 to limit for index queriesDave Borowitz2013-10-163-12/+14
|/ / /
* | | Merge "ChangeScreen2: linkify branch and project name"Shawn Pearce2013-10-163-7/+39
|\ \ \
| * | | ChangeScreen2: linkify branch and project nameDavid Ostrovsky2013-10-163-8/+40
* | | | Merge "Expose some BaseCommand's methods to support generic SSH commands"Shawn Pearce2013-10-162-3/+41
|\ \ \ \
| * | | | Expose some BaseCommand's methods to support generic SSH commandsDavid Ostrovsky2013-10-162-3/+41
| |/ / /
* | | | Merge "ChangeScreen2: Show "Change-Id" instead of only "Id" in change info"Shawn Pearce2013-10-161-1/+1
|\ \ \ \
| * | | | ChangeScreen2: Show "Change-Id" instead of only "Id" in change infoDavid Pursehouse2013-10-151-1/+1
* | | | | Merge "Only return detailed accounts if requested"Shawn Pearce2013-10-161-1/+1
|\ \ \ \ \
| * | | | | Only return detailed accounts if requestedEdwin Kempin2013-10-161-1/+1
* | | | | | Merge "Cleanup project ConfigInfo constructor"Shawn Pearce2013-10-163-15/+7
|\ \ \ \ \ \
| * | | | | | Cleanup project ConfigInfo constructorShawn Pearce2013-10-163-15/+7
* | | | | | | Merge "Fix updating of project options"Shawn Pearce2013-10-161-2/+4
|\| | | | | |
| * | | | | | Fix updating of project optionsEdwin Kempin2013-10-161-2/+4
* | | | | | | Merge changes I9ec71290,I6c20de69Shawn Pearce2013-10-162-1/+207
|\ \ \ \ \ \ \
| * | | | | | | Don't allow project owners to delete branches if force push is blockedEdwin Kempin2013-10-162-2/+115
| * | | | | | | Add acceptance test for testing branch deletion via RESTEdwin Kempin2013-10-161-0/+93
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Create enum containing all Gerrit top menu items"Shawn Pearce2013-10-168-20/+70
|\ \ \ \ \ \ \
| * | | | | | | Create enum containing all Gerrit top menu itemsDariusz Luksza2013-10-168-20/+70
* | | | | | | | Merge "ChangeScreen2: Simplify update available bar"Shawn Pearce2013-10-163-112/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | ChangeScreen2: Simplify update available barShawn Pearce2013-10-113-112/+30
* | | | | | | | | Merge "Fix RpcStatus to display "Working..." when header is hidden"Shawn Pearce2013-10-164-22/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix RpcStatus to display "Working..." when header is hiddenShawn Pearce2013-10-114-22/+7
| |/ / / / / / / /
* | | | | | | | | Merge "Fix Jetty server calling buck with custom PATH"Shawn Pearce2013-10-161-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Fix Jetty server calling buck with custom PATHShawn Pearce2013-10-111-1/+1
* | | | | | | | | Use a fake MillisProvider in AbstractQueryChangesTestDave Borowitz2013-10-162-8/+26
* | | | | | | | | Remove usages of System.currentTimeMillis() from gerrit-reviewdbDave Borowitz2013-10-1638-121/+123
* | | | | | | | | Add TimeUtil.nowTs() to create a new TimestampDave Borowitz2013-10-168-11/+14
* | | | | | | | | Use DateTimeUtils.currentTimeMillis() to get current timeDave Borowitz2013-10-1637-64/+152
* | | | | | | | | Merge "Improve documentation of buck settings override"Edwin Kempin2013-10-161-6/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve documentation of buck settings overrideDavid Pursehouse2013-10-171-6/+7
* | | | | | | | | | Use TimeUnits for sort key calculationsDave Borowitz2013-10-162-14/+27
* | | | | | | | | | Merge "Don't display project commands multiple times on save of options"Edwin Kempin2013-10-161-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't display project commands multiple times on save of optionsEdwin Kempin2013-10-161-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge "AccountInfo: Link to how detailed account information is requested"David Pursehouse2013-10-161-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | AccountInfo: Link to how detailed account information is requestedEdwin Kempin2013-10-161-3/+6
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Include username in REST example for getting change details"David Pursehouse2013-10-161-11/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Include username in REST example for getting change detailsEdwin Kempin2013-10-161-11/+22
* | | | | | | | | | | Merge "Fix inclusion of username if detailed account information is requested"David Pursehouse2013-10-162-2/+3
|\| | | | | | | | | | | |_|_|/ / / / / / / |/| | | | | | | | |