summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-03-20- Fix CI in the PRValery Piashchynski
- Fix type in the metrics plugin Register method
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-03-09Downgrade golangci version to 1.37Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-09Update golang version in CI to 1.16Valery Piashchynski
Update CodeQL branches Bump Endure version to 1.0.0 Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-05Update CIValery Piashchynski
2021-02-05Correct windows workfloValery Piashchynski
2021-02-05Attempt to configure windows CIValery Piashchynski
2021-02-04Update branches for the codeqlValery Piashchynski
2021-01-27Move temporal plugin to the temporal repositoryValery Piashchynski
2021-01-25Initial commit of the Temporal plugins setValery Piashchynski
2021-01-25Remove windows workflows as not responding to the failsValery Piashchynski
Update dependabot.yml
2021-01-25Split windows,macOS and linux CI in the GHAValery Piashchynski
2021-01-23Use ubuntu-20.04 in the CIValery Piashchynski
2021-01-23CI typo fixValery Piashchynski
2021-01-23Remove redundand utils testValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-18Update CI, fix typoValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update CI (remove memcached from macOS tests)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Update CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Add PR templateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-18Return macOS tests to the CI (without docker)Valery Piashchynski
2021-01-16upd(CI): Update golangci to version 1.35Valery Piashchynski
2021-01-15Fix coverage calculationValery Piashchynski
2021-01-15Update worker_watcher stack testsValery Piashchynski
2021-01-07Exclude MacOS from the CIv2.0.0-beta5Valery Piashchynski
2021-01-07Revert CI last 2 commitsValery Piashchynski
2021-01-07typo in CIValery Piashchynski
2021-01-07Attempt to use third-party memcached driver in the CIValery Piashchynski
2021-01-07Docker is not included into macOS, so, we can't easily run memcached inValery Piashchynski
the docker for macOS. Excluding memcached tests from macOS for now
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-05Use 10.15 version of macos in GHAValery Piashchynski
2021-01-05Fix LGTM warnings, reduce memory allocations when looping over mapsValery Piashchynski
2021-01-05Finish implementation of the KVValery Piashchynski
2020-12-27CI update, add all tests, remove docker redundant stepValery Piashchynski
2020-12-26Add --version flagValery Piashchynski
2020-12-26Correct release.yml autobuildv2.0.0-beta2Valery Piashchynski
2020-12-25Initial commit of experimentValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-21Finish redis pluginValery Piashchynski
2020-12-20Merge remote-tracking branch 'origin/2.0' into plugin/redisValery Piashchynski
# Conflicts: # go.sum # pkg/pipe/pipe_factory_test.go # pkg/pool/static_pool.go # plugins/rpc/plugin.go
2020-12-20Increase CI timeout to 60 minutesValery Piashchynski
2020-12-20Switch to the ubuntu 20.04 in CIValery Piashchynski
2020-12-20Remove reloadLiveAfterHTTPValery Piashchynski
2020-12-17Redis initial commitValery Piashchynski
2020-12-17Add some time to finish the tests 20->25 minutesValery Piashchynski
2020-12-17Now betterValery Piashchynski
2020-12-16Give more time to finish test with 3k filesValery Piashchynski
2020-12-16Add reload tests to the Makefile and CI. Update testsValery Piashchynski