summaryrefslogtreecommitdiff
path: root/plugins/gzip
AgeCommit message (Collapse)Author
2021-08-17Update Resetter plugin, remove old and unused codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Switch to better gzip middleware (performance)Valery Piashchynski
- Use EXISTS to check of the particular topic exists in the redis cluster instead of SMEMBERS Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update Lister implementationValery Piashchynski
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-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-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-16Use ERROR log level everywhere. Remove unused code from Reload pluginValery Piashchynski
2020-12-15Tests fixedValery Piashchynski
2020-12-15Update worker_watcher, psr-worker for gzip moved to the testsValery Piashchynski
2020-12-01golangci linters fixValery Piashchynski
2020-11-30Static plugin initial commitValery Piashchynski
2020-11-27Gzip pluginValery Piashchynski