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:
authorAlessio Caiazza <nolith@abisso.org>2017-06-13 23:03:34 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-01-05 13:10:28 +0300
commit3514b7248cf00bcee8a6b3133e4e157f656d30c6 (patch)
treec59e911b4155aa02120e7d5b39375a12693594be /lib/api/entities.rb
parent5e0143a84bca7fd8b2dccd175e0f50c87dea4b98 (diff)
Add status attribute to runner api entity
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 c612dde7f73..f5fa5fef389 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -863,6 +863,7 @@ module API
expose :is_shared
expose :name
expose :online?, as: :online
+ expose :status
end
class RunnerDetails < Runner