Conversation
Owner
cr3a7ure
commented
Mar 28, 2019
| Q | A |
|---|---|
| Bug fix? | yes/no |
| New feature? | yes/no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | api-platform#1234, api-platform#5678 |
| License | MIT |
| Doc PR | api-platform/docs#1234 |
Co-Authored-By: teohhanhui <teohhanhui@gmail.com>
…the _api_respond attribute
Fix Behat test
…witch Fix SerializeListener to respect _api_respond request attribute
merge 2.3 in 2.4
Fix a small BC break
Check messenger service is available
* input and output class refactoring * Fix WriteListener * Fix unit tests
* Error if references are not stored correctly for lookups * Fix tests * Throw repositoryMethodLookupNotAllowed exception and only allow id ref
- getTypedOperationAttribute expects the operation type constant Signed-off-by: RJ Garcia <rj@bighead.net>
Input Output Class Operation Fix
Fixed typos
Fix deps=lowest
Fixes the bug where AbstractItemSerializer would use the resource class instead of the input class to determine allowed properties. Enforced `$context['resource_class']` to be set to current denormalized class to resolve issue. Figured this should be the case since AbstractItemNormalizer only works on resources. Signed-off-by: RJ Garcia <rj@bighead.net>
- Added ability to disable messenger from config - Removed previous check if container has message_bus Signed-off-by: RJ Garcia <rj@bighead.net>
Disable Messenger From Config
…ifferent-fields Fix Bug Preventing Denormalization of Input Classes with Different Fields
Use framework expression language service instead of custom one
Create a resource with a falsy input
Add a helper to use Inputs as messages
* Make clientMutationId nullable * Return mutation result as entity object Fixes #2605 * Change normalization context for test * Fix normalization and delete * Fix unit tests * Use a new type for the wrapped object only when normalization context is used for the mutation
2.4 changelog
* Add configuration for custom GraphQL queries on ApiResource * Add query suffix to graphql resolver key * Fix code-style * Fix tests * Resolve review comments * Fix cs and tests * Add behat test for custom query * Fixes
Remove a BC break introduced in #2630
Merge 2.4 onto master
Ensure unsuccessful responses are not cached
[2.4] Allow autowiring of class extending SearchFilter
Revert "Do not disable cache in dev"
Fix phpstan v0.11.5 false positives
Remove a BC break introduced by #2243
Merge 2.4 to fix phpstan
Owner
Author
|
done? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.