diff options
author | Alessio Caiazza <nolith@abisso.org> | 2017-05-27 15:23:27 +0200 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2018-01-03 14:49:24 +0100 |
commit | 5e0143a84bca7fd8b2dccd175e0f50c87dea4b98 (patch) | |
tree | 83311a1772330fa468a43ec25a460e4d6dceb957 /lib/api/entities.rb | |
parent | e5a9b9a14d32d890dea20403c977dfd569eb3e17 (diff) | |
download | gitlab-ce-5e0143a84bca7fd8b2dccd175e0f50c87dea4b98.tar.gz |
Add online attribute to runner api entity
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 4ad4a1f7867..c612dde7f73 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -862,6 +862,7 @@ module API expose :active expose :is_shared expose :name + expose :online?, as: :online end class RunnerDetails < Runner |