Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | #634 feat(plugin): new plugin `service`v2.1.0-beta.2 | Valery Piashchynski | |
feat(plugin): new plugin `service` | |||
2021-04-19 | - Add command information to the `./rr workers` info | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | - Update go.sum | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | Merge remote-tracking branch 'origin/master' into feature/service_plugin | Valery Piashchynski | |
# Conflicts: # go.sum | |||
2021-04-19 | - Add tests, update Informer implementation | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-19 | Merge 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-19 | Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2 | dependabot[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 warnings | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-18 | - Add test binaries/exe for the Linux/Windows | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-18 | - Add more comments to the code | Valery Piashchynski | |
2021-04-18 | - Draft implementation of the service plugin | Valery Piashchynski | |
2021-04-18 | - Initia service plugin commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-13 | upd(README): Add releases schedule | Valery Piashchynski | |
2021-04-06 | - Update CHANGELOGv2.0.4 | Valery Piashchynski | |
2021-04-06 | Merge pull request #623 from spiral/feature/readiness_probe_healthcheck_endpoint | Valery Piashchynski | |
🔥 feat(status): Readiness checks | |||
2021-04-06 | - Add new configuration option to the status plugin | Valery Piashchynski | |
2021-04-04 | - Add go.sum entry | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-04 | - Update go.mod | Valery Piashchynski | |
2021-04-04 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-04 | Merge remote-tracking branch 'origin/master' into ↵ | Valery Piashchynski | |
feature/readiness_probe_healthcheck_endpoint # Conflicts: # go.sum | |||
2021-04-04 | Merge pull request #617 from bricelalu/feat-logger-add-clean-mode | Valery Piashchynski | |
feat(log): add "raw" mode | |||
2021-04-04 | - Update CHANGELOG | Valery 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-03 | Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-mode | bricelalu | |
2021-04-03 | Update test for Logger 'raw' mode | bricelalu | |
2021-04-03 | Merge 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-03 | Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-mode | bricelalu | |
2021-04-03 | Update CHANGELOG.md: renaming logger's 'clean' mode to 'raw' mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-04-03 | - Add tests and update CHANGELOG | Valery Piashchynski | |
2021-04-03 | - Config: Add the ability to pass General config options to any plugin | Valery Piashchynski | |
2021-04-03 | test: [Logger] add test for raw mode | bricelalu | |
Signed-off-by: bricelalu <[email protected]> | |||
2021-04-02 | Bump github.com/shirou/gopsutil | dependabot[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-31 | Merge pull request #618 from spiral/bug/temporal_worker_graceful_stop | Valery Piashchynski | |
feat(config): Add the ability to provide general configuration to every plugin | |||
2021-03-31 | - Add tests and update CHANGELOG | Valery Piashchynski | |
2021-03-31 | - Config: Add the ability to pass General config options to any plugin | Valery Piashchynski | |
2021-03-31 | feat: [Logger] add clean mode | bricelalu | |
2021-03-29 | Merge 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 | |||
2021-03-29 | Bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1 | dependabot[bot] | |
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.6.0...v2.7.1) Signed-off-by: dependabot[bot] <[email protected]> | |||
2021-03-29 | Merge pull request #615 from spiral/slow_last_execution | Valery Piashchynski | |
🐛 fix(bug): slow last response when reached `max_jobs` limit | |||
2021-03-28 | - Fix new linters warnings | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-28 | - Remove debug code | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-28 | - Update CHANGELOG | Valery Piashchynski | |
2021-03-28 | - Fix bug with the worker reallocating during the response | Valery Piashchynski | |
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-28 | Merge pull request #612 from ↵ | Valery Piashchynski | |
spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.8.0 Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0 | |||
2021-03-25 | Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0 | dependabot[bot] | |
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.7.1 to 8.8.0. - [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.7.1...v8.8.0) Signed-off-by: dependabot[bot] <[email protected]> | |||
2021-03-20 | Merge pull request #608 from dstrop/config-metrics-fix | Valery Piashchynski | |
fix(metrics): remove statsProvider from metrics collectors sync.Map | |||
2021-03-20 | - Add contributor to the CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-20 | - Update CHANGELOG | Valery Piashchynski | |
- Fix linters CI Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-20 | - Fix CI in the PR | Valery Piashchynski | |
- Fix type in the metrics plugin Register method |