summaryrefslogtreecommitdiff
path: root/lib/api/v3
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-09-07 15:33:54 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-09-07 15:33:54 +0000
commit4ae8e20c9c860e5d5d6a148e9f4ee0ae7b8c8946 (patch)
tree144ea90151a00341311f0369400a572d7280e147 /lib/api/v3
parentb5e29a47e00e28cbb941dfec273b0e92d1a6593a (diff)
parent2c3652af139ad86d6540544301b5ce366d1467e6 (diff)
downloadgitlab-ce-4ae8e20c9c860e5d5d6a148e9f4ee0ae7b8c8946.tar.gz
Merge branch 'events-migration-cleanup' into 'master'
Finish migration to the new events setup Closes #37241 See merge request !13932
Diffstat (limited to 'lib/api/v3')
-rw-r--r--lib/api/v3/entities.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/v3/entities.rb b/lib/api/v3/entities.rb
index ac47a713966..c928ce5265b 100644
--- a/lib/api/v3/entities.rb
+++ b/lib/api/v3/entities.rb
@@ -31,7 +31,7 @@ module API
end
class Event < Grape::Entity
- expose :title, :project_id, :action_name
+ expose :project_id, :action_name
expose :target_id, :target_type, :author_id
expose :target_title
expose :created_at