gitlab-org--gitlab-foss/app
Stan Hu d3fa9c9539 Fix remove_source_branch merge request API handling
Users attempting to set merge requests to `remove_source_branch` to
`false` would encounter an Error 500 because the UpdateService and API
checked `present?`, which would always return `false`. We now just
use `has_key?` to decide whether the parameter is present.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60530
2019-04-15 11:27:33 -07:00
..
assets Merge branch '59873-page-title' into 'master' 2019-04-15 11:29:34 +00:00
controllers Merge branch 'forbid-the-usage-of-reload' into 'master' 2019-04-15 15:52:12 +00:00
finders Revert "Merge branch 'sh-optimize-projects-api' into 'master'" 2019-04-10 03:36:09 +00:00
graphql Increase GraphQL complexity 2019-04-08 12:33:33 -05:00
helpers Externalize strings detected by rubocop-i18n 2019-04-15 12:25:48 +00:00
mailers [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
models Merge branch 'forbid-the-usage-of-reload' into 'master' 2019-04-15 15:52:12 +00:00
policies Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
presenters
serializers Add time tracking information to Issue Boards sidebar 2019-04-12 15:29:26 +05:30
services Fix remove_source_branch merge request API handling 2019-04-15 11:27:33 -07:00
uploaders
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views Merge branch 'forbid-the-usage-of-reload' into 'master' 2019-04-15 15:52:12 +00:00
workers Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00