diff options
author | Stan Hu <stanhu@gmail.com> | 2015-07-15 01:13:05 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-15 01:13:05 +0000 |
commit | daed441dfe2bff0c64c581a802ee38a1ac42e6c6 (patch) | |
tree | 9b05717f212389b9fd5b399b48e5caa9644564fc /lib/api | |
parent | e62b579793ef1dbede647c54e45424b321487fd6 (diff) | |
parent | 414cacd7f47c8c89a6a270928bbf9c8d8dcbd3ab (diff) | |
download | gitlab-ce-daed441dfe2bff0c64c581a802ee38a1ac42e6c6.tar.gz |
Merge branch 'merge-request-wip-information' into 'master'
api: expose work_in_progress flag
See merge request !948
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 31202fa8c1f..ecf1412dee5 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -171,6 +171,7 @@ module API expose :source_project_id, :target_project_id expose :label_names, as: :labels expose :description + expose :work_in_progress?, as: :work_in_progress expose :milestone, using: Entities::Milestone end |