- 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
-
- Dec 19, 2017
-
-
Robert Speicher authored
-
- Nov 20, 2017
-
-
Jacopo authored
Sets `autocomplete=off` to issuable filtered serarch.
-
- Sep 07, 2017
-
-
Tiago Botelho authored
-
- Sep 06, 2017
-
-
Mark Fletcher authored
-
- Aug 28, 2017
-
-
Felipe Artur authored
-
- Aug 02, 2017
-
-
Clement Ho authored
-
- Jul 07, 2017
-
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 28, 2017
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 20, 2017
-
-
Toon Claes authored
The list of attributes for the filtered search input was getting long, so use a helper method to fill that hash. Also, for multiple issue assignees, a helper is more convenient because it would allow EE to override the behavior if MIA is supported.
-
- May 29, 2017
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- May 10, 2017
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Feb 03, 2017
-
-
Achilleas Pipinellis authored
-
- Jan 30, 2017
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 04, 2017
-
-
Taurie Davis authored
-
- Jan 03, 2017
-
-
Jose Ivan Vargas Lopez authored
This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
-
- Nov 16, 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 07, 2016
-
-
winniehell authored
-
- Aug 26, 2016
-
-
Clement Ho authored
-
- Aug 06, 2016
-
-
Gabriel Mazetto authored
-
- Jul 22, 2016
-
-
barthc authored
-
- Jul 14, 2016
-
-
Sean McGivern authored
permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
-
- Jul 11, 2016
-
-
Connor Shea authored
-
- Jul 01, 2016
-
-
Grzegorz Bizon authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 13, 2016
-
-
Gabriel Mazetto authored
-
- Apr 26, 2016
-
-
Phil Hughes authored
Changed some variable names Fixed CHANGELOG entry
-
Phil Hughes authored
Correct search results count
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-