Skip to content

Releases: collectionspace/cspace-config-untangler

Security, dependencies, requirements

21 Oct 20:35
04947c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.5...v1.9.6

Less fiddly config; better support for community mappers

21 Oct 01:04
9800373
Compare
Choose a tag to compare
Merge pull request #79 from collectionspace/bundler-security-warning

bump versions (triggered by bundler version security alert)

Version-specific column naming

16 Aug 22:56
e140b44
Compare
Choose a tag to compare

Profile versions associated with 6.1 or earlier will use the previous "fancy" column naming algorithm. Starting with 7.0, all will use the "consistent" column naming algorithm.

I had previously just changed the code to emit the consistent column names, but that was going to be a problem for generating correct templates/mappers for anyone who hasn't upgraded to 7.0.

This PR adds the ability to switch between column naming algorithm used, based on the profile version. This logic is in the LAST_FANCY_VERSION constant of the CCU::ColumnNameStylable mixin module.

Column name changes; Generate dev mappers

04 Aug 17:54
16a3da1
Compare
Choose a tag to compare
  • Use consistent column name format for columns for authority terms to: FieldnameAuthoritytypeAuthoritysubtype
  • Add ability to generate dev mappers

Add core nonhierarchicalrelationship mapper to dev manifest

29 Jun 20:19
d21224f
Compare
Choose a tag to compare

Adds core nonhierarchicalrelationship mapper to dev manifest so that the special behavior of this relationship can be tested in collectionspace-csv-importer without downloading all mappers

Mappers and templates for release 7.0

17 Jun 22:41
fe649af
Compare
Choose a tag to compare

Adds mappers, templates, comparison files, and mapper manifest for release 7.0 versions of all community profiles

Mapper manifests

02 Apr 20:38
29385f9
Compare
Choose a tag to compare
  • now stored in data/mapper_manifests
  • one manifest with mappers for all current versions of community profiles, and one smaller dev manifest have been added
  • instructions on how to generate mappers and mapper manifests have been added in doc

Removes reliance on cspace-services API

23 Mar 16:36
ad921a9
Compare
Choose a tag to compare

The cspace-services REST API was used only for grabbing the list of vocabularies (Term Lists) defined for an instance.

With CollectionSpace 6.1, we no longer need to do this in order to get the data source information for each field.

If you are working with older versions of CollectionSpace, you may need to use an older release.

Change details: #66

Output mediaFileURI to media templates

17 Mar 00:14
1d9bba8
Compare
Choose a tag to compare

Ignore new record type created for ad-hoc reporting

08 Mar 16:45
849ecb8
Compare
Choose a tag to compare

Export record type should be ignored by the Untangler. Now it is.