summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-19Fix freezing testValery Piashchynski
2020-12-19Remove panics from testValery Piashchynski
2020-12-19Correct Test_FileExtensionFilter testValery Piashchynski
2020-12-19Add codecovValery Piashchynski
2020-12-19Mistake in assertionValery Piashchynski
2020-12-19Correct reload plugin testsValery Piashchynski
2020-12-19Add time to concurrent run on 2 gorountinesValery Piashchynski
2020-12-19Update CIValery Piashchynski
2020-12-19Update pipe_factory error message.Valery Piashchynski
2020-12-19Remove unneded goroutines, remove samefile abstraction and checking forValery Piashchynski
the samefile.
2020-12-10Merge pull request #442 from spiral/feature/metrics_add_objectivesValery Piashchynski
Add objectives to the metrics summary
2020-12-10Add objectives to the metrics summaryValery Piashchynski
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-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-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-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-02Release 1.9.0Valery Piashchynski
2020-11-30Merge #419bors[bot]
419: Allow PHP 8.0 r=48d90782 a=VitalyArt Co-authored-by: Π’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π² <[email protected]> Co-authored-by: Vitaly Artemev <[email protected]>
2020-11-30changed PHP 8.0 -> PHP 8Vitaly Artemev
2020-11-30removed php 7.2Vitaly Artemev
2020-11-30PHP 8 testsΠ’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π²
2020-11-30PHP 8 ciΠ’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π²
2020-11-30fix for php versionΠ’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π²
2020-11-30Allow PHP 8.0Π’ΠΈΡ‚Π°Π»ΠΈΠΉ ΠΡ€Ρ‚Π΅ΠΌΡŒΠ΅Π²
2020-10-21Merge #372v2.0.0-alpha19v2.0.0-alpha16v1.8.4bors[bot]
372: Release 1.8.4 r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
2020-10-21Release 1.8.4Valery Piashchynski
2020-10-02Merge pull request #365 from spiral/security_code_scanningv2.0.0-alpha2Valery Piashchynski
Create codeql-analysis.yml
2020-10-02Create codeql-analysis.ymlValery Piashchynski
2020-09-22Merge #361bors[bot]
361: Bump golang version in GHA r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>