Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-09 | - Add support for the file logger with log rotation and compression | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Update Makefile | Valery Piashchynski | |
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-05 | - Initial broadcast commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-03 | - Initial broadcast commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Make development log colored | Valery Piashchynski | |
- Remove old TODOs Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | Merge branch 'master' into feature/list_of_plulgins | Valery Piashchynski | |
2021-04-30 | - Add Availabler interface implementaion for all plugins | Valery Piashchynski | |
- Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-29 | - Remove redundand logger implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-18 | - Draft implementation of the service plugin | Valery Piashchynski | |
2021-04-04 | - Update CHANGELOG | Valery Piashchynski | |
- Check log event by logger (mocked) - Modify Stderr event to be as INFO Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-03 | test: [Logger] add test for raw mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-03-31 | feat: [Logger] add clean mode | bricelalu | |
2021-03-28 | - Fix bug with the worker reallocating during the response | Valery Piashchynski | |
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-13 | Fix typo Info -> Error level | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-13 | - Add ability to print http/https/fcgi to the rr logger under the Info | Valery Piashchynski | |
level - Update tests and CHANGELOG 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-02 | Remove dup mapstructure tags from logger config | Valery Piashchynski | |
2021-02-02 | Update RPC plugin, use hashmap instead of slice to store pluggable | Valery Piashchynski | |
plugins Fix issue with log channels | |||
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-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2020-12-26 | Huge tests refactoring. Reduce running time 2-3x times | Valery Piashchynski | |
2020-12-21 | Move plugins to the roadrunner-plugins repository | Valery Piashchynski | |
2020-12-21 | Remove config2 alias | Valery Piashchynski | |
2020-12-17 | Move config interface to the interfaces folder. Initial redis plugin | Valery Piashchynski | |
structure | |||
2020-12-16 | Add logs config | Valery Piashchynski | |
Reduce number of goroutines since they was locked by mutexes | |||
2020-12-01 | golangci linters fix | Valery Piashchynski | |
2020-11-18 | Handler test | Valery Piashchynski | |
2020-11-13 | Move all interfaces to the separate folder [RPC, METRICS, LOGGER] | Valery Piashchynski | |
RPC for the metrics update to the working state RCP interface renamed to the RPCer | |||
2020-11-05 | Add logger test, add all tests to the CI | Valery Piashchynski | |
2020-11-05 | App test | Valery Piashchynski | |
2020-11-04 | Remove rr errors, replace with spiral errors | Valery Piashchynski | |
2020-11-04 | Update structure, add tests for RPC | Valery Piashchynski | |
2020-10-28 | goimport-ed files | Valery Piashchynski | |
2020-10-28 | - go fmt | Wolfy-J | |
2020-10-28 | - cs fix | Wolfy-J | |
2020-10-28 | - added the ability to suppress logs | Wolfy-J | |
2020-10-28 | - new coloring strategy for names | Wolfy-J | |
2020-10-26 | - working on new cmd and logger setup | Wolfy-J | |