Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-14 | - removed old RoadRunner code | Wolfy-J | |
- added new RR source code | |||
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-05-05 | #318 fix code style | Valentin V / vvval | |
2019-12-25 | PHP sources updated (phpstan level MAX) | Paramtamtam | |
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-06-27 | php adapter for metric collection, more tests | Wolfy-J | |
2019-05-02 | v1.3.9 | Wolfy-J | |
2019-01-31 | CS | Wolfy-J | |
2019-01-31 | CS | Wolfy-J | |
2019-01-31 | CS | Wolfy-J | |
2019-01-31 | - added HttpClient for raw message consuming | Wolfy-J | |
2019-01-30 | Add types to return function | Alex | |
2019-01-29 | Remove list (bug), create client interface | Alex | |
2019-01-28 | Raw HTTP client (HttpClient), PSR7Client now depends on HttpClient | Alex | |