This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## (2019-04-26) * refactor: Replace foreach loop with `yield from` expression ([8744f30](8744f30)) * refactor(http-client): Decouple components of Http clients ([eb60f5b](eb60f5b)) * refactor(pid): Rename "pid_file" option to "pid-file" (#42) ([2a234c3](2a234c3)), closes [#42](#42) * build(docker): Gather code coverage from tests running in containers ([12084e1](12084e1)) * build(docker): Parametrize image tags ([80bb0a8](80bb0a8)) * build(docker): Provide configuration for testing ([d4f630a](d4f630a)) * build(docker): Use "pcov" instead of "xdebug" as code coverage engine ([4284ed3](4284ed3)) * ci(circle): Add build to matrix with latest version of swoole ([af17b96](af17b96)) * ci(circle): Configure Docker layer cache ([6ec5731](6ec5731)) * ci(circle): Detect latest swoole version using pecl website ([1e83b4c](1e83b4c)) * ci(circle): Fix cache key in save cache step ([ec1c1d9](ec1c1d9)) * ci(circle): Optimize caching keys ([6fd1872](6fd1872)) * ci(circle): Set-up commitlint (#36) ([8fc4a0c](8fc4a0c)), closes [#36](#36) * ci(circleci): Add shellcheck step ([b086620](b086620)) * ci(codeclimate): Enable "shellcheck" ([7271cf8](7271cf8)) * ci(travis): Add separate builds with latest swoole and updated composer packages ([6a22070](6a22070)) * ci(travis): Enable CodeCov reporting ([35eb034](35eb034)) * ci(travis): Fix usage of CodeClimate on Pull Request ([741cd3e](741cd3e)) * ci(travis): Increase retries count for code coverage tests ([853f0a7](853f0a7)) * ci(travis): Remove code coverage step ([0292a43](0292a43)) * ci(travis): Switch "travis_retry" to custom bash script ([1f1de2a](1f1de2a)) * ci(travis): Switch distro to ubuntu xenial (#38) ([1d7a65c](1d7a65c)), closes [#38](#38) * ci(travis): Use swoole v4.3.1 ([dbd240a](dbd240a)) * chore(deps): Upgrade dependencies ([f4580a0](f4580a0)) * chore(deps): Upgrade dependencies ([0bed9e9](0bed9e9)) * chore(deps): Upgrade dependencies ([270b95b](270b95b)) * chore(deps): Upgrade dependencies ([ab745c8](ab745c8)) * chore(ide-helper): Switch to official swoole package (#49) ([c87cbc8](c87cbc8)), closes [#49](#49) * chore(phpstan): Ignore wrong reports of callable arguments ([d129105](d129105)) * test: Add InotifyHMR test ([e76729a](e76729a)) * test(code-coverage): Gather code coverage from server processes ([d6ef146](d6ef146)) * test(commands): Ensure symfony commands are registered correctly ([d3abbc1](d3abbc1)) * test(feature): Create feature tests suite ([e27d48f](e27d48f)) * test(mock): Fix Swoole Server mocks (#48) ([a93ac48](a93ac48)), closes [#48](#48) * test(xdebug-handler): Test restarting process when xdebug enabled ([740af84](740af84)) * feat: Add meaningful exceptions (#46) ([4e2cc6d](4e2cc6d)), closes [#46](#46) * feat(apiserver): Create API Server component (#32) ([a8d0ec2](a8d0ec2)), closes [#32](#32) [#2](#2) * feat(server): Add setting for "buffer_output_size" (#33) ([7a50864](7a50864)), closes [#33](#33) * feat(server): Set-up hooks on lifecycle events ([271a341](271a341)) * fix(di): Do not use integer node for port ([ac6fdcf](ac6fdcf)) * fix(hmr): Drop unused reference to SymfonyStyle object in InotifyHMR ([6b22485](6b22485)) * fix(reload): Make sure command works on macOS system ([4d99e9c](4d99e9c))
- Loading branch information