[ARVADOS] updated: 1.2.0-181-gf89de11af

Git user git at public.curoverse.com
Mon Oct 15 16:48:17 EDT 2018


Summary of changes:
 services/api/app/models/container.rb | 2 ++
 1 file changed, 2 insertions(+)

       via  f89de11af2c33d4f56517e818543f72866396e50 (commit)
      from  9af5ea015328af0a423bd4e7675ee7031695d1be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f89de11af2c33d4f56517e818543f72866396e50
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Oct 15 16:47:38 2018 -0400

    14260: add runtime_user_uuid and runtime_auth_scopes to API response
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/models/container.rb b/services/api/app/models/container.rb
index 4c7ba51e1..527881ba6 100644
--- a/services/api/app/models/container.rb
+++ b/services/api/app/models/container.rb
@@ -67,6 +67,8 @@ class Container < ArvadosModel
     t.add :state
     t.add :auth_uuid
     t.add :scheduling_parameters
+    t.add :runtime_user_uuid
+    t.add :runtime_auth_scopes
   end
 
   # Supported states for a container

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list