From c0647948ce4866cbb8f332dcc941d0eca624ac4d Mon Sep 17 00:00:00 2001 From: sdpdeploy <33045904+sdpdeploy@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:06:16 +1100 Subject: [PATCH 1/2] Add GitHub Actions workflow files (#460) Co-authored-by: SDP Robot --- .github/workflows/build.yml | 36 ++++++++++++++++++++++++ .github/workflows/dorg_git_sync.yml | 14 +++++++++ .github/workflows/merge_to_reference.yml | 31 ++++++++++++++++++++ 3 files changed, 81 insertions(+) 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/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 000000000..45eee5e7a --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,36 @@ +name: build + +on: push + +jobs: + set_status_in_progress: + name: set_status_in_progress + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main + 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@main + with: + module_build: true + runner: biggy-tide + export_config: + name: export_config + secrets: inherit + uses: dpc-sdp/github-actions/.github/workflows/export_config.yml@main + set_status: + name: set_status + needs: [tide_build] + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main + 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 000000000..d831b2c66 --- /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@main + secrets: inherit diff --git a/.github/workflows/merge_to_reference.yml b/.github/workflows/merge_to_reference.yml new file mode 100644 index 000000000..3c042293a --- /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@main + 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@main + set_status: + name: set_status + needs: [tide_merge_to_reference] + if: always() + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main + 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 }} From 90775727fe9ac39a08523855906736f357d02b15 Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Fri, 15 Dec 2023 17:36:33 +1100 Subject: [PATCH 2/2] Removed devel_entity_updates module. (#461) * Removed devel_entity_updates module. --- composer.json | 1 - tide_core.info.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 26fe234a1..374389c5c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "drupal/core-recommended": "10.1.4", "drupal/ckeditor_templates": "dev-feature/d10-compatible-with-ck5-support", "drupal/ctools": "^3.14", - "drupal/devel_entity_updates": "^4.1", "drupal/diff": "^1.1", "drupal/editor_advanced_link": "^2.2.3", "drupal/entity_browser": "^2.9", diff --git a/tide_core.info.yml b/tide_core.info.yml index 3cabcc0f9..548ab30cc 100644 --- a/tide_core.info.yml +++ b/tide_core.info.yml @@ -12,7 +12,6 @@ dependencies: - config_split:config_split - config_update:config_update - config_ignore:config_ignore - - devel_entity_updates:devel_entity_updates - diff:diff - drupal:block - drupal:block_content