Skip to content

Add annotation reader cache and fix doctrine typeGuesser #867

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

Merged
merged 37 commits into from
Nov 26, 2021

Conversation

Damienbelingheri
Copy link
Contributor

Q A
Bug fix? yes
New feature? yes
BC breaks? no
Deprecations? yes
Tests pass? yes
Documented? no
Fixed tickets #818 & #856
License MIT

Add an cache for annotations reader to improve performances.
And fix doctrine typeGuesser with doctrine 2.9

Vincz
Vincz previously approved these changes Jun 23, 2021
@Vincz Vincz requested a review from mcg-web June 23, 2021 07:26
@@ -13,7 +15,7 @@ overblog_graphql:
dir: "%kernel.project_dir%/src/GraphQL"
suffix: ~
```

To use annoation, you must instal ' '' ' and use the annatotton mapping type
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this please

composer.json Outdated
@@ -3,7 +3,10 @@
"type": "symfony-bundle",
"license": "MIT",
"description": "This bundle provides tools to build a GraphQL server in your Symfony App.",
"keywords": ["GraphQL", "Relay"],
"keywords": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert all changes on this file please.

// @codeCoverageIgnoreEnd
}
if (!class_exists(ApcuAdapter::class)) {
// @codeCoverageIgnoreStart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we ignore a lot of code here can we add tests to cover these intead ?

@mcg-web mcg-web changed the base branch from master to 0.14 June 24, 2021 09:58
@mcg-web mcg-web changed the base branch from 0.14 to master June 24, 2021 09:59
@Vincz Vincz changed the base branch from master to 0.14 June 24, 2021 10:18
Copy link
Contributor

@mcg-web mcg-web left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good to me, can you just revert master changes from 0.14 branch please, before merging this ?

@Vincz Vincz mentioned this pull request Sep 22, 2021
@Vincz Vincz requested a review from mcg-web September 24, 2021 13:57
@mcg-web mcg-web merged commit e8ea29e into overblog:0.14 Nov 26, 2021
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.

4 participants