summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-06-09- Update CI (add new tests)Valery Piashchynski
- Add path scan with regex (find .php/.ph/.sh scripts). When found, try to stat path for potential fix for the [file not exists problem] Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-05- Remove storage as unusedValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-28- Include ws tests into MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Update MakefileValery Piashchynski
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-12- Remove old Makefile targetsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-26- Totally rework static pluginValery Piashchynski
- Remove old one, now it is part of the HTTP plugin Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Rework storage driversValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- Implement tests for the KVValery Piashchynski
- Implement Storage interface for the boltdb,memory,memcached drivers Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-22- General interface, update RPC and Has/Set methodsValery Piashchynski
2021-04-19- Add tests, update Informer implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
reached Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-10Rewrite container for the workersValery Piashchynski
Update tests
2021-02-06Correct memcached Plugin RPC methods (remove redundant checks, userValery Piashchynski
errors.E)
2021-01-27Move temporal plugin to the temporal repositoryValery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-25Remove go 1.11-1.13 from the MakefileValery Piashchynski
2021-01-24Test pipeline for the go 1.11,1.12,1.13,1.14 and recent versionValery Piashchynski
2021-01-23interfaces folder deprecatedValery Piashchynski
2021-01-23Add multiply golang versions for testing in MakefileValery Piashchynski
2021-01-23Remove redundand utils testValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-15Add SpawnWorker tests to the pipes and socketsValery Piashchynski
2021-01-15Fix coverage calculationValery Piashchynski
2021-01-15Update worker_watcher stack testsValery Piashchynski
2021-01-07Fix compatibility issues, add tests to the CIValery Piashchynski
2021-01-07KV, updated, bug fixed, with intergration tests via pluginsValery Piashchynski
2021-01-05Fix golangci warningsValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski
2020-12-29Rename Utils folder in the Makefile. Update memleak.php (char instead ofValery Piashchynski
space). Format test for windows.
2020-12-26Reorganize eventsv2.0.0-beta4Valery Piashchynski
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-25Initial commit of experimentValery Piashchynski
2020-12-24Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30Valery Piashchynski
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` &rarr; `^1.0.1`) - `psr/http-message` (`^1.0` &rarr; `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` &rarr; `^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