summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-21#305 Replace multiple sys_calls with a combined oneValentin V / vvval
2020-04-21update goridge to 2.3Valery Piashchynski
2020-04-21fix rr version in composer.jsonValery Piashchynski
2020-04-21#305 Reduce syscallsValentin V / vvval
Fix is based on #41 fix in goridge
2020-04-20saveValery Piashchynski
2020-04-17Merge #304bors[bot]
304: remove windows check from sockets tests r=48d90782 a=48d90782 resolves #303 Co-authored-by: Valery Piashchynski <[email protected]>
2020-04-17remove windows check from sockets testsValery Piashchynski
2020-04-16Merge #302bors[bot]
302: Add user to worker r=48d90782 a=48d90782 Co-authored-by: Valery Piashchynski <[email protected]>
2020-04-15Update port in testsValery Piashchynski
2020-04-15add function mock for windowsValery Piashchynski
2020-04-15Typos fixValery Piashchynski
2020-04-15NPE fixValery Piashchynski
2020-04-15Add user to workerValery Piashchynski
2020-04-08Merge #297bors[bot]
297: rr.service unit file r=48d90782 a=48d90782 resolves #296 Co-authored-by: Valery Piashchynski <[email protected]>
2020-04-08Merge #295bors[bot]
295: Vendor directory fix (php vs golang) r=48d90782 a=48d90782 fixes #292 Co-authored-by: Valery Piashchynski <[email protected]>
2020-04-08Update bors.tomlValery Piashchynski
2020-04-08moved failing tests to backoffValery Piashchynski
2020-04-08rr.service unit fileValery Piashchynski
2020-04-08remved php 7.1 and 7.2 as oldValery Piashchynski
2020-04-08remove get-binaryValery Piashchynski
2020-04-08ci fixValery Piashchynski
2020-04-08Vendor directory fix (php vs golang)Valery Piashchynski
2020-04-07Merge #294bors[bot]
294: Update composer.json r=wolfy-j a=diwms Zend -> Laminas Co-authored-by: Myroslav Zozulia <[email protected]>
2020-04-06Update composer.jsonMyroslav Zozulia
Zend -> Laminas
2020-03-26Merge #291bors[bot]
291: Update servers timeouts and max header sizes [health, metrics] r=48d90782 a=48d90782 fixes #283 Tests updated. I will update tests with the backoff re-dial to prevent issues from GHA step-by-step. Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-26http tests with backoffValery Piashchynski
2020-03-26Typo fixValery Piashchynski
2020-03-26Total backoff for headers service testsValery Piashchynski
2020-03-26Update tests, add backoff mechanismValery Piashchynski
2020-03-26Update servers timeouts and max header sizes [health, metrics]Valery Piashchynski
2020-03-23Merge pull request #289 from spiral/rr_1.7.0v1.7.0Valery Piashchynski
Update to v2
2020-03-23Update to v2Valery Piashchynski
2020-03-23Merge pull request #288 from spiral/rr_1.7.0Valery Piashchynski
Update goridge to 2.3.0 with v2 support
2020-03-23Update goridge to 2.3.0 with v2 supportValery Piashchynski
2020-03-23Merge pull request #287 from spiral/rr_1.7.0Valery Piashchynski
release 1.7.0
2020-03-23release 1.7.0Valery Piashchynski
2020-03-21Merge #282bors[bot]
282: Replace std json package with github.com/json-iterator/go r=48d90782 a=48d90782 resolves #281 1. Add `go vendor` command to Makefile as workaround for php vendor folder + go vendor folder hack 2. Use faster json package instead of std 3. Update GHA Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-21go 1.14 vendor update (GHA)Valery Piashchynski
2020-03-21Update GHAValery 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-03-20Replace std json package with github.com/json-iterator/goValery Piashchynski
2020-03-14Update README.mdv1.6.4Anton Titov
2020-03-14RR 1.6.4 release updateValery Piashchynski
2020-03-14Merge #277 #278bors[bot]
277: Add -trimpath to the build script r=wolfy-j a=48d90782 resolves #275 278: Fix panic and stuck r=wolfy-j a=48d90782 Fix panic and RR freeze on empty config Uncomment test for container. It's working properly now Fix potential issue in gzip with cfg initialization resolves #276 Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-14Fix potencial issue in gzip with cfg initializationValery Piashchynski
Add test for bug 275
2020-03-14Fix panic in ServeValery Piashchynski
Add test for the bug Uncomment test in container. It's working properly now
2020-03-13Add -trimpath to the build scriptValery Piashchynski
2020-03-12Merge pull request #274 from jlaswell/update-dockerfile-labels-in-favor-of-ociValery Piashchynski
Update Dockerfile labels in favor of OCI spec
2020-03-11update Dockerfile labels in favor of OCI specJohn Laswell
Since the Label Schema convention has become deprecated in favor of the OCI image spec, this updates all of the previous Label Schema keys for their opencontainers equivalents.
2020-03-11Update README.mdAnton Titov