Releases: uc-cdis/data-portal
discovery page mds ability to select guidTyp
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.7.1
Notes to tag/commit: 5.8.0
Generated: 2023-07-10
New Features
- add to discovery page setup ability to select guidType for the api call,
this allows for displaying only select mds records on the discovery page
(#1357)
Improvements
5.7.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.7.0
Notes to tag/commit: 5.7.1
Generated: 2023-06-21
Bug Fixes
- remove duplicate padding (#1333)
- Fix Profile Page visual inconsistency (#1333)
- fix bug where filters don't reset table to page one (#1330)
fixed
position should fix the bug where popup appear in the hidden
(scrolled past) area (#1298)
Improvements
5.7.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.6.2
Notes to tag/commit: 5.7.0
Generated: 2023-05-23
Dependency Updates
- updating guppy to 0.16.0 (#1309)
Deployment Changes
- will require server to also be using guppy ^0.16.0 on backend (#1309)
New Features
- Add no access description for File page (#1301)
- Results App V2: Add message to spinner while loading the main table in
Results app (#1303) - Results App V2: Add filtering to the home table in Results App V2 for the
first five columns and allows for the user to filter by text input,
dropdown selection, and date range selection. (#1303)
Improvements
- Add ignore for *.conf files in eslint-new command. (#1303)
5.6.2
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.6.1
Notes to tag/commit: 5.6.2
Generated: 2023-05-11
Bug Fixes
- This update resolves the following bug: Portal incorrectly block user
from creating a workspace access request if the user has a study reg access
request pending. (#1297) - This also changes the text shown to a user when they make a request while
they already have a pending workspace access request. (#1297)
Improvements
VA-2023.05a
What's Changed
Full Changelog: 5.6.1...VA-2023.05a
5.6.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.6.0
Notes to tag/commit: VA-2023.05a
Generated: 2023-05-03
Bug Fixes
- Results App V2: Changes the startedAt column to instead be a finishedAt
column in the home table view (#1291) - Results App V2: Fixes the sort function for Date Time Submitted column to
use correct keys (#1291) - Results App V2: Workflows list now always refreshes immediately when VA
Results app opens (#1291)
Improvements
- removed old GWASResults app (#1296)
- moved new app into old place (#1296)
- Expanding
Account Information
dropdown by default when/workspace
page
is opened. (#1292) - Update text for info messages (#1292)
- Discovery: removed hard-coded requirement of using
project_number
as UID
in direct download (#1275) - Study Registration: allow
studyRegistrationUIDField
to honor the value of
minimalFieldMapping.uid
by default (#1275)
Dependency Updates
5.6.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.5.0
Notes to tag/commit: 5.6.0
Generated: 2023-04-27
# Changes Included In This Pr
- Changes to the following files to upgrade the vulnerable dependencies to a
fixed version: (#1287) - src/Covid19Dashboard/standalone/package.json (#1287)
Improvements
- add header to prevent clickjacking (#1286)
New Features
- This updates the HEAL platform to use a generic access form, refactoring
the code used for the workspace/register from and the
study-reg/request-access form into a single generic access form. This also
creates a new form, the data-dictionary-submission/request-access form
using this generic access form. (#1262) - This updates the home table and its test to use the
name
key and its
value instead of theuid
key from the data returned from the server.
(#1280) - Note:** This is targeting Master - Let me know if this should target a
different branch to aid updating preprod or other environments for Results
V2 App release 1 testing. (#1280)
5.5.0
Improvements:
-
Added changes related to Paymodel cards and drop down
-
Added an alert message when the current pay model is above limit
-
update error message when choosing an over limit pay model
-
Disabling launch button when pay model is over limit
-
Updating package-lock
-
Updating package.json
-
Updating babel/core
-
Revert "Disabling launch button when pay model is over limit"
5.4.2
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.4.1
Notes to tag/commit: 5.4.2
Generated: 2023-03-20
New Features
- This adds 500ms debouncing to the HEAL search functionality following page
load. This uses the lodash debounce API (this library is already included
in the code base). (#1232) - This also adds a unit test for the debouncing functionality. (#1232)
- Change workspace registration title and url location (#1249)
- Fixed storybook for CustomDichotomousCovariates following the component's
interface changes in #1204
(#1246) - Adds unit tests for CohortsOverlapDiagram, including mocking of
web-services (#1246) - This updates the Euler diagram to be more accessible, and include both a
text version and a legend. (#1246) - Add uid query param to GWASJob.jsx endpoints to support archived workflows
(#1246) - Updates the code base associated with the GWASApp and GWASResults
application by cleaning up unneeded CSS styles and changing the names of
files and selectors from GWASV2 to GWASApp. (#1246)
Bug Fixes
- Fixed a popup height issue (#1250)
- Fixed an issue that some urls may have double slash in them (#1250)
Improvements
- Use new coremetadata URL (#1252)
- A utils folder has been added containing a Search folder to house the
search functionality and to aid in code organization. The filtering
functions associated with searching have been moved into this folder to
help clean up Discovery.tsx. Unneeded imports were removed from
Discovery.tsx. (#1232) - Added code to add new tab for COVID-19 Community Analysis tab in which we
have three dashboards created in AWS Quicksight embed into Chicagoland
Pandemic Response Commons (#1159)
Deployment Changes
- If Peregrine is on version 3.2.0/2023.04 or newer AND data-portal is on
version 5.4.2/2023.05 or newer, the Pidgin service can and should be
removed (#1252)
5.4.1
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.4.0
Notes to tag/commit: 5.4.1
Generated: 2023-02-14
Bug Fixes
- fix for spinner for manifest button not showing until the count (#1234)