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
fb5943d8
Commit
fb5943d8
authored
Sep 10, 2018
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
b4fbb71a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
doc/api/jobs.md
doc/api/jobs.md
+0
-6
doc/user/project/quick_actions.md
doc/user/project/quick_actions.md
+0
-5
spec/services/quick_actions/interpret_service_spec.rb
spec/services/quick_actions/interpret_service_spec.rb
+0
-3
No files found.
doc/api/jobs.md
View file @
fb5943d8
...
...
@@ -324,10 +324,7 @@ Example of response
## Get job artifacts
> **Notes**:
<<<<<<< HEAD
=======
>
>>>>>>> upstream/master
> - [Introduced][ce-2893] in GitLab 8.5.
> - The use of `CI_JOB_TOKEN` in the artifacts download API was [introduced][ee-2346]
> in [GitLab Premium][ee] 9.5.
...
...
@@ -376,10 +373,7 @@ Response:
## Download the artifacts archive
> **Notes**:
<<<<<<< HEAD
=======
>
>>>>>>> upstream/master
> - [Introduced][ce-5347] in GitLab 8.10.
> - The use of `CI_JOB_TOKEN` in the artifacts download API was [introduced][ee-2346]
> in [GitLab Premium][ee] 9.5.
...
...
doc/user/project/quick_actions.md
View file @
fb5943d8
...
...
@@ -47,7 +47,6 @@ do.
|
`/shrug`
| Append the comment with
`¯\_(ツ)_/¯`
|
|
<code>
/copy_metadata #issue
|
!merge_request
</code>
| Copy labels and milestone from other issue or merge request |
|
`/confidential`
| Makes the issue confidential |
<<<<<<< HEAD
|
`/epic <group&epic | Epic URL>`
| Adds an issue to an epic |
|
`/remove_epic`
| Removes an issue from an epic |
|
`/lock`
| Lock the discussion |
...
...
@@ -55,7 +54,3 @@ do.
Note: In GitLab Starter every issue can have more than one assignee, so commands
`/assign`
,
`/unassign`
and
`/reassign`
support multiple assignees.
=======
|
`/lock`
| Lock the discussion |
|
`/unlock`
| Unlock the discussion |
>>>>>>> upstream/master
spec/services/quick_actions/interpret_service_spec.rb
View file @
fb5943d8
...
...
@@ -871,7 +871,6 @@ describe QuickActions::InterpretService do
let
(
:issuable
)
{
merge_request
}
end
<<<<<<<
HEAD
context
'issuable weights licensed'
do
before
do
stub_licensed_features
(
issue_weights:
true
)
...
...
@@ -906,8 +905,6 @@ describe QuickActions::InterpretService do
end
end
=======
>>>>>>>
upstream
/
master
context
'/todo'
do
let
(
:content
)
{
'/todo'
}
...
...
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