Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk #223

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 4, 2021

commit 84c98e2 Author: NSMBot nsmbot@networkservicmesh.io Date: Thu Mar 4 15:08:18 2021 +0000 Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 68e58775b5d77c0b6c5beb7a0a21d47a7442d8ff Author: Vladimir Popov vladimir.popov@xored.com Date: Thu Mar 4 22:07:27 2021 +0700 Pr fix connect server (#703) Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix connect closing Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix deleting connInfo Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove openbox testing Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove gosched Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove unnecessary goroutine Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove extra cancel Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Optimize deleting clients for ref count map Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Replace time.After to Dial in tests Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Health check for network service server started Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Refactor connect server to use MultiExecutor Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix linter issues Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix comments issues Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove injecting error in connect server Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Move Executor interface to serialize package Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove multiexecutor.ExecutorFunc Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Edit tests, add comments Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix linter issues Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Return error on Close if there is no client Signed-off-by: Vladimir Popov vladimir.popov@xored.com Co-authored-by: Artem Belov artem.belov@xored.com Signed-off-by: NSMBot nsmbot@networkservicmesh.io

…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 68e58775b5d77c0b6c5beb7a0a21d47a7442d8ff
Author: Vladimir Popov <vladimir.popov@xored.com>
Date:   Thu Mar 4 22:07:27 2021 +0700

    Pr fix connect server (#703)

    * Fix connect closing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix deleting connInfo

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove openbox testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove gosched

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove unnecessary goroutine

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove extra cancel

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Optimize deleting clients for ref count map

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Replace time.After to Dial in tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Health check for network service server started

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Refactor connect server to use MultiExecutor

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix comments issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove injecting error in connect server

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Move Executor interface to serialize package

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove multiexecutor.ExecutorFunc

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Edit tests, add comments

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Fix linter issues

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Return error on Close if there is no client

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    Co-authored-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Mar 4, 2021
…cmd-registry-memory@master networkservicemesh/cmd-registry-memory#223

networkservicemesh/cmd-registry-memory PR link: networkservicemesh/cmd-registry-memory#223

networkservicemesh/cmd-registry-memory commit message:
commit a3404a3fe50ca926e69090449a4df92da19c19d7
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Thu Mar 4 09:09:08 2021 -0600

    Merge 84c98e24cebf32a6e1707c84191fa6e89a3bc647 into 85844f4c236330dc6021824591f828d645ad1d89

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@github-actions github-actions bot merged commit 59244f7 into master Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant