[arvados] updated: 2.7.0-6284-g6e82c6703a
git repository hosting
git at public.arvados.org
Wed Apr 3 15:52:17 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/collection.cy.js | 2 +-
services/workbench2/cypress/e2e/project.cy.js | 2 +-
.../context-menu/action-sets/process-resource-action-set.ts | 5 +----
.../views-components/multiselect-toolbar/ms-process-action-set.ts | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
via 6e82c6703a8caabcf5ed96b7bd0338e60a2b6619 (commit)
from 7e67490b7e0808b8838a1823c90565ae162b200b (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 6e82c6703a8caabcf5ed96b7bd0338e60a2b6619
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Apr 3 11:52:11 2024 -0400
21448: adjusted test specs Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/collection.cy.js b/services/workbench2/cypress/e2e/collection.cy.js
index b715cd08b1..38a0c973fd 100644
--- a/services/workbench2/cypress/e2e/collection.cy.js
+++ b/services/workbench2/cypress/e2e/collection.cy.js
@@ -35,8 +35,8 @@ describe("Collection panel tests", function () {
'Copy link to clipboard',
'Open with 3rd party client',
'API Details',
- 'Edit collection',
'Share',
+ 'Edit collection',
'Move to',
'Make a copy',
'Move to trash',
diff --git a/services/workbench2/cypress/e2e/project.cy.js b/services/workbench2/cypress/e2e/project.cy.js
index f16805149a..43215741f5 100644
--- a/services/workbench2/cypress/e2e/project.cy.js
+++ b/services/workbench2/cypress/e2e/project.cy.js
@@ -224,9 +224,9 @@ describe("Project tests", function () {
'Copy link to clipboard',
'Open with 3rd party client',
'API Details',
+ 'Share',
'New project',
'Edit project',
- 'Share',
'Move to',
'Move to trash',
'Freeze project',
diff --git a/services/workbench2/src/views-components/context-menu/action-sets/process-resource-action-set.ts b/services/workbench2/src/views-components/context-menu/action-sets/process-resource-action-set.ts
index 9ea83bb29f..0203e3fe23 100644
--- a/services/workbench2/src/views-components/context-menu/action-sets/process-resource-action-set.ts
+++ b/services/workbench2/src/views-components/context-menu/action-sets/process-resource-action-set.ts
@@ -7,8 +7,6 @@ import { ToggleFavoriteAction } from "../actions/favorite-action";
import { toggleFavorite } from "store/favorites/favorites-actions";
import {
RenameIcon,
- ShareIcon,
- MoveToIcon,
DetailsIcon,
RemoveIcon,
ReRunProcessIcon,
@@ -18,10 +16,8 @@ import {
StopIcon,
} from "components/icon/icon";
import { favoritePanelActions } from "store/favorite-panel/favorite-panel-action";
-import { openMoveProcessDialog } from "store/processes/process-move-actions";
import { openProcessUpdateDialog } from "store/processes/process-update-actions";
import { openCopyProcessDialog } from "store/processes/process-copy-actions";
-import { openSharingDialog } from "store/sharing-dialog/sharing-dialog-actions";
import { openRemoveProcessDialog } from "store/processes/processes-actions";
import { toggleDetailsPanel } from "store/details-panel/details-panel-action";
import { navigateToOutput } from "store/process-panel/process-panel-actions";
@@ -93,6 +89,7 @@ export const processResourceActionSet: ContextMenuActionSet = [
dispatch<any>(openProcessUpdateDialog(resources[0]));
},
},
+ // removed until auto-move children is implemented
// {
// icon: MoveToIcon,
// name: ContextMenuActionNames.MOVE_TO,
diff --git a/services/workbench2/src/views-components/multiselect-toolbar/ms-process-action-set.ts b/services/workbench2/src/views-components/multiselect-toolbar/ms-process-action-set.ts
index 3af26a338e..73aebe27bc 100644
--- a/services/workbench2/src/views-components/multiselect-toolbar/ms-process-action-set.ts
+++ b/services/workbench2/src/views-components/multiselect-toolbar/ms-process-action-set.ts
@@ -2,8 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-import { MoveToIcon, RemoveIcon, ReRunProcessIcon, OutputIcon, RenameIcon, StopIcon } from "components/icon/icon";
-import { openMoveProcessDialog } from "store/processes/process-move-actions";
+import { RemoveIcon, ReRunProcessIcon, OutputIcon, RenameIcon, StopIcon } from "components/icon/icon";
import { openCopyProcessDialog } from "store/processes/process-copy-actions";
import { openRemoveProcessDialog } from "store/processes/processes-actions";
import { MultiSelectMenuAction, MultiSelectMenuActionSet, msCommonActionSet } from "./ms-menu-actions";
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list