Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-03 | Merge remote-tracking branch 'origin/master' into bug/fcgi_leads_to_npe | Valery Piashchynski | |
2021-06-03 | - Use fcgi in the applyMiddlewares for the fcgi, not https | Valery Piashchynski | |
- Add tests | |||
2021-06-03 | #700 fix(bug): do not write internal error to the users responseWriter | Valery Piashchynski | |
#700 fix(bug): do not write internal error to the users responseWriter | |||
2021-06-03 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-03 | - Add internal_error_code option | Valery Piashchynski | |
- Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-03 | - Do not write an error into the responseWriter if this is internal | Valery 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.1 | Valery Piashchynski | |
#699 fix(bug): return `nil` if there are no workers in the requested plugin | |||
2021-06-02 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-02 | - Additional Informer tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-02 | - Return nil if there are no workers in the requested plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-02 | #698 feat(ws): replace `json` with binary flatbuffers | Valery Piashchynski | |
#698 feat(ws): replace `json` with binary flatbuffers | |||
2021-06-02 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-02 | - Remove redundand binary marshaler for the flatbuffers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-02 | - Switch from the json to flatbuffers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-01 | - Initial commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-01 | #660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2 | Valery Piashchynski | |
#660 feat(plugin): `broadcast` and `broadcast-ws` plugins update to RR2 | |||
2021-05-31 | - Add more ws tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-31 | - Implement resetter and informer | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-31 | - Rework access_validators | Valery 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 connection | Valery Piashchynski | |
- Remove atomics from the ws Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-30 | - Remove unused import | Valery Piashchynski | |
2021-05-30 | - Remove old fiber-gzip middleware | Valery Piashchynski | |
2021-05-29 | - Update channel plugin interfaces | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-29 | - Add new internal plugin - channel. Which used to deliver messages from | Valery Piashchynski | |
the ws plugin to the http directly Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - PubAsync tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - Include ws tests into Makefile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - Include ws-storage tests into ci | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - Tests for the ws-redis, ws-memory | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-28 | - Add more tests for the BST storage | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Update codecov | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Linters warnings fix | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Tests for the BST algo | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Add websockets tests to the CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Update Makefile | Valery Piashchynski | |
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Downgrade golangci-lint version | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - remove memory and cpu limits from the docker-compose.yaml | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Add more documetation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - go.sum update | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | Merge remote-tracking branch 'origin/master' into feature/websockets-plugin | Valery Piashchynski | |
# Conflicts: # go.sum | |||
2021-05-27 | - Move bst to the pkg folder | Valery Piashchynski | |
- Add comments - Fix all golangci-lint warnings Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | #693 Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0 | Valery Piashchynski | |
#693 Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0 | |||
2021-05-27 | Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0 | dependabot[bot] | |
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.3 to 8.9.0. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v8.8.3...v8.9.0) Signed-off-by: dependabot[bot] <[email protected]> | |||
2021-05-27 | #692 Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5 | Valery Piashchynski | |
#692 Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5 | |||
2021-05-27 | Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5 | dependabot[bot] | |
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](https://github.com/alicebob/miniredis/compare/v2.14.4...v2.14.5) Signed-off-by: dependabot[bot] <[email protected]> | |||
2021-05-27 | - Merge | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | Merge remote-tracking branch 'origin/master' into feature/websockets-plugin | Valery Piashchynski | |
# Conflicts: # go.mod # go.sum | |||
2021-05-27 | - Update go.mod/sum | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Comments | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |