From 1025f6e8126324f3349c953da90853c1910a843a Mon Sep 17 00:00:00 2001 From: Richard-Hansen <36607471+Richard-Hansen@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:01:04 -0500 Subject: [PATCH 1/3] Feature/3800/remove dna stack launch with hotfix (#1438) Removes DNAStack launch-with button for global instance (SEAB-3800) --- .../launch-third-party.component.html | 25 ++++++++++--------- .../launch-third-party.component.spec.ts | 17 +++++++------ 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/app/workflow/launch-third-party/launch-third-party.component.html b/src/app/workflow/launch-third-party/launch-third-party.component.html index 1fef91cdaa..3b1f43e48b 100644 --- a/src/app/workflow/launch-third-party/launch-third-party.component.html +++ b/src/app/workflow/launch-third-party/launch-third-party.component.html @@ -89,18 +89,19 @@
- DNAstack icon DNAstack » + + + + + + + + + + + + + { const nativeElement: HTMLElement = fixture.nativeElement; // Verify urls are correct; got these from prod (except for Terra, which is new) to verify there is no breakage. + // This test was removed as part of: https://ucsc-cgl.atlassian.net/browse/SEAB-3800 + // tslint:disable:max-line-length + // if (!Dockstore.FEATURES.enableMultiCloudLaunchWithDNAstack) { + // expect( + // nativeElement.querySelector( + // 'a[href="https://app.dnastack.com/#/app/workflow/import/dockstore?descriptorType=wdl&path=github.com/DataBiosphere/topmed-workflows/UM_aligner_wdl"]' + // ) + // ).toBeTruthy(); + // } + // tslint:disable:max-line-length - if (!Dockstore.FEATURES.enableMultiCloudLaunchWithDNAstack) { - expect( - nativeElement.querySelector( - 'a[href="https://app.dnastack.com/#/app/workflow/import/dockstore?descriptorType=wdl&path=github.com/DataBiosphere/topmed-workflows/UM_aligner_wdl"]' - ) - ).toBeTruthy(); - } // https://platform.dnanexus.com/panx/tools/import-workflow?source=https://dockstore.org:443/api/api/ga4gh/v2/tools/%23workflow%2Fgithub.com%2FDataBiosphere%2Ftopmed-workflows%2FUM_aligner_wdl/versions/master expect( nativeElement.querySelector( From 7465dbe261e56bc49036fed0c981cdec8ebab3c9 Mon Sep 17 00:00:00 2001 From: Stephen Von Worley Date: Thu, 3 Feb 2022 11:49:55 -0800 Subject: [PATCH 2/3] fix install cli link https://ucsc-cgl.atlassian.net/browse/DOCK-1924 dockstore/dockstore#4485 --- src/app/home-page/home-logged-out/home.component.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/home-page/home-logged-out/home.component.html b/src/app/home-page/home-logged-out/home.component.html index da77d07162..56315b3806 100644 --- a/src/app/home-page/home-logged-out/home.component.html +++ b/src/app/home-page/home-logged-out/home.component.html @@ -132,12 +132,14 @@

Use in many analysis environments.

  • Download and install the - Dockstore CLI - and set up the configuration file. + and set up the configuration file. +
  • +
  • + Run the following launch commands.
  • -
  • Run the following launch commands.
  • From f2aabd6aa6e29679c5194def3f2d2b5eef5c5ed2 Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Mon, 14 Feb 2022 15:55:19 -0500 Subject: [PATCH 3/3] Test with hotfix release (#1454) * Test with hotfix release * Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8584df09c8..89c25da4c8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.8.0", "license": "Apache License 2.0", "config": { - "webservice_version": "1.11.10" + "webservice_version": "1.11.12" }, "scripts": { "ng": "npx ng",