Commit Graph

  • 2068ea3a37 mw/logging:enhance req.(fmt.Stringer) #898 miyabyte 2021-05-06 20:32:59 +0800
  • eed0ac7d4a
    add layout env (#897) Tony Chen 2021-05-06 19:52:18 +0800
  • d1cf34833a add layout env #897 chenzhihui 2021-05-06 19:29:02 +0800
  • 2e4bb11f00
    remove proto gopath (#896) Tony Chen 2021-05-06 16:45:49 +0800
  • b494cc63be remove proto gopath #896 chenzhihui 2021-05-06 16:42:35 +0800
  • eeab979d5f
    remove errors generator (#892) Tony Chen 2021-05-02 00:00:44 +0800
  • 3cb0d61dd1 remove errors generator #892 chenzhihui 2021-05-01 23:54:38 +0800
  • 801f89b6db
    log: rename Print to Log (#886) v2.0.0-beta4 Tony Chen 2021-05-01 01:15:30 +0800
  • 3b4c20f608 fix #886 chenzhihui 2021-05-01 01:11:25 +0800
  • bce8710124
    Update README.md Tony Chen 2021-05-01 01:07:27 +0800
  • 08c5e3713c fix chenzhihui 2021-05-01 01:05:54 +0800
  • 3a62f0d001 fix chenzhihui 2021-05-01 00:59:01 +0800
  • 54b580161a fix chenzhihui 2021-05-01 00:57:16 +0800
  • a5522097b3 fix chenzhihui 2021-05-01 00:11:08 +0800
  • 647159db89 fix chenzhihui 2021-04-30 15:33:59 +0800
  • f81f95cbbc
    example/blog: enhance ctx (#887) miya 2021-04-29 09:06:13 -0500
  • 83eba7083a
    examples/blog:update the trace to be consistent with the official (#888) opensite 2021-04-29 22:06:01 +0800
  • 681fb885f9 examples/blog:update the trace to be consistent with the official #888 shuangxi.li 2021-04-29 21:28:32 +0800
  • c56ce003c0
    Merge pull request #1 from miyabyte/miyabyte-patch-1 #887 miya 2021-04-29 07:07:36 -0500
  • c37244b3e6
    example/blog: enhance ctx miya 2021-04-29 20:05:51 +0800
  • f311517b6d fix chenzhihui 2021-04-29 19:59:38 +0800
  • 5d8286d626 remove the log hepler and verbose chenzhihui 2021-04-29 19:44:52 +0800
  • 21d9ff2c39
    refactor: format new.go (#885) Joe 2021-04-29 18:45:20 +0800
  • 7d8ad97035 refactor: format new.go #885 joe 2021-04-29 17:59:56 +0800
  • d85f5e9ae1
    encoding/json: fix nil value (#884) Tony Chen 2021-04-29 15:49:44 +0800
  • 9d1dbd30bb update kratos #884 chenzhihui 2021-04-29 15:47:12 +0800
  • 98bd6c0c00 fix nil value chenzhihui 2021-04-29 15:46:03 +0800
  • 475ec5a187 update kratos chenzhihui 2021-04-29 15:11:39 +0800
  • c76be444bf fix check canset chenzhihui 2021-04-29 15:07:27 +0800
  • 18ea3a6a47
    Fix: marshalJson error, when values contains map[interface{}]interface{} (#883) Tzz 2021-04-29 14:57:13 +0800
  • d545b01e9e Fix: marshalJson error, when values contains map[interface{}]interface{} #883 tzz 2021-04-29 14:21:43 +0800
  • 6919f158cd
    api/errors: fix parse error (#881) Tony Chen 2021-04-29 10:56:53 +0800
  • e5b4921aa1 Merge branch 'main' into errors/fix-from-error #881 chenzhihui 2021-04-29 10:54:34 +0800
  • 71c41131ee fix parse error chenzhihui 2021-04-29 10:50:31 +0800
  • 7c6f53132f
    api/errors: refactor to grpc statas (#880) Tony Chen 2021-04-28 23:09:27 +0800
  • ddce0d71ea remove middleware status #880 chenzhihui 2021-04-28 23:05:53 +0800
  • d1493f8db8 refactor to grpc statas chenzhihui 2021-04-28 22:09:58 +0800
  • 8b875e43a5
    binding: ignore unexpected field (#879) Cluas 2021-04-28 18:58:40 +0800
  • d91793b7ff binding: ignore unexpected field #879 Cluas 2021-04-28 18:54:30 +0800
  • f33bd70d75
    middleware/logging client add traceid (#878) 包子 2021-04-28 16:23:55 +0800
  • 9bf0b36020 middleware/logging client add traceid #878 包子 2021-04-28 15:54:52 +0800
  • 8dc92ef8b4
    examples/blog:keep the grpc and http error consistent (#873) opensite 2021-04-28 14:31:23 +0800
  • b8d5d709e9
    middleware/logging add traceid to the printed log,modify the example code and update the dependent version (#877) 包子 2021-04-28 14:30:51 +0800
  • 5daed073bf Fix the problem that the configuration could not use arrays #877 包子 2021-04-28 14:03:03 +0800
  • eda8d8ba77 middleware/logging add traceid to the printed log,modify the example code and update the dependent version 包子 2021-04-28 12:34:28 +0800
  • 45253a4a2b
    udate blog example, trace version dependent #875 包子 2021-04-28 11:56:49 +0800
  • 05904e422a
    update example go.mod 包子 2021-04-28 11:49:44 +0800
  • d1cb6c223e
    update workflow #874 包子 2021-04-28 11:44:04 +0800
  • 19bfd45faf update workflow 包子 2021-04-28 11:38:59 +0800
  • c72eece797 Logging adds traceid 包子 2021-04-28 11:25:10 +0800
  • 0e7cf2390e examples/blog:keep the grpc and http error consistent #873 shuangxi.li 2021-04-28 10:52:41 +0800
  • e7a3a09a68 Merge remote-tracking branch 'origin/main' into main #871 miyabyte 2021-04-28 10:46:20 +0800
  • 11a53045aa example/blog: trace up miyabyte 2021-04-28 10:24:27 +0800
  • 0e50795937 Merge remote-tracking branch 'origin/main' into main miyabyte 2021-04-28 10:24:27 +0800
  • d7b7459e9d middleware/logging: add traceID .mod miyabyte 2021-04-28 00:27:58 +0800
  • 7c3212c306
    transport/http: uses gRPC status to the HTTP error. (#870) Tony Chen 2021-04-28 00:37:50 +0800
  • 8747054347 middleware/logging: add traceID .mod miyabyte 2021-04-28 00:27:58 +0800
  • 896e552ab1 Merge remote-tracking branch 'origin/main' into main miyabyte 2021-04-28 00:22:44 +0800
  • e0cc5a955b middleware/logging: add traceID miyabyte 2021-04-28 00:14:51 +0800
  • 04a26785b7 middleware/logging: add traceID miyabyte 2021-04-28 00:14:51 +0800
  • 9545d42cab fix #870 chenzhihui 2021-04-28 00:08:32 +0800
  • 85c07aa1bb log/helper: fix otel version question miyabyte 2021-04-27 23:22:22 +0800
  • 8d48db98c8 examples/blog: fix otel ctx miyabyte 2021-04-27 22:53:44 +0800
  • 6a72952717 log/helper: add traceID miyabyte 2021-04-27 22:51:26 +0800
  • 28f59af94d fix chenzhihui 2021-04-27 22:50:31 +0800
  • e50bf66b2f Merge branch 'main' of https://github.com/go-kratos/kratos into main miyabyte 2021-04-27 22:49:53 +0800
  • 65ef1e2a78 fix chenzhihui 2021-04-27 22:41:48 +0800
  • 99261b864f remove http status chenzhihui 2021-04-27 22:35:58 +0800
  • 09e35b2db6 Merge remote-tracking branch 'origin' into http/errors chenzhihui 2021-04-27 22:34:57 +0800
  • 7c39931eb0 uses gRPC status to the HTTP error. chenzhihui 2021-04-27 22:31:26 +0800
  • b03c810dce
    fix middleware/logging unable to print params (#868) 包子 2021-04-27 15:44:35 +0800
  • 5941f37e3e
    fix middleware/logging unable to print params #868 包子 2021-04-27 15:20:08 +0800
  • 201c6585d5
    fix middleware/logging unable to print params #867 包子 2021-04-27 15:00:03 +0800
  • 6d6174652c
    fix middleware/logging unable to print params #866 包子 2021-04-27 14:50:17 +0800
  • fcda7edc8a Merge branch 'main' of https://github.com/go-kratos/kratos into main miyabyte 2021-04-27 10:23:39 +0800
  • 4f1d2f056f
    feat:add grpc reflection register (#865) opensite 2021-04-26 22:48:39 +0800
  • 95c9572a97 feat:add grpc reflection register #865 shuangxi.li 2021-04-26 22:35:21 +0800
  • e1c84ece84
    refactor errors (#863) Tony Chen 2021-04-26 16:17:04 +0800
  • 48c5953757 refactor errors #863 chenzhihui 2021-04-26 15:20:00 +0800
  • b9e905c1af
    transport/grpc: add health check (#861) opensite 2021-04-26 13:12:27 +0800
  • 85a07e6cda grpc/health:update grpc health register server to grpc server.health #861 shuangxi.li 2021-04-26 10:36:51 +0800
  • fb733765b2 grpc:update the health check pb package location in grpc/server shuangxi.li 2021-04-25 22:54:57 +0800
  • 3780f70c91
    examples: update mod (#862) Tony Chen 2021-04-25 22:26:31 +0800
  • e5c8360cd2 fix #862 chenzhihui 2021-04-25 22:23:47 +0800
  • a080736ea7 fix chenzhihui 2021-04-25 22:18:48 +0800
  • 150ad70d5f fix chenzhihui 2021-04-25 22:13:29 +0800
  • cc02e43800 update status errors chenzhihui 2021-04-25 22:02:01 +0800
  • ba029fabf2 Merge remote-tracking branch 'upstream/main' into main miyabyte 2021-04-25 21:57:29 +0800
  • 3f92b23177 fix chenzhihui 2021-04-25 21:33:08 +0800
  • e33d1af2ac fix raw error chenzhihui 2021-04-25 21:28:16 +0800
  • a9b651e16d Realize health check through official grpc shuangxi.li 2021-04-25 21:24:49 +0800
  • 69dfb8ea98 update mod chenzhihui 2021-04-25 21:18:33 +0800
  • 9806191b7f
    errors: Error v2 (#860) Tony Chen 2021-04-25 20:19:23 +0800
  • 5a7db7daa0 fix #860 chenzhihui 2021-04-25 20:14:14 +0800
  • 51c4ef4849 feat: add grpc health check shuangxi.li 2021-04-25 20:08:32 +0800
  • 8900f80e6d fix chenzhihui 2021-04-25 20:02:59 +0800
  • 88ce263df5 fix test chenzhihui 2021-04-25 19:56:09 +0800
  • e8a77b48f8 fix test chenzhihui 2021-04-25 19:46:54 +0800
  • 3c730293e3 add status domain chenzhihui 2021-04-25 19:44:52 +0800
  • 18ba408aa2 fix test chenzhihui 2021-04-25 15:50:31 +0800