Welcome to mirror list, hosted at ThFree Co, Russian Federation.

merge_request_basic_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d54a6516aedf3733fe1f3af848c2f29a40780c20 (plain)
1
2
3
4
5
6
7
class MergeRequestBasicEntity < IssuableSidebarEntity
  expose :assignee_id
  expose :merge_status
  expose :merge_error
  expose :state
  expose :source_branch_exists?, as: :source_branch_exists
end