Skip to content

Releases: hubmapconsortium/ingest-validation-tools

v0.0.23

02 Jul 18:45
8a14a9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

v0.0.22

27 Jun 13:14
31853d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.0.22

v0.0.21

28 May 19:48
3e4bb1e
Compare
Choose a tag to compare
Development (#1337)

* Entity type constraints (#1330)

* work in progress on entity constraints querying

* basic logic sketched in

* fixing linting error

* very unfinished, need to review entity constraint endpoint documentation further

* architected, testing, definitely broken

* at least one existing test passing, need to run all + design new tests

* added testing

* still testing, lots of edge cases

* messy code, will tidy up

* removed unnecessary code

* fixing formatting errors

* putting enums where they belong

* forgot a file

* need to fix my linter

* made sample constraints work I hope

* working on tests

* fixed broken test

* removed testing from dataset file, hopefully fixed requirements-dev install

* testing fixing action

* second testing fixing actions

* changes to fixtures from assaytype endpoint; fixing globus_token mistake

* fixing malformed constraints endpoint query

* removing breakpoint

* fixing sample checking logic error

* removing breakpoint again

* fixing adding dataset sub_type to SchemaVersion.entity_type_info

* fixing the same query URL mistake in test file

* updating test output with line number changes

* General: Update changelog to reflect releases/versioning updates. (#1334)

Co-authored-by: Juan Puerto <=>

* Update to entity constraints error reporting (#1335)

* scaffolding for update to error reporting to use get_errors

* updated constraint checking to use _get_message

* fixing bugs

* missed some files

* row numbering changes from online testing

* fixing some enum referencing

* linting update

* updated validate_tsv.py for testing get_tsv_errors; fixed some issues with type enums

* sources do not need constraint checks

* Docs: Update CHANGELOG

* Revert "Update to entity constraints error reporting (#1335)"

This reverts commit f92146dfffb14269d23ef7e61f3a6e19b1909e19.

* Phillips/entity constraints errors (#1338)

* scaffolding for update to error reporting to use get_errors

* updated constraint checking to use _get_message

* fixing bugs

* missed some files

* row numbering changes from online testing

* fixing some enum referencing

* linting update

* updated validate_tsv.py for testing get_tsv_errors; fixed some issues with type enums

* sources do not need constraint checks

---------

Co-authored-by: Gesina Phillips <gesina@psc.edu>

* Plugin run reporting (#1336)

* Mods to handle signaling of whether work was done by plugins

* changed the way info is reported via get_info to allow plugin names to be returned

* fixing weird TODO

* changelog

* added test

* moved plugin test to manual testing

---------

Co-authored-by: Joel Welling <welling@psc.edu>

---------

Co-authored-by: gesinaphillips <117199180+gesinaphillips@users.noreply.github.com>
Co-authored-by: Juan Puerto <=>
Co-authored-by: Gesina Phillips <gesina@psc.edu>
Co-authored-by: Joel Welling <welling@psc.edu>

v0.0.20

20 May 19:13
de58a30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

17 May 14:13
b42126e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

21 Mar 14:14
67c99b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

30 Jan 17:49
aabc1fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

18 Dec 20:26
f8cd68a
Compare
Choose a tag to compare

This release includes changes to support multi-assay datasets and the rules classifier which lives on Ingest API.