summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2021-01-25Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/prometheus/client_golang-1.9.0
2021-01-25Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/go-redis/redis/v8-8.4.10
2021-01-25Merge pull request #499 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/stretchr/testify-1.7.0 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
2021-01-25Merge pull request #500 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.10 Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10
2021-01-25Bump github.com/gofiber/fiber/v2 from 2.3.0 to 2.3.3dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.3.0 to 2.3.3. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.3.0...v2.3.3) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-25Bump github.com/mattn/go-runewidth from 0.0.9 to 0.0.10dependabot[bot]
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.9...v0.0.10) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-25Bump github.com/stretchr/testify from 1.6.1 to 1.7.0dependabot[bot]
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-25Bump github.com/go-redis/redis/v8 from 8.4.4 to 8.4.10dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.4 to 8.4.10. - [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.4...v8.4.10) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-25Bump github.com/prometheus/client_golang from 1.7.1 to 1.9.0dependabot[bot]
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.9.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.7.1...v1.9.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-01-23interfaces folder deprecatedValery Piashchynski
2021-01-23Update endure dependency in the go.modValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-07KV, updated, bug fixed, with intergration tests via pluginsValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-25Initial commit of experimentValery Piashchynski
2020-12-24Deps updateValery Piashchynski
2020-12-24Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30Valery Piashchynski
2020-12-24Remove local replace in the go.modValery Piashchynski
2020-12-23Initial implementation of serve, reset, workers commands for the RR2Valery Piashchynski
2020-12-23Fix golangci litersValery Piashchynski
2020-12-22Redisighn factory interface (add event listeners as variadic)v2.0.0-alpha28Valery Piashchynski
2020-12-22events listeners refactor, CLI initial commitValery Piashchynski
2020-12-21Remove mock_log, move it to the roadrunner-pluginsValery Piashchynski
2020-12-21Remove config2 aliasValery Piashchynski
2020-12-21Finish redis pluginValery Piashchynski
2020-12-20Merge changesValery Piashchynski
2020-12-20Merge branch '2.0' into plugin/redisValery Piashchynski
# Conflicts: # go.mod
2020-12-20Add Initial READMEValery Piashchynski
2020-12-20Resolve merge conflictValery Piashchynski
2020-12-20Resolve merge conflictValery Piashchynski
2020-12-20Latest goridge version supportValery Piashchynski
2020-12-17huge refactorValery Piashchynski
2020-12-15Update reloader to support new containerValery Piashchynski
2020-12-14update goridge in go.modValery Piashchynski
2020-12-14Move to goridge3Valery Piashchynski
2020-12-08Merge changesValery Piashchynski
2020-12-04modules updateValery Piashchynski
2020-12-03Initial commit of checker pluginValery Piashchynski
2020-11-27Gzip pluginValery Piashchynski
2020-11-27Add new pool event: EventNoFreeWorkers which indicates than RR can't getValery Piashchynski
worker from the stack during the allowed allocate timeout.
2020-11-25Add mock logger, test for errors in logValery Piashchynski
2020-11-24md5 -> sha512Valery Piashchynski
h2c tests fcgi tests plugin tests updated
2020-11-18Update static_pool_test, add pause for getting workersValery Piashchynski
2020-11-18Add ResetValery Piashchynski
2020-11-17Get http working with new containerValery Piashchynski
2020-11-14Typo in go.modValery Piashchynski
2020-11-13Metrics config testValery Piashchynski
Config proper parsing Add metrics tests to the CI and Makefile
2020-11-13Move all interfaces to the separate folder [RPC, METRICS, LOGGER]Valery Piashchynski
RPC for the metrics update to the working state RCP interface renamed to the RPCer