Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-16 | fix: command tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2023-01-15 | update version and tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-11-25 | fix: fix linters warnings | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-11-25 | mod: update deps | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-11-25 | chore: update .rr.yaml, use proper procs number when running in docker | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-03-16 | cmd: update tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-01-15 | initial commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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 | |
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-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 | 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 | |
2019-05-22 | fix stop command | Wolfy-J | |
2019-05-05 | cs | Wolfy-J | |
2019-05-05 | cs | Wolfy-J | |
2019-05-05 | testing limits | Wolfy-J | |
2019-05-04 | renamings | Wolfy-J | |
2019-05-04 | minor cs | Wolfy-J | |
2019-05-04 | sample config | Wolfy-J | |
2019-05-03 | new watchers functionality | Wolfy-J | |
2019-05-03 | new watchers functionality | Wolfy-J | |
2019-05-03 | added pool watcher capability | Wolfy-J | |
2019-05-02 | CS on config | Wolfy-J | |
2019-05-02 | stop command added | Wolfy-J | |
2019-02-21 | Rename MaxRequest config param | valentin v / vvval | |
Added MaxRequestSize param, previous one is marked as deprecated, now they are merged | |||
2019-02-14 | CS | Wolfy-J | |
2019-02-14 | version bump | Wolfy-J | |