summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-02-03Tests updateValery Piashchynski
2021-02-03Add new EXPECT mock logs to the testsValery Piashchynski
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-02-02Merge pull request #522 from spiral/fix/named_loggerv2.0.0-beta.22Valery Piashchynski
bug(logger): Incorrect parsing of nested log levels
2021-02-02Move worker states out of internalValery Piashchynski
2021-02-02Bump endure dependencyValery Piashchynski
2021-02-02Merge pull request #523 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.4.1 Bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
2021-02-02Bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.4.0...v2.4.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-02Remove dup mapstructure tags from logger configValery Piashchynski
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
plugins Fix issue with log channels
2021-02-02Update .gitignoreValery Piashchynski
2021-02-01Merge pull request #517 from ↵v2.0.0-beta.21Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.4.0 Bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
2021-02-01Merge branch 'roadrunner-core' into ↵Valery Piashchynski
dependabot/go_modules/github.com/gofiber/fiber/v2-2.4.0
2021-02-01Merge pull request #518 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/shirou/gopsutil-3.21.1incompatible Bump github.com/shirou/gopsutil from 3.20.12+incompatible to 3.21.1+incompatible
2021-02-01Merge pull request #519 from spiral/feature/composer-metapackageKirill Nesmeyanov
Composer metapackage and binary removing
2021-02-01Merge remote-tracking branch 'origin/roadrunner-core' into roadrunner-coreSerafimArts
2021-02-01Make spiral/roadrunner metapackageSerafimArts
2021-02-01Bump github.com/shirou/gopsutildependabot[bot]
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.20.12+incompatible to 3.21.1+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.20.12...v3.21.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-02-01Bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.3.3...v2.4.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-29Merge pull request #512 from spiral/fix/command_limitationValery Piashchynski
fix(server): remove command limitaion
2021-01-29Update commentValery Piashchynski
2021-01-29Update plugin.goValery Piashchynski
2021-01-28Merge pull request #508 from spiral/refactor/roadrunner-corev2.0.0-beta19Valery Piashchynski
fix(tests): Remove the rest of the temporal