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

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 23, 2021

commit 12d8391 Author: NSMBot [email protected] Date: Tue Mar 23 14:45:11 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 9cc8ab5b986707e64b6fa64baa54e5a49c259544 Author: Artem Belov [email protected] Date: Tue Mar 23 21:44:37 2021 +0700 Heal rework (#738) Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Heal Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix linter issues Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Skip test depends on restoring connection Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix goroutine race Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove request updating from monitor Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Localbypass Client Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Restore last valid connection by id Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Revert "Localbypass Client" This reverts commit 063706dab2de04296c9880ed240e857b34954ff1. Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix stuck on unregistered endpoint Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Enable NSMgr restored test Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix success request waiting for windows Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix testing registry clients Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Remove registry client from RegisterEndpoint arguments Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Use timestamppb.New instead of Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix missing candidates on refresh Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Add restored pods testing Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Revert localbypass fix; Skip NSMgr restored heal Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix data race Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Fix refresh after heal request; Add refresh after heal testing Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Close error chan on initial monitor done Signed-off-by: Artem Belov [email protected] Dockerfile LICENSE README.md code-of-conduct.md go.mod go.sum main.go main_test.go pkg staticcheck.conf Pass register heal client func via context Signed-off-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 9cc8ab5b986707e64b6fa64baa54e5a49c259544
Author: Artem Belov <[email protected]>
Date:   Tue Mar 23 21:44:37 2021 +0700

    Heal rework (#738)

    * Heal

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

    * Fix linter issues

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

    * Skip test depends on restoring connection

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

    * Fix goroutine race

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

    * Remove request updating from monitor

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

    * Localbypass Client

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

    * Restore last valid connection by id

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

    * Revert "Localbypass Client"

    This reverts commit 063706dab2de04296c9880ed240e857b34954ff1.

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

    * Fix stuck on unregistered endpoint

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

    * Enable NSMgr restored test

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

    * Fix success request waiting for windows

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

    * Fix testing registry clients

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

    * Remove registry client from RegisterEndpoint arguments

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

    * Use timestamppb.New instead of

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

    * Fix missing candidates on refresh

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

    * Add restored pods testing

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

    * Revert localbypass fix; Skip NSMgr restored heal

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

    * Fix data race

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

    * Fix refresh after heal request; Add refresh after heal testing

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

    * Close error chan on initial monitor done

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

    * Pass register heal client func via context

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

Signed-off-by: NSMBot <[email protected]>
@github-actions github-actions bot merged commit b0bbeab into master Mar 23, 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