[ARVADOS-WORKBENCH2] updated: 2.2.1-62-g4da9314a

Git user git at public.arvados.org
Tue Aug 10 17:28:03 UTC 2021


Summary of changes:
 src/views/ssh-key-panel/ssh-key-panel.tsx | 2 +-
 tools/arvados_config.yml                  | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

       via  4da9314a82505cd016803f806f96e5714cc59f0a (commit)
      from  1f1c5dbbad160ef2cc7dc0a2cd736fefd5025d1e (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 4da9314a82505cd016803f806f96e5714cc59f0a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Aug 10 14:27:05 2021 -0300

    17982: Updates integration test cluster's config file to make tests work again.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/src/views/ssh-key-panel/ssh-key-panel.tsx b/src/views/ssh-key-panel/ssh-key-panel.tsx
index 672b1bf3..24ca3468 100644
--- a/src/views/ssh-key-panel/ssh-key-panel.tsx
+++ b/src/views/ssh-key-panel/ssh-key-panel.tsx
@@ -11,7 +11,7 @@ import { SshKeyPanelRoot, SshKeyPanelRootDataProps, SshKeyPanelRootActionProps }
 
 const mapStateToProps = (state: RootState): SshKeyPanelRootDataProps => {
     const sshKeys = state.auth.sshKeys.filter((key) => {
-      return key.authorizedUserUuid == (state.auth.user ? state.auth.user.uuid : null);
+      return key.authorizedUserUuid === (state.auth.user ? state.auth.user.uuid : null);
     });
 
     return {
diff --git a/tools/arvados_config.yml b/tools/arvados_config.yml
index 963da48d..3fcd6119 100644
--- a/tools/arvados_config.yml
+++ b/tools/arvados_config.yml
@@ -17,6 +17,11 @@ Clusters:
     Login:
       PAM:
         Enable: true
+    StorageClasses:
+      default:
+        Default: true
+      foo: {}
+      bar: {}
     Volumes:
       zzzzz-nyw5e-000000000000000:
         StorageClasses:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list