gitlab-org--gitlab-foss/spec
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
..
bin Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
config Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
controllers Add ability to do variable substitution 2019-04-15 15:31:59 +00:00
db
dependencies
factories Revert "Remove HipChat integration from GitLab" 2019-04-10 12:58:18 +01:00
features Extract EE specific files/lines for spec/features/issues 2019-04-15 12:14:22 +00:00
finders 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
fixtures Add time tracking to issue board entities 2019-04-10 11:00:41 +00:00
frontend CE backport of Add Snowplow tracking to notes 2019-04-12 15:32:24 +00:00
graphql Fix a KeyError in GitlabSchema 2019-04-04 18:57:34 +01:00
helpers Add part of needed code 2019-04-05 18:49:46 +00:00
initializers
javascripts Display scoped labels in Issue Boards 2019-04-15 09:58:30 +00:00
lib Merge branch 'forbid-the-usage-of-reload' into 'master' 2019-04-15 15:52:12 +00:00
mailers Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
migrations Clean up `noteable_id` for notes on commits 2019-04-06 08:29:51 +08:00
models Fix grouping wiki pages by directory 2019-04-12 13:25:17 +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 Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
rack_servers
requests Fix remove_source_branch merge request API handling 2019-04-15 11:27:33 -07:00
routing
rubocop Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
serializers Use different query count expectations in EE 2019-04-10 13:18:31 +02:00
services Merge branch 'sh-fix-pipeline-delete-caching' into 'master' 2019-04-15 16:31:45 +00:00
sidekiq/cron
support Fix a few specs after updating capybara and selenium-webdriver 2019-04-12 10:50:33 +02:00
tasks Replaced config access 2019-03-18 17:26:18 +00:00
uploaders Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
workers Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Double retries for rspec-retries 2019-04-10 17:25:26 +08:00