summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-03Merge pull request #620 from ↡Valery Piashchynski
spiral/dependabot/go_modules/github.com/shirou/gopsutil-3.21.3incompatible Bump github.com/shirou/gopsutil from 3.21.2+incompatible to 3.21.3+incompatible
2021-04-03Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-modebricelalu
2021-04-03Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-04-03- Add tests and update CHANGELOGValery Piashchynski
2021-04-03- Config: Add the ability to pass General config options to any pluginValery Piashchynski
2021-04-03test: [Logger] add test for raw modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-04-02Bump github.com/shirou/gopsutildependabot[bot]
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.2+incompatible to 3.21.3+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.2...v3.21.3) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-31Merge pull request #618 from spiral/bug/temporal_worker_graceful_stopValery Piashchynski
feat(config): Add the ability to provide general configuration to every plugin
2021-03-31- Add tests and update CHANGELOGValery Piashchynski
2021-03-31- Config: Add the ability to pass General config options to any pluginValery Piashchynski
2021-03-31feat: [Logger] add clean modebricelalu
2021-03-29Merge pull request #616 from ↡Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.7.1 Bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1
2021-03-29Bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.6.0...v2.7.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-29Merge pull request #615 from spiral/slow_last_executionValery Piashchynski
πŸ› fix(bug): slow last response when reached `max_jobs` limit
2021-03-28- Fix new linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-28- Remove debug codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-28- Update CHANGELOGValery Piashchynski
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-28Merge pull request #612 from ↡Valery Piashchynski
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.8.0 Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0
2021-03-25Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.7.1 to 8.8.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.7.1...v8.8.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-20Merge pull request #608 from dstrop/config-metrics-fixValery Piashchynski
fix(metrics): remove statsProvider from metrics collectors sync.Map
2021-03-20- Add contributor to the CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-20- Update CHANGELOGValery Piashchynski
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-20- Fix CI in the PRValery Piashchynski
- Fix type in the metrics plugin Register method
2021-03-20fix(metrics): remove statsProvider from metrics collectors sync.MapDavid Ε trop
Signed-off-by: David Ε trop <[email protected]>
2021-03-19Merge pull request #605 from ↡Valery Piashchynski
spiral/dependabot/go_modules/github.com/prometheus/client_golang-1.10.0 Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0
2021-03-19Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0dependabot[bot]
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-17Update README.mdAnton Titov
2021-03-17Update README.mdAnton Titov
2021-03-17Update README.mdAnton Titov
2021-03-16Merge pull request #599 from ↡Valery Piashchynski
spiral/strange_error_message_when_req_size_is_too_large πŸ› fix(http): issue with strange messages in the http body when max request size reached
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]>