Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-23 | Update to v2 | Valery Piashchynski | |
2020-03-23 | Update goridge to 2.3.0 with v2 support | Valery Piashchynski | |
2020-03-23 | release 1.7.0 | Valery Piashchynski | |
2020-03-21 | Merge #282 | bors[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-21 | go 1.14 vendor update (GHA) | Valery Piashchynski | |
2020-03-21 | Update GHA | Valery Piashchynski | |
2020-03-21 | Update GHA, go1.14 vendored mode | Valery Piashchynski | |
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package | |||
2020-03-20 | Replace std json package with github.com/json-iterator/go | Valery Piashchynski | |
2020-03-14 | Update README.mdv1.6.4 | Anton Titov | |
2020-03-14 | RR 1.6.4 release update | Valery Piashchynski | |
2020-03-14 | Merge #277 #278 | bors[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-14 | Fix potencial issue in gzip with cfg initialization | Valery Piashchynski | |
Add test for bug 275 | |||
2020-03-14 | Fix panic in Serve | Valery Piashchynski | |
Add test for the bug Uncomment test in container. It's working properly now | |||
2020-03-13 | Add -trimpath to the build script | Valery Piashchynski | |
2020-03-12 | Merge pull request #274 from jlaswell/update-dockerfile-labels-in-favor-of-oci | Valery Piashchynski | |
Update Dockerfile labels in favor of OCI spec | |||
2020-03-11 | update Dockerfile labels in favor of OCI spec | John 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-11 | Update README.md | Anton Titov | |
2020-03-10 | Merge #273v1.6.3 | bors[bot] | |
273: prepare_to_1_6_3 r=wolfy-j a=48d90782 Corrected changelog Co-authored-by: Valery Piashchynski <[email protected]> | |||
2020-03-09 | Correct version in changelog | Valery Piashchynski | |
2020-03-09 | Update changelog | Valery Piashchynski | |
2020-03-09 | Corrected changelog | Valery Piashchynski | |
2020-03-09 | Merge #272 | bors[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-09 | Prepare to 1.6.3 release | Valery Piashchynski | |
2020-03-08 | Merge #270 | bors[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-08 | Fix BORS | Valery Piashchynski | |
2020-03-08 | Attempt to fix BORS | Valery Piashchynski | |
2020-03-08 | Merge remote-tracking branch 'remotes/origin/master' into ↵ | Valery Piashchynski | |
ub_when_plugin_fail_during_serve | |||
2020-03-08 | Update BORS | Valery Piashchynski | |
Remove jobs dependency from go.mod | |||
2020-03-08 | Update composer.json | Anton Titov | |
2020-03-08 | Update composer.json | Anton Titov | |
2020-03-08 | Update composer.json | Anton Titov | |
2020-03-08 | fix golangci-lint issues | Valery Piashchynski | |
2020-03-08 | Add BORS to repo | Valery Piashchynski | |
Remove signal handling in Serve for dev | |||
2020-03-08 | Remove jobs imports | Valery Piashchynski | |
2020-03-08 | fix bug with totally frozed rr | Valery Piashchynski | |
2020-03-06 | Merge pull request #268 from dkarlovi/patch-1 | Valery Piashchynski | |
Explicitly require Curl since bin/rr doesn't work without it | |||
2020-03-06 | Move symfony/console to require-dev | Dalibor Karlović | |
Closes #269. | |||
2020-03-06 | Update composer.json | Dalibor Karlović | |
2020-03-06 | Explicitly require Curl since bin/rr doesn't work without it | Dalibor Karlović | |
https://github.com/spiral/roadrunner/blob/a208e27c9d8f4558328c3931c960f155a02e786f/bin/rr#L41-L44 | |||
2020-03-06 | Add container with [ephemeral] plugin to the main | Valery Piashchynski | |
Fix wrong behaviour when plugin fails during serve | |||
2020-03-05 | Merge pull request #265 from spiral/listen_unix_sockets | Valery Piashchynski | |
Signals, typos, concurrency update | |||
2020-03-03 | ssl defers update | Valery Piashchynski | |
2020-03-03 | Eliminate possible data race | Valery Piashchynski | |
2020-03-03 | Remove redundant code | Valery Piashchynski | |
2020-03-03 | Fix typos | Valery Piashchynski | |
Update signals handling mechanism http proper stopping | |||
2020-03-02 | Merge pull request #263 from spiral/rotate_ports_in_static | Valery Piashchynski | |
Fix for failing tests | |||
2020-03-02 | Remove defers | Valery Piashchynski | |
2020-03-02 | Merge pull request #262 from spiral/rotate_ports_in_static | Anton Titov | |
Rotate ports | |||
2020-03-02 | Rotate ports | Valery Piashchynski | |
2020-03-02 | Merge pull request #260 from spiral/address_already_in_use_error | Anton Titov | |
Address already in use error |