Skip to content
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

Patch 2 #49

Open
wants to merge 32 commits into
base: fix/es-null-metadata
Choose a base branch
from
Open

Conversation

rapaelector
Copy link

Q A
Branch? main for features / current stable version branch for bug fixes
Bug fix? yes/no
New feature? yes/no
Deprecations? yes/no
Tickets Fix #...
License MIT
Doc PR api-platform/docs#...

dgoosens and others added 30 commits September 17, 2022 18:27
* fix: update yaml extractor test file coding standard (api-platform#5068)

* fix(graphql): add clearer error message when TwigBundle is disabled but graphQL clients are enabled (api-platform#5064)

* fix(metadata): add class key in payload argument resolver (api-platform#5067)

* fix: add class key in payload argument resolver

* add null if everything else goes wrong

* fix: upgrade command remove ApiSubresource attribute  (api-platform#5049)

Fixes api-platform#5038

* fix(doctrine): use abitrary index instead of value (api-platform#5079)

* fix: uri template should respect rfc 6570 (api-platform#5080)

* fix: remove @internal annotation for Operations (api-platform#5089)

See api-platform#5084

* fix(metadata): define a name on a single operation (api-platform#5090)

fixes api-platform#5082

* fix(metadata): deprecate when user decorates in legacy mode (api-platform#5091)

fixes api-platform#5078

* fix(graphql): use right nested operation (api-platform#5102)

* Revert "fix(graphql): use right nested operation (api-platform#5102)" (api-platform#5111)

This reverts commit 44337dd.

* fix(graphql): always allow to query nested resources (api-platform#5112)

* fix(graphql): always allow to query nested resources

* review

Co-authored-by: Alan Poulain <[email protected]>

* chore: php-cs-fixer update

* fix: only alias if exists for opcache preload

Fixes api-platform/api-platform#2284 (api-platform#5110)

Co-authored-by: Liviu Mirea <[email protected]>

* chore: php-cs-fixer update (api-platform#5118)

* chore: php-cs-fixer update

* chore: php-cs-fixer update

* fix(metadata): upgrade script keep operation name (api-platform#5109)

origin: api-platform#5105

Co-authored-by: WilliamPeralta <[email protected]>

* chore: v2.7.3 changelog

* chore: v3.0.3 changelog

Co-authored-by: helyakin <[email protected]>
Co-authored-by: ArnoudThibaut <[email protected]>
Co-authored-by: davy-beauzil <[email protected]>
Co-authored-by: Baptiste Leduc <[email protected]>
Co-authored-by: Xavier Laviron <[email protected]>
Co-authored-by: Alan Poulain <[email protected]>
Co-authored-by: Liviu Cristian Mirea-Ghiban <[email protected]>
Co-authored-by: Liviu Mirea <[email protected]>
Co-authored-by: WilliamPeralta <[email protected]>
chore: squashed a merge this is why you don't do this friday
* ci: use stable version of auto-release

* ci: remove tagged-release

* chore: use a stale label instead of wontfix
PHPStan PHPDoc-Parser is used instead of phpDocumentor because the latter
is not actively maintained anymore.
* fix(openapi): resource classes are no longer considered as enum

* feat: make property metadata factories work with enum cases

* feat: add GraphQL enum support
…ing templates in strict CSP environments (api-platform#5251)

* remove inline styles and add twig blocks

* address feedback api-platform#5251 (comment)

* address feedback api-platform#5251 (comment)

* fix spacing

* address feedback https://github.com/api-platform/core/pull/5251/files#r1041892917

Co-authored-by: Mo Ismailzai <[email protected]>
…tform#5267)

* do not add linked data for denormationContext

If I look in the generated schema for denormalizationContext i can see the required fields for '@id' and '@type'. Why do have this fields required for write operations? We don't need to pass this fields in a write request. If you used this schema on the client with typescript you need to write workarounds because you not sending this fields in the requests.

See api-platform#5263

* remove whitespace

* change format to output

* restore old test except output type and add test for input
…pi-platform#5254)

* feat: add ApiResource::openapi and deprecate openapiContext

* fix: review

* fix: deprecations on phpunit tests

* fix: deprecations

* chore: revamp OpenApiFactory

* fix: cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.