-
Notifications
You must be signed in to change notification settings - Fork 82
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
re-use doctrine metadata to determine fields to map #11
Labels
Comments
pamil
pushed a commit
to pamil/SyliusImportExportPlugin
that referenced
this issue
Mar 26, 2019
lsmith77
pushed a commit
that referenced
this issue
Mar 27, 2021
* changed package name * stopwatch version fix * updated the treebuilder in Configuration.php and replaced ObjectMapper with EntityManagerInterface to update bundle for sylius 1.9 * Update src/DependencyInjection/Configuration.php * fixed returns * Update composer.json * using this bundle until FoSylius merges update PR * updated services.yml formatting for symf4.4+ * travis.yml update for Sylius 1.9 * updated two additional commands to Symfony 4.4+ standard, swapped back to ObjectManager typing in two services * changed travis config, symfony dependency 5.2 to 4.4 * updated composer.json -> replaced | by || as | is deprecated -> bumped up dependencies to ^4.4||^5.2 * remove PHP 7.2 pipeline for Sylius 1.9 as it only supports ^7.3 * updated composer.json for sylius 1.9 * sylius-labs/coding-standard update * additional bundle updates * added int to return * replaced ObjectManager typing by EntityManagerInterface as it has been deprecated * Update src/DependencyInjection/Configuration.php * github action PoC from sylius invoicing plugin (#6) * GitHub action (#8) * GitHub action (#9) * github action PoC from sylius invoicing plugin * Legacy build to build * dependencies updates * update build * update matrix dependency exclusion rules * forgot ^4.2 version of Symfony * legacy_build no longer relevant * removed travis.yml, updated composer.json * dropped 1.7 support * add workflow dispatch to be able to manually trigger the job * update github action * matrix order * ga fix * removed useless gulp steps * PluginSkeleton 1.9 pipeline * updated tests/Application based on SyliusSkeletonPlugin * action fix * fix * updated phpstan.neon * fix phpstan step * version bump + vendor change * version changes * GitHub action (#10) * github action PoC from sylius invoicing plugin * Legacy build to build * dependencies updates * update build * update matrix dependency exclusion rules * forgot ^4.2 version of Symfony * legacy_build no longer relevant * removed travis.yml, updated composer.json * dropped 1.7 support * add workflow dispatch to be able to manually trigger the job * update github action * matrix order * ga fix * removed useless gulp steps * PluginSkeleton 1.9 pipeline * updated tests/Application based on SyliusSkeletonPlugin * action fix * fix * updated phpstan.neon * fix phpstan step * version bump + vendor change * version changes * cleaning up pipeline for merge * comment out PHPStan and PHPSpec * missing TreeBuilder arg * disable behat tests too * root to getRootNode * Object manager typing (#11) * github action PoC from sylius invoicing plugin * Legacy build to build * dependencies updates * update build * update matrix dependency exclusion rules * forgot ^4.2 version of Symfony * legacy_build no longer relevant * removed travis.yml, updated composer.json * dropped 1.7 support * add workflow dispatch to be able to manually trigger the job * update github action * matrix order * ga fix * removed useless gulp steps * PluginSkeleton 1.9 pipeline * updated tests/Application based on SyliusSkeletonPlugin * action fix * fix * updated phpstan.neon * fix phpstan step * version bump + vendor change * version changes * cleaning up pipeline for merge * comment out PHPStan and PHPSpec * missing TreeBuilder arg * disable behat tests too * root to getRootNode * added back ObjectManager typing * revert EntityManagerInterface typing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @lsmith77 on October 28, 2017 19:27
this will make it possible to add new properties to an entity and automatically supporting it via an importer without adjustments
portphp could be used here
relates to portphp/doctrine#9
Copied from original issue: solutionDrive/SyliusImportExportPlugin#8
The text was updated successfully, but these errors were encountered: