Skip to content

Commit

Permalink
Issue #3229824 by acouch, aastrong: Upgrade to D9
Browse files Browse the repository at this point in the history
* Issue #3229824 by acouch, aastrong: Upgrade to D9
  • Loading branch information
acouch authored Aug 29, 2021
1 parent 7197d37 commit a2a7e7a
Show file tree
Hide file tree
Showing 34 changed files with 4,681 additions and 2,194 deletions.
5 changes: 3 additions & 2 deletions .docksal/commands/init-site
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
fin composer install
fin drush si -y --account-pass=admin
fin drush config-set system.site uuid ${UUID} -y
fin drush entity:delete shortcut_set
fin drush cim -y
fin build-theme
fin test-content
fin drush cr
fin drush cim -y
fin drush pmu shortcut
fin drush en -y shortcut
2 changes: 1 addition & 1 deletion .docksal/commands/test
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ fin php-cs
#fin test-content
#fin cypress
#fin phpunit
#fin behat
fin behat
#fin pa11y
2 changes: 1 addition & 1 deletion .docksal/commands/test-content
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

fin drush update-migration-config
fin drush migrate:import --group=entity_staging
fin drush config-set -y system.site page.front '/node/16'
fin drush config-set -y system.site page.front '/node/4'
3 changes: 1 addition & 2 deletions .docksal/docksal.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ MYSQL_PORT_MAPPING='0:3306'
# To override locally, copy the two lines below into .docksal/docksal-local.env and adjust as necessary
XDEBUG_ENABLED=0
IS_DOCKSAL_PROJECT=true
COMPOSER_DEFAULT_VERSION=2

# Project specific variables
HOSTING_PLATFORM=pantheon
DOCROOT=web
REMOTE_GIT_REPO=ssh://codeserver.dev.8b475ada-bb6e-4d5b-9ee3-dfd8abff9b5e@codeserver.dev.8b475ada-bb6e-4d5b-9ee3-dfd8abff9b5e.drush.in:2222/~/repository.git
REMOTE_DEPLOY_BRANCH=master
UUID=1aa3a078-6e7f-4336-b6d9-bec3b1e61561
THEME_NAME=provus
# The folder that storybook will be published from. Can create an obscured URL for semi-privacy.
Expand Down
8 changes: 3 additions & 5 deletions .docksal/docksal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ services:
volumes:
- ../tests/pa11y/wcag2-config.json:/home/node/app/wcag2-config.json

solr:
image: docksal/solr:4.x
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: solr
db:
image: docksal/mysql:5.7

cli:
image: docksal/cli:2.13-php7.4
environment:
- IS_DOCKSAL_PROJECT
- DRUPAL_HASH_SALT
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
- env | grep REMOTE_GIT_REPO >> .docksal/docksal-local.env
- env | grep GH_TOKEN >> .docksal/docksal-local.env
- env | grep TRAVIS_REPO_SLUG >> .docksal/docksal-local.env
- cp .docksal/docksal-local.yml.sample .docksal/docksal-local.yml

before_script:
- fin init
Expand Down
59 changes: 28 additions & 31 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
}
},
{
"type":"package",
"type": "package",
"package": {
"name": "enyo/dropzone",
"version": "5.7",
"type": "drupal-library",
"dist": {
"url": "https://github.com/enyo/dropzone/archive/v5.7.0.zip",
"type": "zip"
}
"name": "library-enyo/dropzone",
"version": "5.7.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/enyo/dropzone",
"type": "git",
"reference": "v5.7.0"
}
}
},
{
Expand Down Expand Up @@ -58,47 +59,49 @@
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/calendar_link": "^1.1",
"drupal/chosen": "^3.0",
"drupal/components": "^1.1",
"drupal/components": "^2.2",
"drupal/config_ignore": "^2.2",
"drupal/console": "^1.0.2",
"drupal/core": "^8.9.15",
"drupal/core-composer-scaffold": "^8.9",
"drupal/devel": "^2.1",
"drupal/core": "^9.1.5",
"drupal/core-composer-scaffold": "^9.1",
"drupal/devel": "^4.1",
"drupal/dropzonejs": "^2.1",
"drupal/emulsify_twig": "^1.0",
"drupal/emulsify_twig": "^2.0",
"drupal/entity": "~1.0-rc3",
"drupal/entity_embed": "^1.0",
"drupal/entity_staging": "^1.x-dev@dev",
"drupal/environment_indicator": "^3.7",
"drupal/environment_indicator": "^4.0",
"drupal/extlink": "^1.3",
"drupal/facets": "^1.4",
"drupal/field_group": "^3.1",
"drupal/focal_point": "^1.4",
"drupal/fullcalendar_view": "^2.6",
"drupal/fullcalendar_view": "^2.8",
"drupal/geocoder": "^3.6",
"drupal/geofield": "^1.13",
"drupal/geofield_map": "^2.63",
"drupal/google_analytics": "^3.0",
"drupal/inline_entity_form": "^1.0",
"drupal/layout_builder_at": "^2.11",
"drupal/layout_builder_browser": "^1.1",
"drupal/layout_builder_modal": "^1.0",
"drupal/layout_builder_restrictions": "^2.5",
"drupal/layout_builder_styles": "^1.0@beta",
"drupal/layout_library": "^1.0",
"drupal/linkit": "^4.3",
"drupal/layout_paragraphs": "^1.0@beta",
"drupal/linkit": "^6.0@beta",
"drupal/media_bulk_upload": "^1.0@alpha",
"drupal/memcache": "2.0",
"drupal/memcache": "^2.3",
"drupal/menu_block": "1.x-dev",
"drupal/menu_breadcrumb": "^1.12",
"drupal/migrate_directory": "^1.0",
"drupal/migrate_plus": "^4.2",
"drupal/migrate_tools": "^4.5",
"drupal/migrate_plus": "^5.1",
"drupal/office_hours": "^1.2",
"drupal/pathauto": "^1.6",
"drupal/pdfpreview": "^1.0",
"drupal/redirect": "^1.6",
"drupal/search_api": "^1.16",
"drupal/search_api_glossary": "^4.0",
"drupal/search_api_glossary": "4.x-dev@dev",
"drupal/search_api_solr": "^1.4",
"drupal/section_library": "^1.0@beta",
"drupal/simple_instagram_feed": "^3.8",
"drupal/smart_trim": "^1.2",
"drupal/socialfeed": "^1.0",
Expand All @@ -107,22 +110,19 @@
"drupal/view_unpublished": "^1.0@RC",
"drupal/viewsreference": "^1.4",
"drupal/vocabulary_condition": "^1.0",
"drupal/webform": "^5.9",
"drush/drush": "^9.0.0",
"enyo/dropzone": "5.7",
"drupal/webform": "^6.0",
"drush/drush": "^10.4",
"geocoder-php/google-maps-provider": "^4.4",
"harvesthq/chosen": "^1.8",
"jsanahuja/jqueryinstagramfeed": "dev-master",
"kporras07/composer-symlinks": "dev-master",
"oomphinc/composer-installers-extender": "^2.0",
"symfony/event-dispatcher": "4.3.4 as 3.4.99",
"vlucas/phpdotenv": "^2.4",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
"zaporylie/composer-drupal-optimizations": "^1.0"
},
"require-dev": {
"behat/behat": "3.3",
"dmore/behat-chrome-extension": "^1.3",
"drupal/drupal-extension": "^4.0",
"mglaman/drupal-check": "^1.1"
Expand Down Expand Up @@ -196,18 +196,15 @@
},
"patches": {
"drupal/core": {
"Block visibility has wrong logic [923934]": "https://www.drupal.org/files/issues/2020-02-11/block_visibility_has_wrong_logic-923934-14-reroll-32-drupal-8.8.2.patch",
"Temp workaround for entity_staging to choose block uuid over revision id [#2942975]": "src/patches/2942975-drupal_8_9_x-137.patch"
"Temp workaround for entity_staging to choose block uuid over revision id [#2942975]": "src/patches/2942975_145-d9-2-provus.patch",
"Block visibility has wrong logic [923934]": "https://www.drupal.org/files/issues/2021-06-29/923934-44.patch"
},
"drupal/config_ignore": {
"Support config ignore export [#2942975]": "https://www.drupal.org/files/issues/2020-01-11/support-for-export-2857247-44.patch"
},
"drupal/entity_staging": {
"Stream wrapper bug [#3216474]": "https://git.drupalcode.org/project/entity_staging/-/merge_requests/3.diff",
"Unsupported operand types bug [#3145936]": "https://www.drupal.org/files/issues/2020-06-04/entity-staging-unsuported-operand-types-3145936-2.patch"
},
"drupal/devel": {
"Missing Drush commands [3106091]": "https://www.drupal.org/files/issues/2020-01-29/drush-service-rename-3106091-2.patch"
}
}
}
Expand Down
Loading

0 comments on commit a2a7e7a

Please sign in to comment.