Skip to content

Commit

Permalink
Merge pull request #343 from itk-dev/feature/d-10-readiness
Browse files Browse the repository at this point in the history
Feature/d 10 readiness
  • Loading branch information
rimi-itk committed Jan 24, 2024
2 parents b4947e0 + 7f4fbb5 commit c904e39
Show file tree
Hide file tree
Showing 81 changed files with 12,949 additions and 10,132 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
on: pull_request
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened

name: PR Review
jobs:
fail-for-do-not-merge:
if: contains(github.event.pull_request.labels.*.name, 'not ready for merge')
runs-on: ubuntu-latest
steps:
- name: Fail if PR is labeled with not ready for merge
run: |
echo "This PR can't be merged, due to the 'not ready for merge' label."
exit 1
changelog:
runs-on: ubuntu-latest
name: Changelog should be updated
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-343](https://github.com/itk-dev/hoeringsportal/pull/343)
Make custom modules and themes pass code analysis and compatible with d10
Update contrib modules (Major versions):
* better_exposed_filters
* captcha
* color_field
* openid_connect
* search_autocomplete
* toolbar_visibility
* twig_tweak
* viewsreference

## [3.6.0] - 2023-12-20

* [PR-376](https://github.com/itk-dev/hoeringsportal/pull/376)
Expand Down
33 changes: 14 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
}
],
"repositories": {
"toolbar-visibility": {
"type": "git",
"url": "https://git.drupalcode.org/issue/toolbar_visibility-3127402"
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": ["drupal/toolbar_visibility"]
"url": "https://packages.drupal.org/8"
},
"asset-packagist": {
"type": "composer",
Expand Down Expand Up @@ -89,21 +84,22 @@
"require": {
"php": "^8.1.0",
"bower-asset/jquery-simple-color": "^1.2",
"bower-asset/jqueryui-touch-punch": "dev-master",
"bower-asset/jqueryui-touch-punch": "dev-gh-pages",
"bower-asset/spectrum": "^1.8",
"composer/installers": "^1.7",
"cure53/dompurify": "^3.0",
"cweagans/composer-patches": "^1.7",
"drupal/allowed_formats": "^2.0",
"drupal/better_exposed_filters": "^5.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_social_sharing_buttons": "^4.0",
"drupal/captcha": "^1.0@beta",
"drupal/color_field": "^2.0",
"drupal/captcha": "^2.0",
"drupal/color_field": "^3.0",
"drupal/config_ignore": "^2.2",
"drupal/config_import_locale": "^2.0",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/ds": "^3.1",
"drupal/editor_advanced_link": "^2.2",
"drupal/email_registration": "^1.0@RC",
Expand All @@ -119,29 +115,28 @@
"drupal/hoeringsportal_openid_connect": "^1.0",
"drupal/image_widget_crop": "^2.2",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/jquery_ui_accordion": "^1.1",
"drupal/jquery_ui_accordion": "^2.0",
"drupal/maxlength": "^2.1",
"drupal/openid_connect": "^2.0",
"drupal/openid_connect": "^3.0@alpha",
"drupal/paragraphs": "^1.3",
"drupal/pathauto": "^1.3",
"drupal/publication_date": "^2.0",
"drupal/quick_node_clone": "^1.12",
"drupal/redirect": "^1.6",
"drupal/search_autocomplete": "^2.0",
"drupal/search_autocomplete": "^3.0",
"drupal/system_status": "^2.8",
"drupal/token_filter": "^2.1",
"drupal/toolbar_visibility": "dev-3127402-drupal-9-readiness",
"drupal/twig_tweak": "^2.1",
"drupal/toolbar_visibility": "^2.1",
"drupal/twig_tweak": "^3.2",
"drupal/view_custom_table": "^2.0",
"drupal/views_data_export": "^1.3",
"drupal/viewsreference": "^1.2",
"drupal/webform": "^6.1",
"drupal/viewsreference": "^2.0@beta",
"drupal/webform": "^6.2@beta",
"drupal/webprofiler": "^9.0",
"drupal/xls_serialization": "^1.2",
"drush/drush": "^11",
"itk-dev/composer-virtualenv": "^1.0",
"itk-dev/itk_azure_video": "^1.1",
"itk-dev/itk_media_entity": "^2",
"itk-dev/itk_azure_video": "^2.0",
"itk-dev/itk_pretix": "^1.0",
"itk-dev/itk_siteimprove": "^1.2",
"itk-dev/serviceplatformen": "^1.4",
Expand Down
Loading

0 comments on commit c904e39

Please sign in to comment.