Doc: Consistently refer to "Web UI" rather than "WebUI"
Change-Id: Ia41e162394fa0f9ab9ae05c16db0c3032fde19cf
This commit is contained in:
@@ -53,7 +53,7 @@ as reviewer.
|
|||||||
+
|
+
|
||||||
Default is 10.
|
Default is 10.
|
||||||
+
|
+
|
||||||
This setting only applies for adding reviewers in the Gerrit WebUI,
|
This setting only applies for adding reviewers in the Gerrit Web UI,
|
||||||
but is ignored when adding reviewers with the
|
but is ignored when adding reviewers with the
|
||||||
link:cmd-set-reviewers.html[set-reviewers] command.
|
link:cmd-set-reviewers.html[set-reviewers] command.
|
||||||
|
|
||||||
@@ -776,7 +776,7 @@ Number of changed lines from which on a change is considered as a large
|
|||||||
change. The number of changed lines of a change is the sum of the lines
|
change. The number of changed lines of a change is the sum of the lines
|
||||||
that were inserted and deleted in the change.
|
that were inserted and deleted in the change.
|
||||||
+
|
+
|
||||||
The specified value is used to visualize the change sizes in the web UI
|
The specified value is used to visualize the change sizes in the Web UI
|
||||||
in change tables and user dashboards.
|
in change tables and user dashboards.
|
||||||
+
|
+
|
||||||
By default 500.
|
By default 500.
|
||||||
@@ -2225,8 +2225,8 @@ Default is `cn`.
|
|||||||
[[ldap.localUsernameToLowerCase]]ldap.localUsernameToLowerCase::
|
[[ldap.localUsernameToLowerCase]]ldap.localUsernameToLowerCase::
|
||||||
+
|
+
|
||||||
Converts the local username, that is used to login into the Gerrit
|
Converts the local username, that is used to login into the Gerrit
|
||||||
WebUI, to lower case before doing the LDAP authentication. By setting
|
Web UI, to lower case before doing the LDAP authentication. By setting
|
||||||
this parameter to true, a case insensitive login to the Gerrit WebUI
|
this parameter to true, a case insensitive login to the Gerrit Web UI
|
||||||
can be achieved.
|
can be achieved.
|
||||||
+
|
+
|
||||||
If set, it must be ensured that the local usernames for all existing
|
If set, it must be ensured that the local usernames for all existing
|
||||||
@@ -3132,7 +3132,7 @@ By default, not set, generating the value at startup.
|
|||||||
|
|
||||||
[[user.anonymousCoward]]user.anonymousCoward::
|
[[user.anonymousCoward]]user.anonymousCoward::
|
||||||
+
|
+
|
||||||
Username that is displayed in the Gerrit WebUI and in e-mail
|
Username that is displayed in the Gerrit Web UI and in e-mail
|
||||||
notifications if the full name of the user is not set.
|
notifications if the full name of the user is not set.
|
||||||
+
|
+
|
||||||
By default "Anonymous Coward" is used.
|
By default "Anonymous Coward" is used.
|
||||||
|
@@ -721,7 +721,7 @@ and '-', and must start with an alphabetic character.
|
|||||||
|
|
||||||
The example below shows how the parameters `plugin.helloworld.enabled`
|
The example below shows how the parameters `plugin.helloworld.enabled`
|
||||||
and `plugin.helloworld.language` are bound to be editable from the
|
and `plugin.helloworld.language` are bound to be editable from the
|
||||||
WebUI. For the parameter `plugin.helloworld.enabled` "Enable Greeting"
|
Web UI. For the parameter `plugin.helloworld.enabled` "Enable Greeting"
|
||||||
is provided as display name and the default value is set to `true`.
|
is provided as display name and the default value is set to `true`.
|
||||||
For the parameter `plugin.helloworld.language` "Preferred Language"
|
For the parameter `plugin.helloworld.language` "Preferred Language"
|
||||||
is provided as display name and "en" is set as default value.
|
is provided as display name and "en" is set as default value.
|
||||||
@@ -1808,7 +1808,7 @@ displayed as part of the index page, if present in the manifest:
|
|||||||
Compiled plugins and extensions can be deployed to a running Gerrit
|
Compiled plugins and extensions can be deployed to a running Gerrit
|
||||||
server using the link:cmd-plugin-install.html[plugin install] command.
|
server using the link:cmd-plugin-install.html[plugin install] command.
|
||||||
|
|
||||||
WebUI plugins distributed as single `.js` file can be deployed
|
Web UI plugins distributed as single `.js` file can be deployed
|
||||||
without the overhead of JAR packaging, for more information refer to
|
without the overhead of JAR packaging, for more information refer to
|
||||||
link:cmd-plugin-install.html[plugin install] command.
|
link:cmd-plugin-install.html[plugin install] command.
|
||||||
|
|
||||||
|
@@ -164,7 +164,7 @@ configuration needed for deployment]
|
|||||||
* create the stable branch `stable-2.5` in the `gerrit` project
|
* create the stable branch `stable-2.5` in the `gerrit` project
|
||||||
+
|
+
|
||||||
Via the link:https://gerrit-review.googlesource.com/#/admin/projects/gerrit,branches[
|
Via the link:https://gerrit-review.googlesource.com/#/admin/projects/gerrit,branches[
|
||||||
Gerrit WebUI] or by push.
|
Gerrit Web UI] or by push.
|
||||||
|
|
||||||
* Push the commits done on `stable-2.5` to `refs/for/stable-2.5` and
|
* Push the commits done on `stable-2.5` to `refs/for/stable-2.5` and
|
||||||
get them merged
|
get them merged
|
||||||
|
@@ -13,14 +13,14 @@ To fix this problem verify
|
|||||||
|
|
||||||
* that the branch name in the push specification is typed correctly
|
* that the branch name in the push specification is typed correctly
|
||||||
(case sensitive) and
|
(case sensitive) and
|
||||||
* that the branch really exists for this project (in the Gerrit WebUI
|
* that the branch really exists for this project (in the Gerrit Web UI
|
||||||
go to 'Projects' > 'List' and browse your project, then click on
|
go to 'Projects' > 'List' and browse your project, then click on
|
||||||
'Branches' to see all existing branches).
|
'Branches' to see all existing branches).
|
||||||
|
|
||||||
If it was your intention to create a new branch you can either
|
If it was your intention to create a new branch you can either
|
||||||
|
|
||||||
* bypass code review on push as explained link:user-upload.html#bypass_review[here] or
|
* bypass code review on push as explained link:user-upload.html#bypass_review[here] or
|
||||||
* create the new branch in the Gerrit WebUI before pushing (go to
|
* create the new branch in the Gerrit Web UI before pushing (go to
|
||||||
'Projects' > 'List' and browse your project, in the 'Branches'
|
'Projects' > 'List' and browse your project, in the 'Branches'
|
||||||
tab you can then create a new branch).
|
tab you can then create a new branch).
|
||||||
|
|
||||||
|
@@ -20,8 +20,8 @@ change. Pushing again should now create a new change in Gerrit.
|
|||||||
|
|
||||||
If the change for which you wanted to upload a new patch set was
|
If the change for which you wanted to upload a new patch set was
|
||||||
abandoned and your new changes overcome the reasons for abandoning
|
abandoned and your new changes overcome the reasons for abandoning
|
||||||
this change you may want to restore the change in the Gerrit WebUI
|
this change you may want to restore the change in the Gerrit Web UI
|
||||||
(browse the abandoned change in the Gerrit WebUI and click on the
|
(browse the abandoned change in the Gerrit Web UI and click on the
|
||||||
'Restore Change' button). Afterwards the push should succeed and a
|
'Restore Change' button). Afterwards the push should succeed and a
|
||||||
new patch set for this change will be created.
|
new patch set for this change will be created.
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ You can see the commit messages for existing commits in the history
|
|||||||
by doing a link:http://www.kernel.org/pub/software/scm/git/docs/git-log.html[git log].
|
by doing a link:http://www.kernel.org/pub/software/scm/git/docs/git-log.html[git log].
|
||||||
|
|
||||||
If it was the intention to rework a change and to push a new patch
|
If it was the intention to rework a change and to push a new patch
|
||||||
set, find the change in the Gerrit WebUI, copy its Change-Id line and
|
set, find the change in the Gerrit Web UI, copy its Change-Id line and
|
||||||
use it to correct the invalid Change-Id line in the commit message of
|
use it to correct the invalid Change-Id line in the commit message of
|
||||||
the commit for which the push is failing. How to do this is explained
|
the commit for which the push is failing. How to do this is explained
|
||||||
link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
||||||
|
@@ -33,7 +33,7 @@ missing and the Change-Ids will be automatically created and inserted
|
|||||||
into the commit messages. This is explained link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
into the commit messages. This is explained link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
||||||
|
|
||||||
If you want to update an existing change in Gerrit by uploading a new
|
If you want to update an existing change in Gerrit by uploading a new
|
||||||
patch set you should copy its Change-Id from the Gerrit WebUI and
|
patch set you should copy its Change-Id from the Gerrit Web UI and
|
||||||
insert it into the commit message. How to update the commit message
|
insert it into the commit message. How to update the commit message
|
||||||
is explained link:error-push-fails-due-to-commit-message.html[here].
|
is explained link:error-push-fails-due-to-commit-message.html[here].
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ You can see the commit messages for existing commits in the history
|
|||||||
by doing a link:http://www.kernel.org/pub/software/scm/git/docs/git-log.html[git log].
|
by doing a link:http://www.kernel.org/pub/software/scm/git/docs/git-log.html[git log].
|
||||||
|
|
||||||
If it was the intention to rework a change and to push a new patch
|
If it was the intention to rework a change and to push a new patch
|
||||||
set, find the change in the Gerrit WebUI, copy its Change-Id line and
|
set, find the change in the Gerrit Web UI, copy its Change-Id line and
|
||||||
use the copied Change-Id line instead of the existing Change-Id lines
|
use the copied Change-Id line instead of the existing Change-Id lines
|
||||||
in the commit message of the commit for which the push is failing.
|
in the commit message of the commit for which the push is failing.
|
||||||
How to do this is explained link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
How to do this is explained link:error-push-fails-due-to-commit-message.html#commit_hook[here].
|
||||||
|
@@ -19,7 +19,7 @@ verify that:
|
|||||||
If you are sure you are pushing the correct commit and you are still
|
If you are sure you are pushing the correct commit and you are still
|
||||||
getting the "no new changes" error unexpectedly you can take the
|
getting the "no new changes" error unexpectedly you can take the
|
||||||
commit ID and search for the corresponding change in Gerrit. To do
|
commit ID and search for the corresponding change in Gerrit. To do
|
||||||
this simply paste the commit ID in the Gerrit WebUI into the search
|
this simply paste the commit ID in the Gerrit Web UI into the search
|
||||||
field. Details about how to search in Gerrit are explained link:user-search.html[here].
|
field. Details about how to search in Gerrit are explained link:user-search.html[here].
|
||||||
|
|
||||||
Please note that each commit can really be pushed only once. This
|
Please note that each commit can really be pushed only once. This
|
||||||
@@ -35,7 +35,7 @@ means:
|
|||||||
. if a commit was pushed directly to a branch (without going through
|
. if a commit was pushed directly to a branch (without going through
|
||||||
code review) you cannot push this commit once again for code
|
code review) you cannot push this commit once again for code
|
||||||
review (please note that in this case searching by the commit ID
|
review (please note that in this case searching by the commit ID
|
||||||
in the Gerrit WebUI will not find any change)
|
in the Gerrit Web UI will not find any change)
|
||||||
|
|
||||||
If you need to re-push a commit you may rewrite this commit by
|
If you need to re-push a commit you may rewrite this commit by
|
||||||
link:http://www.kernel.org/pub/software/scm/git/docs/git-commit.html[amending] it or doing an interactive link:http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html[git rebase]. By rewriting the
|
link:http://www.kernel.org/pub/software/scm/git/docs/git-commit.html[amending] it or doing an interactive link:http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html[git rebase]. By rewriting the
|
||||||
|
@@ -11,9 +11,9 @@ If you are facing this problem, do the following:
|
|||||||
|
|
||||||
. Verify that you are using the correct username for the SSH command
|
. Verify that you are using the correct username for the SSH command
|
||||||
and that it is typed correctly (case sensitive). You can look up
|
and that it is typed correctly (case sensitive). You can look up
|
||||||
your username in the Gerrit WebUI under 'Settings' -> 'Profile'.
|
your username in the Gerrit Web UI under 'Settings' -> 'Profile'.
|
||||||
. Verify that you have uploaded your public SSH key for your Gerrit
|
. Verify that you have uploaded your public SSH key for your Gerrit
|
||||||
account. To do this go in the Gerrit WebUI to 'Settings' ->
|
account. To do this go in the Gerrit Web UI to 'Settings' ->
|
||||||
'SSH Public Keys' and check that your public SSH key is there. If
|
'SSH Public Keys' and check that your public SSH key is there. If
|
||||||
your public SSH key is not there you have to upload it.
|
your public SSH key is not there you have to upload it.
|
||||||
. Verify that you are using the correct private SSH key. To find out
|
. Verify that you are using the correct private SSH key. To find out
|
||||||
|
@@ -13,7 +13,7 @@ If you are facing this problem, do the following:
|
|||||||
. Verify that the project name specified as git repository in the
|
. Verify that the project name specified as git repository in the
|
||||||
push command is typed correctly (case sensitive).
|
push command is typed correctly (case sensitive).
|
||||||
. Verify that you are pushing to the correct Gerrit server.
|
. Verify that you are pushing to the correct Gerrit server.
|
||||||
. Go in the Gerrit WebUI to 'Projects' > 'List' and check that the
|
. Go in the Gerrit Web UI to 'Projects' > 'List' and check that the
|
||||||
project is listed. If the project is not listed the project either
|
project is listed. If the project is not listed the project either
|
||||||
does not exist or you don't have
|
does not exist or you don't have
|
||||||
link:access-control.html#category_read['Read'] access for it. This
|
link:access-control.html#category_read['Read'] access for it. This
|
||||||
|
@@ -42,7 +42,7 @@ Access Control] chapter explains all the details.
|
|||||||
|
|
||||||
To see the access rights of your project
|
To see the access rights of your project
|
||||||
|
|
||||||
- go to the Gerrit WebUI
|
- go to the Gerrit Web UI
|
||||||
- click on the `Projects` > `List` menu entry
|
- click on the `Projects` > `List` menu entry
|
||||||
- find your project in the project list and click on it
|
- find your project in the project list and click on it
|
||||||
- click on the `Access` menu entry
|
- click on the `Access` menu entry
|
||||||
@@ -65,7 +65,7 @@ access rights were modified.
|
|||||||
|
|
||||||
If a Git browser such as GitWeb is configured for the Gerrit server you
|
If a Git browser such as GitWeb is configured for the Gerrit server you
|
||||||
can find a link to the history of the `project.config` file in the
|
can find a link to the history of the `project.config` file in the
|
||||||
WebUI. Otherwise you may inspect the history locally. If you have
|
Web UI. Otherwise you may inspect the history locally. If you have
|
||||||
cloned the repository you can do this by executing the following
|
cloned the repository you can do this by executing the following
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ Projects in Gerrit are organized hierarchically as a tree with the
|
|||||||
project can have only a single parent project, multi-inheritance is
|
project can have only a single parent project, multi-inheritance is
|
||||||
not supported.
|
not supported.
|
||||||
|
|
||||||
Looking at the access rights of your project in the Gerrit WebUI, you
|
Looking at the access rights of your project in the Gerrit Web UI, you
|
||||||
only see the access rights which are defined on that project. To see
|
only see the access rights which are defined on that project. To see
|
||||||
the inherited access rights you must follow the link to the parent
|
the inherited access rights you must follow the link to the parent
|
||||||
project under `Rights Inherit From`.
|
project under `Rights Inherit From`.
|
||||||
@@ -111,7 +111,7 @@ maintain the access rights on that common parent. Changing the parent
|
|||||||
of a project is only allowed for Gerrit administrators. This means you
|
of a project is only allowed for Gerrit administrators. This means you
|
||||||
need to contact the administrator of your Gerrit server if you want to
|
need to contact the administrator of your Gerrit server if you want to
|
||||||
reparent your project. One way to do this is to change the parent
|
reparent your project. One way to do this is to change the parent
|
||||||
project in the WebUI, save the modifications for review and get the
|
project in the Web UI, save the modifications for review and get the
|
||||||
change approved and merged by a Gerrit administrator.
|
change approved and merged by a Gerrit administrator.
|
||||||
|
|
||||||
[[refs]]
|
[[refs]]
|
||||||
@@ -141,7 +141,7 @@ Access rights are granted to groups. It is useful to know that Gerrit
|
|||||||
maintains its own groups internally but also supports different external
|
maintains its own groups internally but also supports different external
|
||||||
group backends.
|
group backends.
|
||||||
|
|
||||||
The Gerrit internal groups can be seen in the Gerrit WebUI by clicking
|
The Gerrit internal groups can be seen in the Gerrit Web UI by clicking
|
||||||
on the `Groups` > `List` menu entry. By clicking on a group you can
|
on the `Groups` > `List` menu entry. By clicking on a group you can
|
||||||
edit the group members (`Members` tab) and the group options
|
edit the group members (`Members` tab) and the group options
|
||||||
(`General` tab).
|
(`General` tab).
|
||||||
@@ -229,7 +229,7 @@ link:project-setup.html#project_options[Project Options] section.
|
|||||||
|
|
||||||
To see the options of your project
|
To see the options of your project
|
||||||
|
|
||||||
- go to the Gerrit WebUI
|
- go to the Gerrit Web UI
|
||||||
- click on the `Projects` > `List` menu entry
|
- click on the `Projects` > `List` menu entry
|
||||||
- find your project in the project list and click on it
|
- find your project in the project list and click on it
|
||||||
- click on the `General` menu entry
|
- click on the `General` menu entry
|
||||||
@@ -381,7 +381,7 @@ a Gerrit administrator to create the service user.
|
|||||||
|
|
||||||
If the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/serviceuser[
|
If the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/serviceuser[
|
||||||
serviceuser] plugin is installed you can also create new service users
|
serviceuser] plugin is installed you can also create new service users
|
||||||
in the Gerrit WebUI under `People` > `Create Service User`. For this
|
in the Gerrit Web UI under `People` > `Create Service User`. For this
|
||||||
the `Create Service User` global capability must be assigned.
|
the `Create Service User` global capability must be assigned.
|
||||||
|
|
||||||
The service user must have link:access-control.html#category_read[read]
|
The service user must have link:access-control.html#category_read[read]
|
||||||
@@ -399,8 +399,8 @@ capability assigned.
|
|||||||
== Branch Administration
|
== Branch Administration
|
||||||
|
|
||||||
As project owner you can administrate the branches of your project in
|
As project owner you can administrate the branches of your project in
|
||||||
the Gerrit WebUI under `Projects` > `List` > <your project> >
|
the Gerrit Web UI under `Projects` > `List` > <your project> >
|
||||||
`Branches`. In the WebUI both link:project-setup.html#branch-creation[
|
`Branches`. In the Web UI both link:project-setup.html#branch-creation[
|
||||||
branch creation] and link:project-setup.html#branch-deletion[branch
|
branch creation] and link:project-setup.html#branch-deletion[branch
|
||||||
deletion] are allowed for project owners without requiring any
|
deletion] are allowed for project owners without requiring any
|
||||||
additional access rights.
|
additional access rights.
|
||||||
@@ -414,7 +414,7 @@ this default branch and checks it out.
|
|||||||
== Email Notifications
|
== Email Notifications
|
||||||
|
|
||||||
With Gerrit individual users control their own email subscriptions. By
|
With Gerrit individual users control their own email subscriptions. By
|
||||||
editing the link:user-notify.html#user[watched projects] in the WebUI
|
editing the link:user-notify.html#user[watched projects] in the Web UI
|
||||||
under `Settings` > `Watched Projects` users can decide which events to
|
under `Settings` > `Watched Projects` users can decide which events to
|
||||||
be informed about by email. The change notifications can be filtered by
|
be informed about by email. The change notifications can be filtered by
|
||||||
link:user-search.html[change search expressions].
|
link:user-search.html[change search expressions].
|
||||||
@@ -441,7 +441,7 @@ configure such custom dashboards on
|
|||||||
link:user-dashboards.html#project-dashboards[project level]. This way
|
link:user-dashboards.html#project-dashboards[project level]. This way
|
||||||
you can define a view of the changes that are relevant for your
|
you can define a view of the changes that are relevant for your
|
||||||
project and share this dashboard with all users. The project dashboards
|
project and share this dashboard with all users. The project dashboards
|
||||||
can be seen in the WebUI under `Projects` > `List` > <your project> >
|
can be seen in the Web UI under `Projects` > `List` > <your project> >
|
||||||
`Dashboards`.
|
`Dashboards`.
|
||||||
|
|
||||||
[[issue-tracker-integration]]
|
[[issue-tracker-integration]]
|
||||||
@@ -474,7 +474,7 @@ If installed, these plugins can e.g. be used to automatically add links
|
|||||||
to Gerrit changes to the issues in the issue tracker system or to
|
to Gerrit changes to the issues in the issue tracker system or to
|
||||||
automatically close an issue if the corresponding change is merged.
|
automatically close an issue if the corresponding change is merged.
|
||||||
If installed, project owners may enable/disable the issue tracker
|
If installed, project owners may enable/disable the issue tracker
|
||||||
integration from the Gerrit WebUI under `Projects` > `Lists` >
|
integration from the Gerrit Web UI under `Projects` > `Lists` >
|
||||||
<your project> > `General`.
|
<your project> > `General`.
|
||||||
|
|
||||||
[[comment-links]]
|
[[comment-links]]
|
||||||
@@ -507,19 +507,19 @@ from the `Bug` footer to Jira the following configuration can be used:
|
|||||||
Normally it is not needed to explicitly assign reviewers to every
|
Normally it is not needed to explicitly assign reviewers to every
|
||||||
change since the project members either link:user-notify.html#user[
|
change since the project members either link:user-notify.html#user[
|
||||||
watch the project] and get notified by email or regularly check the
|
watch the project] and get notified by email or regularly check the
|
||||||
list of open changes in the Gerrit WebUI. The project members then
|
list of open changes in the Gerrit Web UI. The project members then
|
||||||
pick the changes themselves that are interesting to them for review.
|
pick the changes themselves that are interesting to them for review.
|
||||||
|
|
||||||
If authors of changes want to have a review by a particular person
|
If authors of changes want to have a review by a particular person
|
||||||
(e.g. someone who is known to be expert in the touched code area, or a
|
(e.g. someone who is known to be expert in the touched code area, or a
|
||||||
stakeholder for the implemented feature), they can request the review
|
stakeholder for the implemented feature), they can request the review
|
||||||
by adding this person in the Gerrit WebUI as a reviewer on the change.
|
by adding this person in the Gerrit Web UI as a reviewer on the change.
|
||||||
Gerrit will then notify this person by email about the review request.
|
Gerrit will then notify this person by email about the review request.
|
||||||
|
|
||||||
With the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/reviewers[
|
With the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/reviewers[
|
||||||
reviewers] plugin it is possible to configure default reviewers who
|
reviewers] plugin it is possible to configure default reviewers who
|
||||||
will be automatically added to each change. The default reviewers can
|
will be automatically added to each change. The default reviewers can
|
||||||
be configured in the Gerrit WebUI under `Projects` > `List` >
|
be configured in the Gerrit Web UI under `Projects` > `List` >
|
||||||
<your project> > `General` in the `reviewers Plugin` section.
|
<your project> > `General` in the `reviewers Plugin` section.
|
||||||
|
|
||||||
The link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/reviewers-by-blame[
|
The link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/reviewers-by-blame[
|
||||||
@@ -530,7 +530,7 @@ will add those users as reviewer that authored most of the lines
|
|||||||
touched by the change, since these users should be familiar with the
|
touched by the change, since these users should be familiar with the
|
||||||
code and can most likely review the change. How many reviewers the
|
code and can most likely review the change. How many reviewers the
|
||||||
plugin will add to a change at most can be configured in the Gerrit
|
plugin will add to a change at most can be configured in the Gerrit
|
||||||
WebUI under `Projects` > `List` > <your project> > `General` in the
|
Web UI under `Projects` > `List` > <your project> > `General` in the
|
||||||
`reviewers-by-blame Plugin` section.
|
`reviewers-by-blame Plugin` section.
|
||||||
|
|
||||||
[[download-commands]]
|
[[download-commands]]
|
||||||
@@ -634,7 +634,7 @@ Plugin Development] section.
|
|||||||
[[project-creation]]
|
[[project-creation]]
|
||||||
=== Project Creation
|
=== Project Creation
|
||||||
|
|
||||||
New projects can be created in the Gerrit WebUI under `Projects` >
|
New projects can be created in the Gerrit Web UI under `Projects` >
|
||||||
`Create Project`. The `Create Project` menu entry is only available if
|
`Create Project`. The `Create Project` menu entry is only available if
|
||||||
you have the link:access-control.html#capability_createProject[
|
you have the link:access-control.html#capability_createProject[
|
||||||
Create Project] global capability assigned.
|
Create Project] global capability assigned.
|
||||||
@@ -711,7 +711,7 @@ Gerrit core does not support the deletion of projects.
|
|||||||
|
|
||||||
If the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/delete-project[
|
If the link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/delete-project[
|
||||||
delete-project] plugin is installed, projects can be deleted from the
|
delete-project] plugin is installed, projects can be deleted from the
|
||||||
Gerrit WebUI under `Projects` > `List` > <project> > `General` by
|
Gerrit Web UI under `Projects` > `List` > <project> > `General` by
|
||||||
clicking on the `Delete` command under `Project Commands`. The `Delete`
|
clicking on the `Delete` command under `Project Commands`. The `Delete`
|
||||||
command is only available if you have the `Delete Projects` global
|
command is only available if you have the `Delete Projects` global
|
||||||
capability assigned, or if you own the project and you have the
|
capability assigned, or if you own the project and you have the
|
||||||
|
@@ -12,12 +12,12 @@ account to lower case
|
|||||||
== DESCRIPTION
|
== DESCRIPTION
|
||||||
Converts the local username for every account to lower case. The
|
Converts the local username for every account to lower case. The
|
||||||
local username is the username that is used to login into the Gerrit
|
local username is the username that is used to login into the Gerrit
|
||||||
WebUI.
|
Web UI.
|
||||||
|
|
||||||
This task is only intended to be run if the configuration parameter
|
This task is only intended to be run if the configuration parameter
|
||||||
link:config-gerrit.html#ldap.localUsernameToLowerCase[ldap.localUsernameToLowerCase]
|
link:config-gerrit.html#ldap.localUsernameToLowerCase[ldap.localUsernameToLowerCase]
|
||||||
was set to true to achieve case insensitive LDAP login to the Gerrit
|
was set to true to achieve case insensitive LDAP login to the Gerrit
|
||||||
WebUI.
|
Web UI.
|
||||||
|
|
||||||
Please be aware that the conversion of the local usernames to lower
|
Please be aware that the conversion of the local usernames to lower
|
||||||
case can't be undone.
|
case can't be undone.
|
||||||
|
@@ -217,7 +217,7 @@ right. In addition, project owners and Gerrit administrators can create
|
|||||||
new branches from the Web UI or via REST even without having the
|
new branches from the Web UI or via REST even without having the
|
||||||
`Create Reference` access right.
|
`Create Reference` access right.
|
||||||
|
|
||||||
When using the WebUI, the REST endpoint or the SSH command it is only
|
When using the Web UI, the REST endpoint or the SSH command it is only
|
||||||
possible to create branches on commits that already exist in the
|
possible to create branches on commits that already exist in the
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
|
@@ -1367,7 +1367,7 @@ The path of the file in which the dashboard is defined.
|
|||||||
Subquery that applies to all sections in the dashboard. +
|
Subquery that applies to all sections in the dashboard. +
|
||||||
Tokens such as `${project}` are not resolved.
|
Tokens such as `${project}` are not resolved.
|
||||||
|`url` ||
|
|`url` ||
|
||||||
The URL under which the dashboard can be opened in the Gerrit WebUI. +
|
The URL under which the dashboard can be opened in the Gerrit Web UI. +
|
||||||
The URL is relative to the canonical web URL. +
|
The URL is relative to the canonical web URL. +
|
||||||
Tokens in the queries such as `${project}` are resolved.
|
Tokens in the queries such as `${project}` are resolved.
|
||||||
|`default` |not set if `false`|
|
|`default` |not set if `false`|
|
||||||
|
Reference in New Issue
Block a user