Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: uc-cdis/guppy

0.14.1

28 Oct 14:41
409006b

Choose a tag to compare

Release Notes

For: uc-cdis/guppy

Notes since tag: 0.14.0

Notes to tag/commit: 409006b

Generated: 2021-10-28

Improvements

  • Add DD APM to Guppy (#127)

0.14.0

17 Sep 20:28
0f05c51

Choose a tag to compare

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() and query() functions (#125)
  • The download format check is now case insensitive (#122)

Bug Fixes

  • Fixed a bug causing incorrectly putting null into filters that contain
    nested fields (#124)

0.13.0

20 Apr 20:13
4bb47be

Choose a tag to compare

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

17 Feb 21:37
cc66954

Choose a tag to compare

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.md for more information. (#104)

Dependency Update

  • Update @gen3/ui-component dependency to version 0.6.5 (#109)

0.10.0 Export to TSV/CSV

19 Jan 17:57
ebf7327

Choose a tag to compare

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

02 Dec 03:20
d0da0ee

Choose a tag to compare

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_index to 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 both searchFields and fields
    , 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

30 Jul 20:27
45f1271

Choose a tag to compare

Release Notes

For: uc-cdis/guppy

Notes since tag: 0.8.0

Notes to tag/commit: 0.8.1

Generated: 2020-07-30

Improvements

  • Guppy will NOT return the list of out-of-scope resources in its response to
    the public (#95)
  • The list of out-of-scope resources will be printed into logs (#95)

Use /auth/mapping

21 Jul 21:33
d954d99

Choose a tag to compare

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/resources endpoint to
    /auth/mapping and filter out accessible list base on read access (#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: method read (or * - all methods) to service guppy (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

08 Jul 22:07
b1b4c8e

Choose a tag to compare

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 RangeFilter upper and lower bounds not get
    updated correctly (#92)

Dependency Updates

  • Gen3-ui-component: bump to 0.5.4 (#92)

Nested Fields Support for Table

12 Jun 13:55
a757269

Choose a tag to compare

Release Notes

For: uc-cdis/guppy

Notes since tag: 0.6.0

Notes to tag/commit: 0.6.1

Generated: 2020-06-12

Improvements

  • Let raw data query supports querying nested fields (for table in data
    explorer) (#86)
  • Let sort variable supports nested fields (#86)