summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2022-03-16cmd: update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2022-01-15initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-27Move temporal plugin to the temporal repositoryValery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-07Docker is not included into macOS, so, we can't easily run memcached inValery Piashchynski
the docker for macOS. Excluding memcached tests from macOS for now
2021-01-07Fix compatibility issues, add tests to the CIValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski
2021-01-05Add dput.cf file for the ubuntu launchpadValery Piashchynski
Add a lot of comments to the exported functions
2020-12-27Util -> UtilsValery Piashchynski
2020-12-26Add --version flagValery Piashchynski
2020-12-26Update Dockerfile for the RR2Valery Piashchynski
2020-12-26Correct release.yml autobuildv2.0.0-beta2Valery Piashchynski
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-25Move root plugins to the pkgValery Piashchynski
2020-12-25Initial commit of experimentValery 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-22events listeners refactor, CLI initial commitValery Piashchynski
2020-12-08Merge changesValery Piashchynski
2020-12-08Merge remote-tracking branch 'origin/master' into 2.0Valery Piashchynski
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go
2020-12-08Add `rr --version` flag supportParamtamtam
2020-10-13Initial commit of RR 2.0v2.0.0-alpha1Valery Piashchynski
2020-05-20fix test failingsValery Piashchynski
2020-05-19- sample configWolfy-J
2020-03-03Eliminate possible data raceValery Piashchynski
2020-03-03Fix typosValery Piashchynski
Update signals handling mechanism http proper stopping
2020-02-23Fix broken importsValery Piashchynski
2020-02-23Add FW to removes and deletesValery Piashchynski
2020-02-17Remove unused errorsValery Piashchynski
Put reload service import in proper place
2020-02-17Add reload serviceValery Piashchynski
Start to implement Watcher
2020-02-11Move pprof from pprof.go to root.goValery Piashchynski
2020-02-11Process error from stop.go cobra CLIValery Piashchynski
2020-02-11Add pprof endpointValery Piashchynski
2020-02-10Add go.sum to VCS (it contains hashes, so, should be commited)Valery Piashchynski
Return and process error from cprint and exit.go functions Update build.sh, remove LDFLAGS and CGO directives
2019-12-25lintwppd
2019-12-25add gzip handlerwppd
2019-12-23- the ability to specify config via JSON stringWolfy-J
2019-12-23- test fixesWolfy-J
2019-10-12adds a health service for determining the status of the workersAlex Price
This commit adds a health service which ensures that at least one worker is active. Uses `isActive()` to determine if the worker is ready. The health service runs on a seperate address. Will return a HTTP 200 if health, HTTP 500 otherwise. Fixes #192 Signed-off-by: Alex Price <[email protected]>
2019-09-06golint and go fmtWolfy-J
2019-06-27more rpc methods for app metricsWolfy-J
2019-06-26worker memory usage tracking for httpWolfy-J
2019-06-25Feature: Add metrics to limit controller for ↵Dmitry Patsura
rr_limit_max_execution_time/rr_limit_max_memory
2019-06-25prometheusWolfy-J
2019-06-24go fmtWolfy-J