forked from api-platform/core
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(graphql): wrapped type should always take the query normalization context #47
Open
alanpoulain
wants to merge
57
commits into
soyuka:3.0
Choose a base branch
from
alanpoulain:fix/graphql-wrapped-type-query-normalization-context
base: 3.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(graphql): wrapped type should always take the query normalization context #47
alanpoulain
wants to merge
57
commits into
soyuka:3.0
from
alanpoulain:fix/graphql-wrapped-type-query-normalization-context
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77dc2c0 - Browse repository at this point
Copy the full SHA 77dc2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7437a84 - Browse repository at this point
Copy the full SHA 7437a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6209e9 - Browse repository at this point
Copy the full SHA d6209e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0821efd - Browse repository at this point
Copy the full SHA 0821efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ca04d - Browse repository at this point
Copy the full SHA 92ca04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2bba0 - Browse repository at this point
Copy the full SHA cc2bba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a8ebb - Browse repository at this point
Copy the full SHA 00a8ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0483444 - Browse repository at this point
Copy the full SHA 0483444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcab2b - Browse repository at this point
Copy the full SHA 5fcab2bView commit details -
* test: fix Metadata tests * test: remove legacy environments from Behat tests * chore: remove deprecations from DeprecationMetadataTrait and rename it to SanitizeMetadataTrait * chore: remove annotation support on Metadata * fix: PHP CS * fix: typo * chore: remove SanitizeMetadataTrait * chore: set PHP dependency to 8.1 in composer.json * fix: PHP typo
Configuration menu - View commit details
-
Copy full SHA for 59d811e - Browse repository at this point
Copy the full SHA 59d811eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 352509b - Browse repository at this point
Copy the full SHA 352509bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ee773 - Browse repository at this point
Copy the full SHA e5ee773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea0564 - Browse repository at this point
Copy the full SHA 4ea0564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817da50 - Browse repository at this point
Copy the full SHA 817da50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628ffb9 - Browse repository at this point
Copy the full SHA 628ffb9View commit details -
test: fix Hal/Serializer tests (api-platform#38)
* test: fix Hal/Serializer tests * Update src/Hal/Serializer/EntrypointNormalizer.php Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com> * Apply suggestions from code review c * fix: review Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d205571 - Browse repository at this point
Copy the full SHA d205571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2467d47 - Browse repository at this point
Copy the full SHA 2467d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c5145 - Browse repository at this point
Copy the full SHA 89c5145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732e2de - Browse repository at this point
Copy the full SHA 732e2deView commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0fdc73a - Browse repository at this point
Copy the full SHA 0fdc73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 939d9cd - Browse repository at this point
Copy the full SHA 939d9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfa537 - Browse repository at this point
Copy the full SHA 3cfa537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65149ba - Browse repository at this point
Copy the full SHA 65149baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 098d982 - Browse repository at this point
Copy the full SHA 098d982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927c964 - Browse repository at this point
Copy the full SHA 927c964View commit details -
Configuration menu - View commit details
-
Copy full SHA for add4789 - Browse repository at this point
Copy the full SHA add4789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc9450 - Browse repository at this point
Copy the full SHA 8bc9450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df0311 - Browse repository at this point
Copy the full SHA 7df0311View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8087b9 - Browse repository at this point
Copy the full SHA a8087b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2972b2 - Browse repository at this point
Copy the full SHA b2972b2View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d329d53 - Browse repository at this point
Copy the full SHA d329d53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29cf16c - Browse repository at this point
Copy the full SHA 29cf16cView commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6157a98 - Browse repository at this point
Copy the full SHA 6157a98View commit details
Commits on Jun 17, 2022
-
fix(graphql): type builder output (api-platform#4791)
* Revert "fix(graphql): output creates its own type in TypeBuilder (api-platform#4766)" This reverts commit 1f4085e. * fix: resources order
Configuration menu - View commit details
-
Copy full SHA for cc77bed - Browse repository at this point
Copy the full SHA cc77bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a260bd - Browse repository at this point
Copy the full SHA 7a260bdView commit details -
[BUG] Do not rely on api-platform/core attributes classes but on inte…
…rfaces instead (api-platform#4785) * fix: do not rely on api-platform/core attributes classes but on interfaces instead * fix: use HttpOperation::METHOD_POST === ->getMethod() instead of PostOperationInterface
Configuration menu - View commit details
-
Copy full SHA for e6ad157 - Browse repository at this point
Copy the full SHA e6ad157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b666f1 - Browse repository at this point
Copy the full SHA 8b666f1View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c52e1b6 - Browse repository at this point
Copy the full SHA c52e1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33d267 - Browse repository at this point
Copy the full SHA a33d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa28c2 - Browse repository at this point
Copy the full SHA 1fa28c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ab904 - Browse repository at this point
Copy the full SHA 91ab904View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4c848 - Browse repository at this point
Copy the full SHA ec4c848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dcf80d - Browse repository at this point
Copy the full SHA 7dcf80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88419da - Browse repository at this point
Copy the full SHA 88419daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f3fde - Browse repository at this point
Copy the full SHA e7f3fdeView commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9f2ae0 - Browse repository at this point
Copy the full SHA a9f2ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811f4be - Browse repository at this point
Copy the full SHA 811f4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1783c22 - Browse repository at this point
Copy the full SHA 1783c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8b8db - Browse repository at this point
Copy the full SHA cf8b8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a07977 - Browse repository at this point
Copy the full SHA 3a07977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75855b2 - Browse repository at this point
Copy the full SHA 75855b2View commit details
Commits on Jun 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7b474d4 - Browse repository at this point
Copy the full SHA 7b474d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18ef04 - Browse repository at this point
Copy the full SHA a18ef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3388ea - Browse repository at this point
Copy the full SHA f3388eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6353c - Browse repository at this point
Copy the full SHA ca6353cView commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f37afb0 - Browse repository at this point
Copy the full SHA f37afb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b164f71 - Browse repository at this point
Copy the full SHA b164f71View commit details
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.