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
7689edfa
Commit
7689edfa
authored
Feb 12, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
2dc38f96
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+0
-3
lib/api/search.rb
lib/api/search.rb
+1
-3
spec/requests/api/search_spec.rb
spec/requests/api/search_spec.rb
+0
-3
No files found.
app/assets/stylesheets/framework.scss
View file @
7689edfa
...
...
@@ -59,9 +59,6 @@
@import
"framework/memory_graph"
;
@import
"framework/responsive_tables"
;
@import
"framework/stacked_progress_bar"
;
<<<<<<<
HEAD
@import
"framework/sortable"
;
=======
>>>>>>>
upstream
/
master
@import
"framework/ci_variable_list"
;
@import
"framework/feature_highlight"
;
lib/api/search.rb
View file @
7689edfa
...
...
@@ -108,10 +108,8 @@ module API
use
:pagination
end
get
':id/-/search'
do
<<<<<<<
HEAD
check_elasticsearch_scope!
=======
>>>>>>>
upstream
/
master
group
=
find_group!
(
params
[
:id
])
present
search
(
group_id:
group
.
id
),
with:
entity
...
...
spec/requests/api/search_spec.rb
View file @
7689edfa
...
...
@@ -276,7 +276,6 @@ describe API::Search do
it_behaves_like
'response is correct'
,
schema:
'public_api/v4/milestones'
end
<<<<<<<
HEAD
context
'when elasticsearch is disabled'
do
it_behaves_like
'elasticsearch disabled'
do
...
...
@@ -289,8 +288,6 @@ describe API::Search do
let
(
:endpoint
)
{
"/groups/
#{
group
.
id
}
/-/search"
}
end
end
=======
>>>>>>>
upstream
/
master
end
end
...
...
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