Skip to content

Commit

Permalink
Merge pull request #126 from collectionspace/fix-chronology-mappers
Browse files Browse the repository at this point in the history
Fix chronology mappers
  • Loading branch information
kspurgin authored Oct 3, 2023
2 parents 9f5e184 + eea3bd8 commit 4a6c285
Show file tree
Hide file tree
Showing 50 changed files with 199 additions and 187 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ These changes are merged into the `main` branch, but have not been released. Aft

== Releases

=== 2.0.1 - 2023-10-03
==== Bugfixes

* Fix bug in extraction of search_path for authorities (affected chronology, organization, location)

=== 2.0.1 - 2023-09-19
==== Bugfixes
* Fix failure in `ProfileComparison` class and add integration test
Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
cspace_config_untangler (2.0.0)
cspace_config_untangler (2.0.1)
dry-configurable (~> 0.12)
facets (~> 3.1.0)
http (~> 4.4.1)
Expand Down Expand Up @@ -48,9 +48,7 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
method_source (1.0.0)
mini_portile2 (2.8.4)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
pry (0.13.1)
coderay (~> 1.1)
Expand All @@ -75,7 +73,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down
90 changes: 45 additions & 45 deletions data/mapper_manifests/community_profile_mappers_release_7_2.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chronologies_common": "http://collectionspace.org/services/chronology"
},
"identifier_field": "shortIdentifier",
"search_field": "chronologieTermGroupList/0/termDisplayName",
"search_field": "chronologyTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Era",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"contacts_common": "http://collectionspace.org/services/contact"
},
"identifier_field": "shortIdentifier",
"search_field": "organizationTermGroupList/0/termDisplayName",
"search_field": "orgTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"locations_common": "http://collectionspace.org/services/location"
},
"identifier_field": "shortIdentifier",
"search_field": "locationTermGroupList/0/termDisplayName",
"search_field": "locTermGroupList/0/termDisplayName",
"authority_subtypes": [
{
"name": "Local",
Expand Down
Loading

0 comments on commit 4a6c285

Please sign in to comment.