summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
reached Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
size reached. Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16Merge pull request #597 from spiral/add_redirect_flagValery Piashchynski
👷 correct(http): http internal redirect code changed from 307 to 308
2021-03-16👷 Correct the http internal redirect codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-15Merge pull request #592 from spiral/missed_logger_for_the_http_serverValery Piashchynski
🆕 new(http plugin): HTTP/HTTPS/FCGI servers errors redirected to the RR logger under the Error log level
2021-03-15Merge branch 'master' into missed_logger_for_the_http_serverValery Piashchynski
2021-03-15Merge pull request #594 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.6.0 Bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.6.0
2021-03-15Bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.6.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.5.0...v2.6.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-13Fix typo Info -> Error levelValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
level - Update tests and CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13Merge pull request #591 from spiral/root_ca_should_be_optionalValery Piashchynski
fix(http): make a root_ca optional to start the SSL server
2021-03-13Make a ROOT_CA path optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-12Merge pull request #589 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/hashicorp/go-multierror-1.1.1 Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
2021-03-12Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1dependabot[bot]
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/hashicorp/go-multierror/releases) - [Commits](https://github.com/hashicorp/go-multierror/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-09Merge pull request #580 from spiral/release-v2.0.1v2.0.1Valery Piashchynski
⚡ feat(release): release v2.0.1
2021-03-09Remove .rr.yaml (provided in the roadrunner-binary repository)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Add Release date to the CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Merge branch 'master' into release-v2.0.1Valery Piashchynski
2021-03-09⚡ Update bors scriptValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Downgrade golangci version to 1.37Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Update golang version in CI to 1.16Valery Piashchynski
Update CodeQL branches Bump Endure version to 1.0.0 Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-08Merge pull request #577 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.7.1 Bump github.com/go-redis/redis/v8 from 8.6.0 to 8.7.1
2021-03-08Bump github.com/go-redis/redis/v8 from 8.6.0 to 8.7.1dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.6.0 to 8.7.1. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.6.0...v8.7.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-05Merge pull request #575 from tarampampam/patch-1Valery Piashchynski
Dockerfile deletion
2021-03-05Delete DockerfileParamtamtam
2021-03-04Merge pull request #574 from spiral/bug/incorrect_command_parsingValery Piashchynski
🐛 fix(bug): remove php command path validation
2021-03-04🐛 fix(bug): remove php command path validationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-02⚡v2.0.0Valery Piashchynski
2021-03-02Update README.mdValery Piashchynski
2021-03-02Merge pull request #569 from spiral/feature/release_2.0.0v2.0.0Valery Piashchynski
⚡v2.0.0
2021-03-02⚡v2.0.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-02Merge pull request #567 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/shirou/gopsutil-3.21.2incompatible Bump github.com/shirou/gopsutil from 3.21.1+incompatible to 3.21.2+incompatible
2021-03-02Bump github.com/shirou/gopsutildependabot[bot]
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.1+incompatible to 3.21.2+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.1...v3.21.2) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-24Merge pull request #551 from spiral/rc.4-releasev2.0.0-RC.4Valery Piashchynski
⚡ release(RC.4): Release RC.4
2021-02-24Merge pull request #562 from spiral/supervisor_updateValery Piashchynski
🐛 fix(supervisor): supervisor behavior update
2021-02-24Fix pool behavior, update testsValery Piashchynski
2021-02-23Merge pull request #559 from spiral/log_does_not_show_any_messageValery Piashchynski
fix(various): Small fixes before release
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-23Merge branch 'master' into rc.4-releaseValery Piashchynski
2021-02-22Merge pull request #552 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/yookoala/gofast-0.6.0 Bump github.com/yookoala/gofast from 0.5.0 to 0.6.0
2021-02-22Fix args numberValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-22Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/yookoala/gofast-0.6.0
2021-02-22Merge pull request #553 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.6.0 Bump github.com/go-redis/redis/v8 from 8.5.0 to 8.6.0
2021-02-22Bump github.com/go-redis/redis/v8 from 8.5.0 to 8.6.0dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.5.0...v8.6.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Bump github.com/yookoala/gofast from 0.5.0 to 0.6.0dependabot[bot]
Bumps [github.com/yookoala/gofast](https://github.com/yookoala/gofast) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/yookoala/gofast/releases) - [Commits](https://github.com/yookoala/gofast/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-22Update .golangci, remove deprecated lintersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-22Update dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-18Merge pull request #549 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.3 Bump github.com/alicebob/miniredis/v2 from 2.14.2 to 2.14.3
2021-02-18Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.3
2021-02-18fix(php): PHP tests to use latest signatures (#550)Anton Titov