Skip to content

Releases: FAIRDataPipeline/data-registry

v1.0-rc8

09 Apr 10:29
0e9fe9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0-rc7...v1.0-rc8

v1.0-rc7

08 Feb 20:18
3a6421c
Compare
Choose a tag to compare

What's Changed

  • Storage integration by @alahiff in #14
  • Bump djangorestframework from 3.11.0 to 3.11.2 by @dependabot in #16
  • Bump django from 3.0.6 to 3.0.14 by @dependabot in #19
  • Bump lxml from 4.5.1 to 4.6.3 by @dependabot in #18
  • Local registry by @nathan-cummings-ukaea in #26
  • Bump lxml from 4.5.1 to 4.6.3 by @dependabot in #29
  • Bump djangorestframework from 3.11.0 to 3.11.2 by @dependabot in #28
  • Bump django from 3.0.6 to 3.0.14 by @dependabot in #27
  • Add whitenoise to serve static files for local reg by @nathan-cummings-ukaea in #35
  • Bump django from 3.0.14 to 3.1.9 by @dependabot in #37
  • Bump urllib3 from 1.25.9 to 1.26.5 by @dependabot in #31
  • Schema changes by @alahiff in #39
  • Bump django from 3.1.9 to 3.1.12 by @dependabot in #42
  • Changes to README to point to local/remote registry documentation by @agbeltran in #50
  • Add CLI command for creating a file containing a token by @alahiff in #59
  • Automatically generate access token when local registry is started by @alahiff in #60
  • Corrections due to recent schema changes by @alahiff in #63
  • Provide initial values for UUIDs by @alahiff in #65
  • Provide a Vagrantfile to run a local registry on a local VM. by @antony-wilson in #57
  • Allow PATCH requests for CodeRuns by @nathan-cummings-ukaea in #67
  • Change personal_name to given_names by @alahiff in #69
  • Adding UserAuthorOrg model by @alahiff in #66
  • Storage root and storage location changes by @alahiff in #70
  • Change CASCADE to PROTECT by @alahiff in #78
  • External object references data product not object by @alahiff in #82
  • Changes CodeRun description by @agbeltran in #84
  • Automatically create object component representing the whole object by @alahiff in #83
  • Display token create/revoke in modals by @alahiff in #89
  • Added correct status badge - closes #98 by @agbeltran in #99
  • Removal of organisations and changes to authors by @alahiff in #100
  • Identifiers in external object by @nathan-cummings-ukaea in #92
  • Replace other_unique_name with alternate_identifier and alternate_identifier_type by @alahiff in #108
  • Make version field mandatory for DataProduct model by @nathan-cummings-ukaea in #114
  • Add details pages for data products and external objects by @alahiff in #120
  • Reproducible UUIDs for Authors based on identifier by @alahiff in #116
  • Change OneToOneField relationship to ForeignKey in DataProduct by @alahiff in #121
  • Allow user to specify alternative port and install directory for registry launch by @kzscisoft in #111
  • Generate full URL of prov report in serializer by @alahiff in #122
  • Add windows batch scripts by @RyanJField in #129
  • Antony/prov rep by @antony-wilson in #128
  • Check for GraphViz before deciding on available renderers by @alahiff in #133
  • Display version on index page by @alahiff in #132
  • Remove duplicate authors from prov report #134 by @antony-wilson in #135
  • Add a citation file by @antony-wilson in #138
  • Code cov by @antony-wilson in #137
  • Allow users to define the aspect ratio of prov report images by @antony-wilson in #139
  • Update to README to include an improved description of the data regis… by @agbeltran in #141
  • Allow users to set the dpi of a prov report by @antony-wilson in #144
  • Add example data by @antony-wilson in #142
  • Add additional object to QualityControlled representing the quality control document by @alahiff in #145
  • Bump django from 3.1.12 to 3.1.13 by @dependabot in #148
  • Json ld by @antony-wilson in #147
  • Enable download links for local registry by @alahiff in #151
  • Updating link to doc, and adding a bit more detail by @agbeltran in #153
  • Extending provenance report history by @antony-wilson in #155
  • Get provenance for all ObjectComponents not just whole_object. by @nathan-cummings-ukaea in #158
  • Namespaces as global variables, fixed typo, added doc about json-ld by @agbeltran in #160
  • Add issues to data products in prov report and remove redundant function by @nathan-cummings-ukaea in #159
  • Update version of ubuntu used by Vagrant by @antony-wilson in #163
  • Update namespaces used in prov document by @antony-wilson in #164
  • Update the example data in line with Sonia's changes as of 8/10/21 by @antony-wilson in #170
  • Tidy up settings files by @alahiff in #166
  • Add API versioning using accept header by @alahiff in #167
  • Remove nose by @alahiff in #176
  • Use matrix in CI for python version by @kzscisoft in #182
  • Adding doi badge and updating citation file to latest release and doi by @agbeltran in #179
  • Ci fix by @RyanJField in #183
  • Ci fix by @RyanJField in #184

New Contributors

Full Changelog: v0.1.1...v1.0-rc7

v1.0-rc6

08 Feb 16:00
656ba88
Compare
Choose a tag to compare

What's Changed

  • Storage integration by @alahiff in #14
  • Bump djangorestframework from 3.11.0 to 3.11.2 by @dependabot in #16
  • Bump django from 3.0.6 to 3.0.14 by @dependabot in #19
  • Bump lxml from 4.5.1 to 4.6.3 by @dependabot in #18
  • Local registry by @nathan-cummings-ukaea in #26
  • Bump lxml from 4.5.1 to 4.6.3 by @dependabot in #29
  • Bump djangorestframework from 3.11.0 to 3.11.2 by @dependabot in #28
  • Bump django from 3.0.6 to 3.0.14 by @dependabot in #27
  • Add whitenoise to serve static files for local reg by @nathan-cummings-ukaea in #35
  • Bump django from 3.0.14 to 3.1.9 by @dependabot in #37
  • Bump urllib3 from 1.25.9 to 1.26.5 by @dependabot in #31
  • Schema changes by @alahiff in #39
  • Bump django from 3.1.9 to 3.1.12 by @dependabot in #42
  • Changes to README to point to local/remote registry documentation by @agbeltran in #50
  • Add CLI command for creating a file containing a token by @alahiff in #59
  • Automatically generate access token when local registry is started by @alahiff in #60
  • Corrections due to recent schema changes by @alahiff in #63
  • Provide initial values for UUIDs by @alahiff in #65
  • Provide a Vagrantfile to run a local registry on a local VM. by @antony-wilson in #57
  • Allow PATCH requests for CodeRuns by @nathan-cummings-ukaea in #67
  • Change personal_name to given_names by @alahiff in #69
  • Adding UserAuthorOrg model by @alahiff in #66
  • Storage root and storage location changes by @alahiff in #70
  • Change CASCADE to PROTECT by @alahiff in #78
  • External object references data product not object by @alahiff in #82
  • Changes CodeRun description by @agbeltran in #84
  • Automatically create object component representing the whole object by @alahiff in #83
  • Display token create/revoke in modals by @alahiff in #89
  • Added correct status badge - closes #98 by @agbeltran in #99
  • Removal of organisations and changes to authors by @alahiff in #100
  • Identifiers in external object by @nathan-cummings-ukaea in #92
  • Replace other_unique_name with alternate_identifier and alternate_identifier_type by @alahiff in #108
  • Make version field mandatory for DataProduct model by @nathan-cummings-ukaea in #114
  • Add details pages for data products and external objects by @alahiff in #120
  • Reproducible UUIDs for Authors based on identifier by @alahiff in #116
  • Change OneToOneField relationship to ForeignKey in DataProduct by @alahiff in #121
  • Allow user to specify alternative port and install directory for registry launch by @kzscisoft in #111
  • Generate full URL of prov report in serializer by @alahiff in #122
  • Add windows batch scripts by @RyanJField in #129
  • Antony/prov rep by @antony-wilson in #128
  • Check for GraphViz before deciding on available renderers by @alahiff in #133
  • Display version on index page by @alahiff in #132
  • Remove duplicate authors from prov report #134 by @antony-wilson in #135
  • Add a citation file by @antony-wilson in #138
  • Code cov by @antony-wilson in #137
  • Allow users to define the aspect ratio of prov report images by @antony-wilson in #139
  • Update to README to include an improved description of the data regis… by @agbeltran in #141
  • Allow users to set the dpi of a prov report by @antony-wilson in #144
  • Add example data by @antony-wilson in #142
  • Add additional object to QualityControlled representing the quality control document by @alahiff in #145
  • Bump django from 3.1.12 to 3.1.13 by @dependabot in #148
  • Json ld by @antony-wilson in #147
  • Enable download links for local registry by @alahiff in #151
  • Updating link to doc, and adding a bit more detail by @agbeltran in #153
  • Extending provenance report history by @antony-wilson in #155
  • Get provenance for all ObjectComponents not just whole_object. by @nathan-cummings-ukaea in #158
  • Namespaces as global variables, fixed typo, added doc about json-ld by @agbeltran in #160
  • Add issues to data products in prov report and remove redundant function by @nathan-cummings-ukaea in #159
  • Update version of ubuntu used by Vagrant by @antony-wilson in #163
  • Update namespaces used in prov document by @antony-wilson in #164
  • Update the example data in line with Sonia's changes as of 8/10/21 by @antony-wilson in #170
  • Tidy up settings files by @alahiff in #166
  • Add API versioning using accept header by @alahiff in #167
  • Remove nose by @alahiff in #176
  • Use matrix in CI for python version by @kzscisoft in #182
  • Adding doi badge and updating citation file to latest release and doi by @agbeltran in #179

New Contributors

Full Changelog: v0.1.1...v1.0-rc6

v1.0-rc5

11 Oct 17:46
0570eaa
Compare
Choose a tag to compare

What's Changed

v1.0-rc4

01 Sep 19:36
7533c4d
Compare
Choose a tag to compare
  • Prov reports now from data products rather than code runs
  • Windows batch scripts included
  • Improvements to details pages for data products and external objects
  • A single object can be associated with multiple data products
  • UUID for authors is reproducible if identifier is specified

v1.0-rc3

04 Aug 12:42
06949d1
Compare
Choose a tag to compare

In external objects other_unique_name has been replaced with alternate_identifier and alternate_identifier_type.

v1.0-rc2

03 Aug 14:54
Compare
Choose a tag to compare
v1.0-rc2 Pre-release
Pre-release

A number of schema changes relating to authors and organisations were made:

  • Organisation removed
  • family_name and given_name removed from Author, replaced by name
  • in Author, at least one of name and identifier must be defined
  • Object now has a writeable field authors for specifying a list of authors
  • ObjectAuthorOrg has been removed
  • UserAuthorOrg has been replaced by UserAuthor, and the optional organisations has been removed

Changes to ExternalObject:

  • doi_or_unique_name has been replaced with other_unique_name
  • an identifier field has been added. One of other_unique_name or identifier must be defined, but not both
  • ( (identifier or other_unique_name), title, version) must be unique
  • a read-only field version has been added, corresponding to the version of the associated DataProduct

Changes to DataProduct:

  • external_objects has been replaced with external_object

v1.0-rc1

30 Jun 17:10
Compare
Choose a tag to compare
v1.0-rc1 Pre-release
Pre-release

New release containing many schema changes.

Version 0.1.1

22 Jun 12:35
824075e
Compare
Choose a tag to compare

Added check_component script to code.

Version 0.1.0

22 Jun 12:35
71c91f1
Compare
Choose a tag to compare

Initial release of production code running at https://data.scrc.uk/