summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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]>
2021-02-16Add support for flag overwritingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-10Rewrite container for the workersValery Piashchynski
Update tests
2021-02-08BaseProcess interface as a return type in the worker_watcher,pool andValery Piashchynski
worker interface
2021-02-07Update configValery Piashchynski
Endure updated to beta.23 Tests update
2021-02-06Correct memcached Plugin RPC methods (remove redundant checks, userValery Piashchynski
errors.E)
2021-02-03Tests updateValery Piashchynski
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-02-02Move worker states out of internalValery Piashchynski
2021-02-02Remove dup mapstructure tags from logger configValery Piashchynski
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
plugins Fix issue with log channels
2021-01-29Update commentValery Piashchynski
2021-01-29Update plugin.goValery Piashchynski
2021-01-27Move temporal plugin to the temporal repositoryValery Piashchynski
2021-01-26Attempt to fix data race in the Test_WorkerError_DisasterRecovery_HeavyValery Piashchynski
test
2021-01-26Code cleanupValery Piashchynski
2021-01-25Fix map LoadAndDelete method for a sync.Map in go1.14Valery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-25Add new Supervisor test in the http pluginValery Piashchynski
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10)
2021-01-25resolve #415Valery Piashchynski
2021-01-24Update Pool and WorkerWatcher interfacesValery Piashchynski
2021-01-24Slightly increase wait time for key delete in the boltdbValery Piashchynski