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.
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.
Upgrade your plan to improve Merge Requests with squash commit.
Upgrade your plan to improve Merge Requests with Squash Commit.
-else
Improve Merge Requests with squash commit and GitLab Enterprise Edition.
Improve Merge Requests with Squash Commit and GitLab Enterprise Edition.
%p
Squashing lets you tidy up the commit history of a branch when accepting a merge request. It applies all of the changes in the merge request as a single commit, and then merges that commit using the merge method set for the project.
@@ -105,7 +105,7 @@ describe 'Promotions', js: true do
it'should appear in project edit page'do
visitedit_project_path(project)
expect(find('#promote_mr_approval')).tohave_content'Improve Merge Request and customer support'
expect(find('#promote_mr_approval')).tohave_content'Improve Merge Requests and customer support'
expect(find('#promote_mr_approval')).tohave_content'Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project.'
end
...
...
@@ -231,7 +231,7 @@ describe 'Promotions', js: true do
it'should appear on the page'do
visitproject_audit_events_path(project)
expect(find('.user-callout-copy')).tohave_content'Track your project with Audit Events'
expect(find('.user-callout-copy')).tohave_content'Audit Events is a tool for GitLab Enterprise Edition administrators to be able to track important events such as user access level, target user, and user addition or removal.'
expect(find('.user-callout-copy')).tohave_content'Audit Events is a way to keep track of important events that happened in GitLab.'
end
end
...
...
@@ -245,7 +245,7 @@ describe 'Promotions', js: true do
it'should appear on the page'do
visitgroup_analytics_path(group)
expect(find('.user-callout-copy')).tohave_content'Track activity with Contribution analytics and GitLab Enterprise Edition.'
expect(find('.user-callout-copy')).tohave_content'Track activity with Contribution Analytics.'
expect(find('.user-callout-copy')).tohave_content'With contribution analytics you can have an overview for the activity of issues, merge requests and push events of your organization and its members.'