Anatoliy Melnikov
Anatoliy Melnikov
@mnapoli I'd like to add [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) too. It permits to keep code style same for the all code base and fix it easy. But adding of it may...
@nicholasruunu FYI: I started work on the new configurations parsing model to help to finish it. And created [new issue](https://github.com/overblog/GraphQLBundle/issues/1072) to collect information about it. Then I'm going to refactor...
@ramsey You may add code coverage baseline to control that it is not downgraded with new PRs :) https://github.com/Aeliot-Tm/phpunit-codecoverage-baseline
@lethak FYI: I work on it. I'm going to finish implementation this week. https://github.com/Aeliot-Tm/apollo-federation-php/tree/implement_v2
@maccath I made updates. Could you recheck it, please?
Hi @maccath , Why does it take so long to check this PR?
@xiian Thank you for feedback and the link to the testing repo. I'll have a look what is the reason of mixed success. And I'll update documentation of course.
@DiegoAlar Could you describe your problem more verbose? P.s. Provide link to exact version instead of main branch, please. Otherwise, it might be broken after the merging of any changes.
**Progress updates:** - fixed passing of tests in the version by @Vincz - merged last `master` branch I work on tests passing.
**Progress updates:** PHPUnit tests passed!!! But I temporary rolled back getting of service `overblog_graphql.cache_compiler` from the container in the `\Overblog\GraphQLBundle\DependencyInjection\Compiler\TypeGeneratorPass`. (described in the issues: https://github.com/overblog/GraphQLBundle/issues/899) **So, plans:** - First of...