Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | Stabilization PR | Valery Piashchynski | |
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 | Uniform debug message from the http hanlder | Valery Piashchynski | |
Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-07 | Docker is not included into macOS, so, we can't easily run memcached in | Valery Piashchynski | |
the docker for macOS. Excluding memcached tests from macOS for now | |||
2021-01-07 | Fix compatibility issues, add tests to the CI | 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 | Add --version flag | Valery Piashchynski | |
2020-12-26 | Update Dockerfile for the RR2 | Valery Piashchynski | |
2020-12-26 | Correct release.yml autobuildv2.0.0-beta2 | 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 | Initial commit of experiment | Valery Piashchynski | |
2020-12-24 | Remove local replace in the go.mod | Valery Piashchynski | |
2020-12-23 | Initial implementation of serve, reset, workers commands for the RR2 | Valery Piashchynski | |
2020-12-23 | Fix golangci liters | Valery Piashchynski | |
2020-12-22 | events listeners refactor, CLI initial commit | Valery Piashchynski | |
2020-12-08 | Merge changes | Valery Piashchynski | |
2020-12-08 | Merge remote-tracking branch 'origin/master' into 2.0 | Valery Piashchynski | |
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go | |||
2020-12-08 | Add `rr --version` flag support | Paramtamtam | |
2020-10-13 | Initial commit of RR 2.0v2.0.0-alpha1 | Valery Piashchynski | |
2020-05-20 | fix test failings | Valery Piashchynski | |
2020-05-19 | - sample config | Wolfy-J | |
2020-03-03 | Eliminate possible data race | Valery Piashchynski | |
2020-03-03 | Fix typos | Valery Piashchynski | |
Update signals handling mechanism http proper stopping | |||
2020-02-23 | Fix broken imports | Valery Piashchynski | |
2020-02-23 | Add FW to removes and deletes | Valery Piashchynski | |
2020-02-17 | Remove unused errors | Valery Piashchynski | |
Put reload service import in proper place | |||
2020-02-17 | Add reload service | Valery Piashchynski | |
Start to implement Watcher | |||
2020-02-11 | Move pprof from pprof.go to root.go | Valery Piashchynski | |
2020-02-11 | Process error from stop.go cobra CLI | Valery Piashchynski | |
2020-02-11 | Add pprof endpoint | Valery Piashchynski | |
2020-02-10 | Add 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-25 | lint | wppd | |
2019-12-25 | add gzip handler | wppd | |
2019-12-23 | - the ability to specify config via JSON string | Wolfy-J | |
2019-12-23 | - test fixes | Wolfy-J | |
2019-10-12 | adds a health service for determining the status of the workers | Alex 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-06 | golint and go fmt | Wolfy-J | |
2019-06-27 | more rpc methods for app metrics | Wolfy-J | |
2019-06-26 | worker memory usage tracking for http | Wolfy-J | |
2019-06-25 | Feature: Add metrics to limit controller for ↵ | Dmitry Patsura | |
rr_limit_max_execution_time/rr_limit_max_memory | |||
2019-06-25 | prometheus | Wolfy-J | |
2019-06-24 | go fmt | Wolfy-J | |
2019-06-24 | added ability to include external configs | Wolfy-J | |
2019-06-24 | polishing fastcgi integration, polishing headers service (splitted from http) | Wolfy-J | |
2019-06-12 | Feature(rr): Serve - dont ignore error from container.Serve | Dmitry Patsura | |
2019-05-24 | Print errors to stderr | Dmitry Lihachev | |