summaryrefslogtreecommitdiff
path: root/plugins/http/plugin.go
AgeCommit message (Expand)Author
2021-09-16Move plugins to a separate repositoryValery Piashchynski
2021-08-14Update broadcast tests, add redis flusing. Initial impl of the jobValery Piashchynski
2021-07-11Update informer interface to return slice of pointers (do not over-copyValery Piashchynski
2021-06-23- Swithc from value to pointer to the pool configuration. InterfaceValery Piashchynski
2021-06-07- Add metrics exporter for the workersValery Piashchynski
2021-06-05- Websockets bug fixing and polishingValery Piashchynski
2021-06-03- Add internal_error_code optionValery Piashchynski
2021-05-31- Rework access_validatorsValery Piashchynski
2021-05-30- Do not use response.writer in hijacked connectionValery Piashchynski
2021-05-29- Update channel plugin interfacesValery Piashchynski
2021-05-29- Add new internal plugin - channel. Which used to deliver messages fromValery Piashchynski
2021-05-27- Move bst to the pkg folderValery Piashchynski
2021-05-14Merge changes from masterValery Piashchynski
2021-05-13- Remove unsafe casting (replace with a less unsafe)Valery Piashchynski
2021-04-30- Update CHANGELOGValery Piashchynski
2021-04-30- Update Lister implementationValery Piashchynski
2021-04-28- Add r.URL.Path protectionValery Piashchynski
2021-04-28- Update CHANGELOGValery Piashchynski
2021-04-28- Fix middleware orderValery Piashchynski
2021-04-26- Totally rework static pluginValery Piashchynski
2021-04-20- Fix bug that after Reset, http handler was witout log listenerValery Piashchynski
2021-04-20- Make http.Serve() asyncValery Piashchynski
2021-04-19- Add tests, update Informer implementationValery Piashchynski
2021-04-06- Add new configuration option to the status pluginValery Piashchynski
2021-04-04- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.Valery Piashchynski
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
2021-03-16👷 Correct the http internal redirect codeValery Piashchynski
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
2021-03-13Make a ROOT_CA path optionalValery Piashchynski
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
2021-02-08BaseProcess interface as a return type in the worker_watcher,pool andValery Piashchynski
2021-02-07Update configValery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-24Update Pool and WorkerWatcher interfacesValery 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
2021-01-19Uniform all errors operationsValery Piashchynski
2021-01-19Merge pull request #486 from spiral/refactor/better_http_debug_logsValery Piashchynski
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
2021-01-18Fix NPE when .rr.yaml didn't contain HTTP sectionValery Piashchynski
2021-01-18Fix incorrectly set environment variables in the server pluginValery Piashchynski
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski
2021-01-05Add dput.cf file for the ubuntu launchpadValery Piashchynski
2020-12-27Util -> UtilsValery Piashchynski
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
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski