generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 13
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 #666
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…k@main PR link: networkservicemesh/sdk#1542 Commit: 20150d6 Author: Nikita Skrynnik Date: 2023-11-08 16:52:52 +0700 Message: - Allow begin to process Unregisters without Registers (#1542) * Allow begin process Unregisters without Registers Signed-off-by: Nikita Skrynnik <[email protected]> * delete one test + fix go leaks Signed-off-by: Nikita Skrynnik <[email protected]> * fix test using mutexes Signed-off-by: Nikita Skrynnik <[email protected]> * fix more unit tests Signed-off-by: Nikita Skrynnik <[email protected]> * fix some tests + fix linter issues Signed-off-by: Nikita Skrynnik <[email protected]> * rerun CI Signed-off-by: Nikita Skrynnik <[email protected]> * test StressTest for begin server Signed-off-by: Nikita Skrynnik <[email protected]> * delete unneseccary test Signed-off-by: Nikita Skrynnik <[email protected]> * fix dial chain element to fix test Signed-off-by: Nikita Skrynnik <[email protected]> * fix linter issues Signed-off-by: Nikita Skrynnik <[email protected]> * cleanup Signed-off-by: Nikita Skrynnik <[email protected]> * minor fix Signed-off-by: Nikita Skrynnik <[email protected]> * rerun CI Signed-off-by: Nikita Skrynnik <[email protected]> * test again Signed-off-by: Nikita Skrynnik <[email protected]> * test again Signed-off-by: Nikita Skrynnik <[email protected]> * disable one test Signed-off-by: Nikita Skrynnik <[email protected]> * add some logs Signed-off-by: Nikita Skrynnik <[email protected]> * add more logs Signed-off-by: Nikita Skrynnik <[email protected]> * reduce count of events to 10 Signed-off-by: Nikita Skrynnik <[email protected]> * skip fifo test Signed-off-by: Nikita Skrynnik <[email protected]> * fix golang linter issues Signed-off-by: Nikita Skrynnik <[email protected]> * rerun CI Signed-off-by: Nikita Skrynnik <[email protected]> * cleanup Signed-off-by: Nikita Skrynnik <[email protected]> * apply some review comments Signed-off-by: Nikita Skrynnik <[email protected]> * cleanup Signed-off-by: Nikita Skrynnik <[email protected]> * fix review comments related to dial Signed-off-by: Nikita Skrynnik <[email protected]> * fix review comments Signed-off-by: Nikita Skrynnik <[email protected]> * cleanup Signed-off-by: Nikita Skrynnik <[email protected]> * rerun CI Signed-off-by: Nikita Skrynnik <[email protected]> * fix more review comments Signed-off-by: Nikita Skrynnik <[email protected]> --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
to networkservicemesh/deployments-k8s
that referenced
this pull request
Nov 8, 2023
…d-nsc-init@main PR link: networkservicemesh/cmd-nsc-init#666 Commit: fb1b4b1 Author: Network Service Mesh Bot Date: 2023-11-08 03:56:30 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Jun 4, 2024
…k-sriov@main PR link: networkservicemesh/sdk-sriov#597 Commit: 638465e Author: Network Service Mesh Bot Date: 2024-06-04 10:17:57 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#597) PR link: networkservicemesh/sdk-kernel#666 Commit: 293bea6 Author: Network Service Mesh Bot Date: 2024-06-04 10:09:51 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#666) PR link: networkservicemesh/sdk#1640 Commit: e3eed82 Author: Denis Tingaikin Date: 2024-06-04 17:35:37 +0300 Message: - update grpcfd (#1640) Signed-off-by: NSMBot <[email protected]>
nsmbot
added a commit
that referenced
this pull request
Jun 4, 2024
…k-sriov@main (#755) PR link: networkservicemesh/sdk-sriov#597 Commit: 638465e Author: Network Service Mesh Bot Date: 2024-06-04 10:17:57 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#597) PR link: networkservicemesh/sdk-kernel#666 Commit: 293bea6 Author: Network Service Mesh Bot Date: 2024-06-04 10:09:51 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#666) PR link: networkservicemesh/sdk#1640 Commit: e3eed82 Author: Denis Tingaikin Date: 2024-06-04 17:35:37 +0300 Message: - update grpcfd (#1640) Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main
PR link: networkservicemesh/sdk#1542
Commit: 20150d6
Author: Nikita Skrynnik
Date: 2023-11-08 16:52:52 +0700
Message:
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]
Signed-off-by: Nikita Skrynnik [email protected]