Releases: uc-cdis/guppy
Releases · uc-cdis/guppy
0.14.1
0.14.0
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.13.0
Notes to tag/commit: 0.14.0
Generated: 2021-09-17
Dependency Updates
Improvements
- Add debug logs to
initialize()andquery()functions (#125) - The download format check is now case insensitive (#122)
Bug Fixes
- Fixed a bug causing incorrectly putting
nullinto filters that contain
nested fields (#124)
0.13.0
Release Notes
For: uc-cdis/guppy
Notes since tag: v0.11.3
Notes to tag/commit: 0.13.0
Generated: 2021-04-20
New Features
- add flag for inclusion in filters of missing data category (#120)
- change test data generating script to also generate missing data fields
(#120) - Data Explorer state can now be loaded and unloaded to and from the page
URL. (#112)
Improvements
- add hideEmptyFilterSection flag and functionality to hide empty filter
sections (#116) - add handling of edge case where tab will have no visible filters (#116)
Dependency Updates
- Update @gen3/ui-component dependency to version 0.7.0 (#116)
0.11.0: Index-scoped Tiered-access
Release Notes
For: uc-cdis/guppy
Notes since tag: v0.10.2
Notes to tag/commit: 0.11.0
Generated: 2021-02-17
New Features
- Tiered-access settings can now be optionally specified at the index-level
rather than the site-wide level. This change is backwards compatible with
existing site-wide tiered-access settings. Specify index-scoped
tiered-access settings in the guppy block of a common's manifest. See
doc/index_scoped_tiered_access.mdfor more information. (#104)
Dependency Update
- Update @gen3/ui-component dependency to version 0.6.5 (#109)
0.10.0 Export to TSV/CSV
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.9.1
Notes to tag/commit: 0.10.0
Generated: 2021-01-19
New Features
- Implemented new query argument "format" for Guppy to support TSV and
CSV downloads from Explorer. (#106)
Dependency Updates
- Added Papaparse for conversion service (#106)
Improvements
- Update @gen3/ui-component dependency to version 0.6.3 (#105)
0.9.1: Search filters, new Guppy endpoints, and/or toggle
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.8.1
Notes to tag/commit: 0.9.1
Generated: 2020-12-01
New Features
- New filter option for array fields: __combineMode, which can be "AND" or
"OR". This specifies the combinator used in Guppy GraphQL queries when
multiple checkboxes are checked. The gear icon that shows this toggle is
only shown on array field filters. (#98) - Adds new endpoint to Guppy at /_status for health checks and retrieval of
ES index metadata (#103) - Added searchInput parameter to mapping schema to query attribute names. (#101)
- Adds a new filter type,
searchFilter, to the available filters. Search
Filters allow the user to search over fields which have too many options to
be displayed normally -- for example, individual subject IDs or file GUIDs. (#99)
Bug Fixes
- Fixed a bug that cause the optional field
config_indexto be mandatory
(#96)
Deployment Changes
- To deploy SearchFilters in a tab of the Explorer page, add an entry to
data{/file}ExplorerConfig.filters.tabs.searchFields. NOTE: Do not add
the same field to bothsearchFieldsandfields, this will cause
strange behavior in the search field. Example config:
"filters":
"tabs": [
{
"title": "Subject",
"searchFields": [
"subject_id",
"submitter_id",
"consent_codes"
],
"fields": [
"data_type",
"data_format",
...
]
}
0.8.1 Change Visibility of Out-of-scope Resource List
Use /auth/mapping
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.7.0
Notes to tag/commit: 0.8.0
Generated: 2020-07-21
Improvements
- Switch Guppy from using Arborist's
/auth/resourcesendpoint to
/auth/mappingand filter out accessible list base onreadaccess (#93) - Add precommit hooks and sec baseline (#94)
Breaking Changes
- User can only see/query the data for a project if they have the following
access: methodread(or*- all methods) to serviceguppy(or*-
all services) on that project resource. (previously they can see/query all
the data if you any types of access to them) (#93)
New UI Library
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.6.1
Notes to tag/commit: 0.7.0
Generated: 2020-07-08
New Features
- Adopted all-new gen3-ui-component with completely refreashed filter
components (#92)
Bug Fixes
- Fixed a problem causing
RangeFilterupper and lower bounds not get
updated correctly (#92)
Dependency Updates
- Gen3-ui-component: bump to 0.5.4 (#92)