Skip to content

Releases: uc-cdis/data-portal

5.20.0 - hide login link in navigation

10 Jan 21:05
ecbeb32
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.19.0

Notes to tag/commit: 5.20.0

Generated: 2024-01-10

New Features

  • add ability to hide login link in navigation (#1469)
  • Updates Cohort Middleware API endpoints to use team project, updates
    storybooks associated with Cohort Middleware API calls with team project
    (#1472)

Improvements

  • Shows error message now for error status from Cohort Definitions endpoint
    request (#1472)

5.19.0

03 Jan 22:08
40d9de1
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.18.2

Notes to tag/commit: 5.19.0

Generated: 2024-01-03

Improvements

  • Replace nested empty values with 'null' in explorer display (#1468)

New Features

  • Adds buttons for Download Study-Level Metadata, Download File Manifest and
    Download All Files (#1450)

Bug Fixes

  • Adds an additional check to DiscoverySummary renderAggregation to only
    sum strings or number values. If the value is something other than a string
    or number, an array, for example, the sum value explodes. (#1467)

5.18.2: VADC-862 feat/login (#1466)

20 Dec 20:20
fda5507
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.18.1

Notes to tag/commit: 5.18.2

Generated: 2023-12-20

New Features

  • adds Login dropdown for single-entry InCommon login (#1466)
  • Adds placeholder application for VADC data dictionary (#1463)

Bug Fixes

  • Fixed a bug about misconfigured webpack publicPath (#1464)
  • Fix problem where previously submitted outcome phenotype interfered with
    generating histogram for newly selected variable. (#1463)
  • fix error handling in /workflows endpoint response processing (in
    fetchGwasWorkflows()) (#1457)

Improvements

  • Use new Guppy version which supports handling with CSRF tokens (#1464)
  • Ensure CSRF token is passed to Guppy (#1464)

Dependency Updates

  • Update Guppy to 0.18.0 (#1464)

Deployment Changes

Features

  • Implements redirect functionality for users with expired team project names
    stored locally (#1457)

5.18.1

29 Nov 17:15
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.18.0

Notes to tag/commit: 5.18.1

Generated: 2023-11-29

Bug Fixes

  • Discovery: the display of system-level popup (DUA) will take precedence
    over the Discovery Details drawer (#1454)

5.18.0

15 Nov 21:19
565bdb3
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.17.2

Notes to tag/commit: 5.18.0

Generated: 2023-11-15

Improvements

  • remove webform from NCT homepage (#1452)
  • Lints TeamProjectModal.test.jsx to abide by code formatting style guide
    (#1451)

New Features

  • Updates the three VADC analysis apps, Gen3 GWAS, GWAS Results and OHDSI
    Atlas to use API request including query parameter for team projects.
    (#1451)
  • Adds selected team project in each of the apps: Atlas, GWAS App and Results
    App and reroutes user back to Analysis Apps view if they do not have a team
    project selected (#1451)

Bug Fixes

  • revert back the GWAS app names so navigation can work again as before
    (follow-up fix after #1446)
    (#1451)
  • Fixes the an issue introduced in
    #1444, where the url of some
    applications would not work anymore. (#1451)

Dependency Updates

5.17.2

06 Nov 16:03
4eb54b0
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.17.1

Notes to tag/commit: 5.17.2

Generated: 2023-11-06

Bug Fixes

  • Reload Workspace Options when a user selects a different pay model (#1447)

New Features

  • Adds team project header in the App Selection view to display to end user
    current team project selection (#1443)
  • Adds modal for team project selection; provides functionality to select
    team project and update team project header. (#1443)
  • Generalize IdP-based access control (#1441)

Improvements

  • Reorganizes location of Team Project API files to Utils directory (#1443)
  • Updates TeamProjectModal.css to comply with stylelinter (#1443)

5.17.1

19 Oct 14:40
3323ff8
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.17.0

Notes to tag/commit: 5.17.1

Generated: 2023-10-19

Bug Fixes

  • Discovery: system popups (e.g.: DUA/TOU) will now takes precendes to
    display over Discovery page popups (file download/export, etc.) (#1439)

5.17.0

18 Oct 20:26
44c6617
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.16.1

Notes to tag/commit: 5.17.0

Generated: 2023-10-18

Bug Fixes

  • Misc: update CSP to unblock GA actions (#1438)

New Features

  • Enable Results button and download action only for succeeded workflows
    (#1435)
  • Adds a Fullscreen button to GWAS App (#1435)
  • Creates a DataDownloadList component for HEAL Discovery Details UI (#1420)

Improvements

  • Organizes DiscoveryDetails code into separate folder (#1420)

5.16.1

12 Oct 20:54
8502d69
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.16.0

Notes to tag/commit: 5.16.1

Generated: 2023-10-12

Bug Fixes

  • Misc: fixed a bug caused by the webpack startup script cannot correctly
    execute if there are directories in config path (#1434)
  • SystemUsePopup: fixed a bug causing the acceptance cookie cannot be set due
    to incorrect domain values (#1434)

5.16.0

10 Oct 20:03
f3521f4
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.15.0

Notes to tag/commit: 5.16.0

Generated: 2023-10-10

Bug Fixes

  • this PR reverts the prototype Atlas starter step introduced in
    #1401 (#1431)
  • fix loading of gitops.css locally (#1421)

Improvements

  • new configuration variable for DICOM Viewer URL, similar to
    dicomViewerId; have default value to support old deployments (#1432)
  • new configuration variable for DICOM Server URL, similar to
    dicomViewerId; have default value to support old deployments (#1432)

Dependency Updates