Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-25Use wiki partial in search resultsMario de la Ossa
2019-03-26Backport of avoid_n_plus_1_es_load_blobsMario de la Ossa
2019-03-19Avoid loading pipeline status in project searchMario de la Ossa
2019-01-15[i18n] Externalize strings from 'app/views/search'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com> Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-03Reduce counts in search_entries_infoHeinrich Lee Yu
2018-03-05Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-24Use limit for search count queriesJan Provaznik
Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540
2017-03-07consistent spacing on new MR panelsSimon Knox
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
2017-02-21Fix the commit search UIPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
2016-09-05Fixed commit search UIPhil Hughes
Closes #21868
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-26Updated based on feedbackPhil Hughes
Changed some variable names Fixed CHANGELOG entry
2016-04-26Correctly shows no results textPhil Hughes
Correct search results count
2016-04-26Humanize scope textPhil Hughes
2016-04-26Started updating search UIPhil Hughes
2016-03-02Place pagination outside .search-resultsAlfredo Sumaran
2016-03-02Include pagination for other than projects searchAlfredo Sumaran
2016-03-01Enable search for logged-out usersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Replace nav-tabs with nav-linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27Make search bar on search page more noticeableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26Refactor project list renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-28Continue refactoring and restyle of search layoutDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-28Draft improvements to search layoutDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-09-05Updating to persist a params snippets variableCharles Bushong
2014-08-29Adding in snippet search functionalityCharles Bushong
http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets
2014-08-28Improve search results output. Fixes some markup issuesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-27Implement search page with filtering of results and paginationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-09Improve search page UXDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-09Use new context for searchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Refactor search viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>