Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1237f58d
Commit
1237f58d
authored
Oct 23, 2017
by
Paul
Committed by
Achilleas Pipinellis
Oct 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update using_docker_images and merge_requests docs
parent
b91a75a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+0
-4
doc/user/project/merge_requests/index.md
doc/user/project/merge_requests/index.md
+0
-15
No files found.
doc/ci/docker/using_docker_images.md
View file @
1237f58d
...
@@ -327,10 +327,6 @@ means, that when starting the container without additional options, it will run
...
@@ -327,10 +327,6 @@ means, that when starting the container without additional options, it will run
the database's process, while Runner expects that the image will have no
the database's process, while Runner expects that the image will have no
entrypoint or at least will start with a shell as its entrypoint.
entrypoint or at least will start with a shell as its entrypoint.
Previously we would need to create our own image based on the
`super/sql:experimental`
image, set the entrypoint to a shell, and then use
it in job's configuration, e.g.:
Before the new extended Docker configuration options, you would need to create
Before the new extended Docker configuration options, you would need to create
your own image based on the
`super/sql:experimental`
image, set the entrypoint
your own image based on the
`super/sql:experimental`
image, set the entrypoint
to a shell and then use it in job's configuration, like:
to a shell and then use it in job's configuration, like:
...
...
doc/user/project/merge_requests/index.md
View file @
1237f58d
...
@@ -162,13 +162,6 @@ have been marked as a **Work In Progress**.
...
@@ -162,13 +162,6 @@ have been marked as a **Work In Progress**.
[
Learn more about settings a merge request as "Work In Progress".
](
work_in_progress_merge_requests.md
)
[
Learn more about settings a merge request as "Work In Progress".
](
work_in_progress_merge_requests.md
)
## Fast-forward merge requests
If you prefer a linear Git history and a way to accept merge requests without
creating merge commits, you can configure this on a per-project basis.
[
Read more about fast-forward merge requests.
](
fast_forward_merge.md
)
## Merge request approvals
## Merge request approvals
> Included in [GitLab Enterprise Edition Starter][products].
> Included in [GitLab Enterprise Edition Starter][products].
...
@@ -180,14 +173,6 @@ list of approvers that will need to approve every merge request in a project.
...
@@ -180,14 +173,6 @@ list of approvers that will need to approve every merge request in a project.
[
Read more about merge request approvals.
](
merge_request_approvals.md
)
[
Read more about merge request approvals.
](
merge_request_approvals.md
)
## Semi-linear history merge requests
A merge commit is created for every merge, but the branch is only merged if
a fast-forward merge is possible. This ensures that if the merge request build
succeeded, the target branch build will also succeed after merging.
Navigate to a project's settings, select the
**
Merge commit with semi-linear
history
** option under **
Merge Requests: Merge method
**
and save your changes.
## Code Quality reports
## Code Quality reports
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment