Skip to content

Releases: uc-cdis/data-portal

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

5.15.0

03 Oct 16:39
3de73c6
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.14.1

Notes to tag/commit: 5.15.0

Generated: 2023-10-03

Bug Fixes

  • Explorer: fixed a bug that causes some field is missing from aggregated
    data (#1427)

Dependency Updates

  • Guppy to 0.17.1 (#1427)

New Features

  • Updates the storybook npm command so that it works without needing to run
    additional commands first (#1426)
  • New placeholder state variable for setting and passing the selected "team
    project" in the /submit request to argo-wrapper (#1426)

Improvements

  • Adds unit tests for home table filtering in Results App (#1426)

5.14.1

29 Sep 17:04
ec7dcca
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.14.0

Notes to tag/commit: 5.14.1

Generated: 2023-09-29

Bug Fixes

  • Fix import of ddEnv in NCT (#1423)

5.14.0

29 Sep 03:41
dc3e2d1
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.13.0

Notes to tag/commit: 5.14.0

Generated: 2023-09-28

Bug Fixes

  • Discovery: fixed a bug causing the details page to crash when encountering
    null values (#1422)
  • Discovery: tags and access descriptors can be rendered correctly in tabbed
    view details page (#1418)

New Features

  • Discovery: link and linkList typed field now support customize titles
    for hyperlinks (Note: to have customized titles, each link has to be an
    object in the format of { "link": "http://i.am.a.link.example", "title": "I am a Link Title" }) (#1418)

Improvements

  • Discovery: better styling for fields with no label from config (#1418)