Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | Add multiply golang versions for testing in Makefile | Valery Piashchynski | |
2021-01-23 | Fix windows network package | Valery Piashchynski | |
2021-01-23 | Remove redundand utils test | Valery Piashchynski | |
2021-01-23 | Add prefer-stable=true to the composer.json | Valery Piashchynski | |
2021-01-23 | Add minimum-stability - dev to the composer.json | Valery Piashchynski | |
2021-01-23 | Remove debug ingections | Valery Piashchynski | |
2021-01-23 | Update endure dependency in the go.mod | Valery Piashchynski | |
2021-01-23 | Stabilization PR | Valery Piashchynski | |
2021-01-22 | Merge pull request #494 from spiral/feature/allow_https_listen_on_unix_socketsv2.0.0-beta11 | Valery Piashchynski | |
feat(https): Allow https to listen on unix sockets | |||
2021-01-21 | Allow https to listen on unix sockets | Valery Piashchynski | |
2021-01-21 | Merge pull request #493 from spiral/feature/fix-composer | Valery Piashchynski | |
Cross-reference PHP codebase | |||
2021-01-21 | Merge remote-tracking branch 'origin/master' into 2.0 | Valery Piashchynski | |
2021-01-21 | Merge pull request #491 from spiral/refactor/add_debug_server | Valery Piashchynski | |
ref(configs, debug): update configs, add debug server | |||
2021-01-21 | Fix headers configs | Valery Piashchynski | |
Update rr.yaml Remove previous stderr messages when they were sent | |||
2021-01-21 | - added RoadRunner binary downloader and composer reference to worker files | Wolfy-J | |
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-21 | Update README.md | Anton Titov | |
2021-01-19 | Merge pull request #487 from spiral/refactor/server_log_messagesv2.0.0-beta9 | Valery Piashchynski | |
refactor(errors, logs): Uniform all errors operations, Update server log level of the server log messages | |||
2021-01-19 | Add TODO for the event package | Valery Piashchynski | |
2021-01-19 | Add worker_destruct handling in the mocked logger | Valery Piashchynski | |
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 | Revert .rr-resetter.yaml | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-19 | Create pull_request_template.md | Valery Piashchynski | |
2021-01-19 | Uniform debug message from the http hanlder | Valery Piashchynski | |
Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Merge pull request #485 from spiral/bug/nil_http_config | Valery Piashchynski | |
bug(http): NPE when config didn't contain HTTP section | |||
2021-01-18 | Update CI, fix typo | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update CI (remove memcached from macOS tests) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update CI | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Add PR template | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Update Alpine version in Dockerfile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-01-18 | Remove old .changes file | Valery Piashchynski | |
2021-01-18 | Return macOS tests to the CI (without docker) | Valery Piashchynski | |
2021-01-18 | Add a little delay to the TestHTTPNoConfigSection test | Valery Piashchynski | |
2021-01-18 | Fix NPE when .rr.yaml didn't contain HTTP section | Valery Piashchynski | |
Add tests | |||
2021-01-18 | Merge pull request #483 from spiral/bug/incorrect_env_variables | Valery Piashchynski | |
bug(server): Incorrectly set environment variables | |||
2021-01-18 | Fix golangci lint warnings | Valery Piashchynski | |
2021-01-18 | Fix incorrectly set environment variables in the server plugin | Valery Piashchynski | |
2021-01-16 | upd(CI): Update golangci to version 1.35 | Valery Piashchynski | |
2021-01-15 | Merge pull request #477 from spiral/feature/worker_watcher_testsv2.0.0-beta8 | Valery Piashchynski | |
feat(worker_watcher): Add stack tests | |||
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 | Add SpawnWorker tests to the pipes and sockets | Valery Piashchynski | |
2021-01-15 | Fix coverage calculation | 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 | gofmt stack_test.go | Valery Piashchynski | |
2021-01-15 | Update worker_watcher stack tests | Valery Piashchynski | |
2021-01-15 | Move stack data structure to the separate file | Valery Piashchynski | |
2021-01-15 | Merge pull request #476 from spiral/fix/use_mapstructure_instead_yaml_tagsv2.0.0-beta7 | Valery Piashchynski | |
fix(yaml): Use mapstructure structure tags instead of yaml | |||
2021-01-15 | Merge remote-tracking branch 'origin/master' into ↵ | Valery Piashchynski | |
fix/use_mapstructure_instead_yaml_tags # Conflicts: # .rr.yaml # CHANGELOG.md |