summaryrefslogtreecommitdiff
path: root/plugins/rpc/plugin.go
AgeCommit message (Collapse)Author
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
plugins Fix issue with log channels
2021-01-25resolve #415Valery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-13Update styly of the .rr.yamlValery Piashchynski
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process.
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-20Resolve merge conflictValery Piashchynski
2020-12-20Latest goridge version supportValery Piashchynski
2020-12-14Move to goridge3Valery Piashchynski
2020-12-01golangci linters fixValery Piashchynski
2020-11-13Update testsValery Piashchynski
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
2020-11-05App testValery Piashchynski