summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-21Finish redis pluginValery Piashchynski
2020-12-17Redis initial commitValery Piashchynski
2020-12-17Now betterValery Piashchynski
2020-12-16Add reload tests to the Makefile and CI. Update testsValery Piashchynski
2020-12-14fix tests issuesValery Piashchynski
2020-12-14- removed old RoadRunner codeWolfy-J
- added new RR source code
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-08Makefile updatedParamtamtam
2020-12-08WIPParamtamtam
2020-04-08Vendor directory fix (php vs golang)Valery Piashchynski
2020-03-21Update GHA, go1.14 vendored modeValery Piashchynski
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package
2020-02-21Add testsValery Piashchynski
Add reload tests to Makefile Remove old code
2019-12-25add gzip handlerwppd
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
2019-09-06- bugfix: proper proxy IP validation + CSWolfy-J
2019-07-31Switch "make build" and "make all" commandsdasmfm
Looks like "build" and "all" commands are mixed up.
2019-06-26more testsWolfy-J
2019-06-24updated travisWolfy-J
2019-05-22fix stop commandWolfy-J
2019-05-21added CE build (+jobs +grpc)Wolfy-J
2019-05-21added CE build (+jobs +grpc)Wolfy-J
2019-05-04renamingsWolfy-J
2019-05-04fix makefileWolfy-J
2019-05-04fix makefileWolfy-J
2019-05-03more testsWolfy-J
2019-05-03bump golang versionWolfy-J
2019-02-02Update MakefileChris Hills
Run composer to fetch required test dependencies.
2019-01-05second set of patchesWolfy-J
2019-01-05first set of patchesWolfy-J
2018-07-26- added support for custom env providerWolfy-J
- new config section "env" to share env variables with php process - container can resolve interfaces now
2018-06-15readme, samples, golint, build scriptsWolfy-J
2018-06-13why phpWolfy-J
2018-06-11more tests for httpWolfy-J