An error occurred fetching the project authors.
- 05 Mar, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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
-
- 19 Dec, 2017 1 commit
-
-
Robert Speicher authored
-
- 20 Nov, 2017 1 commit
-
-
Jacopo authored
Sets `autocomplete=off` to issuable filtered serarch.
-
- 07 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 06 Sep, 2017 1 commit
-
-
Mark Fletcher authored
-
- 28 Aug, 2017 1 commit
-
-
Felipe Artur authored
-
- 02 Aug, 2017 1 commit
-
-
Clement Ho authored
-
- 07 Jul, 2017 1 commit
-
-
Tim Zallmann authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Jun, 2017 2 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Jun, 2017 1 commit
-
-
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.
-
- 29 May, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 03 Feb, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 30 Jan, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 04 Jan, 2017 1 commit
-
-
tauriedavis authored
-
- 03 Jan, 2017 1 commit
-
-
Jose Ivan Vargas 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
-
- 16 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
-
- 07 Sep, 2016 1 commit
-
-
winniehell authored
-
- 26 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 06 Aug, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 22 Jul, 2016 1 commit
-
-
barthc authored
-
- 14 Jul, 2016 1 commit
-
-
Sean McGivern authored
permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
-
- 11 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 26 Apr, 2016 4 commits
-
-
Phil Hughes authored
Changed some variable names Fixed CHANGELOG entry
-
Phil Hughes authored
Correct search results count
-
Phil Hughes authored
-
Phil Hughes authored
-