Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | - Remove unneeded mutex from the `http.Workers` method. | Valery Piashchynski | |
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Add support for parsing env variables in the `.rr.yaml` config | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Update logger plugin. Now it's optional | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-16 | Add support for flag overwriting | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-02-10 | Rewrite container for the workers | Valery Piashchynski | |
Update tests | |||
2021-02-08 | BaseProcess interface as a return type in the worker_watcher,pool and | Valery Piashchynski | |
worker interface | |||
2021-02-07 | Update config | Valery Piashchynski | |
Endure updated to beta.23 Tests update | |||
2021-02-06 | Correct memcached Plugin RPC methods (remove redundant checks, user | Valery Piashchynski | |
errors.E) | |||
2021-02-03 | Tests update | Valery Piashchynski | |
2021-02-03 | Fix memory leak in the Worker.go | Valery Piashchynski | |
2021-02-02 | Move worker states out of internal | Valery Piashchynski | |
2021-02-02 | Remove dup mapstructure tags from logger config | Valery Piashchynski | |
2021-02-02 | Update RPC plugin, use hashmap instead of slice to store pluggable | Valery Piashchynski | |
plugins Fix issue with log channels | |||
2021-01-29 | Update comment | Valery Piashchynski | |
2021-01-29 | Update plugin.go | Valery Piashchynski | |
2021-01-27 | Move temporal plugin to the temporal repository | Valery Piashchynski | |
2021-01-26 | Attempt to fix data race in the Test_WorkerError_DisasterRecovery_Heavy | Valery Piashchynski | |
test | |||
2021-01-26 | Code cleanup | Valery Piashchynski | |
2021-01-25 | Fix map LoadAndDelete method for a sync.Map in go1.14 | Valery Piashchynski | |
2021-01-25 | Initial commit of the Temporal plugins set | Valery Piashchynski | |
2021-01-25 | Add new Supervisor test in the http plugin | Valery Piashchynski | |
Uniform supervisor config keys to use same notation as pool (10s, 10h not just 10) | |||
2021-01-25 | resolve #415 | Valery Piashchynski | |
2021-01-24 | Update Pool and WorkerWatcher interfaces | Valery Piashchynski | |
2021-01-24 | Slightly increase wait time for key delete in the boltdb | Valery Piashchynski | |
2021-01-23 | Fix golangci-lint warnings | Valery Piashchynski | |
2021-01-23 | interfaces folder deprecated | Valery Piashchynski | |
2021-01-23 | Remove debug ingections | Valery Piashchynski | |
2021-01-23 | Stabilization PR | Valery Piashchynski | |
2021-01-21 | Allow https to listen on unix sockets | Valery Piashchynski | |
2021-01-21 | Fix headers configs | Valery Piashchynski | |
Update rr.yaml Remove previous stderr messages when they were sent | |||
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-19 | Uniform all errors operations | Valery Piashchynski | |
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-19 | Merge pull request #486 from spiral/refactor/better_http_debug_logs | Valery Piashchynski | |
refactor(http): Uniform debug message from the http hanlder | |||
2021-01-19 | Uniform debug message from the http hanlder | Valery Piashchynski | |
Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Fix NPE when .rr.yaml didn't contain HTTP section | Valery Piashchynski | |
Add tests | |||
2021-01-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-15 | Slightly increase timeout for the GHA | Valery Piashchynski | |
2021-01-15 | Reduce number of concurrent iterations on KV public API to 100 | Valery Piashchynski | |
2021-01-15 | Use uniform snake case in the configs, fix critical issue with wrong | Valery Piashchynski | |
calculation of workers in stack at the Destroy stage | |||
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-13 | exclude tests from codecov | Valery Piashchynski | |
2021-01-13 | Update styly of the .rr.yaml | Valery Piashchynski | |
Add comments Add support for the automatically set RR_RPC, RR_HTTP env variables for the worker process. | |||
2021-01-12 | Few improwements | Valery Piashchynski | |
2021-01-07 | Merge pull request #470 from spiral/bugfix/missed-pool-events | Valery Piashchynski | |
[RR2] Bugfix/missed pool events | |||
2021-01-07 | - fixes listeners merge | Wolfy-J | |
2021-01-07 | - reverts logger changes | Wolfy-J | |
2021-01-07 | - reverts logger changes | Wolfy-J | |
2021-01-07 | - fixes bug when pool does not propagate events to given listeners | Wolfy-J | |
2021-01-07 | Fix compatibility issues, add tests to the CI | Valery Piashchynski | |
2021-01-07 | KV, updated, bug fixed, with intergration tests via plugins | Valery Piashchynski | |