Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-12-08 | Simplify CI | Valery Piashchynski | |
2020-12-08 | Trigger rebuild | Paramtamtam | |
2020-12-08 | Trigger rebuild | Paramtamtam | |
2020-12-08 | GitHub action updated | Paramtamtam | |
2020-12-08 | WIP | Paramtamtam | |
2020-12-08 | Docker build updated | Paramtamtam | |
2020-12-08 | Docker build updated | Paramtamtam | |
2020-12-08 | Update required ocramius/package-versions version | Paramtamtam | |
2020-12-07 | GitHub action added, /bin/rr updated | paramtamtam | |
2020-12-04 | Merge branch 'master' into 2.0 | Valery Piashchynski | |
# Conflicts: # .github/workflows/ci-build.yml # CHANGELOG.md # Dockerfile # bors.toml # build.sh # composer.json # go.mod # go.sum # plugins/http/tests/handler_test.go # service/limit/service_test.go # service/reload/watcher.go # static_pool.go # worker.go | |||
2020-12-03 | Initial commit of checker plugin | Valery Piashchynski | |
2020-12-02 | Release 1.9.0 | Valery Piashchynski | |
2020-12-01 | Update CI, prepare to test Headers plugin | Valery Piashchynski | |
2020-12-01 | Temporary switch to GHA in GitHub | Valery Piashchynski | |
2020-12-01 | Switch to self-hosted GHA | Valery Piashchynski | |
2020-11-30 | Fix CI | Valery Piashchynski | |
2020-11-30 | PHP 8.0 in RR2 | Valery Piashchynski | |
2020-11-30 | removed php 7.2 | Vitaly Artemev | |
2020-11-30 | Static plugin initial commit | Valery Piashchynski | |
2020-11-30 | PHP 8 ci | Виталий Артемьев | |
2020-11-27 | Gzip plugin | Valery Piashchynski | |
2020-11-26 | Remove context from worker wait function. Explicitly enable ubuntu 20.04 | Valery Piashchynski | |
in the CI | |||
2020-11-19 | Add more tests to the CI | Valery Piashchynski | |
2020-11-18 | Handler test | Valery Piashchynski | |
2020-11-18 | Add Resetter tests to the CI and Makefile | Valery Piashchynski | |
2020-11-18 | Add informer tests to the CI and Makefile | Valery Piashchynski | |
2020-11-16 | Rename app->server | Valery Piashchynski | |
Rename Config -> PoolConfig | |||
2020-11-13 | Fix typo in CI | Valery Piashchynski | |
2020-11-13 | Metrics config test | Valery Piashchynski | |
Config proper parsing Add metrics tests to the CI and Makefile | |||
2020-11-09 | CI update | Valery Piashchynski | |
2020-11-05 | Add logger test, add all tests to the CI | Valery Piashchynski | |
2020-11-05 | add phpstan config, commented composer analyze in CI | Valery Piashchynski | |
2020-11-05 | Uncomment in CI composer analyze | Valery Piashchynski | |
Remove PHP 7.2, 7.3 | |||
2020-11-04 | Add tests to the Makefile, update CI | Valery Piashchynski | |
2020-11-04 | Update coverprofile | Valery Piashchynski | |
2020-11-04 | Fix CI issues, add RPC tests to the CI | Valery Piashchynski | |
2020-10-27 | Update setup-php to v2 | Valery Piashchynski | |
2020-10-26 | mode update | Valery Piashchynski | |
2020-10-20 | Update workflows to go 1.15, remove 1.13 | Valery Piashchynski | |
2020-10-13 | Temporary turn off composer analyze | Valery Piashchynski | |
2020-10-13 | Update CI for 2.0 | Valery Piashchynski | |
2020-10-02 | Create codeql-analysis.yml | Valery Piashchynski | |
2020-09-22 | Bump golang version in GHA | Valery Piashchynski | |
2020-06-02 | Update issue templates | Valery Piashchynski | |
2020-05-19 | Merge pull request #322 from spiral/fix_phpstan | Valery Piashchynski | |
fix phpstan based on new goridge interface | |||
2020-05-18 | Merge #325 | bors[bot] | |
325: Update feature request templates r=48d90782 a=48d90782 resolves #325 Co-authored-by: Valery Piashchynski <[email protected]> |