Konrad Obal
Konrad Obal
It would be great if we could disable this warning deliberately via some flag / ENV variable/configuration.
I can confirm the same buggy behaviour, with a little bit different environment set-up: * CI: CircleCI * Registry: docker hub ([docker.io](https://hub.docker.com/repository/docker/k911/swoole-bundle-cache/tags?page=1)) * Docker daemon: `18.09.3` ([remote docker](https://circleci.com/docs/2.0/building-docker-images/#overview)) ```yaml #...
You can use any CI for that, with deploy script configured to build docker and push to registry whenever build is triggered on `tag`. Example `.travis.yml` deploy script definition: https://github.com/knit-pk/api-v1-php/blob/f2fa73946ade1d76e1ac4fa8204055fe3d1dceab/.travis.yml#L107...
@Rastusik looks good for me. Currently, I don't develop anything so we might say it's not maintained properly.
Hi @dotdevq, just wanted to inform you that your commit message currently fails validation. Please see [contributing guide ](https://github.com/k911/swoole-bundle/blob/develop/CONTRIBUTING.md#creating-a-pull-request)
Hi, as I don't really have time for this project (as you can see I'm not developing anything new). I can merge it once it passes CI fully so I...
Please add some description of why is it need, and what problem does it solve. Also, you have a typo in first commit: " feat(req**u**est-handler): Add a handler to check...
> It checks that DB connection is alive before processing request, while EntityManagerHandler resets the internal state of the EntityManager after request is handled. @supersmile2009 I was referring to this...
Hi @supersmile2009, thanks for PR and your hard work. I've run CI here and unfortunately I see two failures at least: - we have to bump doctrine because `lowest` build...
Hi, TBH I don't know how we could solve issue. Personally, I've not used doctrine resettable bundle so I cannot help you. I've only used this https://github.com/k911/swoole-bundle/blob/develop/src/Bridge/Doctrine/ORM/EntityManagerHandler.php and it was...