summaryrefslogtreecommitdiff
path: root/bors.toml
AgeCommit message (Collapse)Author
2021-03-09⚡ Update bors scriptValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-04Update bors.tomlValery Piashchynski
2021-01-13Merge remote-tracking branch 'origin/master' into 2.0v2.0.0-beta6Valery 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-13Update bors.tomlValery Piashchynski
2020-12-22Update BORSValery Piashchynski
2020-12-16Add reload tests to the Makefile and CI. Update testsValery Piashchynski
2020-12-14Remove PHP from CI, add macos and windowsValery Piashchynski
2020-12-08Merge remote-tracking branch 'origin/master' into 2.0Valery Piashchynski
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go
2020-12-08GitHub actions updated, some PHP errors fixedparamtamtam
This PR contains: - Ci actions (build) refactoring - Little `Makefile` fix (my mistake in previous PR) - Updated minimal required versions of composer packages: - `psr/http-factory` (`^1.0` &rarr; `^1.0.1`) - `psr/http-message` (`^1.0` &rarr; `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` &rarr; `^1.3.6`) - Tests using minimal and maximal composer package versions - Disabling `checkMissingIterableValueType` in `phpstan.neon.dist` - Some typos (wrong class namespaces and annotations) in PHP files :warning: - One improvement in `HttpClient::respond` method (variable type hint overriding fixed) - Added packages testing on CI: - `./service/gzip` - `./service/reload`
2020-12-02Release 1.9.0Valery Piashchynski
2020-11-30PHP 8.0 in RR2Valery Piashchynski
2020-11-30changed PHP 8.0 -> PHP 8Vitaly Artemev
2020-11-30removed php 7.2Vitaly Artemev
2020-11-30PHP 8 ciВиталий Артемьев
2020-11-05add phpstan config, commented composer analyze in CIValery Piashchynski
2020-10-26mode updateValery Piashchynski
2020-10-20Update workflows to go 1.15, remove 1.13Valery Piashchynski
2020-09-23correct bors buildValery Piashchynski
2020-05-05Bors updateValery Piashchynski
2020-04-08Update bors.tomlValery Piashchynski
2020-03-08Fix BORSValery Piashchynski
2020-03-08Attempt to fix BORSValery Piashchynski
2020-03-08Update BORSValery Piashchynski
Remove jobs dependency from go.mod
2020-03-08Add BORS to repoValery Piashchynski
Remove signal handling in Serve for dev