Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-23 | - test fixes | Wolfy-J | |
2019-12-23 | Merge pull request #204 from spiral/feature/hotreload | Anton Titov | |
[wip] Hot-reloading capabilities - review wanted | |||
2019-12-23 | - minor performance fix in container | Wolfy-J | |
2019-12-05 | version bumpv1.5.2 | Wolfy-J | |
2019-11-26 | Merge pull request #212 from coxa/feature/support_sumfony_5 | Anton Titov | |
#211 Support Symfony 5 | |||
2019-11-25 | #211 Support Symfony 5 | Mikalai Sahnoiski | |
Add support of symfony/console version 5 | |||
2019-11-25 | Merge pull request #210 from filakhtov/http-trailers | Anton Titov | |
Provide support for HTTP/2 trailers | |||
2019-11-25 | Replace 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-23 | Provide support for HTTP/2 trailers | Garry 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-14 | Merge pull request #200 from Smolevich/add-support-for-github-actions | Anton Titov | |
Add support for GitHub actions | |||
2019-11-13 | Add if condition for code coverage step | Smolevich | |
2019-11-13 | Fix incorrect name for flag | Smolevich | |
2019-11-11 | Remove line | Smolevich | |
2019-11-11 | Update ci file and rename | Smolevich | |
2019-11-08 | Move export variable | Smolevich | |
2019-11-07 | Update ci file | Smolevich | |
2019-11-03 | - the ability to set custom command producer for roadrunner | Wolfy-J | |
- minor improvements in metrics service - List() function for Container to receive names of all available services | |||
2019-10-25 | Merge pull request #202 from dasmfm/php-memleak-fix | Anton Titov | |
fix notice in memleak test | |||
2019-10-25 | fix notice in memleak test | Boris Klimenko | |
2019-10-24 | Add availability debug if needed | Smolevich | |
2019-10-24 | Update replace many curl download on one download curl to codecov-bash file | Shupilkin Stanislav Yurevich | |
2019-10-23 | Add step for running code coverage | Shupilkin Stanislav Yurevich | |
2019-10-23 | Update step run | Shupilkin Stanislav Yurevich | |
2019-10-23 | Add step for running golang tests | Shupilkin Stanislav Yurevich | |
2019-10-23 | Add action shivammathur/setup-php | Shupilkin Stanislav Yurevich | |
2019-10-23 | Fix interpreter name for php | Shupilkin Stanislav Yurevich | |
2019-10-23 | Fix typo and change step | Shupilkin Stanislav Yurevich | |
2019-10-23 | Add carcase for ci | Shupilkin Stanislav Yurevich | |
2019-10-22 | Update build.shv1.5.1 | Anton Titov | |
2019-10-22 | - version bump and release | Wolfy-J | |
2019-10-22 | - version bump and release | Wolfy-J | |
2019-10-22 | - bugfix: do not halt stop sequence in case of service error | Wolfy-J | |
2019-10-12 | - version bumpv1.5.0 | Wolfy-J | |
2019-10-12 | - adding 7.4 tests to Travis | Wolfy-J | |
2019-10-12 | - stabilizing unhealthy tests | Wolfy-J | |
2019-10-12 | - dropped support for 7.1 version | Wolfy-J | |
2019-10-12 | - dropped support for 7.1 version | Wolfy-J | |
2019-10-12 | - dropped support for 7.1 version | Wolfy-J | |
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-10-12 | Merge pull request #193 from awprice/health-service | Anton Titov | |
adds a health service for determining the status of the workers | |||
2019-10-12 | adds a health service for determining the status of the workers | Alex 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-10 | Merge pull request #191 from ScullWM/master_phpcsfix | Anton Titov | |
Php cs fixer | |||
2019-10-09 | Php cs fixer | Thomas PEREZ | |
2019-10-02 | Merge pull request #188 from spiral/rryaml_typo | Anton Titov | |
Update .rr.yaml | |||
2019-10-02 | Update .rr.yaml | Valentin V | |
2019-10-02 | Merge pull request #187 from moeinpaki/feature/body-content-on-http-get-request | Anton Titov | |
handle body content on http GET method | |||
2019-09-29 | handle body content on http GET method | Moein Pakkhesal | |
2019-09-16 | Update README.md | Anton Titov | |