Skip to content

Releases: hubmapconsortium/ingest-api

v2.2.10

15 Nov 18:37
45c7209
Compare
Choose a tag to compare
  • Introduce submodule from ingest-validation-tools repo
  • Implement new endpoint POST /metadata/validate

v2.2.9

08 Nov 14:53
0006392
Compare
Choose a tag to compare
  • Change dataset_is_primary to use creation_action to determine whether a dataset is primary rather than inspecting its distance from the nearest sample ancestor

Full Changelog: v2.2.8...v2.2.9

v2.2.8

07 Nov 16:00
709021e
Compare
Choose a tag to compare

New endpoint POST /datasets/components to support multi-components datasets creation with entity-api

Full Changelog: v2.2.7...v2.2.8

v2.2.7

18 Oct 13:50
9018852
Compare
Choose a tag to compare
  • Generate metadata.json file at publication
  • Use pinned version Werkzeug==2.3.7
  • Updating cookie expiration to use max_age and sets timeout after 1 day. Updating code to handle localhost cookie domain
  • Metadata json file creation at dataset publish and new endpoint PUT /datasets/<id>/metadata-json
  • Track dataset status history at publish

v2.2.6

26 Sep 15:16
cf6511d
Compare
Choose a tag to compare
  • Modify regex patterns in sample bulk validation to accommodate for protocol url's ending with version
    numbers (e.g /v1)
  • Modify the data-status endpoint to point to the ubkg to grab the valid organs with rui info. Change the logic for assigning "not-applicable" values accordingly
  • Add new endpoint GET /metadata/data-provider-groups to return all data provider groups

v2.2.5

15 Sep 14:33
96e5b12
Compare
Choose a tag to compare

Add Redis based caching for endpoints /datasets/data-status and /uploads/data-status

v2.2.4

06 Sep 13:52
6a2e022
Compare
Choose a tag to compare
  • Add auth helper check to data-ingest-board-login and return HuBMAP-Read privs as a boolean flag
  • Switch to use cookie-based login with new config
  • Increase uWSGI buffer size

v2.2.3

25 Aug 15:02
dfb5e8f
Compare
Choose a tag to compare
  • Remove relative globus endpoint filepath entry from config file.
  • Refactore ingest_file_helper.py to use DATA_SUBDIR instead.
  • Fixed an error in protected datasubdir where it was 'private' instead of 'protected'.
  • Modified app.cfg.example.

v2.2.2

21 Aug 15:48
3e337c1
Compare
Choose a tag to compare
  • Update publish DOI endpoint to update doi fields via neo4j query
  • Fix usage of EntittySDK.update_entity()
  • Update to use hubmap-sdk 1.0.5

v2.2.1

17 Aug 15:34
c2dbbb2
Compare
Choose a tag to compare

Write exceptions to logs during doi creation and save process