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
2a7e868c
Commit
2a7e868c
authored
Sep 28, 2020
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move FE code to separate MR
parent
8b7565ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
changelogs/unreleased/235676-prioritize-exact-matches.yml
changelogs/unreleased/235676-prioritize-exact-matches.yml
+1
-1
ee/app/assets/javascripts/security_dashboard/components/first_class_project_manager/project_manager.vue
...omponents/first_class_project_manager/project_manager.vue
+0
-1
ee/spec/frontend/security_dashboard/components/first_class_project_manager/project_manager_spec.js
...nents/first_class_project_manager/project_manager_spec.js
+0
-1
No files found.
changelogs/unreleased/235676-prioritize-exact-matches.yml
View file @
2a7e868c
---
title
:
Prioritize exact matches on project search
title
:
Add sort by similarity to getProjects GraphQL call
merge_request
:
43136
author
:
type
:
changed
ee/app/assets/javascripts/security_dashboard/components/first_class_project_manager/project_manager.vue
View file @
2a7e868c
...
...
@@ -223,7 +223,6 @@ export default {
first
:
this
.
$options
.
PROJECTS_PER_PAGE
,
after
:
pageInfo
.
endCursor
,
searchNamespaces
:
true
,
sort
:
'
similarity
'
,
},
});
},
...
...
ee/spec/frontend/security_dashboard/components/first_class_project_manager/project_manager_spec.js
View file @
2a7e868c
...
...
@@ -87,7 +87,6 @@ describe('Project Manager component', () => {
first
:
wrapper
.
vm
.
$options
.
PROJECTS_PER_PAGE
,
after
:
''
,
searchNamespaces
:
true
,
sort
:
'
similarity
'
,
},
});
});
...
...
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