Skip to content

Commit

Permalink
Adds iDC content type configuration and first pass at Taxonomy config…
Browse files Browse the repository at this point in the history
…uration. (Islandora-Devops#28)

* Updates to use our JHU versions of islandora_defaults and controlled_access_terms module with our JHU configuration for metadata. 
* Updates islandora and it's dependencies to lastest version
* Updates the snapshot image.
* Changing sanity test to test a collection, since that has
less required fields.
  • Loading branch information
bseeger authored Jan 4, 2021
1 parent 21b2bdd commit 517f87b
Show file tree
Hide file tree
Showing 260 changed files with 6,041 additions and 3,115 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ REPOSITORY=ghcr.io/jhu-sheridan-libraries/idc-isle-dc
TAG=upstream-20200824-f8d1e8e-14-g09641e3

# Docker image and tag for snapshot image
SNAPSHOT_TAG=upstream-20201007-739693ae-107-g664cbfe.1607707257
SNAPSHOT_TAG=upstream-20201007-739693ae-120-g29324ab.1608580033

# IdP, SP entity URIs and base URLs
SP_BASEURL=https://islandora-idc.traefik.me
Expand Down
15 changes: 14 additions & 1 deletion codebase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
{
"type": "vcs",
"url": "[email protected]:Islandora/islandora.git"
},
{
"type": "vcs",
"url": "[email protected]:jhu-idc/islandora_defaults.git"
},
{
"type": "vcs",
"url": "[email protected]:jhu-idc/controlled_access_terms.git"
},
{
"type": "vcs",
"url": "[email protected]:jhu-idc/reference_value_pair.git"
}
],
"require": {
Expand All @@ -31,6 +43,7 @@
"drupal/core-composer-scaffold": "^8.8.0",
"drupal/devel": "^2.0",
"drupal/facets": "^1.3",
"drupal/libraries": "3.x-dev@dev",
"drupal/pdf": "1.x-dev",
"drupal/rdfui": "^1.0-beta1",
"drupal/rest_oai_pmh": "^1.0",
Expand All @@ -41,7 +54,7 @@
"drush/drush": "^9.7.1",
"islandora-rdm/islandora_fits": "dev-master",
"islandora/carapace": "dev-8.x-3.x",
"islandora/islandora_defaults": "dev-8.x-1.x",
"jhu-idc/islandora_defaults": "dev-8.x-1.x",
"vlucas/phpdotenv": "^4.0",
"webflo/drupal-finder": "^1.0.0",
"zaporylie/composer-drupal-optimizations": "^1.0"
Expand Down
Loading

0 comments on commit 517f87b

Please sign in to comment.