Skip to content

Releases: uc-cdis/indexd

Query by multiple ACL/authz/URLs

13 Dec 00:18
265574a
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.6.0

Notes to tag/commit: 2.6.1

Generated: 2019-12-12

Bug Fixes

  • Fix query by multiple ACL items or multiple authz items or multiple URLs
    (#251)
  • Fix query by URLs with size=0 (#251)

Improvements

  • Improve the OpenAPI documentation with more details on how to query by
    multiple items of the same parameter (#251)

No tags in authz migration script

12 Dec 17:21
fd45762
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.5.0

Notes to tag/commit: 2.6.0

Generated: 2019-12-12

New Features

  • Add option to enable/disable the use of arborist tags in ACL->authz
    migration script (disabled by default) (#256)

Bug Fixes

  • Fix bug in ACL->authz migration script that removed non-word characters
    from ACL elements (#256)

pagination improvement using pages instead of GUIDs

02 Dec 18:16
d3c3d3e
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd
Notes since tag: 2.4.0
Notes to tag/commit: 2.5.0
Generated: 2019-12-02

New Features

  • add page param to list records endpoint to support pagination without
    using a did (#254)

Improvements

  • Clarify what PREPEND_PREFIX and ADD_PREFIX_ALIAS configurations do and
    improve their unit tests (#255)

HS client

22 Nov 04:52
2d43b97
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.3.0

Notes to tag/commit: 2.4.0

Generated: 2019-11-21

New Features

  • Handle HSClient to interact with the Commons Share Object API (#253)

Disable uwsgi cheaper mode

20 Nov 17:39
95aea86
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.2.0

Notes to tag/commit: 2.3.0

Generated: 2019-11-20

Improvements

  • Use python 3 base dockerfile v1.1.0 to disable uwsgi cheaper mode (#252)

improve alias support

08 Nov 18:44
d0f5410
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd
Notes since tag: 2.1.0
Notes to tag/commit: d0f5410
Generated: 2019-11-08

New Features

  • Implement API to manipulate aliases for Indexd records. (#248)
  • Use special .secinclude file to list source code for Veracode security
    scanning (#247)
  • Use special .secexclude to forcefully exclude some files (empty) (#247)

Bug Fixes

  • Fix bug in Indexd DOS search (GET
    /ga4gh/dos/v1/dataobjects/<path:record>) preventing aliases from being
    returned when querying for a record's baseID. (#248)

Improvements

  • Dependabot creates public PRs for security updates. Disabling it. (#249)
  • Make DependaBot only update to "security" updates (#246)
  • Setup Dependabot automatic security scanning (#240)

Dependency update: Flask 1.1.1

23 Sep 18:14
a5c8f53
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 2.0.1

Notes to tag/commit: 2.1.0

Generated: 2019-09-23

Dependency Updates

  • Flask 1.1.1 (#229)

Improvements

  • Adds unit tests. (#237)
  • Adds missing unit tests (#235)

update readme, coverage, dependencies

14 Aug 18:48
4e0b2c5
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd
Notes since tag: 2.0.0
Notes to tag/commit: 4e0b2c5
Generated: 2019-08-14

Improvements

  • Exclude abstract methods from coverage report (#233)
  • Removed swagger-codegen dependency from tests; coverage report is now 80
    (#230)
  • overhaul README with more info, correct some mistakes, add visuals, etc.
    (#228)

Dependency Updates

  • add dependencies to setup.py that were missing (already exist in
    requirements.txt) (#236)

Python 3

11 Jul 15:29
13f6a7a
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 1.1.4

Notes to tag/commit: 2.0.0

Generated: 2019-07-11

Breaking Changes

  • Python 3 instead of python 2 (#220)

Dependency Updates

  • Use python 3 versions of authutils (4.0.0) and cdisutilstest (1.0.0) (#220)
  • Bump indexclient to 1.6.0 (#220)

New Features

  • Add coveralls integration for code coverage analytics (#226)

1.1.4

01 Jul 19:24
4d5ce32
Compare
Choose a tag to compare
  • Bug fix for authz migration