diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-16 06:07:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-16 06:07:06 +0000 |
commit | 3546e1bb0971347e9e9984de0799e3fb53743b33 (patch) | |
tree | f65e47d5deb95905aa419ebd70ce02c7b32ddb8f /doc/user/project | |
parent | f155cc9034f2247c5d368f9b0212ad44248b0c5e (diff) | |
download | gitlab-ce-3546e1bb0971347e9e9984de0799e3fb53743b33.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/labels.md | 31 | ||||
-rw-r--r-- | doc/user/project/pipelines/job_artifacts.md | 13 |
2 files changed, 18 insertions, 26 deletions
diff --git a/doc/user/project/labels.md b/doc/user/project/labels.md index 32c8c4d0453..cfd6d4eaf4b 100644 --- a/doc/user/project/labels.md +++ b/doc/user/project/labels.md @@ -2,9 +2,9 @@ ## Overview -Labels allow you to categorize issues or merge requests using descriptive titles like +Labels allow you to categorize epics, issues, and merge requests using descriptive titles like `bug`, `feature request`, or `docs`. Each label also has a customizable color. They -allow you to quickly and dynamically filter and manage issues or merge requests you +allow you to quickly and dynamically filter and manage epics, issues and merge requests you care about, and are visible throughout GitLab in most places where issues and merge requests are located. @@ -12,8 +12,8 @@ requests are located. In GitLab, you can create project and group labels: -- **Project labels** can be assigned to issues or merge requests in that project only. -- **Group labels** can be assigned to any issue or merge request in any project in +- **Project labels** can be assigned to epics, issues and merge requests in that project only. +- **Group labels** can be assigned to any epics, issue and merge request in any project in that group, or any subgroups of the group. ## Scoped labels **(PREMIUM)** @@ -21,7 +21,7 @@ In GitLab, you can create project and group labels: > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/9175) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.10. Scoped labels allow teams to use the simple and familiar label feature to -annotate their issues, merge requests, and epics to achieve custom fields and +annotate their epics, issues, merge requests, and epics to achieve custom fields and custom workflow states by leveraging a special label title syntax. A scoped label is a kind of label defined by a special double-colon syntax @@ -141,11 +141,8 @@ action cannot be reversed and the changes are permanent. ## Assigning labels from the sidebar -Every issue and merge request can be assigned any number of labels. The labels are -visible on every issue and merge request page, in the sidebar. They are also visible on: - -- Every issue and merge request page in the sidebar. -- The issue board. +Every epic, issue, and merge request can be assigned any number of labels. The labels are +visible on every epic, issue and merge request page, in the sidebar and on your issue boards. From the sidebar, you can assign or unassign a label to the object (i.e. label or unlabel it). You can also perform this as a [quick action](quick_actions.md), @@ -166,11 +163,11 @@ GitLab will check both the label titles and descriptions for the search. ## Filtering by label -The following can be filtered labels: +The following can be filtered by labels: +- Epic lists **(ULTIMATE)** - Issue lists - Merge Request lists -- Epic lists **(ULTIMATE)** - Issue Boards ### Filtering in list pages @@ -180,7 +177,7 @@ The following can be filtered labels: - Group labels (including subgroup ancestors) - Project labels -- From the group issue list page and the group merge request list page, you can +- From the group epic lists page, issue list page and the group merge request list page, you can [filter](../search/index.md#issues-and-merge-requests) by: - Group labels (including subgroup ancestors and subgroup descendants) - Project labels @@ -214,7 +211,7 @@ The following can be filtered labels: From the project label list page and the group label list page, you can subscribe to [notifications](../../workflow/notifications.md) of a given label, to alert you -that the label has been assigned to an issue or merge request. +that the label has been assigned to an epic, issue, and merge request. ![Labels subscriptions](img/labels_subscriptions_v12_1.png) @@ -226,7 +223,7 @@ that the label has been assigned to an issue or merge request. > - Priority sorting is based on the highest priority label only. [This discussion](https://gitlab.com/gitlab-org/gitlab-foss/issues/18554) considers changing this. Labels can have relative priorities, which are used in the "Label priority" and -"Priority" sort orders of the issue and merge request list pages. +"Priority" sort orders of the epic, issue, and merge request list pages. From the project label list page, star a label to indicate that it has a priority. @@ -242,8 +239,8 @@ on the project label list page. ![Drag to change label priority](img/labels_drag_priority_v12_1.gif) -On the merge request and issue pages, for both groups and projects, you can sort by `Label priority` -and `Priority`, which account for objects (issues and merge requests) that have prioritized +On the epic, merge request and issue pages, for both groups and projects, you can sort by `Label priority` +and `Priority`, which account for objects (epic, issues, and merge requests) that have prioritized labels assigned to them. If you sort by `Label priority`, GitLab considers this sort comparison order: diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md index 85d0abdb51a..794c3030c6a 100644 --- a/doc/user/project/pipelines/job_artifacts.md +++ b/doc/user/project/pipelines/job_artifacts.md @@ -50,14 +50,9 @@ For more examples on artifacts, follow the [artifacts reference in ## Browsing artifacts -> With GitLab 9.2, PDFs, images, videos and other formats can be previewed -> directly in the job artifacts browser without the need to download them. -> With [GitLab 10.1][ce-14399], HTML files in a public project can be previewed -> directly in a new tab without the need to download them when -> [GitLab Pages](../../../administration/pages/index.md) is enabled. -> The same holds for textual formats (currently supported extensions: `.txt`, `.json`, and `.log`). -> With [GitLab 12.4][gitlab-16675], also artifacts in private projects can be previewed -> when [GitLab Pages access control](../../../administration/pages/index.md#access-control) is enabled. +> - From GitLab 9.2, PDFs, images, videos and other formats can be previewed directly in the job artifacts browser without the need to download them. +> - Introduced in [GitLab 10.1][ce-14399], HTML files in a public project can be previewed directly in a new tab without the need to download them when [GitLab Pages](../../../administration/pages/index.md) is enabled. The same applies for textual formats (currently supported extensions: `.txt`, `.json`, and `.log`). +> - Introduced in [GitLab 12.4][gitlab-16675], artifacts in private projects can be previewed when [GitLab Pages access control](../../../administration/pages/index.md#access-control) is enabled. After a job finishes, if you visit the job's specific page, there are three buttons. You can download the artifacts archive or browse its contents, whereas @@ -70,7 +65,7 @@ The archive browser shows the name and the actual file size of each file in the archive. If your artifacts contained directories, then you are also able to browse inside them. -Below you can see how browsing looks like. In this case we have browsed inside +Below you can see what browsing looks like. In this case we have browsed inside the archive and at this point there is one directory, a couple files, and one HTML file that you can view directly online when [GitLab Pages](../../../administration/pages/index.md) is enabled (opens in a new tab). |