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

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 4, 2021

commit 4eba865 Author: NSMBot nsmbot@networkservicmesh.io Date: Thu Mar 4 15:08:05 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) LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix connect closing Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix deleting connInfo Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove openbox testing Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove gosched Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove unnecessary goroutine Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove extra cancel Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Optimize deleting clients for ref count map Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Replace time.After to Dial in tests Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Health check for network service server started Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Refactor connect server to use MultiExecutor Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix linter issues Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix comments issues Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove injecting error in connect server Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Move Executor interface to serialize package Signed-off-by: Artem Belov artem.belov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Remove multiexecutor.ExecutorFunc Signed-off-by: Vladimir Popov vladimir.popov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Edit tests, add comments Signed-off-by: Vladimir Popov vladimir.popov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum pkg staticcheck.conf Fix linter issues Signed-off-by: Vladimir Popov vladimir.popov@xored.com LICENSE README.md code-of-conduct.md go.mod go.sum 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>
@github-actions github-actions bot merged commit a24f015 into master Mar 4, 2021
nsmbot pushed a commit to networkservicemesh/sdk-sriov that referenced this pull request Mar 4, 2021
…k-kernel@master networkservicemesh/sdk-kernel#150

networkservicemesh/sdk-kernel PR link: networkservicemesh/sdk-kernel#150

networkservicemesh/sdk-kernel commit message:
commit a24f0150d3907a10ec1ebc7951b27cc70e9139a6
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Thu Mar 4 09:10:21 2021 -0600

    Update from update/networkservicemesh/sdk

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit that referenced this pull request Nov 8, 2022
…k@main

PR link: networkservicemesh/sdk#1380

Commit: e51c7ad
Author: Network Service Mesh Bot
Date: 2022-11-08 05:45:00 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1380)
PR link: networkservicemesh/api#150

Commit: f71f283
Author: Nikita Skrynnik
Date: 2022-11-08 17:52:51 +0700
Message:
    - add automerge reusable workflow (#150)
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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