summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09#715 feat(protocol): use protobuf for the `kv` and `websockets` RPC callsv2.3.0-beta.3Valery Piashchynski
2021-06-09- Update CHANGELOGValery Piashchynski
2021-06-09- Update CHANGELOGValery Piashchynski
2021-06-09- Switch to the new goridge v3.1 which supports PROTOBUFValery Piashchynski
2021-06-09#714 feat(logger): file logger with log rotation supportValery Piashchynski
2021-06-09- Slightly improve rpc methods errorsValery Piashchynski
2021-06-09- Update CHANGELOGValery Piashchynski
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
2021-06-09#713 feat(server): path scan for a potential file pathValery Piashchynski
2021-06-09- Add mock logger expected stringValery Piashchynski
2021-06-09- Do not run CI on .md files changesValery Piashchynski
2021-06-09- Update CHANGELOGValery Piashchynski
2021-06-09- Update regexValery Piashchynski
2021-06-09- Add more testsValery Piashchynski
2021-06-09- Github CI fixValery Piashchynski
2021-06-09- Update CI (add new tests)Valery Piashchynski
2021-06-08#712 feat(ws, kv): switch from the `flatbuffers` to the `protobuf`v2.3.0-beta.2Valery Piashchynski
2021-06-08- Add protobuf versioningValery Piashchynski
2021-06-08- Move ws memory pub-sub plugin into the websockets folderValery Piashchynski
2021-06-08- Switch from the flatbuffers to the protobufValery Piashchynski
2021-06-08#710 feat(metrics): make `workers_hanler` listener events asyncValery Piashchynski
2021-06-08Merge branch 'master' into feature/expose_http_metricsValery Piashchynski
2021-06-08- Make listener push async in the worker_handlerValery Piashchynski
2021-06-08#709 feat(metrics): expose HTTP metricsValery Piashchynski
2021-06-07- Remove git checkout HEAD2 from the CodeQL as no longer necessaryValery Piashchynski
2021-06-07- Update CHANGELOGValery Piashchynski
2021-06-07- Add metrics exporter for the workersValery Piashchynski
2021-06-06Remove tools folderValery Piashchynski
2021-06-06Update dependenciesValery Piashchynski
2021-06-05#706 feat(CI): add `Windows` github actions CIValery Piashchynski
2021-06-05- Remove storage tests (Linux)Valery Piashchynski
2021-06-05- Remove storage testsValery Piashchynski
2021-06-05- Remove storage as unusedValery Piashchynski
2021-06-05- Remove incorrect test with racesValery Piashchynski
2021-06-05- Add Windows github actionsValery Piashchynski
2021-06-05#705 feat(websockets): bug fixing and polishingValery Piashchynski
2021-06-05- Switch to better gzip middleware (performance)Valery Piashchynski
2021-06-05- Websockets bug fixing and polishingValery Piashchynski
2021-06-03#702 fix(fcgi): use fcgi server in the `applyMiddlewares` for the `serveFCGI`Valery Piashchynski
2021-06-03- Update CHANGELOGValery Piashchynski
2021-06-03Merge remote-tracking branch 'origin/master' into bug/fcgi_leads_to_npeValery Piashchynski
2021-06-03- Use fcgi in the applyMiddlewares for the fcgi, not httpsValery Piashchynski
2021-06-03#700 fix(bug): do not write internal error to the users responseWriterValery Piashchynski
2021-06-03- Update CHANGELOGValery Piashchynski
2021-06-03- Add internal_error_code optionValery Piashchynski
2021-06-03- Do not write an error into the responseWriter if this is internalValery Piashchynski
2021-06-02#699 fix(bug): return `nil` if there are no workers in the requested pluginv2.3.0-beta.1Valery Piashchynski
2021-06-02- Update CHANGELOGValery Piashchynski
2021-06-02- Additional Informer testsValery Piashchynski
2021-06-02- Return nil if there are no workers in the requested pluginValery Piashchynski