summaryrefslogtreecommitdiff
path: root/app/serializers/build_action_entity.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-01 15:27:34 +0900
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-02 17:08:14 +0200
commit7fc74818a32a713d971582f8730b163dade8df3d (patch)
tree13055903f3a45633b2d74aecb28070c7a55747de /app/serializers/build_action_entity.rb
parent384da9279eefd7ebcdfd684ff234540d935ededd (diff)
downloadgitlab-ce-7fc74818a32a713d971582f8730b163dade8df3d.tar.gz
Add scheduled_actions as an explicit group of actions
Diffstat (limited to 'app/serializers/build_action_entity.rb')
-rw-r--r--app/serializers/build_action_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/build_action_entity.rb b/app/serializers/build_action_entity.rb
index f9da3f63911..3e81f8f0218 100644
--- a/app/serializers/build_action_entity.rb
+++ b/app/serializers/build_action_entity.rb
@@ -12,6 +12,7 @@ class BuildActionEntity < Grape::Entity
end
expose :playable?, as: :playable
+ expose :scheduled_at
private