From 22f9a334f21be3f84d4f75598267c07cec2d3952 Mon Sep 17 00:00:00 2001 From: Yeni Atencio <47239456+yeniatencio@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:05:58 +1000 Subject: [PATCH] updated drupal core to 10.2.5 (#109) * updated drupal core to 10.2.5 * updated bay image * update guzzlehttp/psr7 version * updated drush version * updated chi-teck/drupal-code-generator version * test * updated clamav v * added GHA * Update build.yml --------- Co-authored-by: Md Nadim Hossain --- .circleci/config.yml | 2 +- .github/pull_request_template.md | 11 +++++++ .github/workflows/build.yml | 38 ++++++++++++++++++++++++ .github/workflows/dorg_git_sync.yml | 14 +++++++++ .github/workflows/merge_to_reference.yml | 31 +++++++++++++++++++ composer.dev.json | 10 +++---- docker-compose.yml | 8 ++--- 7 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 .github/pull_request_template.md create mode 100644 .github/workflows/build.yml create mode 100644 .github/workflows/dorg_git_sync.yml create mode 100644 .github/workflows/merge_to_reference.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 01a2a87..5e6bee8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ aliases: - &job-build working_directory: /app docker: - - image: &builder-image "ghcr.io/dpc-sdp/bay/ci-builder:5.x" + - image: &builder-image "ghcr.io/dpc-sdp/bay/ci-builder:6.x" environment: INSTALL_NEW_SITE: 1 LAGOON_ENVIRONMENT_TYPE: ci diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..237c01d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Jira + +### Problem/Motivation + +### Fix + +### Related PRs + +### Screenshots + +### TODO diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..e1caf8d --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,38 @@ +name: build + +on: + push: + workflow_dispatch: + +jobs: + set_status_in_progress: + name: set_status_in_progress + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + secrets: inherit + with: + context: 'tide_build' + description: 'Tide Build running...' + state: 'pending' + target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} + tide_build: + name: tide_build + secrets: inherit + uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@v1.2.0 + with: + module_build: true + runner: biggy-tide + export_config: + name: export_config + secrets: inherit + uses: dpc-sdp/github-actions/.github/workflows/export_config.yml@v1.2.0 + set_status: + name: set_status + needs: [tide_build] + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + secrets: inherit + with: + context: 'tide_build' + description: 'Tide Build' + target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} diff --git a/.github/workflows/dorg_git_sync.yml b/.github/workflows/dorg_git_sync.yml new file mode 100644 index 0000000..7b96863 --- /dev/null +++ b/.github/workflows/dorg_git_sync.yml @@ -0,0 +1,14 @@ +name: dorg_git_sync + +on: + push: + branches: + - master + tags: + - '*' + +jobs: + dorg_git_sync: + name: dorg_git_sync + uses: dpc-sdp/github-actions/.github/workflows/dorg_git_sync.yml@v1.2.0 + secrets: inherit diff --git a/.github/workflows/merge_to_reference.yml b/.github/workflows/merge_to_reference.yml new file mode 100644 index 0000000..84ef2cd --- /dev/null +++ b/.github/workflows/merge_to_reference.yml @@ -0,0 +1,31 @@ +name: merge_to_reference + +on: + push: + branches: + - develop + +jobs: + set_status_in_progress: + name: set_status_in_progress + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + secrets: inherit + with: + context: 'tide_merge_to_reference' + description: 'Merge to reference running...' + state: 'pending' + target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} + tide_merge_to_reference: + name: tide_merge_to_reference + uses: dpc-sdp/github-actions/.github/workflows/tide_merge_to_reference.yml@v1.2.0 + set_status: + name: set_status + needs: [tide_merge_to_reference] + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + secrets: inherit + with: + context: 'tide_merge_to_reference' + description: 'Merge to reference running...' + target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} diff --git a/composer.dev.json b/composer.dev.json index 746da3e..855f904 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -6,16 +6,16 @@ "composer/installers": "^1.9", "cweagans/composer-patches": "^1.6.0", "drupal/core-composer-scaffold": "^10.0", - "drupal/core": "10.1.7", - "drupal/core-recommended": "10.1.7", - "drush/drush": "^11", + "drupal/core": "10.2.5", + "drupal/core-recommended": "10.2.5", + "drush/drush": "^12", "vlucas/phpdotenv": "^4.1", "webflo/drupal-finder": "^1.0" }, "require-dev": { "behat/behat": "^3.5", "behat/mink-selenium2-driver": "^1.4", - "chi-teck/drupal-code-generator": "^2.6.2", + "chi-teck/drupal-code-generator": "^3.0", "squizlabs/php_codesniffer": "3.7.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "drupal/coder": "^8.3.10", @@ -33,7 +33,7 @@ "weitzman/drupal-test-traits": "^1.5", "php-http/message": "~1.13", "php-http/message-factory": "^1.1", - "guzzlehttp/psr7": "~2.5.0", + "guzzlehttp/psr7": "~2.6.2", "dpc-sdp/tide_test": "^4.0.0", "drupal/test_helpers": "^1.2" }, diff --git a/docker-compose.yml b/docker-compose.yml index 686db5a..b421d21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ version: '2.3' x-bay-image-version: - &bay-image-version ${BAY_IMAGE_VERSION:-5.x} + &bay-image-version ${BAY_IMAGE_VERSION:-6.x} x-project: &project ${PROJECT_NAME:-mysite} @@ -41,7 +41,7 @@ x-environment: LAGOON_ROUTE: ${LOCALDEV_URL:-http://mysite.docker.amazee.io} GITHUB_TOKEN: ${GITHUB_TOKEN:-} BAY_KEY: ${BAY_KEY:-} - BAY_IMAGE_VERSION: ${BAY_IMAGE_VERSION:-5.x} + BAY_IMAGE_VERSION: ${BAY_IMAGE_VERSION:-6.x} LAGOON_ENVIRONMENT_TYPE: ${LAGOON_ENVIRONMENT_TYPE:-local} DRUPAL_REFRESH_SEARCHAPI: ${DRUPAL_REFRESH_SEARCHAPI:-} # Uncomment to enable Xdebug and then restart via `ahoy up`. @@ -110,7 +110,7 @@ services: lagoon.name: nginx-php mariadb: - image: "ghcr.io/dpc-sdp/bay/mariadb:${BAY_IMAGE_VERSION:-5.x}" + image: "ghcr.io/dpc-sdp/bay/mariadb:${BAY_IMAGE_VERSION:-6.x}" environment: << : *default-environment ports: @@ -147,7 +147,7 @@ services: lagoon.type: none clamav: - image: "ghcr.io/dpc-sdp/bay/clamav:${BAY_IMAGE_VERSION:-5.x}" + image: "clamav/clamav-debian:1.2.0-6" environment: <<: *default-environment ports: