summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2021-05-13- Remove unsafe casting (replace with a less unsafe)Valery Piashchynski
2021-05-06- Fix bug with exec_ttlValery Piashchynski
2021-04-30- Make development log coloredValery Piashchynski
2021-04-28- Update CHANGELOGValery Piashchynski
2021-04-20- Make http.Serve() asyncValery Piashchynski
2021-04-19- Add command information to the `./rr workers` infoValery Piashchynski
2021-04-19- Add tests, update Informer implementationValery Piashchynski
2021-04-04- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.Valery Piashchynski
2021-03-28- Remove debug codeValery Piashchynski
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
2021-03-02âš¡v2.0.0Valery Piashchynski
2021-02-24Fix pool behavior, update testsValery Piashchynski
2021-02-16Add support for parsing env variables in the `.rr.yaml` configValery Piashchynski
2021-02-16On some test envs with limited resources, goroutine in theValery Piashchynski
2021-02-16Add support for flag overwritingValery Piashchynski
2021-02-11Doc commentsValery Piashchynski
2021-02-10Fix linters warningsValery Piashchynski
2021-02-10Rewrite container for the workersValery Piashchynski
2021-02-08BaseProcess interface as a return type in the worker_watcher,pool andValery Piashchynski
2021-02-08Push worker to the stack typoValery Piashchynski
2021-02-08Rewrite stack.Get operation w/o recursion callsValery Piashchynski
2021-02-07Update configValery Piashchynski
2021-02-06Correct memcached Plugin RPC methods (remove redundant checks, userValery Piashchynski
2021-02-05Faster toString convertation (only for the english)Valery 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-03Increase channel cap for the testsValery Piashchynski
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-02-02Move worker states out of internalValery Piashchynski
2021-01-25Add new Supervisor test in the http pluginValery Piashchynski
2021-01-24Fix TestSupervisedPool_MaxMemoryReached testValery Piashchynski
2021-01-24Test pipeline for the go 1.11,1.12,1.13,1.14 and recent versionValery Piashchynski
2021-01-24Docs updateValery Piashchynski
2021-01-24Add simple workflow documentationValery Piashchynski
2021-01-24TestSupervisedPool_MaxMemoryReached increase time for the GHA toValery Piashchynski
2021-01-24Update Pool and WorkerWatcher interfacesValery Piashchynski
2021-01-23interfaces folder deprecatedValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Fix headers configsValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
2021-01-18Update CIValery Piashchynski
2021-01-18Fix incorrectly set environment variables in the server pluginValery Piashchynski
2021-01-15Add SpawnWorker tests to the pipes and socketsValery Piashchynski
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
2021-01-15gofmt stack_test.goValery Piashchynski
2021-01-15Update worker_watcher stack testsValery Piashchynski
2021-01-15Move stack data structure to the separate fileValery Piashchynski
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski