- 26 Jan, 2018 2 commits
-
-
Connor Shea authored
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
-
- 25 Jan, 2018 5 commits
-
-
Achilleas Pipinellis authored
-
George Tsiolis authored
- Add section headers to project repo buttons - Add primary button to content to add file when the repository is empty - Change project removal primary button from project overview to secondary button - Update headings for better alignment - Add primary button for readme only user preference
-
Lin Jen-Shin authored
Basically using the new expand_section
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
-
- 24 Jan, 2018 3 commits
-
-
Jacopo authored
Changes the text in the Revert merge request modal: `Start a new merge request with these changes` => `Start a new merge request with the revert changes`.
-
Filipa Lacerda authored
-
Phil Hughes authored
-
- 23 Jan, 2018 7 commits
-
-
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
-
Simon Knox authored
-
Grzegorz Bizon authored
-
Filipa Lacerda authored
-
George Tsiolis authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 22 Jan, 2018 4 commits
-
-
Filipa Lacerda authored
-
Jacopo authored
Html code now works in commits atom feed `title` and `summary`.
-
Lin Jen-Shin authored
-
Filipa Lacerda authored
-
- 19 Jan, 2018 3 commits
-
-
George Tsiolis authored
-
Filipa Lacerda authored
Put back non triggered information
-
Tim Zallmann authored
-
- 18 Jan, 2018 4 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Felipe Artur authored
-
Jacopo authored
When a new user confirm his email the signin tab is correctly shown.
-
Winnie Hellmann authored
-
- 17 Jan, 2018 4 commits
-
-
Jussi Räsänen authored
-
Alexis Reigel authored
-
Mario de la Ossa authored
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
- 16 Jan, 2018 8 commits
-
-
Robert Speicher authored
-
Phil Hughes authored
-
Simon Knox authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
target branch select dropdown doesnt care about tags so we dont need to waste time searching them
-
Phil Hughes authored
-