Merge branch 'stable-2.16'
* stable-2.16: Upgrade gitiles blame-cache to 0.2-7 Reload change when vote is deleted Fix malformed change weblinks generation Don't display user header above project dashboards Support any dashboard ref, not just "custom" Link to project dashboards instead of custom Add 't to add topic' to change view Reset loading back to true Update .mailmap Add --help to GerritLauncher Add link to changes to the repo admin page Add a "Changes" link for repositories in the repo list. Fix display of related changes Reply-Dialog: Clarify save button tooltip not sending notification Clean up remaining command reference files Fix Top Menu Url Add support for Documentation search Change-Id: Ice4287a3c37ffc80fc0d712f2db7a2ced316fac5
This commit is contained in:
1
.mailmap
1
.mailmap
@@ -37,6 +37,7 @@ Joe Onorato <onoratoj@gmail.com>
|
|||||||
Joel Dodge <dodgejoel@gmail.com> dodgejoel <dodgejoel@gmail.com>
|
Joel Dodge <dodgejoel@gmail.com> dodgejoel <dodgejoel@gmail.com>
|
||||||
Johan Björk <jbjoerk@gmail.com> Johan Bjork <phb@spotify.com>
|
Johan Björk <jbjoerk@gmail.com> Johan Bjork <phb@spotify.com>
|
||||||
JT Olds <hello@jtolds.com> <jtolds@gmail.com>
|
JT Olds <hello@jtolds.com> <jtolds@gmail.com>
|
||||||
|
Kasper Nilsson <kaspern@google.com> <kaspern@google.com>
|
||||||
Lei Sun <lei.sun01@sap.com> LeiSun <lei.sun01@sap.com>
|
Lei Sun <lei.sun01@sap.com> LeiSun <lei.sun01@sap.com>
|
||||||
Lincoln Oliveira Campos Do Nascimento <lincoln.oliveiracamposdonascimento@sonyericsson.com> lincoln <lincoln.oliveiracamposdonascimento@sonyericsson.com>
|
Lincoln Oliveira Campos Do Nascimento <lincoln.oliveiracamposdonascimento@sonyericsson.com> lincoln <lincoln.oliveiracamposdonascimento@sonyericsson.com>
|
||||||
Luca Milanesio <luca.milanesio@gmail.com> <luca@gitent-scm.com>
|
Luca Milanesio <luca.milanesio@gmail.com> <luca@gitent-scm.com>
|
||||||
|
@@ -46,29 +46,25 @@ This command is intended to be used in scripts.
|
|||||||
Install a plugin from an absolute file path on the server's host:
|
Install a plugin from an absolute file path on the server's host:
|
||||||
|
|
||||||
----
|
----
|
||||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
ssh -p 29418 localhost gerrit plugin install -n name.jar $(pwd)/my-plugin.jar
|
||||||
$(pwd)/my-plugin.jar
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Install a WebUI plugin from an absolute file path on the server's host:
|
Install a WebUI plugin from an absolute file path on the server's host:
|
||||||
|
|
||||||
----
|
----
|
||||||
ssh -p 29418 localhost gerrit plugin install -n name.js \
|
ssh -p 29418 localhost gerrit plugin install -n name.js $(pwd)/my-webui-plugin.js
|
||||||
$(pwd)/my-webui-plugin.js
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Install a plugin from an HTTP site:
|
Install a plugin from an HTTP site:
|
||||||
|
|
||||||
----
|
----
|
||||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
ssh -p 29418 localhost gerrit plugin install -n name.jar http://build-server/output/our-plugin
|
||||||
http://build-server/output/our-plugin
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Install a plugin from piped input:
|
Install a plugin from piped input:
|
||||||
|
|
||||||
----
|
----
|
||||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
ssh -p 29418 localhost gerrit plugin install -n name.jar - <target/name-0.1.jar
|
||||||
- <target/name-0.1.jar
|
|
||||||
----
|
----
|
||||||
|
|
||||||
GERRIT
|
GERRIT
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= git-receive-pack
|
= git-receive-pack
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
git-receive-pack - Receive what is pushed into the repository
|
git-receive-pack - Receive what is pushed into the repository.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit review
|
= gerrit review
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit review - Apply reviews to one or more patch sets
|
gerrit review - Apply reviews to one or more patch sets.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit set-members
|
= gerrit set-members
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit set-members - Set group members
|
gerrit set-members - Set group members.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit set-reviewers
|
= gerrit set-reviewers
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit set-reviewers - Add or remove reviewers to a change
|
gerrit set-reviewers - Add or remove reviewers to a change.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit show-caches
|
= gerrit show-caches
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit show-caches - Display current cache statistics
|
gerrit show-caches - Display current cache statistics.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit show-connections
|
= gerrit show-connections
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit show-connections - Display active client SSH connections
|
gerrit show-connections - Display active client SSH connections.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
= gerrit show-queue
|
= gerrit show-queue
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit show-queue - Display the background work queues, including replication and indexing
|
gerrit show-queue - Display the background work queues, including replication
|
||||||
|
and indexing.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
= gerrit stream-events
|
= gerrit stream-events
|
||||||
== NAME
|
== NAME
|
||||||
gerrit stream-events - Monitor events occurring in real time
|
gerrit stream-events - Monitor events occurring in real time.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= suexec
|
= suexec
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
suexec - Execute a command as any registered user account
|
suexec - Execute a command as any registered user account.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
= gerrit version
|
= gerrit version
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
gerrit version - Show the version of the currently executing Gerrit server
|
gerrit version - Show the version of the currently executing Gerrit server.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
[verse]
|
[verse]
|
||||||
|
@@ -728,10 +728,10 @@ maven_jar(
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "blame-cache",
|
name = "blame-cache",
|
||||||
artifact = "com/google/gitiles:blame-cache:0.2-6",
|
artifact = "com/google/gitiles:blame-cache:0.2-7",
|
||||||
attach_source = False,
|
attach_source = False,
|
||||||
repository = GERRIT,
|
repository = GERRIT,
|
||||||
sha1 = "64827f1bc2cbdbb6515f1d29ce115db94c03bb6a",
|
sha1 = "8170f33b8b1db6f55e41d7069fa050a4d102a62b",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Keep this version of Soy synchronized with the version used in Gitiles.
|
# Keep this version of Soy synchronized with the version used in Gitiles.
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ButtonTooltips = {
|
const ButtonTooltips = {
|
||||||
SAVE: 'Save reply but do not send',
|
SAVE: 'Save reply but do not send notification',
|
||||||
START_REVIEW: 'Mark as ready for review and send reply',
|
START_REVIEW: 'Mark as ready for review and send reply',
|
||||||
SEND: 'Send reply',
|
SEND: 'Send reply',
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user