-
Notifications
You must be signed in to change notification settings - Fork 31
Update to Sf 5.2 + Angular 11 + better practices from ApiPlatform #119
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
Conversation
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
…sister with all filters and order ! need to test DB Fixtures importer
…uired by client-side app (order & page parameter names) Use new apiPlatform config items in client-side Fix Sf 4.2 deprecation on getRootDir
…ally useless since LexiK bundle already provide its own system (ond't remember why i did this ???) needs to test if with a different bearer it will also works (and so validate that the service overload is a good idea !)
…parameter. But we can send some of its properties ! update db-model.png
fix #120 |
fix #117 |
add extra info in homepage
# Conflicts: # package.json
fix typo in HelloController annotation
# Conflicts: # src/Controller/FormDevXpressAngularController.php
…izerComponent that may not managed this case)
…com:Rebolon/php-sf-flex-webpack-encore-vuejs into feature/add-tag-entity-4-datapersister-demo # Conflicts: # package-lock.json
add navigation on home page
…com:Rebolon/php-sf-flex-webpack-encore-vuejs into feature/add-tag-entity-4-datapersister-demo
comment BookConverter until everything is coded Fix AngularCli files generation that may fail because of sourceMaps
# Conflicts: # README.md # composer.lock # package-lock.json # package.json # src/Controller/FormDevXpressAngularController.php # symfony.lock
# Conflicts: # assets/js/form-quasar-vuejs/components/Books.vue # package-lock.json
Tag is provided by DataProvider, but I still use only one Entity for both Doctrine and ApiPlatform
add DataProvider for Loan & Reader add a reader fixture that owns all books
add cache on Job fix comments @todo: app failed to load coz of Call to a member function getClassMetadata() on null for Reader entity
… use them. It will need Hack or a PR because it seems it needs some changes to allow interaction from Entity defined as ApiResource and Orm => one must define where to find information described with @Orm annotation
This was referenced Jan 21, 2020
Update Symfony to 5.1* Use TemplateController when possible DataProvider now use decorated original DataProvider
Move Migrations into Doctrine folder Move some test env from phpunit.xml to .env.test Remove useless code Add Extension over User for Loan/Borrow/Reader queryBuilder
Add Collection Entity
Fix JWT path for tests (not all test are fixed)
Fix PHP AngularController(should be duplicated to branch 4.*
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.
…sister with all filters and order !
need to test DB Fixtures importer