-
Notifications
You must be signed in to change notification settings - Fork 202
Drupal 9 compatibility for 3.x #1067
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
Changes from all commits
70a620b
0f5ee9a
a2f2c6b
bb46285
3551fff
d01e5e7
7d65401
f7696ed
da62c79
1c1e161
227303a
7aa668b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| name: GraphQL Core | ||
| type: module | ||
| description: 'Provides type system plugins and derivers on behalf of core modules.' | ||
| package: GraphQL | ||
| core: 8.x | ||
| package: Testing | ||
| dependencies: | ||
| - graphql | ||
| - graphql | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know this is small, but we should be using the new format for dependencies, |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| name: 'GraphQL Test: Blocks' | ||
| type: module | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| dependencies: | ||
| - block | ||
| - block_content | ||
|
Comment on lines
5
to
6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As above |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,6 @@ name: GraphQL Breadcrumbs test | |
| type: module | ||
| description: 'Test for breadcrumbs.' | ||
| package: GraphQL | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| dependencies: | ||
| - graphql_breadcrumbs | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See above |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ type: module | |
| name: GraphQL Requests Test | ||
| description: Dummy callbacks for internal request testing. | ||
| package: Testing | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| hidden: TRUE | ||
| dependencies: | ||
| - graphql_core | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: 'GraphQL Tests: Menu' | ||
| type: module | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| dependencies: | ||
| - system | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. again. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ type: module | |
| name: GraphQL Enumeration Test | ||
| description: Test enumeration plugins. | ||
| package: Testing | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| hidden: TRUE | ||
| dependencies: | ||
| - graphql | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ type: module | |
| name: GraphQL Override Test | ||
| description: Test plugin overrides in graphql schema. | ||
| package: Testing | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| hidden: TRUE | ||
| dependencies: | ||
| - graphql_plugin_test | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ type: module | |
| name: GraphQL Test | ||
| description: Provides a default schema plugin for testing. | ||
| package: Testing | ||
| core: 8.x | ||
| core_version_requirement: ^8.8 || ^9 | ||
| hidden: TRUE | ||
| dependencies: | ||
| - graphql | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? This is not a 'Testing' package - it is a normal submodule that is meant to be installed by users.