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-13 | WIP: fix phpstan based on new goridge interface | Valentin V / vvval | |
2020-05-05 | #318 fix code style | Valentin V / vvval | |
2020-05-05 | #318 Fix PHPStan check | Valentin V / vvval | |
2020-05-04 | #316 Add non-optimized relays support | Valentin V / vvval | |
2020-04-21 | #305 Replace multiple sys_calls with a combined one | Valentin V / vvval | |
2020-04-21 | #305 Reduce syscalls | Valentin V / vvval | |
Fix is based on #41 fix in goridge | |||
2020-04-20 | save | Valery Piashchynski | |
2019-12-25 | PHP sources updated (phpstan level MAX) | Paramtamtam | |
2019-12-24 | adding REQUEST_METHOD to superglobal | Cody Snider | |
2019-10-12 | - polishing health service tests | Wolfy-J | |
- adding auto-CS tools | |||
2019-10-09 | Php cs fixer | Thomas PEREZ | |
2019-09-06 | improving stability of travis tests due to slow tcp port release | Wolfy-J | |
2019-09-06 | - bugfix: proper proxy IP validation + CS | Wolfy-J | |
2019-08-25 | - bugfix, invalid metrics parameter name | Wolfy-J | |
2019-08-25 | - bugfix, invalid metrics parameter name | Wolfy-J | |
2019-07-01 | - worker is not final anymore | Wolfy-J | |
2019-06-28 | added metrics interface | Wolfy-J | |
2019-06-27 | php adapter for metric collection, more tests | Wolfy-J | |
2019-06-27 | rr composer bin moved from src | Wolfy-J | |
2019-06-07 | Merge pull request #158 from ovr/ci-improve | Anton Titov | |
Feature(CI): Lint php code + exec rr get-binary | |||
2019-06-07 | Fix(rr): Allow to run without ext-zip for linux | Dmitry Patsura | |
2019-06-07 | Fix(rr): Workaround for Symfony < 4.1.x | Dmitry Patsura | |
2019-06-07 | Fix(rr): Non-static method RRHelper::extractZIP() should not be called ↵ | Dmitry Patsura | |
statically | |||
2019-05-22 | fix linux downloadv1.4.2 | Wolfy-J | |
2019-05-22 | fix linux download | Wolfy-J | |
2019-05-04 | polish | Wolfy-J | |
2019-05-04 | downloading roadrunner | Wolfy-J | |
2019-05-04 | update changelog | Wolfy-J | |
2019-05-04 | minor cs | Wolfy-J | |
2019-05-04 | console command | Wolfy-J | |
2019-05-02 | fixing tests | Wolfy-J | |
2019-05-02 | Merge branch 'Alex-Bond-php_cli_app' into feature/updates | Wolfy-J | |
2019-05-02 | merged | Wolfy-J | |
2019-05-02 | v1.3.9 | Wolfy-J | |
2019-02-01 | Cleanup PSR7Client from duplicate line | Alex | |
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 | |
2019-01-17 | __SERVER now support HTTP_... values | Wolfy-J | |
2019-01-17 | Try to fix $_SERVER data between requests | Alex | |
2019-01-16 | Add default empty User Agent | Alex | |
2019-01-16 | Fix variable name | Alex | |
2019-01-16 | Fix headers in _SERVER (laravel integration fix) | Alex | |
2019-01-05 | zend factory dependency elliminated | Wolfy-J | |