Skip to content

Commit

Permalink
updated drupal core (#480)
Browse files Browse the repository at this point in the history
* updated drupal core

* update commit

* update lcobucci/clock version

* updated commit

* updated commit

* removed patch

* tested patch

* updated patch

* updated cd editor 5 patch

* updated commit sha

* updated menu_ui patch

* Updated GHA.

* reverted dev tools commit

* Update build.yml

* Empty-Commit

---------

Co-authored-by: Md Nadim Hossain <getovic@gmail.com>
  • Loading branch information
yeniatencio and MdNadimHossain authored Apr 17, 2024
1 parent a1068fa commit acd2219
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: build

on: push
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@main
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0
secrets: inherit
with:
context: 'tide_build'
Expand All @@ -16,19 +18,19 @@ jobs:
tide_build:
name: tide_build
secrets: inherit
uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@main
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@main
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@main
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0
secrets: inherit
with:
context: 'tide_build'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dorg_git_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:
jobs:
dorg_git_sync:
name: dorg_git_sync
uses: dpc-sdp/github-actions/.github/workflows/dorg_git_sync.yml@main
uses: dpc-sdp/github-actions/.github/workflows/dorg_git_sync.yml@v1.2.0
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/merge_to_reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
set_status_in_progress:
name: set_status_in_progress
if: always()
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0
secrets: inherit
with:
context: 'tide_merge_to_reference'
Expand All @@ -18,12 +18,12 @@ jobs:
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
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@main
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0
secrets: inherit
with:
context: 'tide_merge_to_reference'
Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"drupal/config_perms": "2.x-dev@dev",
"drupal/config_split": "^2.0",
"drupal/config_update": "^2.0@alpha",
"drupal/core": "10.1.7",
"drupal/core-recommended": "10.1.7",
"drupal/core": "10.2.5",
"drupal/core-recommended": "10.2.5",
"drupal/ckeditor_templates": "dev-feature/d10-compatible-with-ck5-support",
"drupal/ctools": "^3.14",
"drupal/diff": "^1.1",
Expand Down Expand Up @@ -79,7 +79,7 @@
"respect/validation": "2.3.1",
"giggsey/libphonenumber-for-php": "^8.13",
"drupal/site_alert": "^1.3",
"lcobucci/clock": "3.0.0",
"lcobucci/clock": "3.2.0",
"drupal/term_reference_tree": "^2.0"
},
"repositories": {
Expand Down Expand Up @@ -211,17 +211,16 @@
"Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-14405529": "https://www.drupal.org/files/issues/2022-02-10/3263615-admin_audit_trail-option_for_cli-3.patch"
},
"drupal/core": {
"Make the DateTime input format and descriptive text consistent - https://www.drupal.org/project/drupal/issues/2791693#comment-15126668": "https://www.drupal.org/files/issues/2023-06-28/2791693-91.patch",
"Refactor Xss::attributes() to allow filtering of style attribute values - https://www.drupal.org/project/drupal/issues/3109650#comment-15126604": "https://www.drupal.org/files/issues/2023-06-28/3109650-63.patch",
"Refactor Xss::attributes() to allow filtering of style attribute values - https://www.drupal.org/project/drupal/issues/3109650#comment-15443091": "https://www.drupal.org/files/issues/2024-02-15/drupal-n3109650-72-102x.patch",
"Empty breadcrumb at node/add and node/add/{content_type} when frontpage view is enabled - https://www.drupal.org/project/drupal/issues/3220437": "https://www.drupal.org/files/issues/2021-08-25/3220437-61.patch",
"Add a 'machine_name' widget for string field types with a UniqueField constraint - https://www.drupal.org/project/drupal/issues/2685749": "https://www.drupal.org/files/issues/2022-02-14/2685749-106.patch",
"Add a 'machine_name' widget for string field types with a UniqueField constraint - https://www.drupal.org/project/drupal/issues/2685749#comment-15361693": "https://www.drupal.org/files/issues/2023-12-15/machine-name-widget-2685749-130.patch",
"Paragraphs fields cause overflow of content forms in Claro-https://www.drupal.org/project/drupal/issues/3145188": "https://www.drupal.org/files/issues/2023-01-25/3145188-37_0.patch",
"Autocomplete widget in node sidebar causes overflow-https://www.drupal.org/project/drupal/issues/3268619#comment-14955369": "https://www.drupal.org/files/issues/2023-03-07/3268619_autocomplete_overflow_5.patch",
"Form Required Class Missing from Claro - https://www.drupal.org/project/drupal/issues/3160987#comment-14609681": "https://www.drupal.org/files/issues/2022-07-17/3160987-10.patch",
"DateTimeComputed tries to compute from an empty value - https://www.drupal.org/project/drupal/issues/3052608#comment-14666671": "https://www.drupal.org/files/issues/2022-08-25/DateTimeComputed-tries-to-compute-from-an-empty-value-3052608-16.patch",
"Querying with NULL values results in warning mb_strtolower() - https://www.drupal.org/project/drupal/issues/3302838": "https://www.drupal.org/files/issues/2022-08-23/3302838-13.patch",
"ModuleHandler skips all hook implementations when invoked before the module files have been loaded - https://www.drupal.org/project/drupal/issues/3207813": "https://www.drupal.org/files/issues/2022-06-21/3207813-15.patch",
"Add filter by input field to Menu UI - https://www.drupal.org/project/drupal/issues/3170906#comment-15165852": "https://www.drupal.org/files/issues/2023-07-27/3170906-menu-filter-8.patch"
"Add filter by input field to Menu UI - https://www.drupal.org/project/drupal/issues/3170906#comment-15553421": "https://www.drupal.org/files/issues/2024-04-16/3170906-menu-filter-12.patch"
},
"drupal/entity_embed": {
"More defensive handling of data-entity-embed-display-settings - https://www.drupal.org/project/entity_embed/issues/3010942": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch",
Expand Down

0 comments on commit acd2219

Please sign in to comment.