gitlab-org--gitlab-foss/lib/api
Rémy Coutable 93301dd2a9 Merge branch 'remove-branch-api' into 'master'
api: expose {should,force}_remove_source_branch

## What does this MR do?

Exposes the `should_remove_source_branch` and `force_remove_source_branch` booleans via the API.

## Are there points in the code the reviewer needs to double check?

I don't think so.

## Why was this MR needed?

See the commit message.

## What are the relevant issue numbers?

N/A

## Screenshots (if relevant)

N/A

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [ ] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5184
2016-07-12 10:28:35 +00:00
..
api.rb
api_guard.rb
award_emoji.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
branches.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
builds.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
commit_statuses.rb
commits.rb
deploy_keys.rb
entities.rb Merge branch 'remove-branch-api' into 'master' 2016-07-12 10:28:35 +00:00
files.rb
group_members.rb
groups.rb
helpers.rb
internal.rb Only allow Git Access on the allowed protocol 2016-07-05 16:54:22 -05:00
issues.rb
keys.rb
labels.rb
license_templates.rb
merge_requests.rb Rename MergeRequest methods that return commits or shas to be more clear and consistent 2016-07-06 18:50:58 -04:00
milestones.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
namespaces.rb
notes.rb
project_hooks.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
project_members.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
project_snippets.rb
projects.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
repositories.rb
runners.rb
services.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
session.rb
settings.rb
sidekiq_metrics.rb
subscriptions.rb
system_hooks.rb
tags.rb
templates.rb
todos.rb
triggers.rb
users.rb
variables.rb