Releases: FAIRDataPipeline/data-registry
Releases · FAIRDataPipeline/data-registry
v1.0-rc8
v1.0-rc7
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 toForeignKey
inDataProduct
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
ObjectComponent
s not justwhole_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
- @alahiff made their first contribution in #14
- @dependabot made their first contribution in #16
- @nathan-cummings-ukaea made their first contribution in #26
- @agbeltran made their first contribution in #50
- @antony-wilson made their first contribution in #57
- @kzscisoft made their first contribution in #111
- @RyanJField made their first contribution in #129
Full Changelog: v0.1.1...v1.0-rc7
v1.0-rc6
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 toForeignKey
inDataProduct
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
ObjectComponent
s not justwhole_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
- @alahiff made their first contribution in #14
- @dependabot made their first contribution in #16
- @nathan-cummings-ukaea made their first contribution in #26
- @agbeltran made their first contribution in #50
- @antony-wilson made their first contribution in #57
- @kzscisoft made their first contribution in #111
- @RyanJField made their first contribution in #129
Full Changelog: v0.1.1...v1.0-rc6
v1.0-rc5
What's Changed
- 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
ObjectComponent
s not justwhole_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
v1.0-rc4
- 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
v1.0-rc2
A number of schema changes relating to authors and organisations were made:
Organisation
removedfamily_name
andgiven_name
removed fromAuthor
, replaced byname
- in
Author
, at least one ofname
andidentifier
must be defined Object
now has a writeable fieldauthors
for specifying a list of authorsObjectAuthorOrg
has been removedUserAuthorOrg
has been replaced byUserAuthor
, and the optional organisations has been removed
Changes to ExternalObject
:
doi_or_unique_name
has been replaced withother_unique_name
- an
identifier field
has been added. One ofother_unique_name
oridentifier
must be defined, but not both - ( (
identifier
orother_unique_name
),title
,version
) must be unique - a read-only field
version
has been added, corresponding to the version of the associatedDataProduct
Changes to DataProduct
:
external_objects
has been replaced withexternal_object
v1.0-rc1
Version 0.1.1
Added check_component script to code.
Version 0.1.0
Initial release of production code running at https://data.scrc.uk/