Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Fix coverage calculation | Valery Piashchynski | |
2021-01-15 | Update worker_watcher stack tests | Valery Piashchynski | |
2021-01-07 | Exclude MacOS from the CIv2.0.0-beta5 | Valery Piashchynski | |
2021-01-07 | Revert CI last 2 commits | Valery Piashchynski | |
2021-01-07 | typo in CI | Valery Piashchynski | |
2021-01-07 | Attempt to use third-party memcached driver in the CI | Valery Piashchynski | |
2021-01-07 | Docker is not included into macOS, so, we can't easily run memcached in | Valery Piashchynski | |
the docker for macOS. Excluding memcached tests from macOS for now | |||
2021-01-07 | Fix compatibility issues, add tests to the CI | Valery Piashchynski | |
2021-01-07 | KV, updated, bug fixed, with intergration tests via plugins | Valery Piashchynski | |
2021-01-05 | Use 10.15 version of macos in GHA | Valery Piashchynski | |
2021-01-05 | Fix LGTM warnings, reduce memory allocations when looping over maps | Valery Piashchynski | |
2021-01-05 | Finish implementation of the KV | Valery Piashchynski | |
2020-12-27 | CI update, add all tests, remove docker redundant step | Valery Piashchynski | |
2020-12-26 | Add --version flag | Valery Piashchynski | |
2020-12-26 | Correct release.yml autobuildv2.0.0-beta2 | Valery Piashchynski | |
2020-12-25 | Initial commit of experiment | Valery Piashchynski | |
2020-12-21 | Move plugins to the roadrunner-plugins repository | Valery Piashchynski | |
2020-12-21 | Finish redis plugin | Valery Piashchynski | |
2020-12-20 | Merge remote-tracking branch 'origin/2.0' into plugin/redis | Valery Piashchynski | |
# Conflicts: # go.sum # pkg/pipe/pipe_factory_test.go # pkg/pool/static_pool.go # plugins/rpc/plugin.go | |||
2020-12-20 | Increase CI timeout to 60 minutes | Valery Piashchynski | |
2020-12-20 | Switch to the ubuntu 20.04 in CI | Valery Piashchynski | |
2020-12-20 | Remove reloadLiveAfterHTTP | Valery Piashchynski | |
2020-12-17 | Redis initial commit | Valery Piashchynski | |
2020-12-17 | Add some time to finish the tests 20->25 minutes | Valery Piashchynski | |
2020-12-17 | Now better | Valery Piashchynski | |
2020-12-16 | Give more time to finish test with 3k files | Valery Piashchynski | |
2020-12-16 | Add reload tests to the Makefile and CI. Update tests | Valery Piashchynski | |
2020-12-15 | Update reloader to support new container | Valery Piashchynski | |
2020-12-15 | Typo in the tests | Valery Piashchynski | |
2020-12-15 | Fix races and update CI (remove codecov from windows) | Valery Piashchynski | |
2020-12-15 | Tests fixed | Valery Piashchynski | |
2020-12-15 | Rotate ports | Valery Piashchynski | |
Remaster worker_watcher | |||
2020-12-14 | Remove debug code, increase CI timeout to 30 minutes | Valery Piashchynski | |
2020-12-14 | Increase test timeout | Valery Piashchynski | |
2020-12-14 | Update CI [windows support] | Valery Piashchynski | |
2020-12-14 | Update workflow | Valery Piashchynski | |
2020-12-14 | Update workflow | Valery Piashchynski | |
2020-12-14 | Update windows support | Valery Piashchynski | |
2020-12-14 | Add OS type to the build name | Valery Piashchynski | |
2020-12-14 | Remove PHP from CI, add macos and windows | Valery Piashchynski | |
2020-12-14 | update goridge in go.mod | Valery Piashchynski | |
2020-12-10 | Update CI, correct directory | Valery Piashchynski | |
2020-12-10 | Merge pull request #441 from spiral/feature/dependabot | Valery Piashchynski | |
dependabot.yml | |||
2020-12-10 | dependabot.yml | Valery Piashchynski | |
2020-12-08 | Remove PHP 7.3 from RR 2.0 CI | Valery Piashchynski | |
2020-12-08 | Update golang tests in CI | Valery Piashchynski | |
2020-12-08 | Merge remote-tracking branch 'origin/master' into 2.0 | Valery Piashchynski | |
# Conflicts: # .github/workflows/ci-build.yml # .gitignore # Dockerfile # Makefile # bin/rr # bors.toml # cmd/rr/cmd/root.go | |||
2020-12-08 | Create directory for the codecov files | Valery Piashchynski | |
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-12-08 | Fix codecov directory | Valery Piashchynski | |