Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-05 | - Websockets bug fixing and polishing | 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 | - 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 | - Return nil if there are no workers in the requested plugin | 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-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 | - 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 Makefile | Valery Piashchynski | |
- Update arch diagram 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 | - 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 | - Comments | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-27 | - Update all main abstractions | Valery Piashchynski | |
- Desighn a new interfaces responsible for the whole PubSub - New plugin - websockets Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-20 | - Update linters | Valery Piashchynski | |
- Implement base interfaces - Implement BST search algo for the in-memory storage Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-18 | - Add protected connection | Valery Piashchynski | |
- Update arch diagram - Update interfaces Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-14 | Merge changes from master | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-14 | Merge remote-tracking branch 'origin/master' into feature/websockets-plugin | Valery Piashchynski | |
# Conflicts: # plugins/http/plugin.go # plugins/static/etag.go | |||
2021-05-13 | - Update serve logic. Check in the forbidden and allowed before opening | Valery Piashchynski | |
a file Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-13 | - Use static plugin name as const | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-13 | - Update tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-13 | - Remove unsafe casting (replace with a less unsafe) | Valery Piashchynski | |
- Make the static plugin great again (separate plugin) - Revert new behavior Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-12 | - fmd-ed all | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-12 | - Update diagramm | Valery Piashchynski | |
- Remove old code Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-06 | - Update arch diagramm | Valery Piashchynski | |
- Update config Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-05 | - Initial broadcast commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-05-03 | - Initial broadcast commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Make development log colored | Valery Piashchynski | |
- Remove old TODOs Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | Merge branch 'master' into feature/list_of_plulgins | Valery Piashchynski | |
2021-04-30 | - Add Availabler interface implementaion for all plugins | Valery Piashchynski | |
- Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Update Lister implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-29 | - Remove redundand logger implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-29 | - Add new interface to obtain all plugins | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Add r.URL.Path protection | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Update CHANGELOG | Valery Piashchynski | |
- Add tests for the etags functionality Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-28 | - Fix middleware order | Valery Piashchynski | |
- Update tests - Move worker handler into a separate folder with separate package name Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Update defaults | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-26 | - Update default pattern | Valery Piashchynski | |
2021-04-26 | - Totally rework static plugin | Valery Piashchynski | |
- Remove old one, now it is part of the HTTP plugin Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-25 | - Initial commit of the updated static plugin | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |