Commit 21413c6d authored by Marcia Ramos's avatar Marcia Ramos

Add "starter" badges

parent a96940d2
......@@ -141,7 +141,7 @@ Example response:
}
```
## Create a board (Starter-Only)
## Create a board **[STARTER]**
Creates a board.
......@@ -209,7 +209,7 @@ Example response:
}
```
## Delete a board (Starter-Only)
## Delete a board **[STARTER]**
Deletes a board.
......
# Project-level approvals
# Merge request approvals **[STARTER]**
Configuration for approvals on all Merge Requests in the project. Must be authenticated for all endpoints.
Configuration for approvals on all Merge Requests (MR) in the project. Must be authenticated for all endpoints.
## Get Configuration
## Project-level MR approvals
### Get Configuration
>**Note:** This API endpoint is only available on 10.6 Starter and above.
......@@ -57,7 +59,7 @@ GET /projects/:id/approvals
}
```
## Change configuration
### Change configuration
>**Note:** This API endpoint is only available on 10.6 Starter and above.
......@@ -115,7 +117,7 @@ POST /projects/:id/approvals
}
```
## Change allowed approvers
### Change allowed approvers
>**Note:** This API endpoint is only available on 10.6 Starter and above.
......@@ -175,10 +177,11 @@ PUT /projects/:id/approvers
```
# Merge Request-level Approvals
## Merge Request-level MR approvals
Configuration for approvals on a specific Merge Request. Must be authenticated for all endpoints.
## Get Configuration
### Get Configuration
>**Note:** This API endpoint is only available on 8.9 Starter and above.
......@@ -226,7 +229,7 @@ GET /projects/:id/merge_requests/:merge_request_iid/approvals
}
```
## Change approval configuration
### Change approval configuration
>**Note:** This API endpoint is only available on 10.6 Starter and above.
......@@ -265,7 +268,7 @@ POST /projects/:id/merge_requests/:merge_request_iid/approvals
}
```
## Change allowed approvers for Merge Request
### Change allowed approvers for Merge Request
>**Note:** This API endpoint is only available on 10.6 Starter and above.
......
......@@ -1367,10 +1367,7 @@ POST /projects/:id/housekeeping
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID of the project or NAMESPACE/PROJECT_NAME |
## Push Rules
>**Note:**
Available in [GitLab Starter](https://about.gitlab.com/products).
## Push Rules **[STARTER]**
### Get project push rules
......@@ -1467,9 +1464,9 @@ Read more in the [Project import/export](project_import_export.md) documentation
Read more in the [Project members](members.md) documentation.
## Start the pull mirroring process for a Project
## Start the pull mirroring process for a Project **[STARTER]**
> Introduced in GitLab 10.3. **Note:** Available in [GitLab Starter](https://about.gitlab.com/products).
> Introduced in [GitLab Starter](https://about.gitlab.com/products) 10.3.
```
POST /projects/:id/mirror/pull
......
......@@ -1176,7 +1176,7 @@ test:
retry: 2
```
## `include`
## `include` **[STARTER]**
> Introduced in [GitLab Edition Premium][ee] 10.5.
> Available for Starter, Premium and Ultimate [versions][gitlab-versions] since 10.6.
......
# Elasticsearch integration
# Elasticsearch integration **[STARTER ONLY]**
>
[Introduced][ee-109] in GitLab [Starter][ee] 8.4. Support
......
# Kerberos integration
>**Note:**
Available in [GitLab Starter][ee].
# Kerberos integration **[STARTER ONLY]**
GitLab can integrate with [Kerberos][kerb] as an authentication mechanism.
......@@ -24,7 +21,6 @@ following prerequisites. You still need to configure your system for
Kerberos usage, such as specifying realms. GitLab will make use of the
system's Kerberos settings.
### GitLab keytab
1. Create a Kerberos Service Principal for the HTTP service on your GitLab server.
......
# Push Rules
> Available in [GitLab Enterprise Editions][ee].
# Push Rules **[STARTER]**
Gain additional control over pushes to your repository.
......
# Email from GitLab
>**Note:**
Available in [GitLab Starter][ee].
# Email from GitLab **[STARTER ONLY]**
As a GitLab administrator you can email GitLab users from within GitLab.
......
# Contribution Analytics
# Contribution Analytics **[STARTER]**
>**Note:**
This feature was introduced in [GitLab Starter][ee] 8.3.
Introduced in [GitLab Starter][ee] 8.3.
Track your team members' activity across your organization.
......
......@@ -152,7 +152,7 @@ There are two different ways to add a new project to a group:
![Select group](img/select_group_dropdown.png)
### Default project creation level
### Default project creation level **[STARTER]**
> [Introduced][ee-2534] in [GitLab Premium][ee] 10.5.
> Brought to [GitLab Starter][ee] in 10.7.
......@@ -302,10 +302,7 @@ and [push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html#push-rule
for the group. **[STARTER ONLY]**
- **Pipelines quota**: keep track of the [pipeline quota](../admin_area/settings/continuous_integration.md) for the group
## User contribution analysis
> Available in [GitLab Starter](https://about.gitlab.com/products/) and
[GitLab.com Bronze](https://about.gitlab.com/gitlab-com/).
## User contribution analysis **[STARTER]**
With [GitLab Contribution Analytics](contribution_analytics/index.md)
you have an overview of the contributions (pushes, merge requests,
......
......@@ -55,12 +55,12 @@ changes you made after picking the template and return it to its initial status.
![Description templates](img/description_templates.png)
## Setting a default template for issues and merge requests
## Setting a default template for issues and merge requests **[STARTER**
>
**Notes:**
- This feature was introduced before [description templates](#overview) and is
available only for [GitLab Enterprise Starter][products]. It can be enabled
available in [GitLab Starter][products]. It can be enabled
in the project's settings.
- Templates for issues were [introduced][ee-28] in GitLab EE 8.1.
- Templates for merge requests were [introduced][ee-7478ece] in GitLab EE 6.9.
......
......@@ -27,13 +27,13 @@ integrated platform
- [Protected tags](protected_tags.md): Control over who has
permission to create tags, and prevent accidental update or deletion
- [Signing commits](gpg_signed_commits/index.md): use GPG to sign your commits
- **(Ultimate)** [Web IDE](web_ide/index.md)
- [Web IDE](web_ide/index.md) **[ULTIMATE]**
**Issues and merge requests:**
- [Issue tracker](issues/index.md): Discuss implementations with your team within issues
- [Issue Boards](issue_board.md): Organize and prioritize your workflow
- [Multiple Issue Boards](issue_board.md#multiple-issue-boards) (**Starter/Premium**): Allow your teams to create their own workflows (Issue Boards) for the same project
- [Multiple Issue Boards](issue_board.md#multiple-issue-boards): Allow your teams to create their own workflows (Issue Boards) for the same project **[STARTER]**
- [Merge Requests](merge_requests/index.md): Apply your branching
strategy and get reviewed by your team
- [Merge Request Approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html): Ask for approval before
......
# Issue Board
# Issue Boards
>**Note:**
[Introduced][ce-5554] in [GitLab 8.11](https://about.gitlab.com/2016/08/22/gitlab-8-11-released/#issue-board).
......@@ -267,7 +267,7 @@ to another list the label changes and a system not is recorded.
![Issue Board system notes](img/issue_board_system_notes.png)
## Multiple issue boards
## Multiple Issue Boards
> Introduced in [GitLab Enterprise Edition 8.13](https://about.gitlab.com/2016/10/22/gitlab-8-13-released/#multiple-issue-boards-ee).
......@@ -283,7 +283,7 @@ Multiple issue boards feature is available for **projects in GitLab Starter Edit
![Multiple Issue Boards](img/issue_boards_multiple.png)
## Board with configuration
## Configurable Issue Board **[STARTER]**
> Introduced in [GitLab Starter Edition 10.2](https://about.gitlab.com/2017/11/22/gitlab-10-2-released/#issue-boards-configuration).
......@@ -303,7 +303,7 @@ If you don't have editing permission in a board, you're still able to see the co
![Viewing board configuration](img/issue_board_view_scope.png)
## Group Issue Boards
## Group Issue Boards **[PREMIUM]**
> Introduced in [GitLab Enterprise Edition 10.0 Premium](https://about.gitlab.com/2017/09/22/gitlab-10-0-released/#group-issue-boards).
......@@ -316,7 +316,7 @@ group-level objects are available.
![Group issue board](img/group_issue_board.png)
## Focus mode
## Focus mode **[STARTER]**
> Introduced in [GitLab Enterprise Edition 9.1](https://about.gitlab.com/2017/04/22/gitlab-9-1-released/#issue-boards-focus-mode-ees-eep).
......@@ -329,11 +329,11 @@ Click the button at the top right to toggle focus mode on and off. In focus mode
[Developers and up](../permissions.md) can use all the functionality of the
Issue Board, that is create/delete lists and drag issues around.
## Group Issue Board
## Group Issue Boards
>Introduced in GitLab 10.6
> Introduced in GitLab 10.6
Group issue board is analogous to project-level issue board and it is accessible at the group
Group Issue Board is analogous to project-level issue board and it is accessible at the group
navigation level. A group-level issue board allows you to view all issues from all projects in that group
(currently, it does not see issues from projects in subgroups). Similarly, you can only filter by group labels for these
boards. When updating milestones and labels for an issue through the sidebar update mechanism, again only
......@@ -343,7 +343,7 @@ group-level objects are available.
Different issue board features are available in different [GitLab tiers](https://about.gitlab.com/pricing/), as shown in the following table:
| Tier | Number of project issue boards | Board with configuration in project issue boards | Number of group issue boards | Board with configuration in group issue boards |
| Tier | Number of Project IssueBboards | Board with configuration in Project Issue Boards | Number of Group Issue Boards | Board with configuration in Group Issue Boards |
| --- | --- | --- | --- | --- |
| Core | 1 | No | 1 | No |
| Starter | Multiple | Yes | 1 | No |
......
# Export Issues to CSV
# Export Issues to CSV **[STARTER]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1126) in [GitLab Starter 9.0](https://about.gitlab.com/2017/03/22/gitlab-9-0-released/#export-issues-ees-eep).
......
......@@ -139,19 +139,13 @@ Find GitLab Issue Boards by navigating to your **Project's Dashboard** > **Issue
Read through the documentation for [Issue Boards](../issue_board.md)
to find out more about this feature.
### Export Issues to CSV
> Available in [GitLab Starter](https://about.gitlab.com/products/) and
[GitLab.com Bronze](https://about.gitlab.com/gitlab-com/).
### Export Issues to CSV **[STARTER]**
Issues can be [exported as CSV](csv_export.md) from GitLab and are sent to your email as an attachment.
_Exporting issues to CSV is available only in [GitLab Enterprise Edition](https://about.gitlab.com/products/)._
## Related Issues
> Available in [GitLab Starter](https://about.gitlab.com/products/) and
[GitLab.com Bronze](https://about.gitlab.com/gitlab-com/).
## Related Issues **[STARTER]**
Related Issues are a bi-directional relationship between any two issues
and appear in a block below the issue description. Issues can be across groups
......
# Multiple Assignees for Issues
# Multiple Assignees for Issues **[STARTER]**
> **Note:**
[Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/1904)
......
# Code Quality
# Code Quality **[STARTER]**
> [Introduced][ee-1984] in [GitLab Starter][ee] 9.3.
......
# Merge request approvals
# Merge request approvals **[STARTER]**
> Introduced in [GitLab Enterprise Edition 7.12](https://about.gitlab.com/2015/06/22/gitlab-7-12-released/#merge-request-approvers-ee-only), available in [GitLab Starter](https://about.gitlab.com/products/).
> Introduced in [GitLab Enterprise Edition 7.12](https://about.gitlab.com/2015/06/22/gitlab-7-12-released/#merge-request-approvers-ee-only).
## Overview
......
# Squash and merge
# Squash and merge **[STARTER]**
> [Introduced][ee-1024] in [GitLab Starter][ee] 8.17.
......
# Burndown Charts
# Burndown Charts **[STARTER]**
>**Notes:**
- [Introduced][ee-1540] in [GitLab Starter 9.1][ee-9.1].
......
......@@ -65,8 +65,8 @@ From the project issue/merge request list pages and the group issue/merge reques
- From [project issue boards](../issue_board.md), you can filter by both group milestones and project milestones in the [search and filter bar](../../search/index.md#issue-boards).
- From [group issue boards](../issue_board.md#group-issue-boards) (available in [GitLab Premium](https://about.gitlab.com/products), you can filter by only group milestones in the [search and filter bar](../../search/index.md#issue-boards).
- From [project issue boards](../issue_board.md), you can filter by both group milestones and project milestones in the [issue board configuration](../issue_board.md#board-with-configuration) (available in [GitLab Starter](https://about.gitlab.com/products)) .
- From [group issue boards](../issue_board.md#group-issue-boards) (available in [GitLab Premium](https://about.gitlab.com/products)), you can filter by only group milestones in the [issue board configuration](../issue_board.md#board-with-configuration).
- From [project issue boards](../issue_board.md), you can filter by both group milestones and project milestones in the [issue board configuration](../issue_board.md#board-with-configuration). **[STARTER]**
- From [group issue boards](../issue_board.md#group-issue-boards) you can filter by only group milestones in the [issue board configuration](../issue_board.md#board-with-configuration). **[PREMIUM]**
......@@ -105,7 +105,7 @@ These features are only available for project milestones and not group milestone
- Participants and labels that are used in issues and merge requests that have the milestone assigned are displayed.
- [Burndown chart](#burndown-charts).
### Burndown Charts
### Burndown Charts **[STARTER]**
For project milestones only, and in [GitLab Starter](https://about.gitlab.com/products), a [burndown chart](burndown_charts.md) is in the milestone view, showing the progress of completing a milestone.
......
......@@ -66,7 +66,7 @@ dropdown list in the "Already protected" area.
If you don't choose any of those options while creating a protected branch,
they are set to "Masters" by default.
## Restricting push and merge access to certain users
## Restricting push and merge access to certain users **[STARTER]**
> This feature was [introduced][ce-5081] in [GitLab Starter][ee] 8.11.
......
# Advanced Global Search
# Advanced Global Search **[STARTER]**
>
- [Introduced][ee-109] in GitLab [Starter][ee] 8.4.
......
# Advanced Syntax Search
# Advanced Syntax Search **[STARTER]**
>**Notes:**
- Introduced in [GitLab Enterprise Starter][ee] 9.2
......
# Issue Weight
# Issue Weight **[STARTER]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/76)
in [GitLab Starter](https://about.gitlab.com/products/) 8.3.
......
# Repository mirroring
Repository Mirroring is a way to mirror repositories from external sources.
It can be used to mirror all branches, tags, and commits that you have
in your repository.
......@@ -47,7 +46,7 @@ A few things/limitations to consider:
a push mirror so that your active GitLab repository can push its changes to the
old location.
## Pulling from a remote repository
## Pulling from a remote repository **[STARTER]**
>[Introduced][ee-51] in GitLab Enterprise Edition 8.2.
......@@ -84,7 +83,7 @@ this branch to prevent any changes from being lost.
![Diverged branch](repository_mirroring/repository_mirroring_diverged_branch.png)
### Trigger update using API
### Trigger update using API **[STARTER]**
>[Introduced][ee-3453] in GitLab Enterprise Edition 10.3.
......@@ -94,7 +93,7 @@ will be pulled immediately.
Read the [Pull Mirror Trigger API docs][pull-api].
### Pull only protected branches
### Pull only protected branches **[STARTER]**
>[Introduced][ee-3326] in GitLab Enterprise Edition 10.3.
......@@ -102,7 +101,7 @@ You can choose to only pull the protected branches from your remote repository t
To use this option go to your project's repository settings page under pull mirror.
### Overwrite diverged branches
### Overwrite diverged branches **[STARTER]**
>[Introduced][ee-4559] in GitLab Enterprise Edition 10.6.
......@@ -111,7 +110,7 @@ if your local version has diverged from the remote.
To use this option go to your project's repository settings page under pull mirror.
### Hard failure
### Hard failure **[STARTER]**
>[Introduced][ee-3117] in GitLab Enterprise Edition 10.2.
......@@ -127,7 +126,7 @@ When a project is hard failed, it will no longer get picked up for mirroring.
A user can resume the project mirroring again by either [forcing an update](#forcing-an-update)
or by changing the import URL in repository settings.
### SSH authentication
### SSH authentication **[STARTER]**
> [Introduced][ee-2551] in GitLab Starter 9.5
......@@ -230,7 +229,7 @@ backoff period.
If the mirror fails (eg: branch diverged from upstream), the project's backoff
period will be penalized each time it fails up to a maximum amount of time.
## Pushing to a remote repository
## Pushing to a remote repository **[STARTER]**
>[Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/249) in
GitLab Enterprise Edition 8.7.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment