-
Notifications
You must be signed in to change notification settings - Fork 35
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/cmd-nse-icmp-responder-vpp #338
Merged
github-actions
merged 1 commit into
main
from
update/networkservicemesh/cmd-nse-icmp-responder-vpp
Feb 19, 2021
Merged
Update from update/networkservicemesh/cmd-nse-icmp-responder-vpp #338
github-actions
merged 1 commit into
main
from
update/networkservicemesh/cmd-nse-icmp-responder-vpp
Feb 19, 2021
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
…cmd-nse-icmp-responder-vpp@master networkservicemesh/cmd-nse-icmp-responder-vpp#8 networkservicemesh/cmd-nse-icmp-responder-vpp PR link: networkservicemesh/cmd-nse-icmp-responder-vpp#8 networkservicemesh/cmd-nse-icmp-responder-vpp commit message: commit 6426b516ccfca2fec488ac28c05f677255df78e0 Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Fri Feb 19 01:12:41 2021 -0600 Merge f9895193a7a1322c9689b1c29dd7dfa4d18a7688 into 901dbacb8c6684938cfa68b67ccf79938bfaceaf Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
Jan 17, 2022
…d-nsc-init@main PR link: networkservicemesh/cmd-nsc-init#338 Commit: 22378e2 Author: Denis Tingaikin Date: 2022-01-17 12:26:07 +0300 Message: - Merge pull request #338 from NikitaSkrynnik/update-manually Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
May 30, 2022
…d-nsmgr-proxy@main PR link: networkservicemesh/cmd-nsmgr-proxy#338 Commit: ef7ed7b Author: Denis Tingaikin Date: 2022-05-30 15:06:59 +0300 Message: - Merge pull request #338 from glazychev-art/go_upd Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
May 16, 2024
…d-nse-vl3-vpp@main PR link: networkservicemesh/cmd-nse-vl3-vpp#338 Commit: 85288b9 Author: Network Service Mesh Bot Date: 2024-05-16 03:09:33 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#338) PR link: networkservicemesh/sdk-vpp#829 Commit: 9bdb057 Author: Network Service Mesh Bot Date: 2024-05-16 03:05:49 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#829) PR link: networkservicemesh/sdk-kernel#663 Commit: 6a362bb Author: Network Service Mesh Bot Date: 2024-05-16 03:01:48 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#663) PR link: networkservicemesh/sdk#1623 Commit: 3b79590 Author: Nikita Skrynnik Date: 2024-05-16 18:55:35 +1100 Message: - Fix some leaks in authorize chain elements (#1623) * fix some leaks in authorize chain elements * fix go linter issues * add tests for memory leaks * fix go linter issues * rerun CI --------- Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
Jul 12, 2024
…d-nse-supplier-k8s@main PR link: networkservicemesh/cmd-nse-supplier-k8s#338 Commit: f19fd19 Author: Network Service Mesh Bot Date: 2024-07-12 06:26:26 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#338) PR link: networkservicemesh/sdk-k8s#511 Commit: 5102d08 Author: Network Service Mesh Bot Date: 2024-07-12 06:03:07 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#511) PR link: networkservicemesh/sdk#1646 Commit: c0bcf88 Author: Nikita Skrynnik Date: 2024-07-12 17:57:20 +0700 Message: - Revert "Revert authorize changes (#1645)" (#1646) This reverts commit bf440a38808cb29857b60611d00c43401d473d50. Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this pull request
Aug 20, 2024
…d-forwarder-ovs@main PR link: networkservicemesh/cmd-forwarder-ovs#405 Commit: fa24d0c Author: Network Service Mesh Bot Date: 2024-08-20 04:15:14 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-ovs@main (#405) PR link: networkservicemesh/sdk-ovs#338 Commit: a3cc408 Author: Network Service Mesh Bot Date: 2024-08-20 04:11:19 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#338) PR link: networkservicemesh/sdk-sriov#608 Commit: 5e0c0b1 Author: Network Service Mesh Bot Date: 2024-08-20 04:07:12 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#608) PR link: networkservicemesh/sdk-kernel#677 Commit: 573b7f2 Author: Network Service Mesh Bot Date: 2024-08-20 04:03:42 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#677) PR link: networkservicemesh/sdk#1656 Commit: 6fad31a Author: Nikita Skrynnik Date: 2024-08-20 20:00:35 +1100 Message: - Use a context with exteded timeout on Requests in begin (#1656) * Use an extended timeout in case of reselect requests * add unit test * fix race condition * use a context with exteded timeout on Requests in begin * fix unit tests * fix race conditions in dial * fix variable name * fix go linter issues --------- 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
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.
commit add57b2 Author: NSMBot nsmbot@networkservicmesh.io Date: Fri Feb 19 07:17:49 2021 +0000 Update application version to latest version from networkservicemesh/cmd-nse-icmp-responder-vpp@master networkservicemesh/cmd-nse-icmp-responder-vpp#8 networkservicemesh/cmd-nse-icmp-responder-vpp PR link: networkservicemesh/cmd-nse-icmp-responder-vpp#8 networkservicemesh/cmd-nse-icmp-responder-vpp commit message: commit 6426b516ccfca2fec488ac28c05f677255df78e0 Author: Network Service Mesh Bot 60070799+nsmbot@users.noreply.github.com Date: Fri Feb 19 01:12:41 2021 -0600 Merge f9895193a7a1322c9689b1c29dd7dfa4d18a7688 into 901dbacb8c6684938cfa68b67ccf79938bfaceaf Signed-off-by: NSMBot nsmbot@networkservicmesh.io