Releases: uc-cdis/guppy
Releases · uc-cdis/guppy
Query and Aggregation over Nested Document
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.4.2
Notes to tag/commit: 0.5.0
Generated: 2020-05-01
New Features
- Supports aggregation on nested documents (nested aggregation) (#83)
Dependency Updates
Handle user without JWT
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.4.1
Notes to tag/commit: 0.4.2
Generated: 2020-03-31
Improvements
- Guppy will not always return 401 for user who doesn't have a JWT (#80)
Bump request header max size to 16kb
Deployment changes
- Increased node.js max header size to prevent issue with large NIH login session cookies hitting request header limit. (#79)
Query on Nested Doc, Search Input Box Filter, and New Tiered Access Logic
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.3.14
Notes to tag/commit: 0.4.0
Generated: 2020-02-27
New Features
- Add search input box to filter (#76)
- Nested field with filter availability (#52)
- Added .secinclude to include all relevant files needed for veracode scan.
(#73) - Added .secexclude to explicitly remove any unneeded files. (#73)
- Added Jenkinsfile.security for the veracode security organization in
Jenkins to scan this repo regularly. (#73)
Improvements
- Tiered access logic will checks for portions which are accessible by user,
and encypt results with that information in consideration (#75) - Checked filters won't get disabled unless they get unchecked first (#75)
- Charts won't be hidden unless they contain any field from unaccessible
resources which has a total count less than the tier access limit (#75) - ENV_VAR
log_level
can be set from manifest (#75) - Add a hidden prop to ConnectedFilter to reduce unnecessary calculation thus
boost rendering speed (#76) - Rewrite update filter tabs function and decrease time complexity from
O(n^3) to O(n^2) (#76)
Dependency Updates
- Gen3-ui-component: 0.3.16 (#75)
0.3.14
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.3.10
Notes to tag/commit: f970809
Generated: 2020-02-07
Improvements
- UX Improvement: In the data explorer, filter options with counts of zero
that have been checked by the user will not disappear. Once those options
are unchecked, they will disappear. (#71) - Add tooltips to lokced filter icons and disabled filters (#67)
New Features
- Added sensitive record exclusion to Guppy (#72)
- add "search" operator to filter var, to support fulltext search (#70)
Dependency Updates
- gen3-ui-component: 0.3.11 (#67)
Bug Fixes
- Fix bug in Windmill explorer in which download buttons would sometimes
appear to be enabled, even if users didn't have access to all data. (#66)
0.3.10
Release Notes For: uc-cdis/guppy Notes since tag: 0.3.9 Notes to tag/commit: 0.3.10 Generated: 2019-10-28 Bug Fixes - fixed a bug that is causing Guppy AuthHelper to crash if a user does not exist in the arborist DB (#65) Dependency Updates - newer version fix charts and icon UI in Edge browser (#63)
0.3.9
0.3.7: Release Notes
For: uc-cdis/guppy Notes since tag: 0.3.6 Notes to tag/commit: 0.3.7 Generated: 2019-10-02 Bug Fixes - fixed an error when result contains 64-bit numeric values (#57)
0.3.6
Release Notes
For: uc-cdis/guppy
Notes since tag: 0.3.5
Notes to tag/commit: 0.3.6
Generated: 2019-09-27
New Features
- Guppy support for portal's new config option
adminPreAppliedFilters
. The
filter is applied to to the records displayed before any user-applied
filters, and can be specified independently in the dataExplorerConfig and
fileExplorerConfig blocks. (#56)
Deployment Changes
- Commons admins can specify a selectedValues filter using the
adminPreAppliedFilters
field in a portal config file using Guppy syntax.
The filter is applied to to the records displayed before any user-applied
filters, and can be specified independently in the dataExplorerConfig and
fileExplorerConfig blocks. Example: - "adminAppliedPreFilters": {
"project_id": {
"selectedValues": ["jnkns-jenkins"]
}
} (#56)