Skip to content

Commit

Permalink
Merge pull request #95 from jhu-idc/media-migration
Browse files Browse the repository at this point in the history
Implements media migrations, including content-addressed file names.  Tests are provided documenting the media migrations, derivative generation, and file deletion.
  • Loading branch information
emetsger authored Apr 6, 2021
2 parents e6c3630 + 25129bd commit 8c186ad
Show file tree
Hide file tree
Showing 51 changed files with 2,402 additions and 206 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-23-g9fe79fc

# Docker image and tag for snapshot image
SNAPSHOT_TAG=upstream-20201007-739693ae-213-g3669e99.1616768917
SNAPSHOT_TAG=upstream-20201007-739693ae-226-gf12f7708.1617383406

# IdP, SP entity URIs and base URLs
SP_BASEURL=https://islandora-idc.traefik.me
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ certs
*node_modules
end-to-end/reports
tests/10-migration-backend-tests/testcafe/screenshots
tests/11-file-deletion-tests/testcafe/screenshots
tests/12-migration-derivative-tests/testcafe/screenshots
10 changes: 9 additions & 1 deletion codebase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
{
"type": "vcs",
"url": "[email protected]:jhu-idc/idc_ui_module.git"
},
{
"type": "vcs",
"url": "https://github.com/jhu-idc/idc_migration"
},
{
"type": "vcs",
"url": "https://github.com/jhu-idc/migrate_file"
}
],
"require": {
Expand All @@ -58,7 +66,6 @@
"drupal/epp": "^1.0",
"drupal/facets": "^1.3",
"drupal/libraries": "3.x-dev@dev",
"drupal/migrate_file": "^1.1",
"drupal/migrate_source_ui": "^1.0@RC",
"drupal/pager_serializer": "^1.0",
"drupal/pdf": "1.x-dev",
Expand All @@ -76,6 +83,7 @@
"jhu-idc/idc_ui_module": "dev-main",
"jhu-idc/islandora_defaults": "dev-8.x-1.x",
"jhu_idc/idc_migration": "^1.0",
"jhu-idc/migrate_file": "^1.1",
"vlucas/phpdotenv": "^4.0",
"webflo/drupal-finder": "^1.0.0",
"zaporylie/composer-drupal-optimizations": "^1.0"
Expand Down
Loading

0 comments on commit 8c186ad

Please sign in to comment.