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/cmd-registry-k8s #455

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 5, 2021

commit 6cd1a7f Author: NSMBot nsmbot@networkservicmesh.io Date: Fri Mar 5 04:38:16 2021 +0000 Update application version to latest version from networkservicemesh/cmd-registry-k8s@master networkservicemesh/cmd-registry-k8s#48 networkservicemesh/cmd-registry-k8s PR link: networkservicemesh/cmd-registry-k8s#48 networkservicemesh/cmd-registry-k8s commit message: commit 7a49a80c666951d6c22b15d39af637fc11cd8b37 Author: Network Service Mesh Bot 60070799+nsmbot@users.noreply.github.com Date: Thu Mar 4 22:33:11 2021 -0600 Merge 1985f29740633e4051ca801135e627c680a2910d into 36d8ffa35bd0466988a8416178bbc36a97f551c3 Signed-off-by: NSMBot nsmbot@networkservicmesh.io

…cmd-registry-k8s@master networkservicemesh/cmd-registry-k8s#48

networkservicemesh/cmd-registry-k8s PR link: networkservicemesh/cmd-registry-k8s#48

networkservicemesh/cmd-registry-k8s commit message:
commit 7a49a80c666951d6c22b15d39af637fc11cd8b37
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Thu Mar 4 22:33:11 2021 -0600

    Merge 1985f29740633e4051ca801135e627c680a2910d into 36d8ffa35bd0466988a8416178bbc36a97f551c3

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@github-actions github-actions bot merged commit bdad379 into main Mar 5, 2021
nsmbot pushed a commit that referenced this pull request Apr 23, 2024
…d-registry-k8s@main

PR link: networkservicemesh/cmd-registry-k8s#455

Commit: e68763f
Author: Network Service Mesh Bot
Date: 2024-04-23 08:19:24 -0500
Message:
  - Sync files with networkservicemesh/cmd-template (#455)
This PR syncs files with https://github.com/networkservicemesh/cmd-template
Revision: https://github.com/networkservicemesh/cmd-template/commits/7369b5fd24fe89c8021d5dcf3f5aea3393a64805
commit 7369b5fd24fe89c8021d5dcf3f5aea3393a64805
Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com>
Date:   Tue Apr 23 20:12:10 2024 +0700
    Delete check-release-branch job from release workflow (#130)
    * Delete check-release-branch job from release workflow
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
    * minor fixes
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
      ---------
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot added a commit that referenced this pull request Apr 23, 2024
…d-registry-k8s@main (#11915)

PR link: networkservicemesh/cmd-registry-k8s#455

Commit: e68763f
Author: Network Service Mesh Bot
Date: 2024-04-23 08:19:24 -0500
Message:
  - Sync files with networkservicemesh/cmd-template (#455)
This PR syncs files with https://github.com/networkservicemesh/cmd-template
Revision: https://github.com/networkservicemesh/cmd-template/commits/7369b5fd24fe89c8021d5dcf3f5aea3393a64805
commit 7369b5fd24fe89c8021d5dcf3f5aea3393a64805
Author: Nikita Skrynnik <93182827+NikitaSkrynnik@users.noreply.github.com>
Date:   Tue Apr 23 20:12:10 2024 +0700
    Delete check-release-branch job from release workflow (#130)
    * Delete check-release-branch job from release workflow
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
    * minor fixes
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
      ---------
    Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit that referenced this pull request Aug 20, 2024
…d-admission-webhook-k8s@main

PR link: networkservicemesh/cmd-admission-webhook-k8s#455

Commit: 8f6854f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:05:15 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#455)
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>
nsmbot added a commit that referenced this pull request Aug 20, 2024
…d-admission-webhook-k8s@main (#12248)

PR link: networkservicemesh/cmd-admission-webhook-k8s#455

Commit: 8f6854f
Author: Network Service Mesh Bot
Date: 2024-08-20 04:05:15 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#455)
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>
Co-authored-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