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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
ad18f91e
Commit
ad18f91e
authored
Jan 18, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
577fe180
0c26f871
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+5
-0
app/views/shared/_sort_dropdown.html.haml
app/views/shared/_sort_dropdown.html.haml
+1
-1
doc/api/merge_requests.md
doc/api/merge_requests.md
+3
-0
No files found.
app/assets/stylesheets/generic/common.scss
View file @
ad18f91e
...
...
@@ -54,6 +54,11 @@ pre {
text-shadow
:
none
;
}
.dropdown-menu-align-right
{
left
:
auto
;
right
:
0px
;
}
.dropdown-menu
>
li
>
a
:hover
,
.dropdown-menu
>
li
>
a
:focus
{
background
:
$bg_primary
;
...
...
app/views/shared/_sort_dropdown.html.haml
View file @
ad18f91e
...
...
@@ -6,7 +6,7 @@
-
else
Newest
%b
.caret
%ul
.dropdown-menu
%ul
.dropdown-menu
.dropdown-menu-align-right
%li
=
link_to
page_filter_path
(
sort:
'newest'
)
do
=
sort_title_recently_created
...
...
doc/api/merge_requests.md
View file @
ad18f91e
...
...
@@ -109,6 +109,7 @@ Parameters:
-
`target_branch`
(required) - The target branch
-
`assignee_id`
(optional) - Assignee user ID
-
`title`
(required) - Title of MR
-
`description`
(optional) - Description of MR
-
`target_project_id`
(optional) - The target project (numeric id)
```
json
...
...
@@ -160,6 +161,7 @@ Parameters:
-
`target_branch`
- The target branch
-
`assignee_id`
- Assignee user ID
-
`title`
- Title of MR
-
`description`
- Description of MR
-
`state_event`
- New state (close|reopen|merge)
```
json
...
...
@@ -169,6 +171,7 @@ Parameters:
"source_branch"
:
"test1"
,
"project_id"
:
3
,
"title"
:
"test1"
,
"description"
:
"description1"
,
"state"
:
"opened"
,
"upvotes"
:
0
,
"downvotes"
:
0
,
...
...
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