[arvados-workbench2] updated: 2.4.0-175-g8b4f3ecb

git repository hosting git at public.arvados.org
Wed Aug 3 20:17:35 UTC 2022


Summary of changes:
 src/store/all-processes-panel/all-processes-panel-middleware-service.ts | 1 +
 src/store/processes/processes-actions.ts                                | 1 +
 2 files changed, 2 insertions(+)

       via  8b4f3ecb7f75b676fd027736605de02dc2602045 (commit)
      from  27a44ab748de60349c27ab751a68398099ac3563 (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 8b4f3ecb7f75b676fd027736605de02dc2602045
Author: Stephen Smith <stephen at curii.com>
Date:   Wed Aug 3 16:17:12 2022 -0400

    19142: Add note explaining purpose of field list
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/store/all-processes-panel/all-processes-panel-middleware-service.ts b/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
index 8881d72e..5d5e77d6 100644
--- a/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
+++ b/src/store/all-processes-panel/all-processes-panel-middleware-service.ts
@@ -66,6 +66,7 @@ export class AllProcessesPanelMiddlewareService extends DataExplorerMiddlewareSe
     }
 }
 
+// Until the api supports unselecting fields, we need a list of all other fields to omit mounts
 export const containerRequestFieldsNoMounts = [
     "command",
     "container_count_max",
diff --git a/src/store/processes/processes-actions.ts b/src/store/processes/processes-actions.ts
index 9758ab65..c4d421ac 100644
--- a/src/store/processes/processes-actions.ts
+++ b/src/store/processes/processes-actions.ts
@@ -45,6 +45,7 @@ export const loadContainers = (filters: string, loadMounts: boolean = true) =>
         return items;
     };
 
+// Until the api supports unselecting fields, we need a list of all other fields to omit mounts
 const containerFieldsNoMounts = [
     "auth_uuid",
     "command",

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list