- 30 Jan, 2018 1 commit
-
-
Stan Hu authored
Leaving a trailing slash in the context option causes the jira-ruby gem to add an extra slash in HTTP requests to the URL, preventing JIRA from working properly. Closes #42494
-
- 29 Jan, 2018 1 commit
-
-
Sean McGivern authored
-
- 26 Jan, 2018 5 commits
-
-
Matija Čupić authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 25 Jan, 2018 3 commits
-
-
Jacob Vosmaer authored
-
Nick Thomas authored
On MySQL, at least, `Note#created_at` doesn't seem to store fractional seconds, while `MergeRequest::Metrics#merged_at` does. This breaks the optimization assumption that we only need to search for notes created *after* the MR has been merged. Unsynchronized system clocks also make this a dangerous assumption to make. Adding a minute of leeway still optimizes away most notes, but allows both cases to be handled more gracefully. If the system clocks are more than a minute out, we'll still be broken, of course.
-
Jacob Vosmaer authored
-
- 24 Jan, 2018 4 commits
-
-
Ahmad Sherif authored
Closes gitaly#946
-
Douwe Maan authored
-
Oswaldo Ferreira authored
-
Ahmad Sherif authored
Closes gitaly#929
-
- 23 Jan, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 22 Jan, 2018 2 commits
-
-
Mike Greiling authored
-
Kim "BKC" Carlbäcker authored
-
- 21 Jan, 2018 1 commit
-
-
Mark Fletcher authored
Given no search term, the `search` and `search_with_secondary_emails` methods will yield an empty result set
-
- 19 Jan, 2018 2 commits
-
-
Kim "BKC" Carlbäcker authored
-
Jan Christophersen authored
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- 18 Jan, 2018 3 commits
-
-
Kim "BKC" Carlbäcker authored
-
Michael Kozono authored
-
Nick Thomas authored
-
- 17 Jan, 2018 10 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
with .public_send we can't make sure that the scope on the model actually exists.
-
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.
-
Robert Speicher authored
Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
-
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
-
Robert Speicher authored
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
-
Stan Hu authored
Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
-
- 16 Jan, 2018 2 commits
-
-
Sean McGivern authored
A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer.
-
Andrew McCallum authored
-
- 15 Jan, 2018 5 commits
-
-
Drew Blessing authored
Previously, the last push widget would only show when the branch never had a merge request associated with it - even merged or closed ones. Now the widget will disregard merge requests that are merged or closed.
-
Andrew McCallum authored
-
Andrew McCallum authored
-
Ahmad Sherif authored
Closes gitaly#915
-
Andrew McCallum authored
-