summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-07- Add metrics exporter for the workersValery Piashchynski
- Add metrics for the request duration and request count - Add tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Remove tools folderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-06Update dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05#706 feat(CI): add `Windows` github actions CIValery Piashchynski
#706 feat(CI): add `Windows` github actions CI
2021-06-05- Remove storage tests (Linux)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage as unusedValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove incorrect test with racesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Add Windows github actionsValery Piashchynski
- Update tests, fix Windows issues Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05#705 feat(websockets): bug fixing and polishingValery Piashchynski
#705 feat(websockets): bug fixing and polishing
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-06-05- Websockets bug fixing and polishingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-03#702 fix(fcgi): use fcgi server in the `applyMiddlewares` for the `serveFCGI`Valery Piashchynski
#702 fix(fcgi): use fcgi server in the `applyMiddlewares` for the `serveFCGI`
2021-06-03- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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
- Add tests
2021-06-03#700 fix(bug): do not write internal error to the users responseWriterValery Piashchynski
#700 fix(bug): do not write internal error to the users responseWriter
2021-06-03- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-03- Add internal_error_code optionValery Piashchynski
- Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-03- Do not write an error into the responseWriter if this is internalValery Piashchynski
error - Handle SoftJob error Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02#699 fix(bug): return `nil` if there are no workers in the requested pluginv2.3.0-beta.1Valery Piashchynski
#699 fix(bug): return `nil` if there are no workers in the requested plugin
2021-06-02- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Additional Informer testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Return nil if there are no workers in the requested pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02#698 feat(ws): replace `json` with binary flatbuffersValery Piashchynski
#698 feat(ws): replace `json` with binary flatbuffers
2021-06-02- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Remove redundand binary marshaler for the flatbuffersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-02- Switch from the json to flatbuffersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-01- Initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-01#660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2Valery Piashchynski
#660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2
2021-05-31- Add more ws testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-31- Implement resetter and informerValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-31- Rework access_validatorsValery Piashchynski
- WS plugin uses it's own pool to handle requests on the /ws (or any user-defined) endpoint - Ability to write custom validators Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-30- Do not use response.writer in hijacked connectionValery Piashchynski
- Remove atomics from the ws Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-30- Remove unused importValery Piashchynski
2021-05-30- Remove old fiber-gzip middlewareValery Piashchynski
2021-05-29- Update channel plugin interfacesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-29- Add new internal plugin - channel. Which used to deliver messages fromValery Piashchynski
the ws plugin to the http directly Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- PubAsync testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Include ws tests into MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Include ws-storage tests into ciValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Tests for the ws-redis, ws-memoryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Add more tests for the BST storageValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Update codecovValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Linters warnings fixValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Tests for the BST algoValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Add websockets tests to the CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Update MakefileValery Piashchynski
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Downgrade golangci-lint versionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- remove memory and cpu limits from the docker-compose.yamlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>