summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-04-30Merge branch 'master' into feature/list_of_plulginsValery Piashchynski
2021-04-30- Add Availabler interface implementaion for all pluginsValery Piashchynski
- Add tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update Lister implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Remove redundand logger implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Add new interface to obtain all pluginsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Add r.URL.Path protectionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Update CHANGELOGValery Piashchynski
- Add tests for the etags functionality Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Fix middleware orderValery 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 defaultsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-26- Update default patternValery Piashchynski
2021-04-26- Totally rework static pluginValery 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 pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-23- Add additional log messagesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-23- Add additional log messagesValery Piashchynski
2021-04-23- Update arch drawio fileValery Piashchynski
- Update comments Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Add redis driverValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Rework storage driversValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Implement tests for the KVValery 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 methodsValery Piashchynski
2021-04-20- Fix bug that after Reset, http handler was witout log listenerValery Piashchynski
2021-04-20- Make http.Serve() asyncValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19- Add command information to the `./rr workers` infoValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19- Add tests, update Informer implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19- Fix gosimple warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Add test binaries/exe for the Linux/WindowsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Add more comments to the codeValery Piashchynski
2021-04-18- Draft implementation of the service pluginValery Piashchynski
2021-04-18- Initia service plugin commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-06- Add new configuration option to the status pluginValery Piashchynski
2021-04-04Merge remote-tracking branch 'origin/master' into ↵Valery Piashchynski
feature/readiness_probe_healthcheck_endpoint # Conflicts: # go.sum
2021-04-04- Update CHANGELOGValery 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 pluginValery Piashchynski
2021-04-03test: [Logger] add test for raw modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-03-31- Config: Add the ability to pass General config options to any pluginValery Piashchynski
2021-03-31feat: [Logger] add clean modebricelalu
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-20- Fix CI in the PRValery Piashchynski
- Fix type in the metrics plugin Register method
2021-03-20fix(metrics): remove statsProvider from metrics collectors sync.MapDavid Štrop
Signed-off-by: David Štrop <[email protected]>
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
reached Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
size reached. Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16👷 Correct the http internal redirect codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13Fix typo Info -> Error levelValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
level - Update tests and CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13Make a ROOT_CA path optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-04🐛 fix(bug): remove php command path validationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-02⚡v2.0.0Valery 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-16Add support for parsing env variables in the `.rr.yaml` configValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update logger plugin. Now it's optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>