Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-01-15 | Viper doesn't support `yaml` structure tags, it uses mapstructure | Valery Piashchynski | |
instead | |||
2021-01-14 | Remove rr binary (accidentally committed) | Valery Piashchynski | |
2021-01-14 | Merge pull request #475 from spiral/1.9.2v1.9.2 | Valery Piashchynski | |
1.9.2 release milestone | |||
2021-01-14 | 1.9.2 release milestone | Valery Piashchynski | |
2021-01-13 | Merge remote-tracking branch 'origin/master' into 2.0v2.0.0-beta6 | Valery Piashchynski | |
# Conflicts: # .github/workflows/build.yml # .rr.yaml # cmd/rr/cmd/root.go # cmd/rr/cmd/serve.go # cmd/rr/http/debug.go # cmd/rr/http/metrics.go # cmd/rr/http/workers.go # cmd/util/config.go # cmd/util/cprint.go # cmd/util/debug.go # cmd/util/rpc.go # config.go # config_test.go # controller.go # controller_test.go # error_buffer_test.go # errors_test.go # pipe_factory_test.go # pkg/socket/socket_factory_test.go # plugins/http/config.go # plugins/http/handler.go # plugins/http/request.go # plugins/http/response.go # plugins/http/uploads.go # plugins/metrics/config_test.go # plugins/reload/config.go # plugins/rpc/config.go # protocol.go # protocol_test.go # server.go # server_config.go # server_config_test.go # server_test.go # service/container.go # service/container_test.go # service/entry_test.go # service/env/config_test.go # service/env/service_test.go # service/gzip/config_test.go # service/gzip/service.go # service/gzip/service_test.go # service/headers/config_test.go # service/headers/service.go # service/headers/service_test.go # service/health/config_test.go # service/health/service.go # service/health/service_test.go # service/http/config_test.go # service/http/fcgi_test.go # service/http/rpc_test.go # service/http/service.go # service/http/service_test.go # service/http/ssl_test.go # service/limit/config.go # service/limit/config_test.go # service/limit/controller.go # service/limit/state_filter.go # service/metrics/rpc_test.go # service/metrics/service_test.go # service/rpc/service.go # service/rpc/service_test.go # service/static/config.go # service/static/config_test.go # service/static/service.go # service/static/service_test.go # socket_factory.go # state_test.go # static_pool.go # static_pool_test.go # tests/plugins/http/attributes_test.go # tests/plugins/http/handler_test.go # tests/plugins/http/uploads_config_test.go # tests/plugins/http/uploads_test.go # tests/plugins/reload/config_test.go # tests/plugins/rpc/config_test.go # tools/worker_table.go # util/state.go # util/state_test.go # worker.go # worker_test.go | |||
2021-01-13 | Merge pull request #473 from spiral/feature/env_variables | Valery Piashchynski | |
feat(env): Add RR system environment variables | |||
2021-01-13 | Add IdleTTL test | Valery Piashchynski | |
Add removed state to the worker before it being removed | |||
2021-01-13 | exclude tests from codecov | Valery Piashchynski | |