Age | Commit message (Collapse) | Author |
|
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`
|
|
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]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
composer/package-versions-deprecated
|
|
|
|
|
|
|
|
|
|
424: Release 1.9.0 r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
|
|
|
|
|
|
419: Allow PHP 8.0 r=48d90782 a=VitalyArt
Co-authored-by: ΠΠΈΡΠ°Π»ΠΈΠΉ ΠΡΡΠ΅ΠΌΡΠ΅Π² <[email protected]>
Co-authored-by: Vitaly Artemev <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372: Release 1.8.4 r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
Create codeql-analysis.yml
|
|
|
|
361: Bump golang version in GHA r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
|
|
360: Simplify watcher test, fix lgtm warinings and errors r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
|
|
358: release 1.8.3 r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
|
|
|
|
357: Add checks to exec from user r=48d90782 a=48d90782
resolves #332
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
|
|
|
|
356: Attempt to fix npe in the StaticPool mutex r=48d90782 a=48d90782
Since we are using pointer receiver for the StaticPool struct, there is no sense to use pointers to define mutexes.
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
355: Broken pipe issue r=48d90782 a=48d90782
- The issue with the broken pipe properly handled
- superfluous response.WriteHeader issue fixed
Co-authored-by: Valery Piashchynski <[email protected]>
|
|
Since we are using pointer receiver for the StaticPool struct, there is
no sense to use pointers to define a mutexes
|
|
|