Rostislav Vítek
Rostislav Vítek
Shopsys Framework was recently released in beta version. It is an open source e-commerce platform for in-house dev teams and saves lots of development hours for them. By default, it...
| Q | A | ------------- | --- |Description, reason for the PR| FE API is stateless hence it does not use the session. The problem is the session is...
| Q | A | ------------- | --- |Description, reason for the PR| the cssVersion file was removed in https://github.com/shopsys/shopsys/pull/1725 |New feature| No |[BC breaks](https://docs.shopsys.com/en/latest/contributing/backward-compatibility-promise/)| No |Fixes issues| ... |Have...
## Describe the expected outcome of your requested feature `CustomerUserFacade::edit()` has as the third parameter nullable `$deliveryAddress`. When it is set, the value is used for setting the default delivery...
## Describe the bug I see a few problems with our `diff` phing targets: - if you want to use the `diff-files` target (and the ones that depend on it...
### What is happening We ignore the phpstan error message (`Method Doctrine\\Common\\Persistence\\ObjectManager::flush\(\) invoked with 1 parameter, 0 required`), see https://github.com/shopsys/shopsys/blob/master/phpstan.neon#L17 - but it is not necessary. We should rather annotate...
## Description of the situation There is a cookbook for adding a new attribute to an entity (https://docs.shopsys.com/en/9.1/cookbook/adding-new-attribute-to-an-entity/) and there is the following note: > If you want to display...
## Describe the expected outcome of your requested feature It would be awesome to run as many build tasks as possible in parallel, definitely these come into one's mind: -...
## Describe the expected outcome of your requested feature It should be possible to use snapshots instead of manual writing (at least) FE API tests, let's examine and possibly use...
### What is happening When I run `php phing annotations-fix`, the target fails on a weird error (see below). This might be a problem in https://github.com/Roave/BetterReflection library, I do not...