Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | - Update Lister implementation | Valery Piashchynski | |
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-29 | - Add new interface to obtain all plugins | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Add r.URL.Path protection | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Update CHANGELOG | Valery Piashchynski | |
- Add tests for the etags functionality Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Fix middleware order | Valery Piashchynski | |
- Update tests - Move worker handler into a separate folder with separate package name Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Update defaults | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Update default pattern | Valery Piashchynski | |
2021-04-26 | - Totally rework static plugin | Valery Piashchynski | |
- Remove old one, now it is part of the HTTP plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-25 | - Initial commit of the updated static plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-23 | - Add additional log messages | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-23 | - Add additional log messages | Valery Piashchynski | |
2021-04-23 | - Update arch drawio file | Valery Piashchynski | |
- Update comments Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - Add redis driver | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - Rework storage drivers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - Implement tests for the KV | Valery Piashchynski | |
- Implement Storage interface for the boltdb,memory,memcached drivers Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-22 | - General interface, update RPC and Has/Set methods | Valery Piashchynski | |
2021-04-20 | - Fix bug that after Reset, http handler was witout log listener | Valery Piashchynski | |
2021-04-20 | - Make http.Serve() async | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | - Add command information to the `./rr workers` info | 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-19 | - Fix gosimple warnings | 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 | - Add more comments to the code | Valery Piashchynski | |
2021-04-18 | - Draft implementation of the service plugin | Valery Piashchynski | |
2021-04-18 | - Initia service plugin commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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 | - Config: Add the ability to pass General config options to any plugin | Valery Piashchynski | |
2021-04-03 | test: [Logger] add test for raw mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-03-31 | - Config: Add the ability to pass General config options to any plugin | Valery Piashchynski | |
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-20 | - Fix CI in the PR | Valery Piashchynski | |
- Fix type in the metrics plugin Register method | |||
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-16 | 👷 Correct the http internal redirect code | Valery Piashchynski | |
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-03-13 | Make a ROOT_CA path optional | 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]> |