- 23 Jan, 2018 1 commit
-
-
Jan Provaznik authored
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
-
- 24 Aug, 2017 1 commit
-
-
Nick Thomas authored
-
- 14 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 06 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 May, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 22 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 08 May, 2017 1 commit
-
-
Phil Hughes authored
After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489
-
- 30 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 27 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 14 Apr, 2017 1 commit
-
-
winniehell authored
-
- 28 Mar, 2017 2 commits
-
-
Phil Hughes authored
Fixed pipelines tabs not showing arrows
-
Phil Hughes authored
Some inner page tabs where not scrollable like the top nav & this caused them to break onto new lines mobile. This pages include: - dashboard/projects - project -> merge_requests - search - project -> milestones - project -> pipelines Closes #18853
-
- 06 Mar, 2017 1 commit
-
-
Simon Knox authored
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
-
- 21 Feb, 2017 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
-
- 16 Feb, 2017 1 commit
-
-
Phil Hughes authored
Recudes the number of queries within the snippet search from approx. 50 to approx. 14 by preloading the authors Part of #27392
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 14 Feb, 2017 1 commit
-
-
Phil Hughes authored
Also enabled syntaax highlight on the search results Closes #26832
-
- 09 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 24 Jan, 2017 1 commit
-
-
Kushal Pandya authored
-
- 31 Dec, 2016 1 commit
-
-
Kushal Pandya authored
-
- 10 Dec, 2016 1 commit
-
-
Mike Greiling authored
-
- 28 Nov, 2016 1 commit
-
-
David Wagner authored
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
-
- 16 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 08 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
-
- 14 Sep, 2016 1 commit
-
-
Valery Sizov authored
-
- 05 Sep, 2016 1 commit
-
-
Phil Hughes authored
Closes #21868
-
- 01 Aug, 2016 1 commit
-
-
Felipe Artur authored
-
- 23 Jun, 2016 1 commit
-
-
barthc authored
-
- 14 Jun, 2016 1 commit
-
-
barthc authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Yorick Peterse authored
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
-
- 08 May, 2016 2 commits
-
-
Long Nguyen authored
-
Long Nguyen authored
-
- 04 May, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 26 Apr, 2016 1 commit
-
-
Phil Hughes authored
Changed some variable names Fixed CHANGELOG entry
-