- Feb 14, 2018
-
-
Jarka Kadlecova authored
-
- Feb 12, 2018
-
-
Matija Čupić authored
-
- Feb 09, 2018
-
-
Douwe Maan authored
[10.4] Fix stored XSS in code blocks
-
- Feb 08, 2018
-
-
Lin Jen-Shin authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
Fix tests Address code review feedback Fix tests
-
- Feb 07, 2018
-
-
Clement Ho authored
-
Francisco Javier López authored
-
Nick Thomas authored
-
- Feb 06, 2018
-
-
Winnie Hellmann authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Feb 05, 2018
-
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
-
Francisco Javier López authored
-
Nick Thomas authored
-
- Feb 03, 2018
-
-
Matija Čupić authored
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Feb 01, 2018
-
-
Jeff Stubler authored
-
Filipa Lacerda authored
-
Jarka Kadlecova authored
-
- Jan 31, 2018
-
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Takuya Noguchi authored
-
- Jan 30, 2018
-
-
Annabel Dunstone Gray authored
-
-
Phil Hughes authored
-
- Jan 29, 2018
-
-
-
-
Tony Rom authored
-
- Jan 26, 2018
-
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
-
- Jan 25, 2018
-
- Jan 24, 2018
-
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 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
-
- Jan 22, 2018
-
-
Matija Čupić authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- Jan 19, 2018
-
-
Filipa Lacerda authored
-