prepare v4 #139

Merged
vtolstov merged 10 commits from devstigneev/micro-client-grpc:prepare_v4 into v4 2025-03-03 09:53:41 +03:00
Member

Pull Request template

Please, go through these steps before clicking submit on this PR.

  1. Give a descriptive title to your PR.
  2. Provide a description of your changes.
  3. Make sure you have some relevant tests.
  4. Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if applicable).

PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING

## Pull Request template Please, go through these steps before clicking submit on this PR. 1. Give a descriptive title to your PR. 2. Provide a description of your changes. 3. Make sure you have some relevant tests. 4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable). **PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
devstigneev added 1 commit 2025-02-25 17:16:13 +03:00
prepare v4
Some checks failed
lint / lint (pull_request) Failing after 1m41s
test / test (pull_request) Successful in 3m19s
7969cfd8c9
devstigneev added 1 commit 2025-02-26 22:06:40 +03:00
removed publshing
Some checks failed
lint / lint (pull_request) Failing after 1m15s
test / test (pull_request) Successful in 2m9s
1f8a64c7d6
vtolstov requested changes 2025-02-26 23:41:58 +03:00
go.mod Outdated
@@ -1,8 +1,22 @@
module go.unistack.org/micro-client-grpc/v3
Owner

v4

v4
grpc.go Outdated
@@ -477,4 +468,2 @@
gcall := g.call
// wrap the call in reverse
for i := len(callOpts.CallWrappers); i > 0; i-- {
Owner

тут видимо хуки должны быть?

тут видимо хуки должны быть?
grpc.go Outdated
@@ -87,3 +85,1 @@
header["Grpc-Timeout"] = fmt.Sprintf("%dn", opts.RequestTimeout)
header["timeout"] = fmt.Sprintf("%dn", opts.RequestTimeout)
header["content-type"] = req.ContentType()
header["Grpc-Timeout"] = append(header["Grpc-Timeout"], fmt.Sprintf("%dn", opts.RequestTimeout))
Owner

в нижнем регистре

в нижнем регистре
grpc.go Outdated
@@ -90,2 +87,3 @@
header["content-type"] = append(header["content-type"], req.ContentType())
md := gmetadata.New(header)
md := gmetadata.MD(metadata.Copy(header))
Owner

по идее типы одинаковые type MD map[string][]string
make а потом copy

по идее типы одинаковые type MD map[string][]string make а потом copy
vtolstov changed target branch from master to v4 2025-02-26 23:42:10 +03:00
devstigneev added 1 commit 2025-02-27 18:35:32 +03:00
correcting grpc.go
Some checks failed
lint / lint (pull_request) Failing after 1m52s
test / test (pull_request) Successful in 3m27s
11e3ab33b5
devstigneev added 4 commits 2025-03-03 09:38:41 +03:00
Merge remote-tracking branch 'fork/prepare_v4' into prepare_v4
Some checks failed
lint / lint (pull_request) Failing after 1m13s
test / test (pull_request) Successful in 2m41s
7ad92816ef
# Conflicts:
#	codec.go
devstigneev added 1 commit 2025-03-03 09:44:42 +03:00
resolve conflict
All checks were successful
lint / lint (pull_request) Successful in 1m13s
test / test (pull_request) Successful in 2m2s
36c52990ee
devstigneev force-pushed prepare_v4 from 36c52990ee to b809959065 2025-03-03 09:48:07 +03:00 Compare
vtolstov merged commit 75437a46c8 into v4 2025-03-03 09:53:41 +03:00
vtolstov deleted branch prepare_v4 2025-03-03 09:53:41 +03:00
vtolstov referenced this issue from a commit 2025-03-03 09:53:43 +03:00
Sign in to join this conversation.
No description provided.