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 nsmbot@networkservicmesh.io 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 vladimir.popov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 artem.belov@xored.com 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 vladimir.popov@xored.com 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 vladimir.popov@xored.com 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 vladimir.popov@xored.com 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 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-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 <60070799+nsmbot@users.noreply.github.com>
Date:   Thu Mar 4 09:09:03 2021 -0600

    Merge cc6b8acb39925730514fef2f19d2b234dfd5e785 into 087a2f9fcd64ff69d405bfdc1514976a1994ab2a

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@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