Skip to content

Commit

Permalink
Role settings workbench (#104)
Browse files Browse the repository at this point in the history
* Adds Collection Level Admin and Global Level Admin Roles
* Adds Workbench and Workbench Access, which create content scoping and controls 
* Adds access terms to migrations and test suite
* Upgrades search_api to 1.19 to fix a bug we were seeing
* Fixes the corporate bodies csv test import to include a required field.
  • Loading branch information
bseeger authored Apr 20, 2021
1 parent 94340a0 commit 22d0e22
Show file tree
Hide file tree
Showing 102 changed files with 5,493 additions and 718 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-233-g5a043ef.1618257390
SNAPSHOT_TAG=upstream-20201007-739693ae-251-g0145185.1618855066

# IdP, SP entity URIs and base URLs
SP_BASEURL=https://islandora-idc.traefik.me
Expand Down
7 changes: 7 additions & 0 deletions codebase/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5",
"drupal/admin_toolbar": "^2.0",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/captcha": "^1.1",
"drupal/console": "~1.0",
"drupal/contact_ajax": "^1.5",
Expand All @@ -63,6 +64,8 @@
"drupal/core": "^8.9.13",
"drupal/core-composer-scaffold": "^8.9.13",
"drupal/devel": "^2.0",
"drupal/embed": "^1.4",
"drupal/entity_reference_unpublished": "^1.2",
"drupal/epp": "^1.0",
"drupal/facets": "^1.3",
"drupal/libraries": "3.x-dev@dev",
Expand All @@ -73,9 +76,13 @@
"drupal/remote_stream_wrapper": "^1.5",
"drupal/rest_oai_pmh": "^1.0",
"drupal/restui": "^1.16",
"drupal/role_delegation": "^1.1",
"drupal/role_hierarchy": "^2.2",
"drupal/search_api_solr": "^4.1",
"drupal/simplesamlphp_auth": "^3.2",
"drupal/transliterate_filenames": "^1.3",
"drupal/workbench": "^1.3",
"drupal/workbench_access": "^1.0@beta",
"drush/drush": "^9.7.1",
"islandora-rdm/islandora_fits": "dev-master",
"islandora/carapace": "dev-8.x-3.x",
Expand Down
Loading

0 comments on commit 22d0e22

Please sign in to comment.