-
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-registry-memory #242
Merged
github-actions
merged 1 commit into
main
from
update/networkservicemesh/cmd-registry-memory
Feb 8, 2021
Merged
Update from update/networkservicemesh/cmd-registry-memory #242
github-actions
merged 1 commit into
main
from
update/networkservicemesh/cmd-registry-memory
Feb 8, 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-registry-memory@master networkservicemesh/cmd-registry-memory#199 networkservicemesh/cmd-registry-memory PR link: networkservicemesh/cmd-registry-memory#199 networkservicemesh/cmd-registry-memory commit message: commit aeb46a297d210acca52b51659e502c550299efbb Author: Network Service Mesh Bot <[email protected]> Date: Sun Feb 7 22:03:05 2021 -0600 Merge 7ea5dd72bc3a75c385d90fb380b55086b0b65b6c into 091f0ecbee41558dadca837a628462eca9c7fda9 Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Apr 17, 2021
…cmd-nsmgr@main networkservicemesh/cmd-nsmgr# networkservicemesh/cmd-nsmgr PR link: https://github.com/networkservicemesh/cmd-nsmgr/pull/ networkservicemesh/cmd-nsmgr commit message: commit 2df71419e0ee404e67adcb6d7d6a73af2e09fedd Author: Network Service Mesh Bot <[email protected]> Date: Sat Apr 17 16:12:51 2021 -0500 Sync files with networkservicemesh/cmd-template (#242) This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/53a5c472676275aa3889aba5a67583b8044b0822 commit 53a5c472676275aa3889aba5a67583b8044b0822 Author: Ed Warnicke <[email protected]> Date: Sat Apr 17 15:57:53 2021 -0500 Migrate from 'master' default branch to 'main' (#71) Signed-off-by: NSMBot <[email protected]> Co-authored-by: NSMBot <[email protected]> Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Feb 21, 2023
…d-forwarder-ovs@main PR link: networkservicemesh/cmd-forwarder-ovs#242 Commit: 5830f92 Author: Denis Tingaikin Date: 2023-02-21 18:19:23 +0300 Message: - Merge pull request #242 from wazsone/bug/fix-dependencies Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
May 16, 2024
…d-nse-simple-vl3-docker@main PR link: networkservicemesh/cmd-nse-simple-vl3-docker#242 Commit: fa72451 Author: Network Service Mesh Bot Date: 2024-05-16 03:09:13 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#242) 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 <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Aug 15, 2024
…d-nsc-simple-docker@main PR link: networkservicemesh/cmd-nsc-simple-docker#242 Commit: 11f3036 Author: Network Service Mesh Bot Date: 2024-08-15 15:58:57 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main (#242) PR link: networkservicemesh/sdk-vpp#845 Commit: f879413 Author: Network Service Mesh Bot Date: 2024-08-15 15:55:30 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#845) PR link: networkservicemesh/sdk-kernel#675 Commit: 8fc8a72 Author: Network Service Mesh Bot Date: 2024-08-15 15:51:37 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#675) PR link: networkservicemesh/sdk#1658 Commit: eeb0114 Author: Network Service Mesh Bot Date: 2024-08-15 15:49:07 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1658) PR link: networkservicemesh/api#174 Commit: fdbfcd8 Author: Nikita Skrynnik Date: 2024-08-15 21:15:54 +1100 Message: - Revert changes in strToIPNet func (#174) Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Aug 20, 2024
…d-nse-remote-vlan@main PR link: networkservicemesh/cmd-nse-remote-vlan#242 Commit: 8665ba1 Author: Network Service Mesh Bot Date: 2024-08-20 04:04:43 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#242) 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 <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Sep 27, 2024
…d-map-ip-k8s@main PR link: networkservicemesh/cmd-map-ip-k8s#242 Commit: 231eef4 Author: Network Service Mesh Bot Date: 2024-09-27 05:42:05 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#242) PR link: networkservicemesh/sdk#1670 Commit: b66e1bf Author: Nikita Skrynnik Date: 2024-09-27 17:37:34 +0700 Message: - Add more mutexes in dial chain element to fix race conditions (#1670) * some minor change * add more locks --------- Signed-off-by: NSMBot <[email protected]>
nsmbot
pushed a commit
that referenced
this pull request
Dec 24, 2024
…d-nse-l7-proxy@main PR link: networkservicemesh/cmd-nse-l7-proxy#242 Commit: f51ce0b Author: Network Service Mesh Bot Date: 2024-12-24 03:57:23 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#242) PR link: networkservicemesh/sdk-kernel#703 Commit: 31c2f68 Author: Network Service Mesh Bot Date: 2024-12-24 03:54:20 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#703) PR link: networkservicemesh/sdk#1710 Commit: 4a9b9a0 Author: Denis Tingaikin Date: 2024-12-24 12:52:13 +0300 Message: - add options for using custom heal/reetry clients for registry (#1710) Signed-off-by: NSMBot <[email protected]>
nsmbot
added a commit
that referenced
this pull request
Dec 24, 2024
…d-nse-l7-proxy@main (#12636) PR link: networkservicemesh/cmd-nse-l7-proxy#242 Commit: f51ce0b Author: Network Service Mesh Bot Date: 2024-12-24 03:57:23 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#242) PR link: networkservicemesh/sdk-kernel#703 Commit: 31c2f68 Author: Network Service Mesh Bot Date: 2024-12-24 03:54:20 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#703) PR link: networkservicemesh/sdk#1710 Commit: 4a9b9a0 Author: Denis Tingaikin Date: 2024-12-24 12:52:13 +0300 Message: - add options for using custom heal/reetry clients for registry (#1710) 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.
commit c810053 Author: NSMBot [email protected] Date: Mon Feb 8 04:07:52 2021 +0000 Update application version to latest version from networkservicemesh/cmd-registry-memory@master networkservicemesh/cmd-registry-memory#199 networkservicemesh/cmd-registry-memory PR link: networkservicemesh/cmd-registry-memory#199 networkservicemesh/cmd-registry-memory commit message: commit aeb46a297d210acca52b51659e502c550299efbb Author: Network Service Mesh Bot [email protected] Date: Sun Feb 7 22:03:05 2021 -0600 Merge 7ea5dd72bc3a75c385d90fb380b55086b0b65b6c into 091f0ecbee41558dadca837a628462eca9c7fda9 Signed-off-by: NSMBot [email protected]