Skip to content

Releases: uc-cdis/indexd

1.1.3

20 Jun 20:01
90ff7fb
Compare
Choose a tag to compare
fix(migration): bug fixes for authz migration (#221)

1.1.2

31 May 20:42
993f305
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/indexd

Notes since tag: 1.1.1

Notes to tag/commit: 1.1.2

Generated: 2019-05-31

New Features

  • Now Indexd calls Arborist for permission check (#215)
  • added new authz field (previously rbac field) (#214)
  • Changing from apache 2 to nginx (#213)
  • updating to uwsgi (#213)
  • Record now have a new rbac field (#209)

Dependency Updates

  • bump sqlalchemy from 1.0.8 to 1.3.3 (#211)
  • bump sqlalchemy-utils from 0.32.21 to 0.33.11 (#211)

Handle duplicate ACL entries

18 Mar 16:34
8845cb6
Compare
Choose a tag to compare
1.1.1

Fix BulkInputInfo model (#208)

Data upload January release

11 Jan 21:11
Compare
Choose a tag to compare
Implement DRS v0.5.0 (closes #146) (#188)

This issues is being tracked in different locations. For Santa Cruz,
this commit closes [TLP-387](https://ucsc-cgl.atlassian.net/browse/TLP-387).
For Chicago, this closes PXD-1134.

This commit updates the behavior of DRS endpoints such that it
reflects the changes and features introduced in v0.5.0 (from v0.2.0).
Specifically, the following changes have been made:
* Functionality of `POST /dataobjects/list` has been moved to
  `GET /dataobjects`, and the parameters provided to this endpoint
  are now specified as query parameters instead of in the request body.
* Specification of required and optional parameters has been properly
  serialized in the schema.
* `checksum` parameter is now optional for ListDataBundles and
  ListDataObjects.
* Tests have also been updated to this effect.
* Minor changes for PEP8 compliance.

It is worth noting in this message that DOS is in the process of being
renamed to DRS (Data Repository Service) - while the decision has been
made, the process of percolating that change to the project infrastructure
will likely run to the end of the calendar year.

For a full list of changes made to DRS since v0.2.0, consult the changelogs
for each version on the [Releases](https://github.com/ga4gh/data-repository-service-schemas/releases)
page.

KF November Release

01 Nov 21:29
153d143
Compare
Choose a tag to compare
PXD-2214 Feat/uploader field (#183)

* feat(uploader): add uploader field

* feat(uploader): add unittest create endpoint

* feat(uploader): list entries with uploader

* fix(unittest): fix unittest

* feat(uploader): support update uploader field

* feat(db migration): add db migration

DCF July Release

25 Jul 13:49
e16c1d3
Compare
Choose a tag to compare

Re-versioning for DCF July Release

negate_params

09 Jul 17:25
e16c1d3
Compare
Choose a tag to compare
  • negate_params added
  • list_with_params fixed
  • tests added

dos endpoint and fix logs

22 Jun 13:30
4f3f4a4
Compare
Choose a tag to compare
1.0.2

fix(logs): Log internal + don't log _status (#135)

1.0.1: Merge pull request #128 from uc-cdis/feat/list_with_params_urls_partial

18 May 19:21
f33dcfa
Compare
Choose a tag to compare

list returns full records

11 May 19:26
53071b9
Compare
Choose a tag to compare
feat(list-ids): support list with id params (#127)

* feat(list-ids): support list with id params

* feat(list): do not paginate for ids