summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-04-20- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-20Merge branch 'master' into ↵Valery Piashchynski
dependabot/go_modules/github.com/gofiber/fiber/v2-2.8.0
2021-04-20#634 feat(plugin): new plugin `service`v2.1.0-beta.2Valery Piashchynski
feat(plugin): new plugin `service`
2021-04-20Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0dependabot[bot]
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.7.1...v2.8.0) Signed-off-by: dependabot[bot] <[email protected]>
2021-04-19- Add command information to the `./rr workers` infoValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19- Update go.sumValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19Merge remote-tracking branch 'origin/master' into feature/service_pluginValery Piashchynski
# Conflicts: # go.sum
2021-04-19- Add tests, update Informer implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-19Merge pull request #635 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.8.2 Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2
2021-04-19Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2dependabot[bot]
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.0 to 8.8.2. - [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.0...v8.8.2) Signed-off-by: dependabot[bot] <[email protected]>
2021-04-19- Fix gosimple warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Add test binaries/exe for the Linux/WindowsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Add more comments to the codeValery Piashchynski
2021-04-18- Draft implementation of the service pluginValery Piashchynski
2021-04-18- Initia service plugin commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-13upd(README): Add releases scheduleValery Piashchynski
2021-04-06- Update CHANGELOGv2.0.4Valery Piashchynski
2021-04-06Merge pull request #623 from spiral/feature/readiness_probe_healthcheck_endpointValery Piashchynski
🔥 feat(status): Readiness checks
2021-04-06- Add new configuration option to the status pluginValery Piashchynski
2021-04-04- Add go.sum entryValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-04- Update go.modValery Piashchynski
2021-04-04- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-04Merge remote-tracking branch 'origin/master' into ↵Valery Piashchynski
feature/readiness_probe_healthcheck_endpoint # Conflicts: # go.sum
2021-04-04Merge pull request #617 from bricelalu/feat-logger-add-clean-modeValery Piashchynski
feat(log): add "raw" mode
2021-04-04- Update CHANGELOGValery Piashchynski
- Check log event by logger (mocked) - Modify Stderr event to be as INFO Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-04- 🔥 Support Readiness checks (via `/ready`) status plugin endpoint.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-03Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-modebricelalu
2021-04-03Update test for Logger 'raw' modebricelalu
2021-04-03Merge pull request #620 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/shirou/gopsutil-3.21.3incompatible Bump github.com/shirou/gopsutil from 3.21.2+incompatible to 3.21.3+incompatible
2021-04-03Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-modebricelalu
2021-04-03Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-04-03- Add tests and update CHANGELOGValery Piashchynski
2021-04-03- Config: Add the ability to pass General config options to any pluginValery Piashchynski
2021-04-03test: [Logger] add test for raw modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-04-02Bump github.com/shirou/gopsutildependabot[bot]
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.2+incompatible to 3.21.3+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.2...v3.21.3) Signed-off-by: dependabot[bot] <[email protected]>
2021-03-31Merge pull request #618 from spiral/bug/temporal_worker_graceful_stopValery Piashchynski
feat(config): Add the ability to provide general configuration to every plugin
2021-03-31- Add tests and update CHANGELOGValery Piashchynski
2021-03-31- Config: Add the ability to pass General config options to any pluginValery Piashchynski
2021-03-31feat: [Logger] add clean modebricelalu
2021-03-29Merge pull request #616 from ↵Valery Piashchynski
spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.7.1 Bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1