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

Refactored for Symfony 6 / PHP 8 #88

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
207dc7a
Update composer dependencies
Matys333 Oct 12, 2023
b5e63a1
Code update/fixes to PHP 8
Matys333 Oct 12, 2023
a449fc0
Structure update
Matys333 Oct 12, 2023
2caadeb
Remove youshido/graphql from composer
Matys333 Oct 12, 2023
4de29ab
Fix project structure
Matys333 Oct 12, 2023
85712e7
Update project structure to match Symfony 6 standards
Matys333 Oct 12, 2023
84acb14
Fix paths
Matys333 Oct 12, 2023
1abc398
Fix invalid class names
Matys333 Oct 12, 2023
a25ae40
Move extension load directly to bundle class
Matys333 Oct 13, 2023
0f193ea
Fix loading bundle extension
Matys333 Oct 13, 2023
ff7663f
Fix missing argument for GraphQLConfigureCommand
Matys333 Oct 13, 2023
dfcf6ea
Fix controller routes in route.xml
Matys333 Oct 13, 2023
d8ddb37
Fix explorer template path
Matys333 Oct 16, 2023
2926592
Fix GraphQLController container and parameter bag
Matys333 Oct 16, 2023
8a471fe
Update graphiql and react js/css
Matys333 Oct 23, 2023
b3e1e87
Update TypeValidationRule validate return type
Matys333 Oct 24, 2023
b0ae963
Update explorer template
Matys333 Oct 24, 2023
8b0c585
Code cleanup
Matys333 Oct 24, 2023
273a320
Fix loading logger in Processor
Matys333 Oct 24, 2023
fee2842
Change tokenHeader header value
Matys333 Oct 25, 2023
68c1a61
Fix duplicate event handlers
Matys333 Nov 13, 2023
e584d41
Remove $container from GraphQLController
Matys333 Feb 12, 2024
962d348
Update controller routes to attributes, update routes names
Matys333 Feb 12, 2024
244863d
Remove deprecated ContainerAwareInterface and ContainerAwareTrait fro…
Matys333 Feb 12, 2024
affb22f
Add accessToken handle from request to explorer template
Matys333 Feb 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/vendor/
/.idea/
composer.lock
composer.lock
docker-compose.yml
Dockerfile
docker/
.env.local
34 changes: 0 additions & 34 deletions Controller/GraphQLExplorerController.php

This file was deleted.

73 changes: 0 additions & 73 deletions DependencyInjection/Configuration.php

This file was deleted.

7 changes: 0 additions & 7 deletions Exception/UnableToInitializeSchemaServiceException.php

This file was deleted.

71 changes: 0 additions & 71 deletions Execution/Container/SymfonyContainer.php

This file was deleted.

Loading