Martin Grossmann
Martin Grossmann
### What is happening Kubernetes and Kustomize are evolving and some concepts introduced earlier are now recommended to do differently. - Kustomize introduced some major changes in 2.0 version and...
### What is happening `ProductFacade::edit()` calls `productExportScheduler` to schedule product for immediate export to elastic ``` $this->productExportScheduler->scheduleRowIdForImmediateExport($productToExport->getId()); ``` this method store IDs meant to be exported only in memory and...
## Describe the bug We use collections in several places. Most notable are parameters in product edit (but applies even to the order items in order – try to create...
Writing tests to check some functionality bound to Elasticsearch, more specifically modifying data in Elasticsearch is now nearly impossible because the state of data in Elasticsearch is not isolated between...
This issue contains errors and difficulties that occurred during v7.3.2 release and each point should be reconsidered and rejected/resolved. ### What is happening - [ ] `UPGRADE.md` file was not...
| Q | A | ------------- | --- |Description, reason for the PR| improve readability of elasticsearch debug panel when using dark theme |New feature| No |[BC breaks](https://docs.shopsys.com/en/latest/contributing/backward-compatibility-promise/)| No |Fixes...
## Describe the bug https://github.com/shopsys/shopsys/blob/master/docs/introduction/faq-and-common-issues.md#do-you-have-any-tips-how-to-debug-emails-during-development-in-docker maildev/maildev image exposes different ports than expected in documentation (1025 for smtp and 1080 for web interface). ### Expected behavior We can use djfarrelly/maildev, or...
SqlLoggerFacade should be able to not throw exception when trying to disable already disabled logger
Currently, the exception is raised when we try to enable/disable SqlLogger and it's already enabled/disabled. This may be unsuitable for some use-cases – for example when export to elastic with...
| Q | A | ------------- | --- |Description, reason for the PR| Extend class from shopsys/framework is now easier. |New feature| Yes/No |[BC breaks](https://docs.shopsys.com/en/latest/contributing/backward-compatibility-promise/)| Yes/No |Fixes issues| ... |Have...
| Q | A | ------------- | --- |Description, reason for the PR| This PR is RFC (Request for Comments) and is not intended to be merged. |New feature| Yes/No...