summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-03-10Merge #273v1.6.3bors[bot]
273: prepare_to_1_6_3 r=wolfy-j a=48d90782 Corrected changelog Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-09Correct version in changelogValery Piashchynski
2020-03-09Update changelogValery Piashchynski
2020-03-09Corrected changelogValery Piashchynski
2020-03-09Merge #272bors[bot]
272: Prepare to 1.6.3 release r=wolfy-j a=48d90782 @wolfy-j BORS is ready to help you :) Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-09Prepare to 1.6.3 releaseValery Piashchynski
2020-03-08Merge #270bors[bot]
270: Ub when plugin fail during serve r=48d90782 a=48d90782 1. Remove macOS from GitHub workflow as not properly tested in GitHub (randomly fails) 2. A temporary workaround for the #264 3. fixes #264 4. resolves #254 Co-authored-by: Valery Piashchynski <[email protected]>
2020-03-08Fix BORSValery Piashchynski
2020-03-08Attempt to fix BORSValery Piashchynski
2020-03-08Merge remote-tracking branch 'remotes/origin/master' into ↵Valery Piashchynski
ub_when_plugin_fail_during_serve
2020-03-08Update BORSValery Piashchynski
Remove jobs dependency from go.mod
2020-03-08Update composer.jsonAnton Titov