Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Fix headers configs | Valery Piashchynski | |
Update rr.yaml Remove previous stderr messages when they were sent | |||
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-19 | Uniform all errors operations | Valery Piashchynski | |
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-19 | Merge pull request #486 from spiral/refactor/better_http_debug_logs | Valery Piashchynski | |
refactor(http): Uniform debug message from the http hanlder | |||
2021-01-19 | Uniform debug message from the http hanlder | Valery Piashchynski | |
Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Fix NPE when .rr.yaml didn't contain HTTP section | Valery Piashchynski | |
Add tests | |||
2021-01-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-15 | Slightly increase timeout for the GHA | Valery Piashchynski | |
2021-01-15 | Reduce number of concurrent iterations on KV public API to 100 | Valery Piashchynski | |
2021-01-15 | Use uniform snake case in the configs, fix critical issue with wrong | Valery Piashchynski | |
calculation of workers in stack at the Destroy stage | |||
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-13 | exclude tests from codecov | Valery Piashchynski | |
2021-01-13 | Update styly of the .rr.yaml | Valery Piashchynski | |
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process. | |||
2021-01-12 | Few improwements | Valery Piashchynski | |
2021-01-07 | Merge pull request #470 from spiral/bugfix/missed-pool-events | Valery Piashchynski | |
[RR2] Bugfix/missed pool events | |||
2021-01-07 | - fixes listeners merge | Wolfy-J | |
2021-01-07 | - reverts logger changes | Wolfy-J | |
2021-01-07 | - reverts logger changes | Wolfy-J | |
2021-01-07 | - fixes bug when pool does not propagate events to given listeners | Wolfy-J | |
2021-01-07 | Fix compatibility issues, add tests to the CI | Valery Piashchynski | |
2021-01-07 | KV, updated, bug fixed, with intergration tests via plugins | Valery Piashchynski | |
2021-01-05 | Fix LGTM warnings, reduce memory allocations when looping over maps | Valery Piashchynski | |
2021-01-05 | Fix golangci warnings | Valery Piashchynski | |
2021-01-05 | Finish implementation of the KV | Valery Piashchynski | |
2021-01-05 | Add dput.cf file for the ubuntu launchpad | Valery Piashchynski | |
Add a lot of comments to the exported functions | |||
2020-12-27 | Util -> Utils | Valery Piashchynski | |
2020-12-26 | Reorganize eventsv2.0.0-beta4 | Valery Piashchynski | |
2020-12-26 | Fix builds on windowsv2.0.0-beta3 | Valery Piashchynski | |
2020-12-26 | Huge tests refactoring. Reduce running time 2-3x times | Valery Piashchynski | |
2020-12-25 | Move root plugins to the pkg | Valery Piashchynski | |
2020-12-25 | goimport-ed plugin.go | Valery Piashchynski | |
2020-12-25 | Initial commit of experiment | Valery Piashchynski | |
2020-12-21 | Move plugins to the roadrunner-plugins repository | Valery Piashchynski | |
2020-12-21 | Merge pull request #459 from spiral/plugin/redisv2.0.0-alpha26 | Valery Piashchynski | |
plugin/redis [reopen] | |||
2020-12-21 | Remove config2 alias | Valery Piashchynski | |
2020-12-21 | Merge pull request #453 from spiral/plugin/redis | Valery Piashchynski | |
Plugin/redis | |||
2020-12-21 | Removed unused function from config | Valery Piashchynski | |
2020-12-21 | Finish redis plugin | Valery Piashchynski | |
2020-12-21 | Remove unused contex from interfaces. Update pool allocator. | Valery Piashchynski | |
2020-12-20 | Sometimes logger log additional event, we should expect this call | Valery Piashchynski | |
2020-12-20 | Resolve merge conflict | Valery Piashchynski | |
2020-12-20 | Merge remote-tracking branch 'origin/2.0' into plugin/redis | Valery Piashchynski | |
# Conflicts: # go.sum # pkg/pipe/pipe_factory_test.go # pkg/pool/static_pool.go # plugins/rpc/plugin.go | |||
2020-12-20 | Latest goridge version support | Valery Piashchynski | |
2020-12-20 | Remove reloadLiveAfterHTTP | Valery Piashchynski | |
2020-12-20 | Reload tests stabilization | Valery Piashchynski | |
2020-12-18 | Move roadrunner payload out of internal to pkgv2.0.0-alpha25 | Valery Piashchynski | |
2020-12-17 | Move config interface to the interfaces folder. Initial redis plugin | Valery Piashchynski | |
structure | |||
2020-12-17 | Redis initial commit | Valery Piashchynski | |
2020-12-17 | Add time to finish reload_plugin_test with 3k files | Valery Piashchynski | |
2020-12-17 | Add some time to finish the tests 20->25 minutes | Valery Piashchynski | |