Replace all remaining references to Clinical Future with Curoverse.
authorWard Vandewege <ward@jhvc.com>
Fri, 5 Sep 2014 17:18:28 +0000 (13:18 -0400)
committerWard Vandewege <ward@jhvc.com>
Fri, 5 Sep 2014 17:18:46 +0000 (13:18 -0400)
no issue #

sdk/cli/bin/arv
services/api/.gitignore
services/api/app/assets/stylesheets/application.css
services/api/app/controllers/arvados/v1/schema_controller.rb
services/api/app/views/layouts/application.html.erb
services/api/app/views/static/intro.html.erb
services/api/app/views/static/login_failure.html.erb

index bf8a1437f60e8bba3dd084ba2d59658fc4919405..9b486d2d798a14b14491b6ff69aba75c6aaf34c1 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Arvados cli client
 #
-# Ward Vandewege <ward@clinicalfuture.com>
+# Ward Vandewege <ward@curoverse.com>
 
 require 'fileutils'
 
index a1cb5ed03309dd9582c0a8fdc8f93a0d003f1bcc..c1d5219b07c9a6d243a3bb7e7a142f5064cdfd8e 100644 (file)
@@ -6,7 +6,6 @@
 /tmp
 
 # Sensitive files and local configuration
-/config/api.clinicalfuture.com.*
 /config/database.yml
 /config/initializers/omniauth.rb
 /config/application.yml
index 4804e908c5e6688f10f3c1eb1fa2f17dc83d9212..6d2c3efec2db5f2549f9bd4fb911a35d536e7fd0 100644 (file)
@@ -58,7 +58,7 @@ div#header span.beta > span {
     border-bottom: 1px solid #fff;
     font-size: 0.8em;
 }
-img.clinicalfuture-logo {
+img.curoverse-logo {
     width: 221px;
     height: 44px;
 }
index eccee8a70b18d183dfb69ceadf7932fce4933baf..20400d228620d0b29ee808eaf4dec27ccd871ae1 100644 (file)
@@ -58,10 +58,10 @@ class Arvados::V1::SchemaController < ApplicationController
         auth: {
           oauth2: {
             scopes: {
-              "https://api.clinicalfuture.com/auth/arvados" => {
+              "https://api.curoverse.com/auth/arvados" => {
                 description: "View and manage objects"
               },
-              "https://api.clinicalfuture.com/auth/arvados.readonly" => {
+              "https://api.curoverse.com/auth/arvados.readonly" => {
                 description: "View objects"
               }
             }
@@ -171,8 +171,8 @@ class Arvados::V1::SchemaController < ApplicationController
                 "$ref" => k.to_s
               },
               scopes: [
-                       "https://api.clinicalfuture.com/auth/arvados",
-                       "https://api.clinicalfuture.com/auth/arvados.readonly"
+                       "https://api.curoverse.com/auth/arvados",
+                       "https://api.curoverse.com/auth/arvados.readonly"
                       ]
             },
             list: {
@@ -248,8 +248,8 @@ class Arvados::V1::SchemaController < ApplicationController
                 "$ref" => "#{k.to_s}List"
               },
               scopes: [
-                       "https://api.clinicalfuture.com/auth/arvados",
-                       "https://api.clinicalfuture.com/auth/arvados.readonly"
+                       "https://api.curoverse.com/auth/arvados",
+                       "https://api.curoverse.com/auth/arvados.readonly"
                       ]
             },
             create: {
@@ -270,7 +270,7 @@ class Arvados::V1::SchemaController < ApplicationController
                 "$ref" => k.to_s
               },
               scopes: [
-                       "https://api.clinicalfuture.com/auth/arvados"
+                       "https://api.curoverse.com/auth/arvados"
                       ]
             },
             update: {
@@ -298,7 +298,7 @@ class Arvados::V1::SchemaController < ApplicationController
                 "$ref" => k.to_s
               },
               scopes: [
-                       "https://api.clinicalfuture.com/auth/arvados"
+                       "https://api.curoverse.com/auth/arvados"
                       ]
             },
             delete: {
@@ -318,7 +318,7 @@ class Arvados::V1::SchemaController < ApplicationController
                 "$ref" => k.to_s
               },
               scopes: [
-                       "https://api.clinicalfuture.com/auth/arvados"
+                       "https://api.curoverse.com/auth/arvados"
                       ]
             }
           }
@@ -345,7 +345,7 @@ class Arvados::V1::SchemaController < ApplicationController
                   "$ref" => (action == 'index' ? "#{k.to_s}List" : k.to_s)
                 },
                 scopes: [
-                         "https://api.clinicalfuture.com/auth/arvados"
+                         "https://api.curoverse.com/auth/arvados"
                         ]
               }
               route.segment_keys.each do |key|
index 5e64cda420569a77449f4ae3d5462e86e16de40a..e54fa0c1cc6491b87574cdde060985e7051e8d81 100644 (file)
@@ -36,7 +36,7 @@
 
 <% if current_user or session['invite_code'] %>
 <div id="footer">
-  <div style="float:right">Questions &rarr; <a href="mailto:arvados@clinicalfuture.com">arvados@clinicalfuture.com</a></div>
+  <div style="float:right">Questions &rarr; <a href="mailto:arvados@curoverse.com">arvados@curoverse.com</a></div>
   <div style="clear:both"></div>
 </div>
 <% end %>
index 66605df1be7afdcc1eb172ee7f3063def6206d7f..8ab41cb373e6cb7af1ed04338cd7b9995c8f84a7 100644 (file)
@@ -4,14 +4,14 @@ $(function(){
 });
 <% end %>
 <div id="intropage">
-  <img class="clinicalfuture-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
+  <img class="curoverse-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
   <div style="width:30em; margin:2em auto 0 auto">
     <h1>Welcome</h1>
-    <h4>Clinical Future ARVADOS</h4>
+    <h4>Curoverse ARVADOS</h4>
 
     <% if !current_user and session['invite_code'] %>
 
-    <p>Clinical Future Arvados lets you manage and process human genomes and exomes.  You can start using the private beta
+    <p>Curoverse Arvados lets you manage and process human genomes and exomes.  You can start using the private beta
     now with your Google account.</p>
     <p style="float:right;margin-top:1em">
       <button class="login" href="/auth/joshid">Log in and get started</button>
@@ -19,11 +19,11 @@ $(function(){
 
     <% else %>
 
-    <p>Clinical Future ARVADOS is transforming how researchers and
+    <p>Curoverse ARVADOS is transforming how researchers and
     clinical geneticists use whole genome sequences. </p>
     <p>If you&rsquo;re interested in learning more, we&rsquo;d love to hear
     from you &mdash;
-    contact <a href="mailto:arvados@clinicalfuture.com">arvados@clinicalfuture.com</a>.</p>
+    contact <a href="mailto:arvados@curoverse.com">arvados@curoverse.com</a>.</p>
 
     <% if !current_user %>
     <p style="float:right;margin-top:1em">
index 958f668cbf641beb0545fcbabbe2533db4f32a09..830942c897b0407a0883fbbfc791a7d41e502acf 100644 (file)
@@ -6,7 +6,7 @@ $(function(){
 
 
 <div id="intropage">
-  <img class="clinicalfuture-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
+  <img class="curoverse-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
   <div style="width:30em; margin:2em auto 0 auto">
 
     <h1>Error</h1>