-
Notifications
You must be signed in to change notification settings - Fork 201
Drupal 11 readiness. #1407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Drupal 11 readiness. #1407
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8fac31e
Drupal 11 readiness.
apathak18 2eaece7
Update github workflow to ready for drupal next minor and major version.
apathak18 f876dc0
Update github workflow and dataProviders with static.
apathak18 8b821ae
Adding minimum php version 8.0 and included typed_data module.
apathak18 a486fc9
Attempt to fix the tests and adding both version for webonyx/graphql-…
apathak18 e3037c1
Updated with ubuntu 24.04
apathak18 f8f6d13
Bumping to D10.2 and fixing deprecation removed from D11.
apathak18 11ddd6f
Removing hook_file_validate test module.
apathak18 ca65822
Fixing phpstan issues.
apathak18 5f2eeec
Fixing remaining phpstan warnings.
apathak18 bed4f97
Adjusting phpstan warning for D11 only.
apathak18 da60ac4
PR feedback changes.
apathak18 019cb04
PR feedback changes.
apathak18 6ca1db4
Adding graphql_file_validate with subscriber.
apathak18 cda2b77
Adding comment.
apathak18 dd9a986
Updating eventSubscriber to use fileInterface.
apathak18 27327f6
Reverting changes for alterableSchemaTest.
apathak18 b08ea7d
Moving module changes into eventSubscriber.
apathak18 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/modules/graphql_file_validate/graphql_file_validate.info.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
type: module | ||
name: GraphQL File Validate Test | ||
description: Tests hook_file_validate() on uploads. | ||
description: Tests file validate on uploads. | ||
package: Testing | ||
hidden: TRUE |
17 changes: 0 additions & 17 deletions
17
tests/modules/graphql_file_validate/graphql_file_validate.module
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
tests/modules/graphql_file_validate/graphql_file_validate.services.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
services: | ||
graphql_file_validate_test_subscriber: | ||
class: Drupal\graphql_file_validate\EventSubscriber\GraphqlFileValidationTestSubscriber | ||
tags: | ||
- { name: event_subscriber } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.