- Jan 24, 2018
-
-
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`.
-
Phil Hughes authored
-
- 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
-
Simon Knox authored
-
George Tsiolis authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- Jan 22, 2018
-
-
Filipa Lacerda authored
-
Jacopo authored
Html code now works in commits atom feed `title` and `summary`.
-
Filipa Lacerda authored
-
- Jan 19, 2018
-
-
George Tsiolis authored
-
Filipa Lacerda authored
Put back non triggered information
-
Tim Zallmann authored
-
- Jan 18, 2018
-
-
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
-
- Jan 17, 2018
-
-
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
-
- Jan 16, 2018
-
-
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
-
Mark Fletcher authored
Remove block + interpolation to simplify the calls to link helpers
-
Stan Hu authored
Closes #42059
-
- Jan 15, 2018
-
-
George Tsiolis authored
-
George Tsiolis authored
-
Felipe Artur authored
-
Phil Hughes authored
-
- Jan 12, 2018
-
-
Hiroyuki Sato authored
-
Kushal Pandya authored
-
Markus Doits authored
-
Filipa Lacerda authored
Removes explanation text for non triggered job Adds tests
-
James Lopez authored
-