summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-03-08Update composer.jsonAnton Titov
2020-03-08Update composer.jsonAnton Titov
2020-03-08fix golangci-lint issuesValery Piashchynski
2020-03-08Add BORS to repoValery Piashchynski
Remove signal handling in Serve for dev
2020-03-08Remove jobs importsValery Piashchynski
2020-03-08fix bug with totally frozed rrValery Piashchynski
2020-03-06Merge pull request #268 from dkarlovi/patch-1Valery Piashchynski
Explicitly require Curl since bin/rr doesn't work without it
2020-03-06Move symfony/console to require-devDalibor Karlović
Closes #269.
2020-03-06Update composer.jsonDalibor Karlović
2020-03-06Explicitly require Curl since bin/rr doesn't work without itDalibor Karlović
https://github.com/spiral/roadrunner/blob/a208e27c9d8f4558328c3931c960f155a02e786f/bin/rr#L41-L44
2020-03-06Add container with [ephemeral] plugin to the mainValery Piashchynski
Fix wrong behaviour when plugin fails during serve
2020-03-05Merge pull request #265 from spiral/listen_unix_socketsValery Piashchynski
Signals, typos, concurrency update