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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-18 12:28:43 +0300
committerRémy Coutable <remy@rymai.me>2016-07-18 12:28:43 +0300
commit57d4a1725e777095f6eb0fa821105574b0a6a02d (patch)
treeb1ab757009dce95c600e68913119162bebb02fe0 /lib/api/entities.rb
parent7ce5bb18d32e89ec9f16e09f4edff1d7646d4d62 (diff)
parent240a4aa62ab24a8a7b5545dee6bd2cf00ad7596e (diff)
Merge remote-tracking branch 'origin/master' into 8-10-stable
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 8e03c08f47b..3c79a00eb8c 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -187,6 +187,7 @@ module API
end
expose :user_notes_count
expose :upvotes, :downvotes
+ expose :due_date
end
class ExternalIssue < Grape::Entity