Skip to content

Releases: uc-cdis/data-portal

5.23.0

26 Mar 17:30
a149dcd
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.22.2

Notes to tag/commit: 5.23.0

Generated: 2024-03-26

New Features

  • Discovery: added an optional config field to allow displaying a subheader
    under header (#1507)
  • Updates Atlas Data Dictionary to use an integrated approach to handling UI
    events, allowing different UI table updates to update each other. This
    improves UX by enabling pagination resets and avoids problems such as being
    on page 3 when there is no longer enough data to populate 3 pages. (#1509)
  • Updates the Download Study Level Metadata button to not render a popover
    (#1505)
  • Add openICPSR as an option for repo selection (#1503)
  • Adds charts to VADC Data Dictionary (#1497)
  • Adds button to OHDSI Atlas app to open VADC Data Dictionary App in a new
    tab (#1497)
  • Updates value for cohort in Job Details from the cohort ID to the cohort
    name (#1497)
  • Ensures data source used by CohortMiddlewareApi getSources function is
    delivered in expected format or throws error. (#1497)

Bug Fixes

  • Fixes issue with entries header showing incorrect values (#1509)
  • Fixes stylelint issues in AtlasDataDictionary.css (#1509)
  • Fixes issue with incorrect number of entries shown on the second page when
    there are more entries than one page can hold but less than three pages
    (#1509)
  • Introduced an onClear prop that clears tags in data-portal when you hit the
    "X" clear button. Previously, pressing the button would result in no
    action. (#1504)

Improvements

  • Populate both the Gen3 tag and the data_repositories when only a repository
    name is indicated during study registration (#1501)
  • Refactored Actions Buttons Test to increase coverage and concision (#1505)
  • Discovery: for AggWTS feature, deal with the fact that some commons_url
    from config has portocol prefixes instead of a clean hostname (#1499)
  • Refactors Discovery Details page to use modularized components (#1500)
  • Updates unit test for Discovery page to pass following this update (#1500)

Dependency Updates

  • Bumps ip from 2.0.0 to 2.0.1. (#1489)

5.22.2

11 Mar 14:35
7eb5713
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.22.1

Notes to tag/commit: 5.22.2

Generated: 2024-03-11

Bug Fixes

  • Discovery: make sure arrays that passed into list components are always
    single-level (#1496)

Improvements

  • Updated list of repos showing in HEAL Study registration form to include
    SPARC (#1495)

5.22.1

07 Mar 16:56
09729a0
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.22.0

Notes to tag/commit: 5.22.1

Generated: 2024-03-07

Bug Fixes

  • Discovery: fixed an issue that array values are incorrectly flattened for
    list components (#1494)

5.22.0

29 Feb 20:52
f749b9c
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.21.0

Notes to tag/commit: 5.22.0

Generated: 2024-02-29

New Features

  • Add buttons for downloading individual file in manifest from the tabbed
    version discovery details page (#1492)
  • Adds download variable metadata button to action buttons within data
    download list (#1476)

Improvements

  • Add IDP login tooltip for discovery detail page action buttons (#1492)
  • Makes the DownloadAllModal a more reusable and generic DownloadModal
    within data download list component (#1476)
  • Adds additional type checking to CheckHealLoginNeeded to avoid JS errors
    now that function is being called in more places. (#1476)

5.21.0

02 Feb 17:02
acde98e
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.20.0

Notes to tag/commit: 5.21.0

Generated: 2024-02-02

Improvements

  • Update the list of HEAL-compliant repos to reflect new options (see
    https://www.healdatafair.org/resources/guidance/selection) and better
    present some existing repo names (#1486)
  • Fixes stylelint issue in
    src/Analysis/SharedUtils/TeamProject/TeamProjectHeader/TeamProjectHeader.css
    (#1483)
  • Misc: filter known bot seesion on intake for DD RUM (#1455)
  • Study viewer: always query the configured "defaultOrderBy" field (#1480)
  • Add support for regular italic Roboto font (#1479)

New Features

  • Adds table with styling to VADC Atlas Data Dictionary App (#1483)

Dependency Updates

  • Adds Mantine V6 to VADC (#1483)
  • Added crawler-user-agents (#1455)
  • Guppy to 0.18.1 (#1481)

Bug Fixes

  • Update Guppy for search box query CSRF fix (#1481)

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