Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | config: add file logger options to the `.rr.yaml` and schema2.0.json | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-02-17 | update config | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-02-17 | update config and schema | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2022-01-15 | initial commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-09 | Remove .rr.yaml (provided in the roadrunner-binary repository) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-04 | 🐛 fix(bug): remove php command path validation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-02 | ⚡v2.0.0 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-23 | - Remove unneeded mutex from the `http.Workers` method. | Valery Piashchynski | |
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Add support for parsing env variables in the `.rr.yaml` config | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Update logger plugin. Now it's optional | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-11 | Doc comments | Valery Piashchynski | |
2021-02-07 | Update config | Valery Piashchynski | |
Endure updated to beta.23 Tests update | |||
2021-02-03 | Fix memory leak in the Worker.go | Valery Piashchynski | |
2021-01-25 | Initial commit of the Temporal plugins set | Valery Piashchynski | |
2021-01-25 | Add new Supervisor test in the http plugin | Valery Piashchynski | |
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10) | |||
2021-01-23 | Stabilization PR | Valery Piashchynski | |
2021-01-21 | Allow https to listen on unix sockets | Valery Piashchynski | |
2021-01-21 | Fix headers configs | Valery Piashchynski | |
Update rr.yaml Remove previous stderr messages when they were sent | |||
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-15 | Use uniform snake case in the configs, fix critical issue with wrong | Valery Piashchynski | |
calculation of workers in stack at the Destroy stage | |||
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-13 | Update styly of the .rr.yaml | Valery Piashchynski | |
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process. | |||
2021-01-12 | Few improwements | Valery Piashchynski | |
2021-01-07 | Fix compatibility issues, add tests to the CI | Valery Piashchynski | |
2021-01-05 | Finish implementation of the KV | Valery Piashchynski | |
2020-12-24 | Remove old keys from .rr.yaml | 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-22 | events listeners refactor, CLI initial commit | Valery Piashchynski | |
2020-12-21 | Finish redis plugin | Valery Piashchynski | |
2020-11-27 | Gzip plugin | Valery Piashchynski | |
2020-11-05 | add phpstan config, commented composer analyze in CI | Valery Piashchynski | |
2020-10-26 | mode update | Valery Piashchynski | |
2020-10-13 | Initial commit of RR 2.0v2.0.0-alpha1 | Valery Piashchynski | |
2020-08-27 | Add static header test, update .rr.yaml | Valery Piashchynski | |
2020-05-16 | update RootCA | Valery Piashchynski | |
2020-04-22 | update build, readme, .rr.yaml | Valery Piashchynski | |
2020-02-23 | Merge branch 'rr_1.6.2' into file_watcher_module | Anton Titov | |
2020-02-23 | Update .rr.yaml | Anton Titov | |
2020-02-23 | - sample config | 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-10-02 | Update .rr.yaml | Valentin V | |
2019-07-29 | sample config | Wolfy-J | |
2019-06-29 | Update .rr.yaml | Anton Titov | |
2019-06-27 | Update .rr.yaml | Anton Titov | |
2019-06-27 | rr example | Wolfy-J | |
2019-06-25 | Update .rr.yaml | Anton Titov | |
2019-06-24 | polishing fastcgi integration, polishing headers service (splitted from http) | Wolfy-J | |
2019-06-20 | Feature(http): Cors - support exposedHeaders option | Dmitry Patsura | |
2019-06-20 | Feature(http): Introduce CORS middleware | Dmitry Patsura | |