summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-06-05- Websockets bug fixing and polishingValery 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- 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- Return nil if there are no workers in the requested pluginValery 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-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- 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 MakefileValery Piashchynski
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Add more documetationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Move bst to the pkg folderValery Piashchynski
- Add comments - Fix all golangci-lint warnings Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- CommentsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Update all main abstractionsValery Piashchynski
- Desighn a new interfaces responsible for the whole PubSub - New plugin - websockets Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-20- Update lintersValery 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 connectionValery Piashchynski
- Update arch diagram - Update interfaces Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-14Merge changes from masterValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-14Merge remote-tracking branch 'origin/master' into feature/websockets-pluginValery Piashchynski
# Conflicts: # plugins/http/plugin.go # plugins/static/etag.go
2021-05-13- Update serve logic. Check in the forbidden and allowed before openingValery Piashchynski
a file Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-13- Use static plugin name as constValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-13- Update testsValery 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 allValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-12- Update diagrammValery Piashchynski
- Remove old code Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-06- Update arch diagrammValery Piashchynski
- Update config Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-05- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-03- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Make development log coloredValery Piashchynski
- Remove old TODOs Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30Merge branch 'master' into feature/list_of_plulginsValery Piashchynski
2021-04-30- Add Availabler interface implementaion for all pluginsValery Piashchynski
- Add tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update Lister implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Remove redundand logger implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Add new interface to obtain all pluginsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Add r.URL.Path protectionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Update CHANGELOGValery Piashchynski
- Add tests for the etags functionality Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28- Fix middleware orderValery 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 defaultsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-26- Update default patternValery Piashchynski
2021-04-26- Totally rework static pluginValery 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 pluginValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>