[arvados-workbench2] updated: 2.4.0-212-g8773930e

git repository hosting git at public.arvados.org
Fri Sep 16 21:02:46 UTC 2022


Summary of changes:
 cypress/integration/collection.spec.js             |  2 +-
 cypress/integration/group-manage.spec.js           |  2 +-
 cypress/integration/project.spec.js                |  2 +-
 cypress/integration/search.spec.js                 |  2 +-
 cypress/integration/user-profile.spec.js           |  2 +-
 src/common/redirect-to.ts                          | 10 ++++-
 src/components/code-snippet/code-snippet.tsx       |  4 +-
 src/components/icon/icon.tsx                       |  4 --
 .../multi-panel-view/multi-panel-view.tsx          | 46 +++++++++++-----------
 src/store/advanced-tab/advanced-tab.tsx            | 27 +++++++------
 .../advanced-tab-dialog/advanced-tab-dialog.tsx    | 24 +++++++----
 .../api-client-authorization-action-set.ts         |  2 +-
 .../action-sets/collection-action-set.ts           |  2 +-
 .../context-menu/action-sets/group-action-set.ts   |  2 +-
 .../action-sets/group-member-action-set.ts         |  4 +-
 .../action-sets/keep-service-action-set.ts         |  2 +-
 .../context-menu/action-sets/link-action-set.ts    |  2 +-
 .../action-sets/process-resource-action-set.ts     |  2 +-
 .../action-sets/repository-action-set.ts           |  2 +-
 .../action-sets/search-results-action-set.ts       |  2 +-
 .../context-menu/action-sets/ssh-key-action-set.ts |  2 +-
 .../action-sets/trashed-collection-action-set.ts   |  2 +-
 .../context-menu/action-sets/user-action-set.ts    |  2 +-
 .../action-sets/virtual-machine-action-set.ts      |  2 +-
 24 files changed, 82 insertions(+), 71 deletions(-)

       via  8773930e64ef81384ec14d2d6f7d1a3489e0efd5 (commit)
       via  5e12403f4dcfe39eda79c256a94ceadc90458a99 (commit)
       via  c4a5e3c6af1aa8af29403c3b65296dd6ec64def8 (commit)
       via  a28f006ec8fc7d0934c07845df56a4c2c6550f61 (commit)
       via  31ccf5ef29dd45c26633ad7e6c38502a36a3269c (commit)
       via  30d0e55a5b76a6c485737b1b669387bbe5d4dbea (commit)
       via  da5e144c103d5abb2bca727f40a14e5da052264e (commit)
       via  b469528b5aeb65fc8ce891db28ae20183a141aa2 (commit)
       via  7e5633a7611e686389fa0c6b9f8b47db492e5bb7 (commit)
       via  9bebca676bc02aff8f90ae496a0a1bf15af94555 (commit)
       via  c88bb4d5e97a168a4f2209112bdac97577eb35f9 (commit)
       via  3f639fdc993a3723c4bf98621bc291aa139d5e09 (commit)
       via  32fbcbb4677d149cd0ef0b5c5eead1c9fa25ef5f (commit)
       via  98d3f7708860701b02055643da4ba9412720bf4b (commit)
      from  eab690e6ffa57a59f86dbc4e532de032f93941bd (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 8773930e64ef81384ec14d2d6f7d1a3489e0efd5
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Fri Sep 16 23:02:14 2022 +0200

    18692: Cypress test fixes
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index f26328ab..28454a90 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -192,7 +192,7 @@ describe('Collection panel tests', function () {
             });
     });
 
-    it.only('shows collection by URL', function () {
+    it('shows collection by URL', function () {
         cy.loginAs(activeUser);
         [true, false].map(function (isWritable) {
             // Using different file names to avoid test flakyness: the second iteration
diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js
index 0c28997f..ffe2c8c4 100644
--- a/cypress/integration/group-manage.spec.js
+++ b/cypress/integration/group-manage.spec.js
@@ -254,7 +254,7 @@ describe('Group manage tests', function() {
             .should('not.contain', groupName + ' (renamed)');
     });
 
-    it.skip('disables group-related controls for built-in groups', function() {
+    it('disables group-related controls for built-in groups', function() {
         cy.loginAs(adminUser);
 
         ['All users', 'Anonymous users', 'System group'].forEach((builtInGroup) => {

commit 5e12403f4dcfe39eda79c256a94ceadc90458a99
Merge: eab690e6 c4a5e3c6
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Fri Sep 16 23:00:26 2022 +0200

    Merge remote-tracking branch 'origin/main' into 18692-frozen-projects-workbench-support
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list