summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-30Merge branch 'beta' into stableValery Piashchynski
2021-04-30#652 feat(informer): list of active plugins in runtimeValery Piashchynski
#652 feat(informer): list of active plugins in runtime
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-30- Remove local go.mod replaceValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30Merge branch 'beta' into stableValery Piashchynski
2021-04-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Update CHANGELOGv2.1.1Valery 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#651 fix(logger): remove redundant logger interface implementationValery Piashchynski
#651 fix(logger): remove redundant logger interface implementation
2021-04-29- Update CHANGELOGValery 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-29#646 feat(static): completely rework `static` pluginValery Piashchynski
#646 feat(static): completely rework `static` plugin
2021-04-28- Add r.URL.Path protectionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-28Merge remote-tracking branch 'origin/master' into ↵Valery Piashchynski
feature/add_allow_option_to_the_static_plugin
2021-04-28#649 Bump github.com/json-iterator/go from 1.1.10 to 1.1.11Valery Piashchynski
#649 Bump github.com/json-iterator/go from 1.1.10 to 1.1.11
2021-04-28- Add go.sum entryValery 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-28Bump github.com/json-iterator/go from 1.1.10 to 1.1.11dependabot[bot]
Bumps [github.com/json-iterator/go](https://github.com/json-iterator/go) from 1.1.10 to 1.1.11. - [Release notes](https://github.com/json-iterator/go/releases) - [Commits](https://github.com/json-iterator/go/compare/v1.1.10...v1.1.11) Signed-off-by: dependabot[bot] <[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- Bump golang version in the go.modValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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]>
2021-04-23- Update github actions golangci version to 1.39v2.1.0Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-23- Add additional log messagesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-23- Add additional log messagesValery Piashchynski
2021-04-23#643 feat(kv): kv plugin stabilizationValery Piashchynski
#643 feat(kv): kv plugin stabilization
2021-04-23- Update arch drawio fileValery Piashchynski
- Update comments Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Add redis driverValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Rework storage driversValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Implement tests for the KVValery Piashchynski
- Implement Storage interface for the boltdb,memory,memcached drivers Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- General interface, update RPC and Has/Set methodsValery Piashchynski
2021-04-20- Add placeholder for the service tests for Windows/macOSValery Piashchynski
2021-04-20- Service plugin tests are Linux specificValery Piashchynski
2021-04-20#638 fix(http): Make a Serve function in the `http` plugin asynchronousv2.1.0-beta.3Valery Piashchynski
#638 fix(http): Make a Serve function in the `http` plugin asynchronous
2021-04-20- Delay for the http pluginValery Piashchynski
2021-04-20- Update CHANGELOGValery Piashchynski
2021-04-20- Fix bug that after Reset, http handler was witout log listenerValery Piashchynski
2021-04-20- Add test cases for the issue 571Valery Piashchynski
2021-04-20- Delay to wait HTTPValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-20- Make http.Serve() asyncValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-20#637 Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0Valery Piashchynski
Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0
2021-04-20Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/gofiber/fiber/v2-2.8.0