Updated fork from master branch#1
Merged
Merged
Conversation
reypm
commented
Nov 2, 2019
Owner
| 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 |
Fix missing "as" attribute for pushed resources
As discussed in issue #3045, the given error message was misleading. I also updated the thrown exception according to the Exception mentioned in the same issue. Of course I updated the related PHPUnit test too.
#3128) * Bugfix: Notice: Undefined index: method thrown in SerializerContextBuilder (since version 2.5.0) - switch the order of the checks in the if statement to prevent checking for non-existent 'method' key in $operation check. * Update src/Serializer/SerializerContextBuilder.php Co-Authored-By: Kévin Dunglas <dunglas@gmail.com>
[Swagger-UI] add missing oauth2-redirect configuration
…n-plain-id Add test for updating embedded relation using plain identifier
Co-Authored-By: Antoine Bluchet <soyuka@users.noreply.github.com>
Co-Authored-By: Antoine Bluchet <soyuka@users.noreply.github.com>
Merge 2.4 onto 2.5
…-parameters Do not append `body` parameter if it already exists
Allow multiple elasticsearch queries to be set
I overlooked the behat test which fails since I didn't update the error code which is thrown by the exception.
non-int value in the execute command will be deprecated
Update thrown exception and clarify error message for UuidNormalizer.
* Fixed dependency issue when SecurityBundle is not installed * Fix tests * Move condition in SecurityPostDenormalizeStage
Feat: remove template pull request
Since they're already run in the CI workflow on GitHub Actions
The order of elements in "data.__type.fields" is non-deterministic
Move behat tests to CI workflow on GitHub Actions
Add .gitattributes
Fix phpstan false positives
DI: Improve swagger versions parameter (fix #3115)
Change catch and message Fix : Changed message Change InvalidArgument in InvalidIdentifier Adding test
Catch wrong identifier type
Add links to documentation to ApiResource properties
Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>
Update ApiGatewayNormalizer.php
Fix spelling
This makes it more clear this interface can be 'caught'
Use https instead of http
Make the base exception extend throwable
fix #3189 - JSONAPI pagination ignored when using filter parameter
* 2.5: Fix spelling Fix removal of illegal characters in schema name for Amazon API Gateway Add links to documentation to ApiResource properties fix #3189 - JSONAPI pagination ignored when using filter parameter
This will allow IDEs to provide hints/ autocompletion
More Descriptive Input/Output class names
More Descriptive Input/Output class names
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.