-
Notifications
You must be signed in to change notification settings - Fork 3
Sylius 2.x compatibility #4
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
Changes from 4 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
2d76fa1
feat: sylius 1 to sylius 2 upgrade all dependencie
bourtitom c63bb92
feat: ui to hook for sylius upgrade 2.x
bourtitom 8648e1c
fix(hookname): change hookname for sylius 2.x
bourtitom 7b9b3d1
docs(readme): Update Readme for sylius 2.0
bourtitom e5edca8
refacto: Update composer.json
bourtitom 58b5097
fix: the event has not in good placement
bourtitom 892ea68
refacto: change variable for passing data in sylius 2.0
bourtitom 9744153
feat: add upgrade sylius 2.1
bourtitom 611cc7c
docs: add sylius version
bourtitom cb7c474
refacto: all file in snake_case in sylius 2.x
bourtitom 82c2fb9
fix: makefile sylius 2.1 to 2.0
bourtitom 51ade02
fix(ci): update dependencies in sylius 2.1
bourtitom 7856a18
fix(ci): limit Sylius compatibility to 2.0.x for now
bourtitom e7df779
fix(ci): limit Sylius compatibility to 2.0.x for now
bourtitom a08233d
refacto: rename folder in snake case
bourtitom 05151f0
refacto: in sylius 2.x we dont need underscore, change the hookname, …
bourtitom 1586837
feat: ease the transition to sylius 2.1
bourtitom 08032e5
feat: application test on 2.1
bourtitom 05bede9
docs: add 2.1 on readme
bourtitom e14158a
refacto: good hookname because old has not called
bourtitom 720ee2f
Update src/Resources/config/sylius/sylius_twig_hooks.yaml
bourtitom b68e497
fix: comments test container for now wait sylius fix the bug
bourtitom bfe53aa
fix: interactive on CI
bourtitom 74401e9
refacto: change location before make install and change githublogin t…
bourtitom 57bb91a
fix: delete debug and add sudo make install for miss permission
bourtitom 981dced
fix: add ssh for force CI
bourtitom f37b2f0
fix: debug wich worked
bourtitom 752ceb7
fix(Makefile): change some path and yarn execution in Makefile
maximehuran 622b0c0
fix(deps): add temporary fix for sylius setup
maximehuran 762888a
fix: for the error 404
bourtitom a244dff
refacto: rename the file him have space
bourtitom 3ec92bf
refacto: change structure of the file for sylius 2.x
bourtitom 5b7eb77
fix(newStructure): fix bug of migration and fix name path
bourtitom f4a2aac
fix: phpcs deleted space and backline
bourtitom 171aa89
fix: Ignored error pattern missingType.iterableValue was not matched …
bourtitom 42c3a62
refacto: change the migration dir on root project
bourtitom e2a3f6d
fix: phpstan precise it's an array of strings
bourtitom be7db31
feat(admin): change icon
maximehuran 66c7d5b
feat(test app): add dist file for channel context
maximehuran b835361
fix(hooks): rename and correct twig hooks
maximehuran 9156a43
feat(tests): re add container tests !
maximehuran f45f06c
fix(dist): remove incorrect dist file
maximehuran fb34895
feat(hooks): change twig hook name for checkout
maximehuran 0849cc4
feat(tests): re add php stan config ignore
maximehuran 09d7d87
fix(tests): ignore unmatched php stan errors
maximehuran fa41c8d
docs: update images on docs
bourtitom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
bourtitom marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| sylius_twig_hooks: | ||
| hooks: | ||
| sylius_shop.base#metatags: | ||
| monsieurbiz_scripts_before_head_end: | ||
| template: '@MonsieurBizSyliusScriptsPlugin/Shop/Scripts/_beforeHeadEnd.html.twig' | ||
| priority: 9999 | ||
|
|
||
| sylius_shop.base#javascripts: | ||
| monsieurbiz_scripts_after_body_start: | ||
| template: '@MonsieurBizSyliusScriptsPlugin/Shop/Scripts/_afterBodyStart.html.twig' | ||
| priority: 9999 | ||
|
|
||
| sylius_shop.base.header: | ||
| monsieurbiz_scripts_before_body_end: | ||
| template: '@MonsieurBizSyliusScriptsPlugin/Shop/Scripts/_beforeBodyEnd.html.twig' | ||
| priority: 9999 | ||
bourtitom marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| sylius_shop.base.thank_you: | ||
| monsieurbiz_scripts_checkout_success: | ||
| template: '@MonsieurBizSyliusScriptsPlugin/Shop/Scripts/_checkoutSuccess.html.twig' | ||
| priority: 9999 | ||
|
|
||
| sylius_admin.base#metatags: | ||
| monsieurbiz_scripts_admin_javascripts: | ||
| template: '@MonsieurBizSyliusScriptsPlugin/Admin/Scripts/_javascripts.html.twig' | ||
| priority: 9999 | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.