Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-08 | Merge remote-tracking branch 'origin/master' into 2.0 | Valery Piashchynski | |
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go | |||
2020-12-08 | Merge pull request #438 from tarampampam/patch-1 | Valery Piashchynski | |
Add `rr --version` flag | |||
2020-12-08 | Merge pull request #437 from tarampampam/master | Valery Piashchynski | |
GitHub actions updated | |||
2020-12-08 | Changelog updated | Paramtamtam | |
2020-12-08 | Add `rr --version` flag support | Paramtamtam | |
2020-12-08 | Create directory for the codecov files | Valery Piashchynski | |
2020-12-08 | GitHub actions updated, some PHP errors fixed | paramtamtam | |
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` → `^1.0.1`) - `psr/http-message` (`^1.0` → `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` → `^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-08 | Fix codecov directory | Valery Piashchynski | |
2020-12-08 | Simplify CI | Valery Piashchynski | |
2020-12-08 | Merge #433 | bors[bot] | |
433: Releases and binaries build automation r=48d90782 a=tarampampam This PR contains: - [x] CI steps for automatic release distributive creation and uploading to github release - [x] CI step for automatic docker image creation (on GitHub side, not `hub.docker.com`) - [x] `build.sh` script removal - [x] Binary file building in `Dockerfile` using `go build` (not `build.sh`) - [x] Docker labels with app version and build time - [x] `Makefile` cleaning - [x] `./bin/rr` now do not depends from `build.sh` file and use [`composer/package-versions-deprecated`](https://github.com/composer/package-versions-deprecated) package for "self version reading" > :warning: Steps, that must be done before merging described [here](https://github.com/spiral/roadrunner/pull/433#issuecomment-740426206) Closes #431 Co-authored-by: paramtamtam <[email protected]> Co-authored-by: Paramtamtam <[email protected]> | |||
2020-12-08 | Dockerfile updated | Paramtamtam | |
2020-12-08 | Trigger rebuild | Paramtamtam | |
2020-12-08 | Trigger rebuild | Paramtamtam | |
2020-12-08 | Dockerfile updated | Paramtamtam | |
2020-12-08 | GitHub action updated | Paramtamtam | |
2020-12-08 | Makefile updated | Paramtamtam | |
2020-12-08 | WIP | Paramtamtam | |
2020-12-08 | Docker build updated | Paramtamtam | |
2020-12-08 | Docker build updated | Paramtamtam | |
2020-12-08 | cleanup | Paramtamtam | |
2020-12-08 | Composer package ocramius/package-versions replaced with ↵ | Paramtamtam | |
composer/package-versions-deprecated | |||
2020-12-08 | Update required ocramius/package-versions version | Paramtamtam | |
2020-12-07 | Update required ocramius/package-versions version | Paramtamtam | |
2020-12-07 | Update required ocramius/package-versions version | Paramtamtam | |
2020-12-07 | GitHub action added, /bin/rr updated | paramtamtam | |
2020-12-04 | modules update | Valery Piashchynski | |
2020-12-04 | Merge branch 'master' into 2.0 | Valery Piashchynski | |
# Conflicts: # .github/workflows/ci-build.yml # CHANGELOG.md # Dockerfile # bors.toml # build.sh # composer.json # go.mod # go.sum # plugins/http/tests/handler_test.go # service/limit/service_test.go # service/reload/watcher.go # static_pool.go # worker.go | |||
2020-12-04 | Merge pull request #428 from spiral/plugin/health | Valery Piashchynski | |
Checker plugin | |||
2020-12-04 | Add errors.Disabled in checker Init | Valery Piashchynski | |
2020-12-03 | Codecov update | Valery Piashchynski | |
2020-12-03 | Apply linters fixes, add RPC status check test | Valery Piashchynski | |
2020-12-03 | Add status request to the test | Valery Piashchynski | |
2020-12-03 | Add mutex to protect string write in goroutine | Valery Piashchynski | |
2020-12-03 | Experimental to replace wg with strings compare | Valery Piashchynski | |
2020-12-03 | Add return to the Listener in Test_Broken | Valery Piashchynski | |
2020-12-03 | Correct Test_Broken test, replace channel with wait group | Valery Piashchynski | |
2020-12-03 | Initial commit of checker plugin | Valery Piashchynski | |
2020-12-02 | Merge #424v1.9.0 | bors[bot] | |
424: Release 1.9.0 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-12-02 | Rotate ports in the Test_Service_Listener_MaxMemoryUsage test | Valery Piashchynski | |
2020-12-02 | Rotate ports in the Test_Service_PidEcho test | Valery Piashchynski | |
2020-12-02 | Rotate port in the TestHandler_FormData_PUT test | Valery Piashchynski | |
2020-12-02 | Merge pull request #421 from spiral/plugin/headers | Valery Piashchynski | |
[RR2] Headers plugin | |||
2020-12-02 | Release 1.9.0 | Valery Piashchynski | |
2020-12-01 | Finish Headers plugin tests | Valery Piashchynski | |
2020-12-01 | Update CI, prepare to test Headers plugin | Valery Piashchynski | |
2020-12-01 | golangci linters fix | Valery Piashchynski | |
2020-12-01 | Merge branch 'release_2.0' into plugin/headers | Valery Piashchynski | |
# Conflicts: # static_pool_test.go | |||
2020-12-01 | Merge pull request #423 from spiral/feature/php_8_support | Valery Piashchynski | |
[RR2] PHP 8.0 support | |||
2020-12-01 | Replace waitgroup with channel | Valery Piashchynski | |
2020-12-01 | Test_StaticPool_Broken_Replace update | Valery Piashchynski | |