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 #193

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 4, 2021

commit cc6b8ac Author: NSMBot [email protected] Date: Thu Mar 4 15:08:01 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 [email protected] Date: Thu Mar 4 22:07:27 2021 +0700 Pr fix connect server (#703) Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix connect closing Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix deleting connInfo Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove openbox testing Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove gosched Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove unnecessary goroutine Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove extra cancel Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Optimize deleting clients for ref count map Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Replace time.After to Dial in tests Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Health check for network service server started Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Refactor connect server to use MultiExecutor Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix linter issues Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix comments issues Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove injecting error in connect server Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Move Executor interface to serialize package Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Remove multiexecutor.ExecutorFunc Signed-off-by: Vladimir Popov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Edit tests, add comments Signed-off-by: Vladimir Popov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Fix linter issues Signed-off-by: Vladimir Popov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum internal local main.go staticcheck.conf test Return error on Close if there is no client Signed-off-by: Vladimir Popov [email protected] Co-authored-by: Artem Belov [email protected] Signed-off-by: NSMBot [email protected]

…k@master networkservicemesh/sdk#

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

networkservicemesh/sdk commit message:
commit 68e58775b5d77c0b6c5beb7a0a21d47a7442d8ff
Author: Vladimir Popov <[email protected]>
Date:   Thu Mar 4 22:07:27 2021 +0700

    Pr fix connect server (#703)

    * Fix connect closing

    Signed-off-by: Artem Belov <[email protected]>

    * Fix deleting connInfo

    Signed-off-by: Artem Belov <[email protected]>

    * Remove openbox testing

    Signed-off-by: Artem Belov <[email protected]>

    * Remove gosched

    Signed-off-by: Artem Belov <[email protected]>

    * Remove unnecessary goroutine

    Signed-off-by: Artem Belov <[email protected]>

    * Remove extra cancel

    Signed-off-by: Artem Belov <[email protected]>

    * Optimize deleting clients for ref count map

    Signed-off-by: Artem Belov <[email protected]>

    * Replace time.After to Dial in tests

    Signed-off-by: Artem Belov <[email protected]>

    * Health check for network service server started

    Signed-off-by: Artem Belov <[email protected]>

    * Refactor connect server to use MultiExecutor

    Signed-off-by: Artem Belov <[email protected]>

    * Fix linter issues

    Signed-off-by: Artem Belov <[email protected]>

    * Fix comments issues

    Signed-off-by: Artem Belov <[email protected]>

    * Remove injecting error in connect server

    Signed-off-by: Artem Belov <[email protected]>

    * Move Executor interface to serialize package

    Signed-off-by: Artem Belov <[email protected]>

    * Remove multiexecutor.ExecutorFunc

    Signed-off-by: Vladimir Popov <[email protected]>

    * Edit tests, add comments

    Signed-off-by: Vladimir Popov <[email protected]>

    * Fix linter issues

    Signed-off-by: Vladimir Popov <[email protected]>

    * Return error on Close if there is no client

    Signed-off-by: Vladimir Popov <[email protected]>

    Co-authored-by: Artem Belov <[email protected]>

Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Mar 4, 2021
…cmd-nsmgr@master networkservicemesh/cmd-nsmgr#193

networkservicemesh/cmd-nsmgr PR link: networkservicemesh/cmd-nsmgr#193

networkservicemesh/cmd-nsmgr commit message:
commit 39a668a837826a516b466c25fb0c5b1f1737117d
Author: Network Service Mesh Bot <[email protected]>
Date:   Thu Mar 4 09:09:03 2021 -0600

    Merge cc6b8acb39925730514fef2f19d2b234dfd5e785 into 087a2f9fcd64ff69d405bfdc1514976a1994ab2a

Signed-off-by: NSMBot <[email protected]>
@github-actions github-actions bot merged commit d0c8525 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