Releases: uc-cdis/data-portal
5.33.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.33.0
Notes to tag/commit: 5.33.1
Generated: 2024-08-29
Improvements
- Generic: Grafana Faro's
environment
value in its app metadata is set to
the hostname of the env (#1592) - Generic: Grafana Faro's
namespace
value in its app metadata is set to the
application’s namespace, for example: prod, pre-prod, staging (#1592) - Generic: Set CSP dynamically for faro enabled envs (#1592)
5.33.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.32.1
Notes to tag/commit: 5.33.0
Generated: 2024-08-29
New Features
- Generic: Add Grafana Faro RUM support to portal, please refer to the
portal_config.md
for configurations (#1586) - Generic: We will be removing Datadog RUM support from portal in the future
(#1586)
Bug Fixes:
- Generic: fixed a bug about in-proper import for the access denial page
(#1586)
Dependency Updates
- Add Grafana Faro (#1586)
5.32.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.32.0
Notes to tag/commit: 5.32.1
Generated: 2024-08-26
Bug Fixes
- Fixed a bug causing access request form to crash when displaying result
(#1589) - Prevents an initial request in GEN3 GWAS app from fetchCohortDefinitions
with an undefined sourceID. Instead the request is delayed until the
sourceID is not undefined. (#1588) - Fixes CSS in storybooks for GEN3 GWAS CustomDichotomousCovariates and
ContinuousCovariates. (#1588)
Improvements
- Moves shared styles for GEN3 GWAS app select container to GWASApp.css and
fixes height styles for loading spinner in select container for custom
dichotomous covariates. (#1588) - Fixed naming error in GEN3 GWAS app for SelectCohort, which was wrongly
referenced as "CohortSelect" in SelectStudyPopulation.jsx (#1588)
5.32.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.31.0
Notes to tag/commit: 5.32.0
Generated: 2024-08-23
Improvements
- Migrating Portal from using Kayako to Zendesk for ticket creation (applies
to workspace/study registration access request and HEAL VLMD submit) (#1587)
Deployment Changes
5.31.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.30.1
Notes to tag/commit: 5.31.0
Generated: 2024-08-21
Bug Fixes
- Discovery: the location and padding for accessibility links are no longer
hard coded (#1585) - prevents Atlas Data Dictionary app from crashing when unProcessedChartData
input to processNumericChartData function is null. (#1581) - fix: use openid URL for Atlas to get automatic login behavior (#1581)
New Features
- add access-denied page and flag to enable when user does not have access to
any site resources (#1581) - Adds a dashboard to show the real time status of the user's workflow limit
while using the Gen 3 GWAS App and Results App. (#1581) - Adds error messages and prevents submission to GEN3 GWAS App job input
modal when user has exceeded their allotted workflow limit, or if the
service for checking their workflow limit doesn't respond or provides
malformed data. (#1581)
Improvements
Improve WTS response handling
- Improve the way that portal handles the response from WTS
5.30.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.29.1
Notes to tag/commit: 5.30.0
Generated: 2024-08-01
New Features
- Updates the logic for setting study accesslevel variable to set studies
that are flagged as unaccessible as unaccessible. (#1569)
Bug Fixes
- Fix an issue with the discovery page not loading when the "download
manifest" or "export to workspace" buttons are not enabled (#1575)
Improvements
- Improves code organization by moving redirect functions for Discovery app
to a Utils file: this updates the file locations and names for the react
hook and function used to Handle Redirects following button clicks for
Discovery Page action bar and discovery details action buttons. (#1567)
5.29.1
What's Changed
- Consider '*' as a wildcard by @nss10 in #1566
- upgrade fuse to latest version by @thanh-nguyen-dang in #1559
Full Changelog: 5.29.0...5.29.1
5.29.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.28.0
Notes to tag/commit: 5.29.0
Generated: 2024-07-01
Improvements
- Add support for hyperlinks in the study viewer detailed description. (#1565)
- Misc: added descriptions about
fileCountField
into docs (#1563) - Discovery: re-org some data availability icons and states.
Pending
has
been renamed toWaiting
and has became the default state for metadata
that doesn't have anauthz
value.Not Available
now is a state that
need to be explicitly set from a metadata field. (#1558)
Deployment Changes
- Discovery: The
Pending
state has been renamed toWaiting
and has became
the default state for metadata that doesn't have anauthz
value. If an
env is using this state, it needs to update its portal config accordingly
(#1558)
Bug Fixes
- Study reg: fixed a bug causing pre-defined data repository metadata got
overwritten by user (#1560)
5.28.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.27.0
Notes to tag/commit: 5.28.0
Generated: 2024-06-21
New Features
- Update Team Projects Modal for use case where user does not have teams
available (#1557) - Add storybook page for new Modal (#1557)
- Updates the Discovery Action Bar so that filtered metadata is sent to the
${manifestServiceApiPath}/metadata
after the user clicks the export
to workspace button, pending that they have enabled
discoveryConfig.features.exportToWorkspace.enableExportFullMetadata
.
The filtering removes any field that has been defined in
discoveryConfig.features.exportToWorkspace.excludedMetadataFields
, if
that config field exists. Note that field names in
discoveryConfig.features.exportToWorkspace.excludedMetadataFields
can
represent nested fields, for examplestudy_metadata.username
. (#1534) - add html mark for accessibility (#1546)
- add NVM file to allow for using nvm command to run correct version of node
and npm (#1542) - update documentation (#1542)
Bug Fixes
- Fix explorer table header sorting issue (#1554)
- remove already selected covariates from list to eliminate ability to add
multiple times (#1549) - allow for valueSummary to be null without crashing application (#1546)
Improvements
- The DiscoveryActionBar component has been modularized into separate
components, utils, constants and interfaces. (#1534)