[ARVADOS] updated: 1.1.1-255-g635123c
Git user
git at public.curoverse.com
Thu Dec 14 15:22:35 EST 2017
Summary of changes:
services/api/app/controllers/arvados/v1/schema_controller.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 635123c249440ef01cd1f4a56fc4464541d55926 (commit)
from d5f8662b50e80d8ffbeaff61d1c7dfb617e81298 (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 635123c249440ef01cd1f4a56fc4464541d55926
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Dec 14 15:22:18 2017 -0500
8311: Ensure gitUrl is always a string in the discovery doc.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg 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 f413755..8ab9332 100644
--- a/services/api/app/controllers/arvados/v1/schema_controller.rb
+++ b/services/api/app/controllers/arvados/v1/schema_controller.rb
@@ -60,7 +60,7 @@ class Arvados::V1::SchemaController < ApplicationController
websocketUrl: Rails.application.config.websocket_address,
workbenchUrl: Rails.application.config.workbench_address,
keepWebServiceUrl: Rails.application.config.keep_web_service_url,
- gitUrl: Rails.application.config.git_repo_https_base,
+ gitUrl: Rails.application.config.git_repo_https_base || "",
parameters: {
alt: {
type: "string",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list