summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-23Add multiply golang versions for testing in MakefileValery Piashchynski
2021-01-23Fix windows network packageValery Piashchynski
2021-01-23Remove redundand utils testValery Piashchynski
2021-01-23Add prefer-stable=true to the composer.jsonValery Piashchynski
2021-01-23Add minimum-stability - dev to the composer.jsonValery Piashchynski
2021-01-23Remove debug ingectionsValery Piashchynski
2021-01-23Update endure dependency in the go.modValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-22Merge pull request #494 from spiral/feature/allow_https_listen_on_unix_socketsv2.0.0-beta11Valery Piashchynski
feat(https): Allow https to listen on unix sockets
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-21Merge pull request #493 from spiral/feature/fix-composerValery Piashchynski
Cross-reference PHP codebase
2021-01-21Merge remote-tracking branch 'origin/master' into 2.0Valery Piashchynski
2021-01-21Merge pull request #491 from spiral/refactor/add_debug_serverValery Piashchynski
ref(configs, debug): update configs, add debug server
2021-01-21Fix headers configsValery Piashchynski
Update rr.yaml Remove previous stderr messages when they were sent
2021-01-21- added RoadRunner binary downloader and composer reference to worker filesWolfy-J
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-21Update README.mdAnton Titov
2021-01-19Merge pull request #487 from spiral/refactor/server_log_messagesv2.0.0-beta9Valery Piashchynski
refactor(errors, logs): Uniform all errors operations, Update server log level of the server log messages
2021-01-19Add TODO for the event packageValery Piashchynski
2021-01-19Add worker_destruct handling in the mocked loggerValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Merge pull request #486 from spiral/refactor/better_http_debug_logsValery Piashchynski
refactor(http): Uniform debug message from the http hanlder
2021-01-19Revert .rr-resetter.yamlValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Create pull_request_template.mdValery Piashchynski
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Merge pull request #485 from spiral/bug/nil_http_configValery Piashchynski
bug(http): NPE when config didn't contain HTTP section
2021-01-18Update CI, fix typoValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update CI (remove memcached from macOS tests)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Add PR templateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update Alpine version in DockerfileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Remove old .changes fileValery Piashchynski
2021-01-18Return macOS tests to the CI (without docker)Valery Piashchynski
2021-01-18Add a little delay to the TestHTTPNoConfigSection testValery Piashchynski
2021-01-18Fix NPE when .rr.yaml didn't contain HTTP sectionValery Piashchynski
Add tests
2021-01-18Merge pull request #483 from spiral/bug/incorrect_env_variablesValery Piashchynski
bug(server): Incorrectly set environment variables
2021-01-18Fix golangci lint warningsValery Piashchynski
2021-01-18Fix incorrectly set environment variables in the server pluginValery Piashchynski
2021-01-16upd(CI): Update golangci to version 1.35Valery Piashchynski
2021-01-15Merge pull request #477 from spiral/feature/worker_watcher_testsv2.0.0-beta8Valery Piashchynski
feat(worker_watcher): Add stack tests
2021-01-15Slightly increase timeout for the GHAValery Piashchynski
2021-01-15Reduce number of concurrent iterations on KV public API to 100Valery Piashchynski
2021-01-15Add SpawnWorker tests to the pipes and socketsValery Piashchynski
2021-01-15Fix coverage calculationValery Piashchynski
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2021-01-15gofmt stack_test.goValery Piashchynski
2021-01-15Update worker_watcher stack testsValery Piashchynski
2021-01-15Move stack data structure to the separate fileValery Piashchynski
2021-01-15Merge pull request #476 from spiral/fix/use_mapstructure_instead_yaml_tagsv2.0.0-beta7Valery Piashchynski
fix(yaml): Use mapstructure structure tags instead of yaml
2021-01-15Merge remote-tracking branch 'origin/master' into ↵Valery Piashchynski
fix/use_mapstructure_instead_yaml_tags # Conflicts: # .rr.yaml # CHANGELOG.md