diff options
author | Ashley Dumaine <adumaine@datto.com> | 2017-08-28 17:38:06 -0400 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-09-06 10:07:46 +0100 |
commit | ef4b3a39bc705dfa47762868ea064d2dbadc16e6 (patch) | |
tree | 62d4c53338eb976f1b854ecbe97e21b01bf894c9 /lib/api/entities.rb | |
parent | 446c7fc6f190ac8b8bb879a2a5be37c95fafdd13 (diff) | |
download | gitlab-ce-ef4b3a39bc705dfa47762868ea064d2dbadc16e6.tar.gz |
Add functionality to collapse outdated diff comments regardless of discussion resolution
Diffstat (limited to 'lib/api/entities.rb')
-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 031dd02c6eb..2799fec9cb6 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -119,6 +119,7 @@ module API expose :archived?, as: :archived expose :visibility expose :owner, using: Entities::UserBasic, unless: ->(project, options) { project.group } + expose :collapse_outdated_diff_comments expose :container_registry_enabled # Expose old field names with the new permissions methods to keep API compatible |