summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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- 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- Add placeholder for the service tests for Windows/macOSValery Piashchynski
2021-04-20- Service plugin tests are Linux specificValery Piashchynski
2021-04-20- Delay for the http pluginValery Piashchynski
2021-04-20- Fix bug that after Reset, http handler was witout log listenerValery Piashchynski
2021-04-20- Add test cases for the issue 571Valery Piashchynski
2021-04-20- Delay to wait HTTPValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-20- Make http.Serve() asyncValery 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-18- Add test binaries/exe for the Linux/WindowsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Draft implementation of the service pluginValery Piashchynski
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-03Update test for Logger 'raw' modebricelalu
2021-04-03Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-04-03- Add tests and update CHANGELOGValery Piashchynski
2021-04-03test: [Logger] add test for raw modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-03-31- Add tests and update CHANGELOGValery Piashchynski
2021-03-28- Fix new linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-28- Remove debug codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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-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-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-02-24Fix pool behavior, update testsValery Piashchynski
2021-02-23Merge pull request #559 from spiral/log_does_not_show_any_messageValery 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-22Fix args numberValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-18fix(php): PHP tests to use latest signatures (#550)Anton Titov
2021-02-16FMT-ed all filesValery Piashchynski
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-16Use error log-level in testsValery 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 nil cofig flag in config flags testValery 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-03Tests updateValery Piashchynski
2021-02-03Add new EXPECT mock logs to the testsValery Piashchynski
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
plugins Fix issue with log channels
2021-01-27Remove ubuntu stuffValery Piashchynski
Revert docker-compose