Skip to content

Releases: uc-cdis/guppy

Query and Aggregation over Nested Document

01 May 16:33
e47582a
Compare
Choose a tag to compare

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

  • The current ES nested aggregation query syntax requires ES 6.7+ (note Guppy
    will not work for ES 7 yet) (#83)
  • Bumps acorn from 5.7.3 to 5.7.4. (#82)

Handle user without JWT

31 Mar 22:22
fc10343
Compare
Choose a tag to compare

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

03 Mar 22:53
3db0aaa
Compare
Choose a tag to compare

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

27 Feb 18:57
67da927
Compare
Choose a tag to compare

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

07 Feb 16:14
f970809
Compare
Choose a tag to compare

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

28 Oct 21:32
e40adc6
Compare
Choose a tag to compare
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

22 Oct 16:46
5816dfd
Compare
Choose a tag to compare

For: uc-cdis/guppy
Notes since tag: 0.3.7
Notes to tag/commit: 5816dfd
Generated: 2019-10-22

Improvements

  • add npm version badge (#61)

0.3.7: Release Notes

03 Oct 01:40
5a5068b
Compare
Choose a tag to compare
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

27 Sep 20:27
f4839d5
Compare
Choose a tag to compare

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)

0.3.5

16 Sep 20:33
050baab
Compare
Choose a tag to compare
  • Fix: guppy right slider bug
  • Now using gen3-ui-component 0.3.3