- 30 Apr, 2018 4 commits
-
-
Constance Okoghenun authored
-
Phil Hughes authored
Sanitize user name to avoid XSS attacks See merge request gitlab/gitlabhq!2373
-
Douwe Maan authored
Serve archive requests with the correct file in all cases (10.7) See merge request gitlab/gitlabhq!2376
-
Bob Van Landuyt authored
Since we only need the `can?` view helpers there, it's better to include those in a separate controller. If we inherit from `ApplicationController` we also need to deal with authentication, that needs to be done in some, but not all doorkeeper controllers.
-
- 27 Apr, 2018 2 commits
-
-
Nick Thomas authored
-
James Ramsay authored
To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
-
- 26 Apr, 2018 4 commits
-
-
Winnie Hellmann authored
-
schwedenmut authored
-
Tiago Botelho authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 25 Apr, 2018 5 commits
-
-
Zeger-Jan van de Weg authored
Has been in opt out for 5 months, and within GitLab been in production for longer than that. No code needs to be migrated as this is implemented in GoLang over at Gitaly. Closes https://gitlab.com/gitlab-org/gitaly/issues/314
-
Sean McGivern authored
The NotificationService has to do quite a lot of work to calculate the recipients for an email. Where possible, we should try to avoid doing this in an HTTP request, because the mail are sent by Sidekiq anyway, so there's no need to schedule those emails immediately. This commit creates a generic Sidekiq worker that uses Global ID to serialise and deserialise its arguments, then forwards them to the NotificationService. The NotificationService gains an `#async` method, so you can replace: notification_service.new_issue(issue, current_user) With: notification_service.async.new_issue(issue, current_user) And have everything else work as normal, except that calculating the recipients will be done by Sidekiq, which will then schedule further Sidekiq jobs to send each email.
-
Grzegorz Bizon authored
-
Mark Lapierre authored
Prepare change for internationalization Update locale/gitlab.pot
-
George Tsiolis authored
-
- 24 Apr, 2018 6 commits
-
-
Athar Hameed authored
-
Bob Van Landuyt authored
-
Tomasz Maczukin authored
-
Sean McGivern authored
-
Francisco Javier López authored
-
Kushal Pandya authored
-
- 23 Apr, 2018 12 commits
-
-
Stan Hu authored
lograge 0.10.0 contains the `Location` query string fix in https://github.com/roidrage/lograge/pull/241 among other minor changes: https://github.com/roidrage/lograge/blob/master/CHANGELOG.md
-
Mayra Cabrera authored
[ci skip]
-
Lin Jen-Shin authored
-
Micaël Bergeron authored
-
Felipe Artur authored
-
George Tsiolis authored
-
Takuya Noguchi authored
-
Lin Jen-Shin authored
-
Filipa Lacerda authored
Provide props down instead of an event
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Mark Fletcher authored
In this endpoint the `jobs_enabled` parameter must be translated to `builds_enabled` before being passed to the `Projects::CreateService`.
-
blackst0ne authored
-
- 22 Apr, 2018 1 commit
-
-
Mayra Cabrera authored
'No job log' message is no longer necessary since we returned an image when a build does not have a trace. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18278 for more details Closes #45625
-
- 20 Apr, 2018 6 commits
-
-
Rubén Dávila authored
-
Jose Ivan Vargas authored
-
Mayra Cabrera authored
-
Andreas Brandl authored
-
James Lopez authored
[ci skip]
-
Rubén Dávila authored
-