summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-18- update example in README.mdWolfy-J
Signed-off-by: Wolfy-J <[email protected]>
2021-02-17Merge pull request #548 from spiral/rc.3-releasev2.0.0-RC.3Valery Piashchynski
release(RC.3): RC.3 release
2021-02-17Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-17Merge pull request #547 from spiral/parse_env_variablesValery Piashchynski
feat(config): Parse env variables in the config
2021-02-16FMT-ed all filesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Add support for parsing env variables in the `.rr.yaml` configValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Merge pull request #546 from spiral/logs_config_optionalValery Piashchynski
feat(logger): Logger plugin now optional (config)
2021-02-16On some test envs with limited resources, goroutine in theValery Piashchynski
Test_Static_Pool_Destroy_And_Close_While_Wait test might be executed after test ends. Add a little bit more time to wait this gorotutine Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Use error log-level in testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update logger plugin. Now it's optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Merge pull request #544 from spiral/add_support_for_overwrite_flagValery Piashchynski
feat(config): Add support for the overwriting config values
2021-02-16Add nil cofig flag in config flags testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Add support for flag overwritingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-12Merge pull request #542 from SerafimArts/feature/actualize-composer-dependenciesValery Piashchynski
feat(composer): Actualize composer.json dependencies
2021-02-12Add spiral/roadrunner-cli tool and spiral/roadrunner-http PSR layerKirill Nesmeyanov
2021-02-11Merge pull request #530 from spiral/release_stabilizationv2.0.0-RC.1Valery Piashchynski
stabilization(RC): rc stabilization
2021-02-11Doc commentsValery Piashchynski
2021-02-11Merge remote-tracking branch 'origin/master' into release_stabilizationValery Piashchynski
2021-02-11Merge pull request #539 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/olekukonko/tablewriter-0.0.5 Bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5
2021-02-11Bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5dependabot[bot]
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](https://github.com/olekukonko/tablewriter/compare/v0.0.4...v0.0.5) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-10Fix linters warningsValery Piashchynski
2021-02-10Merge remote-tracking branch 'origin/master' into release_stabilizationValery Piashchynski
# Conflicts: # go.sum
2021-02-10Rewrite container for the workersValery Piashchynski
Update tests
2021-02-09Merge pull request #538 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.5.0 Bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0
2021-02-09Bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.4.1...v2.5.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-08BaseProcess interface as a return type in the worker_watcher,pool andValery Piashchynski
worker interface
2021-02-08Merge pull request #536 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/yookoala/gofast-0.5.0 Bump github.com/yookoala/gofast from 0.4.0 to 0.5.0
2021-02-08Bump github.com/yookoala/gofast from 0.4.0 to 0.5.0dependabot[bot]
Bumps [github.com/yookoala/gofast](https://github.com/yookoala/gofast) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/yookoala/gofast/releases) - [Commits](https://github.com/yookoala/gofast/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-08Push worker to the stack typoValery Piashchynski
2021-02-08Rewrite stack.Get operation w/o recursion callsValery Piashchynski
Add fast and slow paths
2021-02-07Update configValery Piashchynski
Endure updated to beta.23 Tests update
2021-02-06Correct memcached Plugin RPC methods (remove redundant checks, userValery Piashchynski
errors.E)
2021-02-05Faster toString convertation (only for the english)Valery Piashchynski
2021-02-05Update CIValery Piashchynski
2021-02-05Correct windows workfloValery Piashchynski
2021-02-05Attempt to configure windows CIValery Piashchynski
2021-02-05fmt-edValery Piashchynski
2021-02-05handle worker state before sending to the execValery Piashchynski
2021-02-04pre-rc stabilization of the interfaces and internal codeValery Piashchynski
2021-02-04Merge pull request #528 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.5.0 Bump github.com/go-redis/redis/v8 from 8.4.11 to 8.5.0
2021-02-04Bump github.com/go-redis/redis/v8 from 8.4.11 to 8.5.0dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.11 to 8.5.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.4.11...v8.5.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-04Merge pull request #526 from spiral/fix/memory_leaksv2.0.0-beta.24Valery Piashchynski
bug(leak): workers memory leak
2021-02-04Update branches for the codeqlValery Piashchynski
2021-02-04Update bors.tomlValery Piashchynski
2021-02-04Merge remote-tracking branch 'origin/roadrunner-core' into fix/memory_leaksValery Piashchynski
2021-02-04Merge pull request #527 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.2 Bump github.com/alicebob/miniredis/v2 from 2.14.1 to 2.14.2
2021-02-04Bump github.com/alicebob/miniredis/v2 from 2.14.1 to 2.14.2dependabot[bot]
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](https://github.com/alicebob/miniredis/compare/v2.14.1...v2.14.2) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-03Increase channel cap for the testsValery Piashchynski