summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-13#671 fix(static): revert static pluginv2.2.1Valery Piashchynski
#671 fix(static): revert static plugin
2021-05-13- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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-13#670 fix(makefile): remove old targetsValery Piashchynski
#670 fix(makefile): remove old targets
2021-05-12- Remove old Makefile targetsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-12- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-11Merge pull request #666 Bump github.com/google/flatbuffers from 1.12.0 to 1.12.1Valery Piashchynski
#666 Bump github.com/google/flatbuffers from 1.12.0 to 1.12.1
2021-05-11Bump github.com/google/flatbuffers from 1.12.0 to 1.12.1dependabot[bot]
Bumps [github.com/google/flatbuffers](https://github.com/google/flatbuffers) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/google/flatbuffers/releases) - [Commits](https://github.com/google/flatbuffers/compare/v1.12.0...v1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-07#664 Bump go.uber.org/multierr from 1.6.0 to 1.7.0Valery Piashchynski
#664 Bump go.uber.org/multierr from 1.6.0 to 1.7.0
2021-05-07- Update go.modValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-07Bump go.uber.org/multierr from 1.6.0 to 1.7.0dependabot[bot]
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/multierr/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-07#663 Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0Valery Piashchynski
#663 Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0
2021-05-07- Update go.sumValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-07Bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.8.0...v2.9.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-05-06#662 fix(bug): RR does not respect `debug` mode when `exec_ttl` is setValery Piashchynski
#662 fix(bug): RR does not respect `debug` mode when `exec_ttl` is set
2021-05-06- Remove codecov tokenValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-06- Fix bug with exec_ttlValery Piashchynski
- Update CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
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-30- Update CHANGELOGValery 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]>