summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Merge pull request #438 from tarampampam/patch-1Valery Piashchynski
Add `rr --version` flag
2020-12-08Merge pull request #437 from tarampampam/masterValery Piashchynski
GitHub actions updated
2020-12-08Changelog updatedParamtamtam
2020-12-08Add `rr --version` flag supportParamtamtam
2020-12-08Create directory for the codecov filesValery Piashchynski
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` → `^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-08Fix codecov directoryValery Piashchynski
2020-12-08Simplify CIValery Piashchynski
2020-12-08Merge #433bors[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-08Dockerfile updatedParamtamtam
2020-12-08Trigger rebuildParamtamtam
2020-12-08Trigger rebuildParamtamtam
2020-12-08Dockerfile updatedParamtamtam
2020-12-08GitHub action updatedParamtamtam
2020-12-08Makefile updatedParamtamtam
2020-12-08WIPParamtamtam
2020-12-08Docker build updatedParamtamtam
2020-12-08Docker build updatedParamtamtam
2020-12-08cleanupParamtamtam
2020-12-08Composer package ocramius/package-versions replaced with ↵Paramtamtam
composer/package-versions-deprecated
2020-12-08Update required ocramius/package-versions versionParamtamtam
2020-12-07Update required ocramius/package-versions versionParamtamtam
2020-12-07Update required ocramius/package-versions versionParamtamtam
2020-12-07GitHub action added, /bin/rr updatedparamtamtam
2020-12-04modules updateValery Piashchynski
2020-12-04Merge branch 'master' into 2.0Valery 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-04Merge pull request #428 from spiral/plugin/healthValery Piashchynski
Checker plugin
2020-12-04Add errors.Disabled in checker InitValery Piashchynski
2020-12-03Codecov updateValery Piashchynski
2020-12-03Apply linters fixes, add RPC status check testValery Piashchynski
2020-12-03Add status request to the testValery Piashchynski
2020-12-03Add mutex to protect string write in goroutineValery Piashchynski
2020-12-03Experimental to replace wg with strings compareValery Piashchynski
2020-12-03Add return to the Listener in Test_BrokenValery Piashchynski
2020-12-03Correct Test_Broken test, replace channel with wait groupValery Piashchynski
2020-12-03Initial commit of checker pluginValery Piashchynski
2020-12-02Merge #424v1.9.0bors[bot]
424: Release 1.9.0 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
2020-12-02Rotate ports in the Test_Service_Listener_MaxMemoryUsage testValery Piashchynski
2020-12-02Rotate ports in the Test_Service_PidEcho testValery Piashchynski
2020-12-02Rotate port in the TestHandler_FormData_PUT testValery Piashchynski
2020-12-02Merge pull request #421 from spiral/plugin/headersValery Piashchynski
[RR2] Headers plugin
2020-12-02Release 1.9.0Valery Piashchynski
2020-12-01Finish Headers plugin testsValery Piashchynski
2020-12-01Update CI, prepare to test Headers pluginValery Piashchynski
2020-12-01golangci linters fixValery Piashchynski
2020-12-01Merge branch 'release_2.0' into plugin/headersValery Piashchynski
# Conflicts: # static_pool_test.go
2020-12-01Merge pull request #423 from spiral/feature/php_8_supportValery Piashchynski
[RR2] PHP 8.0 support
2020-12-01Replace waitgroup with channelValery Piashchynski
2020-12-01Test_StaticPool_Broken_Replace updateValery Piashchynski