Skip to content

Commit

Permalink
Removed civictheme_migration module.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Skrypnyk <alex@drevops.com>
  • Loading branch information
AlexSkrypnyk committed Jul 15, 2023
1 parent 76d8c11 commit b48a373
Show file tree
Hide file tree
Showing 152 changed files with 1,054 additions and 10,745 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ aliases:
# SSH key fingerprint to deploy code to civictheme_admin.
- &deploy_ssh_fingerprint5 "ab:76:65:9f:76:02:c2:b9:2a:bc:81:db:a0:c6:37:59"

# SSH key fingerprint to deploy code to civictheme_migrate.
- &deploy_ssh_fingerprint6 "2b:61:1c:7c:d1:f8:9b:63:dc:a7:10:c1:d6:0a:4f:b8"

# SSH key fingerprint to deploy code to Drupal.org
- &deploy_ssh_fingerprint7 "47:f9:29:8b:9b:1b:e9:66:5d:b3:f6:dd:e7:60:d1:f9"

Expand Down Expand Up @@ -92,7 +89,6 @@ aliases:
DEPLOY_SSH_FINGERPRINT3: *deploy_ssh_fingerprint3
DEPLOY_SSH_FINGERPRINT4: *deploy_ssh_fingerprint4
DEPLOY_SSH_FINGERPRINT5: *deploy_ssh_fingerprint5
DEPLOY_SSH_FINGERPRINT6: *deploy_ssh_fingerprint6
DEPLOY_SSH_FINGERPRINT7: *deploy_ssh_fingerprint7
GIT_MIRROR_SSH_FINGERPRINT: *git_mirror_ssh_fingerprint
docker:
Expand Down Expand Up @@ -252,7 +248,6 @@ job-mirror: &job-mirror
branches+=(content/corporate)
branches+=(content/government)
branches+=(content/highereducation)
branches+=(content/migration)
if [ "$MIRROR_CONTENT_BRANCHES_PROCEED" == "1" ]; then
for branch in "${branches[@]}"
do
Expand Down Expand Up @@ -400,7 +395,6 @@ jobs:
- *deploy_ssh_fingerprint3
- *deploy_ssh_fingerprint4
- *deploy_ssh_fingerprint5
- *deploy_ssh_fingerprint6
- *deploy_ssh_fingerprint7
- checkout
- *step_process_codebase
Expand Down Expand Up @@ -458,15 +452,6 @@ jobs:
DEPLOY_CODE_RELEASE_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/docroot/modules/custom/civictheme_admin" \
./scripts/deploy-code-release.sh
no_output_timeout: 30m
- run:
name: Deploy release to CivicTheme Migrate repository.
command: |
DEPLOY_SSH_FINGERPRINT=$DEPLOY_SSH_FINGERPRINT6 \
DEPLOY_CODE_RELEASE_REMOTE_REPO=git@github.com:salsadigitalauorg/civictheme_migrate.git \
DEPLOY_CODE_RELEASE_REMOTE_BRANCH=master \
DEPLOY_CODE_RELEASE_SRC_DIR="${DREVOPS_EXPORT_CODE_DIR}/docroot/modules/custom/civictheme_migrate" \
./scripts/deploy-code-release.sh
no_output_timeout: 30m
- store_artifacts:
path: *drevops_test_artifact_dir

Expand Down
2 changes: 0 additions & 2 deletions .docker/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ COPY scripts /app/scripts
RUN mkdir -p docroot/themes/contrib/civictheme \
&& mkdir -p docroot/modules/custom/civictheme_govcms \
&& mkdir -p docroot/modules/custom/civictheme_admin \
&& mkdir -p docroot/modules/custom/civictheme_migrate \
&& mkdir -p docroot/modules/custom/civictheme_content \
&& mkdir -p docroot/modules/custom/civictheme_dev \
&& mkdir -p docroot/modules/custom/cs_generated_content
Expand All @@ -78,7 +77,6 @@ COPY composer.json composer.* .env* auth* /app/
COPY docroot/themes/contrib/civictheme/composer.json /app/docroot/themes/contrib/civictheme/
COPY docroot/modules/custom/civictheme_govcms/composer.json docroot/modules/custom/civictheme_govcms/
COPY docroot/modules/custom/civictheme_admin/composer.json docroot/modules/custom/civictheme_admin/
COPY docroot/modules/custom/civictheme_migrate/composer.json docroot/modules/custom/civictheme_migrate/
COPY docroot/modules/custom/civictheme_content/composer.json docroot/modules/custom/civictheme_content/
COPY docroot/modules/custom/civictheme_dev/composer.json docroot/modules/custom/civictheme_dev/
COPY docroot/modules/custom/cs_generated_content/composer.json docroot/modules/custom/cs_generated_content/
Expand Down
2 changes: 0 additions & 2 deletions .docker/Dockerfile.cli.onlytheme
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ COPY scripts /app/scripts
RUN mkdir -p docroot/themes/contrib/civictheme \
&& mkdir -p docroot/modules/custom/civictheme_govcms \
&& mkdir -p docroot/modules/custom/civictheme_admin \
&& mkdir -p docroot/modules/custom/civictheme_migrate \
&& mkdir -p docroot/modules/custom/civictheme_content \
&& mkdir -p docroot/modules/custom/civictheme_dev \
&& mkdir -p docroot/modules/custom/cs_generated_content
Expand All @@ -76,7 +75,6 @@ COPY composer.json composer.* .env* auth* /app/
COPY docroot/themes/contrib/civictheme/composer.json /app/docroot/themes/contrib/civictheme/
COPY docroot/modules/custom/civictheme_govcms/composer.json docroot/modules/custom/civictheme_govcms/
COPY docroot/modules/custom/civictheme_admin/composer.json docroot/modules/custom/civictheme_admin/
COPY docroot/modules/custom/civictheme_migrate/composer.json docroot/modules/custom/civictheme_migrate/
COPY docroot/modules/custom/civictheme_content/composer.json docroot/modules/custom/civictheme_content/
COPY docroot/modules/custom/civictheme_dev/composer.json docroot/modules/custom/civictheme_dev/
COPY docroot/modules/custom/cs_generated_content/composer.json docroot/modules/custom/cs_generated_content/
Expand Down
2 changes: 0 additions & 2 deletions .docker/Dockerfile.cli.sibling
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ COPY scripts /app/scripts
RUN mkdir -p docroot/themes/contrib/civictheme \
&& mkdir -p docroot/modules/custom/civictheme_govcms \
&& mkdir -p docroot/modules/custom/civictheme_admin \
&& mkdir -p docroot/modules/custom/civictheme_migrate \
&& mkdir -p docroot/modules/custom/civictheme_content \
&& mkdir -p docroot/modules/custom/civictheme_dev \
&& mkdir -p docroot/modules/custom/cs_generated_content
Expand All @@ -77,7 +76,6 @@ COPY composer.json composer.* .env* auth* /app/
COPY docroot/themes/contrib/civictheme/composer.json /app/docroot/themes/contrib/civictheme/
COPY docroot/modules/custom/civictheme_govcms/composer.json docroot/modules/custom/civictheme_govcms/
COPY docroot/modules/custom/civictheme_admin/composer.json docroot/modules/custom/civictheme_admin/
COPY docroot/modules/custom/civictheme_migrate/composer.json docroot/modules/custom/civictheme_migrate/
COPY docroot/modules/custom/civictheme_content/composer.json docroot/modules/custom/civictheme_content/
COPY docroot/modules/custom/civictheme_dev/composer.json docroot/modules/custom/civictheme_dev/
COPY docroot/modules/custom/cs_generated_content/composer.json docroot/modules/custom/cs_generated_content/
Expand Down
12 changes: 0 additions & 12 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,3 @@ DREVOPS_DB_DOWNLOAD_LAGOON_SSH_PORT=22
# Combination of comma-separated values to support multiple deployments:
# "artifact","docker", "webhook", "lagoon".
DREVOPS_DEPLOY_TYPE=lagoon

################################################################################
# MIGRATIONS #
################################################################################

# Skip all migrations.
# Setting to "1" will skip all migrations in all environments except explicitly overriden.
MIGRATION_SKIP=0

# Limit migrations in all environments except explicitly overriden.
# To import all nodes set to "all" (include quotes).
MIGRATION_IMPORT_LIMIT=20
1 change: 0 additions & 1 deletion .lagoon.env.content-corporate
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ CIVICTHEME_CONTENT_PROFILE=corporate
CIVICTHEME_SKIP_GENERATED_CONTENT_CREATE=1
CIVICTHEME_SKIP_SUBTHEME_ACTIVATION=1
CIVICTHEME_SKIP_LIBRARY_INSTALL=1
MIGRATION_SKIP=1
1 change: 0 additions & 1 deletion .lagoon.env.content-government
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ CIVICTHEME_CONTENT_PROFILE=government
CIVICTHEME_SKIP_GENERATED_CONTENT_CREATE=1
CIVICTHEME_SKIP_SUBTHEME_ACTIVATION=1
CIVICTHEME_SKIP_LIBRARY_INSTALL=1
MIGRATION_SKIP=1
1 change: 0 additions & 1 deletion .lagoon.env.content-highereducation
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ CIVICTHEME_CONTENT_PROFILE=highereducation
CIVICTHEME_SKIP_GENERATED_CONTENT_CREATE=1
CIVICTHEME_SKIP_SUBTHEME_ACTIVATION=1
CIVICTHEME_SKIP_LIBRARY_INSTALL=1
MIGRATION_SKIP=1
5 changes: 0 additions & 5 deletions .lagoon.env.content-migration

This file was deleted.

1 change: 0 additions & 1 deletion .lagoon.env.develop
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CIVICTHEME_CONTENT_PROFILE=default
MIGRATION_SKIP=1
1 change: 0 additions & 1 deletion .lagoon.env.master
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CIVICTHEME_CONTENT_PROFILE=default
MIGRATION_SKIP=1
1 change: 0 additions & 1 deletion .lagoon.env.pr-1060

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Copy `default.docker-compose.override.yml` to `docker-compose.override.yml`.
5. Enables `civictheme_admin` module for admin UI enhancements.
6. Enables `civictheme_govcms` module to remove out-of-the-box GovCMS content types.
7. Enables `civictheme_content` module to add default content to installation.
8. Enables `civictheme_migrate` module to enable migrations.

## Development

Expand Down Expand Up @@ -75,7 +74,6 @@ Please refer to [FAQs](FAQs.md).
- [CivicTheme Drupal theme](https://github.com/salsadigitalauorg/civictheme)
- [Default content for CivicTheme](https://github.com/salsadigitalauorg/civictheme_content)
- [Admin adjustments for CivicTheme Drupal theme](https://github.com/salsadigitalauorg/civictheme_admin)
- [Migrations for CivicTheme Drupal theme](https://github.com/salsadigitalauorg/civictheme_migrate)
- [GovCMS adjustments for CivicTheme Drupal theme](https://github.com/salsadigitalauorg/civictheme_govcms)

---
Expand Down
3 changes: 1 addition & 2 deletions composer.d10.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
},
"patches": {
"drupal/core": {
"Builds failing on missing layout column plugin": "https://www.drupal.org/files/issues/2021-04-12/D9-3204271-2-missing-layout-exception.patch"
"Builds failing on missing layout column plugin": "https://www.drupal.org/files/issues/2022-11-13/3204271-15-10.1.x.patch"
}
},
"drupal-scaffold": {
Expand Down Expand Up @@ -206,7 +206,6 @@
"require": [
"docroot/themes/contrib/civictheme/composer.json",
"docroot/modules/custom/civictheme_admin/composer.json",
"docroot/modules/custom/civictheme_migrate/composer.json",
"docroot/modules/custom/civictheme_content/composer.json",
"docroot/modules/custom/civictheme_dev/composer.json",
"docroot/modules/custom/cs_generated_content/composer.json"
Expand Down
Loading

0 comments on commit b48a373

Please sign in to comment.