[ARVADOS] updated: 1.3.0-1628-gf3c6c6e58

Git user git at public.curoverse.com
Fri Sep 27 17:09:20 UTC 2019


Summary of changes:
 services/api/app/controllers/arvados/v1/schema_controller.rb | 5 ++++-
 services/api/app/models/user.rb                              | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

       via  f3c6c6e5853ad28cc2edfb70c60f88bd1547414d (commit)
      from  678bb65be05eb32aae75de93c33b4ac2a606b7c4 (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 f3c6c6e5853ad28cc2edfb70c60f88bd1547414d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Sep 27 13:08:46 2019 -0400

    15531: Bump API server revision in discovery doc for feature test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb
index 84a674607..aee5d1f95 100644
--- a/services/api/app/controllers/arvados/v1/schema_controller.rb
+++ b/services/api/app/controllers/arvados/v1/schema_controller.rb
@@ -33,7 +33,10 @@ class Arvados::V1::SchemaController < ApplicationController
         id: "arvados:v1",
         name: "arvados",
         version: "v1",
-        revision: "20131114",
+        # format is YYYYMMDD, must be fixed with (needs to be linearly
+        # sortable), updated manually, may be used by clients to
+        # determine availability of API server features.
+        revision: "20190926",
         source_version: AppVersion.hash,
         sourceVersion: AppVersion.hash, # source_version should be deprecated in the future
         packageVersion: AppVersion.package_version,
diff --git a/services/api/app/models/user.rb b/services/api/app/models/user.rb
index 4340d4c0f..564274bc9 100644
--- a/services/api/app/models/user.rb
+++ b/services/api/app/models/user.rb
@@ -301,7 +301,7 @@ class User < ArvadosModel
       #
       # If 'self' is a local user, it is okay to transfer
       # authorizations, even if the 'new' user is a remote account,
-      # theq remote site does not gain the ability to access an
+      # because the remote site does not gain the ability to access an
       # account it could not before.
 
       if redirect_to_new_user and self.uuid[0..4] == Rails.configuration.ClusterID

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list