[arvados] updated: 2.5.0-114-g952458464
git repository hosting
git at public.arvados.org
Fri Feb 10 15:28:28 UTC 2023
Summary of changes:
lib/config/config.default.yml | 8 +++++---
lib/config/export.go | 2 +-
sdk/go/arvados/config.go | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
via 952458464e04ff17e2c8fc0ce89812912e09737c (commit)
from 0879d8adc1156f2484d6cc0e7b369e40f5eee356 (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 952458464e04ff17e2c8fc0ce89812912e09737c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Feb 10 10:27:03 2023 -0500
Rename Workbench.BannerURL to Workbench.BannerUUID
closes #20078
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 26ada44d6..d19135634 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -1781,9 +1781,11 @@ Clusters:
# This feature is disabled when set to zero.
IdleTimeout: 0s
- # URL to a file that is a fragment of text or HTML which should
- # be rendered in Workbench as a banner.
- BannerURL: ""
+ # UUID of a collection. This collection should be shared with
+ # all users. Workbench will look for a file "banner.html" in
+ # this collection and display its contents (should be
+ # HTML-formatted text) when users first log in to Workbench.
+ BannerUUID: ""
# Workbench welcome screen, this is HTML text that will be
# incorporated directly onto the page.
diff --git a/lib/config/export.go b/lib/config/export.go
index f9699c6ed..a8a535eeb 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -267,7 +267,7 @@ var whitelist = map[string]bool{
"Workbench.ApplicationMimetypesWithViewIcon.*": true,
"Workbench.ArvadosDocsite": true,
"Workbench.ArvadosPublicDataDocURL": true,
- "Workbench.BannerURL": true,
+ "Workbench.BannerUUID": true,
"Workbench.DefaultOpenIdPrefix": false,
"Workbench.DisableSharingURLsUI": true,
"Workbench.EnableGettingStartedPopup": true,
diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go
index 677706c08..9d133a4bc 100644
--- a/sdk/go/arvados/config.go
+++ b/sdk/go/arvados/config.go
@@ -296,7 +296,7 @@ type Cluster struct {
SSHHelpPageHTML string
SSHHelpHostSuffix string
IdleTimeout Duration
- BannerURL string
+ BannerUUID string
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list