- Jan 23, 2018
-
-
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
-
- Aug 24, 2017
-
-
Nick Thomas authored
-
- Jul 14, 2017
-
-
Phil Hughes authored
-
- Jul 06, 2017
-
-
Phil Hughes authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- May 29, 2017
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- May 22, 2017
-
-
Valery Sizov authored
-
- May 08, 2017
-
-
Phil Hughes authored
After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489
-
- Apr 30, 2017
-
-
Douwe Maan authored
-
- Apr 28, 2017
-
-
Douwe Maan authored
-
- Apr 27, 2017
-
-
- Apr 14, 2017
-
-
winniehell authored
-
- Mar 28, 2017
-
-
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
-
- Mar 06, 2017
-
-
Simon Knox authored
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
-
- Feb 21, 2017
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
-
- Feb 16, 2017
-
-
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
-
- Feb 15, 2017
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- Feb 14, 2017
-
-
Phil Hughes authored
Also enabled syntaax highlight on the search results Closes #26832
-
- Feb 09, 2017
-
-
Filipa Lacerda authored
-
- Jan 24, 2017
-
-
Kushal Pandya authored
-
- Dec 31, 2016
-
-
Kushal Pandya authored
-
- Dec 10, 2016
-
-
Mike Greiling authored
-
- Nov 28, 2016
-
-
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>
-
- Nov 16, 2016
-
-
Valery Sizov authored
-
- Nov 08, 2016
-
-
Valery Sizov authored
-
- Oct 07, 2016
-
-
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.
-
- Sep 14, 2016
-
-
Valery Sizov authored
-
- Sep 05, 2016
-
-
Phil Hughes authored
Closes #21868
-
- Aug 01, 2016
-
-
Felipe Artur authored
-
- Jun 23, 2016
-
-
barthc authored
-
- Jun 14, 2016
-
-
barthc authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 26, 2016
-
-
Yorick Peterse authored
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
-
- May 08, 2016
-
-
Long Nguyen authored
-
Long Nguyen authored
-
- May 04, 2016
-
-
Annabel Dunstone authored
-
- Apr 26, 2016
-
-
Phil Hughes authored
Changed some variable names Fixed CHANGELOG entry
-