Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | - Fix bug that after Reset, http handler was witout log listener | Valery Piashchynski | |
2021-04-20 | - Add test cases for the issue 571 | Valery Piashchynski | |
2021-04-20 | - Delay to wait HTTP | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-20 | - Make http.Serve() async | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | - Add tests, update Informer implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-18 | - Add test binaries/exe for the Linux/Windows | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-18 | - Draft implementation of the service plugin | Valery Piashchynski | |
2021-04-06 | - Add new configuration option to the status plugin | Valery Piashchynski | |
2021-04-04 | Merge remote-tracking branch 'origin/master' into ↵ | Valery Piashchynski | |
feature/readiness_probe_healthcheck_endpoint # Conflicts: # go.sum | |||
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-04 | - 🔥 Support Readiness checks (via `/ready`) status plugin endpoint. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-03 | Update test for Logger 'raw' mode | bricelalu | |
2021-04-03 | Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-04-03 | - Add tests and update CHANGELOG | Valery Piashchynski | |
2021-04-03 | test: [Logger] add test for raw mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-03-31 | - Add tests and update CHANGELOG | Valery Piashchynski | |
2021-03-28 | - Fix new linters warnings | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-28 | - Remove debug code | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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-20 | fix(metrics): remove statsProvider from metrics collectors sync.Map | David Štrop | |
Signed-off-by: David Štrop <[email protected]> | |||
2021-03-16 | 🐛 fix issue with strange messages in the http body when max request | Valery Piashchynski | |
reached Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-16 | 🐛 fix issue with strange messages in the http body when max request | Valery Piashchynski | |
size reached. 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-24 | Fix pool behavior, update tests | Valery Piashchynski | |
2021-02-23 | Merge pull request #559 from spiral/log_does_not_show_any_message | Valery Piashchynski | |
fix(various): Small fixes before release | |||
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-22 | Fix args number | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-18 | fix(php): PHP tests to use latest signatures (#550) | Anton Titov | |
2021-02-16 | FMT-ed all files | Valery Piashchynski | |
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 | Use error log-level in tests | 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-16 | Add nil cofig flag in config flags test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Add support for flag overwriting | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-10 | Rewrite container for the workers | Valery Piashchynski | |
Update tests | |||
2021-02-08 | BaseProcess interface as a return type in the worker_watcher,pool and | Valery Piashchynski | |
worker interface | |||
2021-02-07 | Update config | Valery Piashchynski | |
Endure updated to beta.23 Tests update | |||
2021-02-03 | Tests update | Valery Piashchynski | |
2021-02-03 | Add new EXPECT mock logs to the tests | Valery Piashchynski | |
2021-02-03 | Fix memory leak in the Worker.go | 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-27 | Remove ubuntu stuff | Valery Piashchynski | |
Revert docker-compose | |||
2021-01-27 | Move temporal plugin to the temporal repository | Valery Piashchynski | |
2021-01-26 | Code cleanup | 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-25 | resolve #415 | Valery Piashchynski | |
2021-01-24 | Update composer.json | Valery Piashchynski | |
2021-01-24 | Update composer.json for tests (min stability - dev) | Valery Piashchynski | |