search and replace "Enterprise Edition Starter" => "Starter"
This commit is contained in:
parent
b314ef7de7
commit
439b712f7b
6 changed files with 13 additions and 13 deletions
|
@ -25,7 +25,7 @@ codequality:
|
|||
This will create a `codequality` job in your CI pipeline and will allow you to
|
||||
download and analyze the report artifact in JSON format.
|
||||
|
||||
For GitLab [Enterprise Edition Starter][ee] users, this information can be automatically
|
||||
For [GitLab Starter][ee] users, this information can be automatically
|
||||
extracted and shown right in the merge request widget. [Learn more on code quality
|
||||
diffs in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html).
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ static analysis and other code checks on the current code. The report is
|
|||
created, and is uploaded as an artifact which you can later download and check
|
||||
out.
|
||||
|
||||
In GitLab Enterprise Edition Starter, differences between the source and
|
||||
In GitLab Starter, differences between the source and
|
||||
target branches are also
|
||||
[shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html).
|
||||
|
||||
|
|
|
@ -248,5 +248,5 @@ access each project's settings, and remove any project from the same screen.
|
|||
- **Webhooks**: configure [webhooks](../project/integrations/webhooks.md)
|
||||
and [push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html#push-rules) to your group (Push Rules is available in [GitLab Enteprise Edition Starter](https://about.gitlab.com/products/).)
|
||||
- **Audit Events**: view [Audit Events](https://docs.gitlab.com/ee/administration/audit_events.html#audit-events)
|
||||
for the group (GitLab admins only, available in [GitLab Enterprise Edition Starter][ee]).
|
||||
for the group (GitLab admins only, available in [GitLab Starter][ee]).
|
||||
- **Pipelines quota**: keep track of the [pipeline quota](../admin_area/settings/continuous_integration.md) for the group
|
||||
|
|
|
@ -35,7 +35,7 @@ your project public, open to collaboration.
|
|||
### Streamline collaboration
|
||||
|
||||
With [Multiple Assignees for Issues](https://docs.gitlab.com/ee/user/project/issues/multiple_assignees_for_issues.html),
|
||||
available in [GitLab Enterprise Edition Starter](https://about.gitlab.com/gitlab-ee/)
|
||||
available in [GitLab Starter](https://about.gitlab.com/gitlab-ee/)
|
||||
you can streamline collaboration and allow shared responsibilities to be clearly displayed.
|
||||
All assignees are shown across your workflows and receive notifications (as they
|
||||
would as single assignees), simplifying communication and ownership.
|
||||
|
@ -141,7 +141,7 @@ 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.
|
||||
|
||||
With [GitLab Enterprise Edition Starter](https://about.gitlab.com/gitlab-ee/), you can also
|
||||
With [GitLab Starter](https://about.gitlab.com/gitlab-ee/), you can also
|
||||
create various boards per project with [Multiple Issue Boards](https://docs.gitlab.com/ee/user/project/issue_board.html#multiple-issue-boards).
|
||||
|
||||
### External Issue Tracker
|
||||
|
|
|
@ -32,9 +32,9 @@ With GitLab merge requests, you can:
|
|||
With **[GitLab Enterprise Edition][ee]**, you can also:
|
||||
|
||||
- View the deployment process across projects with [Multi-Project Pipeline Graphs](https://docs.gitlab.com/ee/ci/multi_project_pipeline_graphs.html#multi-project-pipeline-graphs) (available only in GitLab Enterprise Edition Premium)
|
||||
- Request [approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html) from your managers (available in GitLab Enterprise Edition Starter)
|
||||
- [Squash and merge](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html) for a cleaner commit history (available in GitLab Enterprise Edition Starter)
|
||||
- Analise the impact of your changes with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Enterprise Edition Starter)
|
||||
- Request [approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html) from your managers (available in GitLab Starter)
|
||||
- [Squash and merge](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html) for a cleaner commit history (available in GitLab Starter)
|
||||
- Analise the impact of your changes with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Starter)
|
||||
|
||||
## Use cases
|
||||
|
||||
|
@ -42,10 +42,10 @@ A. Consider you are a software developer working in a team:
|
|||
|
||||
1. You checkout a new branch, and submit your changes through a merge request
|
||||
1. You gather feedback from your team
|
||||
1. You work on the implementation optimizing code with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Enterprise Edition Starter)
|
||||
1. You work on the implementation optimizing code with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Starter)
|
||||
1. You build and test your changes with GitLab CI/CD
|
||||
1. You request the approval from your manager
|
||||
1. Your manager pushes a commit with his final review, [approves the merge request](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html), and set it to [merge when pipeline succeeds](#merge-when-pipeline-succeeds) (Merge Request Approvals are available in GitLab Enterprise Edition Starter)
|
||||
1. Your manager pushes a commit with his final review, [approves the merge request](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html), and set it to [merge when pipeline succeeds](#merge-when-pipeline-succeeds) (Merge Request Approvals are available in GitLab Starter)
|
||||
1. Your changes get deployed to production with [manual actions](../../../ci/yaml/README.md#manual-actions) for GitLab CI/CD
|
||||
1. Your implementations were successfully shipped to your customer
|
||||
|
||||
|
@ -55,8 +55,8 @@ B. Consider you're a web developer writing a webpage for your company's:
|
|||
1. You gather feedback from your reviewers
|
||||
1. Your changes are previewed with [Review Apps](../../../ci/review_apps/index.md)
|
||||
1. You request your web designers for their implementation
|
||||
1. You request the [approval](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html) from your manager (available in GitLab Enterprise Edition Starter)
|
||||
1. Once approved, your merge request is [squashed and merged](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html), and [deployed to staging with GitLab Pages](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) (Squash and Merge is available in GitLab Enterprise Edition Starter)
|
||||
1. You request the [approval](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html) from your manager (available in GitLab Starter)
|
||||
1. Once approved, your merge request is [squashed and merged](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html), and [deployed to staging with GitLab Pages](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) (Squash and Merge is available in GitLab Starter)
|
||||
1. Your production team [cherry picks](#cherry-pick-changes) the merge commit into production
|
||||
|
||||
## Merge requests per project
|
||||
|
|
|
@ -34,7 +34,7 @@ Set up your project's merge request settings:
|
|||
|
||||
- Set up the merge request method (merge commit, [fast-forward merge](../merge_requests/fast_forward_merge.html)).
|
||||
- Merge request [description templates](../description_templates.md#description-templates).
|
||||
- Enable [merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html#merge-request-approvals), _available in [GitLab Enterprise Edition Starter](https://about.gitlab.com/gitlab-ee/)_.
|
||||
- Enable [merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html#merge-request-approvals), _available in [GitLab Starter](https://about.gitlab.com/gitlab-ee/)_.
|
||||
- Enable [merge only of pipeline succeeds](../merge_requests/merge_when_pipeline_succeeds.md).
|
||||
- Enable [merge only when all discussions are resolved](../../discussions/index.md#only-allow-merge-requests-to-be-merged-if-all-discussions-are-resolved).
|
||||
|
||||
|
|
Loading…
Reference in a new issue