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

Remove winzou state machine dependency #202

Merged

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Oct 14, 2020

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets
License MIT

@loic425 loic425 requested a review from a team as a code owner October 14, 2020 15:28
@loic425 loic425 force-pushed the feature/remove-winzou-state-machine-dependency branch 4 times, most recently from 37fac4a to b6f4875 Compare October 15, 2020 14:38
@loic425 loic425 changed the title [WIP] Remove winzou state machine dependency Remove winzou state machine dependency Oct 15, 2020
@loic425 loic425 changed the title Remove winzou state machine dependency [WIP] Remove winzou state machine dependency Oct 15, 2020
@loic425 loic425 changed the title [WIP] Remove winzou state machine dependency Remove winzou state machine dependency Oct 15, 2020
@loic425
Copy link
Member Author

loic425 commented Oct 15, 2020

@pamil This one is ready, I will make the second part (upgrading the test app) on another PR.

@loic425 loic425 closed this Oct 15, 2020
@loic425 loic425 force-pushed the feature/remove-winzou-state-machine-dependency branch from b6f4875 to 671d393 Compare October 15, 2020 19:44
@loic425 loic425 reopened this Oct 15, 2020
@loic425 loic425 mentioned this pull request Oct 16, 2020
},
"replace": {
"sylius/resource": "self.version"
},
"conflict": {
"friendsofsymfony/rest-bundle": "<3.0 >=4.0",
"jms/serializer-bundle": "<3.5 >=4.0",
"willdurand/hateoas-bundle": "<2.0 >=3.0"
"willdurand/hateoas-bundle": "<2.0 >=3.0",
"winzou/state-machine-bundle": "<0.3.2 || >=0.4.0 <0.4.3"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pamil I'm not sure at all for "<0.3.2 || >=0.4.0 <0.4.3", Can you confirm it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine I guess 👍

@@ -16,28 +16,14 @@

class AppKernel extends Kernel
{
public function registerBundles()
public function registerBundles(): iterable
Copy link
Member Author

@loic425 loic425 Oct 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pamil I just use that part of new Symfony architecture to have something easier with all environments on travis to test optional bundles.

This was referenced Oct 19, 2020
},
"replace": {
"sylius/resource": "self.version"
},
"conflict": {
"friendsofsymfony/rest-bundle": "<3.0 >=4.0",
"jms/serializer-bundle": "<3.5 >=4.0",
"willdurand/hateoas-bundle": "<2.0 >=3.0"
"willdurand/hateoas-bundle": "<2.0 >=3.0",
"winzou/state-machine-bundle": "<0.3.2 || >=0.4.0 <0.4.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine I guess 👍

Copy link
Contributor

@pamil pamil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/Bundle/test/config/db.sql should not be added

@pamil pamil force-pushed the feature/remove-winzou-state-machine-dependency branch from 3054cae to 917f40b Compare November 5, 2020 12:47
@pamil
Copy link
Contributor

pamil commented Nov 5, 2020

Rebased with master and ported Travis CI changes to GitHub Actions 🎉

@pamil pamil force-pushed the feature/remove-winzou-state-machine-dependency branch from 917f40b to 7bb221d Compare November 5, 2020 12:49
@pamil pamil merged commit 81618a8 into Sylius:master Nov 5, 2020
@pamil
Copy link
Contributor

pamil commented Nov 5, 2020

Thank you, Loïc! 🥇

pamil added a commit that referenced this pull request Nov 5, 2020
This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

depends on #202 


Commits
-------

2531d31 [WIP] Remove twig bundle dependency
83606fb Trying to fix test app conf
@loic425 loic425 deleted the feature/remove-winzou-state-machine-dependency branch November 5, 2020 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants