summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-23- test fixesWolfy-J
2019-12-23Merge pull request #204 from spiral/feature/hotreloadAnton Titov
[wip] Hot-reloading capabilities - review wanted
2019-12-23- minor performance fix in containerWolfy-J
2019-12-05version bumpv1.5.2Wolfy-J
2019-11-26Merge pull request #212 from coxa/feature/support_sumfony_5Anton Titov
#211 Support Symfony 5
2019-11-25#211 Support Symfony 5Mikalai Sahnoiski
Add support of symfony/console version 5
2019-11-25Merge pull request #210 from filakhtov/http-trailersAnton Titov
Provide support for HTTP/2 trailers
2019-11-25Replace regular expression with strings.Split()Garry Filakhtov
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names.
2019-11-23Provide support for HTTP/2 trailersGarry Filakhtov
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers.
2019-11-14Merge pull request #200 from Smolevich/add-support-for-github-actionsAnton Titov
Add support for GitHub actions
2019-11-13Add if condition for code coverage stepSmolevich
2019-11-13Fix incorrect name for flagSmolevich
2019-11-11Remove lineSmolevich
2019-11-11Update ci file and renameSmolevich
2019-11-08Move export variableSmolevich
2019-11-07Update ci fileSmolevich
2019-11-03- the ability to set custom command producer for roadrunnerWolfy-J
- minor improvements in metrics service - List() function for Container to receive names of all available services
2019-10-25Merge pull request #202 from dasmfm/php-memleak-fixAnton Titov
fix notice in memleak test
2019-10-25fix notice in memleak testBoris Klimenko
2019-10-24Add availability debug if neededSmolevich
2019-10-24Update replace many curl download on one download curl to codecov-bash fileShupilkin Stanislav Yurevich
2019-10-23Add step for running code coverageShupilkin Stanislav Yurevich
2019-10-23Update step runShupilkin Stanislav Yurevich
2019-10-23Add step for running golang testsShupilkin Stanislav Yurevich
2019-10-23Add action shivammathur/setup-phpShupilkin Stanislav Yurevich
2019-10-23Fix interpreter name for phpShupilkin Stanislav Yurevich
2019-10-23Fix typo and change stepShupilkin Stanislav Yurevich
2019-10-23Add carcase for ciShupilkin Stanislav Yurevich
2019-10-22Update build.shv1.5.1Anton Titov
2019-10-22- version bump and releaseWolfy-J
2019-10-22- version bump and releaseWolfy-J
2019-10-22- bugfix: do not halt stop sequence in case of service errorWolfy-J
2019-10-12- version bumpv1.5.0Wolfy-J
2019-10-12- adding 7.4 tests to TravisWolfy-J
2019-10-12- stabilizing unhealthy testsWolfy-J
2019-10-12- dropped support for 7.1 versionWolfy-J
2019-10-12- dropped support for 7.1 versionWolfy-J
2019-10-12- dropped support for 7.1 versionWolfy-J
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
2019-10-12Merge pull request #193 from awprice/health-serviceAnton Titov
adds a health service for determining the status of the workers
2019-10-12adds a health service for determining the status of the workersAlex Price
This commit adds a health service which ensures that at least one worker is active. Uses `isActive()` to determine if the worker is ready. The health service runs on a seperate address. Will return a HTTP 200 if health, HTTP 500 otherwise. Fixes #192 Signed-off-by: Alex Price <[email protected]>
2019-10-10Merge pull request #191 from ScullWM/master_phpcsfixAnton Titov
Php cs fixer
2019-10-09Php cs fixerThomas PEREZ
2019-10-02Merge pull request #188 from spiral/rryaml_typoAnton Titov
Update .rr.yaml
2019-10-02Update .rr.yamlValentin V
2019-10-02Merge pull request #187 from moeinpaki/feature/body-content-on-http-get-requestAnton Titov
handle body content on http GET method
2019-09-29handle body content on http GET methodMoein Pakkhesal
2019-09-16Update README.mdAnton Titov