summaryrefslogtreecommitdiff
path: root/tests/plugins/http
AgeCommit message (Collapse)Author
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-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-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-23interfaces folder deprecatedValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Merge pull request #486 from spiral/refactor/better_http_debug_logsValery Piashchynski
refactor(http): Uniform debug message from the http hanlder
2021-01-19Revert .rr-resetter.yamlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Add a little delay to the TestHTTPNoConfigSection testValery Piashchynski
2021-01-18Fix NPE when .rr.yaml didn't contain HTTP sectionValery Piashchynski
Add tests
2021-01-18Fix golangci lint warningsValery Piashchynski
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2021-01-05Finish implementation of the KVValery Piashchynski
2021-01-05Add dput.cf file for the ubuntu launchpadValery Piashchynski
Add a lot of comments to the exported functions
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-25Move root plugins to the pkgValery Piashchynski
2020-12-25Initial commit of experimentValery Piashchynski