prepare v4 (need swap target!) #195

Merged
vtolstov merged 4 commits from devstigneev/micro-server-grpc:prepare_v4 into v4 2025-03-02 21:13:26 +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-26 21:34:15 +03:00
prepare v4
Some checks failed
lint / lint (pull_request) Failing after 1m38s
test / test (pull_request) Successful in 3m20s
c0d186327e
vtolstov requested changes 2025-02-26 23:45:40 +03:00
@@ -2,22 +2,21 @@ module go.unistack.org/micro-server-grpc/v3
Owner

v4

v4
grpc.go Outdated
@@ -252,3 +247,3 @@
md := metadata.New(len(gmd))
for k, v := range gmd {
md[k] = strings.Join(v, ", ")
md[k] = v
Owner
make & copy https://pkg.go.dev/maps#Copy
grpc.go Outdated
@@ -293,1 +285,4 @@
ct = ctype[0]
} else if ctype, ok := md.Get("x-content-type"); ok && len(ctype) > 0 {
ct = ctype[0]
md.Del("x-content-type")
Owner

x-content-type можно убирать вообще

x-content-type можно убирать вообще
devstigneev added 1 commit 2025-02-27 18:44:17 +03:00
correcting grpc.go
Some checks failed
lint / lint (pull_request) Failing after 1m22s
test / test (pull_request) Successful in 2m23s
8578b74e33
devstigneev added 1 commit 2025-02-27 21:02:52 +03:00
udpate deps
Some checks failed
lint / lint (pull_request) Failing after 1m13s
test / test (pull_request) Successful in 2m10s
80bf955eeb
vtolstov changed target branch from v3 to v4 2025-03-02 21:06:14 +03:00
vtolstov added 1 commit 2025-03-02 21:10:59 +03:00
update
All checks were successful
lint / lint (pull_request) Successful in 1m16s
test / test (pull_request) Successful in 2m1s
171d246752
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
vtolstov merged commit 23a1ff424e into v4 2025-03-02 21:13:26 +03:00
vtolstov deleted branch prepare_v4 2025-03-02 21:13:26 +03:00
Sign in to join this conversation.
No description provided.