Manage Embedded Fields with NO BC Breaks in master#2
Open
Manage Embedded Fields with NO BC Breaks in master#2
Conversation
…normalizer Do not expose sensitive informations (json format)
…loading-order-by-hidden Fix api-platform#1021 order by hidden eager loading
…ding-disabled Remove FilterEagerLoadingExtension when eager loading is disabled
bcd0c73 to
60783a7
Compare
They disabled logs when nb_lines > 10000, which is our case, this helps debugging
60783a7 to
7f5a2d7
Compare
Skip colors on travis job
* Removed unneeded catch on ResourceClassNotFound * fix FilterEagerLoading when entity has FETCH_EAGER with no force eager
ReflectionExtractor::getProperties() returns $id instead of $Id. It is bad naming convention, but is possible
```
use ApiPlatform\Core\Annotation\ApiProperty;
use Doctrine\ORM\Mapping as ORM;
class Entity {
/**
* @var string The dummy Guid
*
* @Orm\Column(nullable=true)
* @ApiProperty()
*/
protected $Id;
public function getId()
{
return $this->Id;
}
}
```
Allow Upper Case property names
Move @author to the correct file
Refresh routes when an entity is created
…rs-type-conversion Normalize identifiers to the correct type
…p_cs_fixer Add the header_comment rule to the PHP-CS-Fixer's configuration
Remove a useless constructor
Disable eager loading partial fetch by default api-platform#1069
specify left join for filter associations if there was a previous left join
…r_ignored_attributes Fix ignoring attributes for the abstract item normalizer
Fix CS, make Travis green again
Swagger documentation normalizer revert throw when method is not supp…
Improve the Travis setup
Also resolves conflicts with existing subresources on a property having the same name
Fix route name resolving with subresources
a6b08d4 to
b7d48bf
Compare
Fix master tests
b7d48bf to
c29a322
Compare
c29a322 to
5dc1b08
Compare
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.
Please update this template with something that matches your PR