holmes1412
|
c00f29c3a6
|
update version 0.9.8 -> 0.10.0
|
2023-04-19 15:23:27 +08:00 |
|
xiehan
|
dbeb9abebb
|
Merge pull request #304 from holmes1412/cmake-3.26
cmake : Add checking Gtest_VERSION for cmake 3.26.0; Use static link for macOS;
|
2023-04-19 15:02:35 +08:00 |
|
liyingxin
|
2cb9c18eef
|
Merge pull request #33 from bkmgit/patch-1
Add test on Fedora rawhide
|
2023-04-19 14:36:23 +08:00 |
|
liyingxin
|
103a796b9f
|
Merge branch 'sogou:master' into master
|
2023-04-18 20:42:34 +08:00 |
|
liyingxin
|
e7711b2e5e
|
Create docs-10-http-with-modules.md
|
2023-04-18 08:10:43 +00:00 |
|
Benson Muite
|
e5c6252db3
|
Add test on Fedora rawhide
|
2023-04-18 07:33:17 +03:00 |
|
holmes1412
|
cdf31c1455
|
cmake : Add checking Gtest_VERSION for cmake 3.26.0; Use static link for macOS;
|
2023-04-17 21:45:03 +08:00 |
|
xiehan
|
e6837552da
|
Merge pull request #302 from bkmgit/patch-1
Typo fix in README.md
|
2023-04-17 16:03:27 +08:00 |
|
Benson Muite
|
378b70cd5b
|
Typo fix in README.md
|
2023-04-17 05:47:04 +03:00 |
|
holmes1412
|
3350e21730
|
rpc_module : support semantic conventions for HTTP spans
|
2023-04-13 18:01:10 +08:00 |
|
holmes1412
|
13c81f0e1d
|
Add HTTP server/client with AOP modules, including trace and metrics.
|
2023-04-07 21:49:03 +08:00 |
|
liyingxin
|
f06d492f17
|
Merge pull request #300 from holmes1412/master
rpc_module : simpify the usage of module in server_task and client_task
|
2023-04-06 23:58:54 +08:00 |
|
holmes1412
|
89fe83bed3
|
rpc_module : simpify the usage of module in server_task and client_task
|
2023-04-04 19:21:31 +08:00 |
|
xiehan
|
8f60bf52aa
|
Merge pull request #299 from holmes1412/master
srpc tools: update git init and compile for dependencies for workflow-only commands
|
2023-04-01 21:14:08 +08:00 |
|
liyingxin
|
8236948588
|
srpc tools: update git init and compile for dependencies for workflow only commands
|
2023-04-01 21:02:08 +08:00 |
|
xiehan
|
de42a26613
|
Merge pull request #298 from holmes1412/master
Fix getopt and getopt_long bug.
|
2023-03-31 20:52:17 +08:00 |
|
holmes1412
|
84ad7d67ee
|
Fix getopt and getopt_long bug.
|
2023-03-31 19:58:36 +08:00 |
|
Xie Han
|
d25cbfd726
|
Fix getopt bug.
|
2023-03-31 19:18:57 +08:00 |
|
xiehan
|
bb74be7ef3
|
Merge pull request #295 from holmes1412/master
rpc_module : support trace data transmission in TRPCHttp; skip no trace_id data in RPCTraceFilterPolicy::collect();
|
2023-03-29 16:33:36 +08:00 |
|
holmes1412
|
2dc6fc08f7
|
srpc_generator : pass input_dir for recursively parse.
|
2023-03-29 16:29:49 +08:00 |
|
holmes1412
|
f9105ce7e2
|
srpc tools : fix the timing to set service_name in rpc command
|
2023-03-29 12:23:14 +08:00 |
|
holmes1412
|
cf06912fc3
|
rpc_module : support trace data transmission in TRPCHttp; skip no trace_id data in RPCTraceFilterPolicy::collect();
|
2023-03-28 22:23:44 +08:00 |
|
xiehan
|
409fb8c5f8
|
Merge pull request #294 from holmes1412/master
rpc_module: rename Span to Trace and add classes for more general usages.
|
2023-03-28 03:58:31 +08:00 |
|
holmes1412
|
aef696fe0e
|
rpc_module: 1. Rename RPCSpan -> RPCTrace for module and filter;
2.Add TraceModule and MetricsModule for other classes to derive from, which make them usable for more types of tasks, such as RPC, HTTP, Redis, etc.
|
2023-03-27 19:55:50 +08:00 |
|
xiehan
|
109faa46a6
|
Merge pull request #292 from holmes1412/master
srpc tools: update get_opt for project_name; module: fix parent_span_id;
|
2023-03-27 16:29:45 +08:00 |
|
holmes1412
|
6d0829998c
|
docs: update usage of upstream in docs-06-workflow.md
|
2023-03-27 16:28:46 +08:00 |
|
xiehan
|
b8a87c801e
|
Update README_cn.md
|
2023-03-25 23:06:32 +08:00 |
|
xiehan
|
25bd529f03
|
Update README.md
|
2023-03-25 23:06:14 +08:00 |
|
xiehan
|
04f2d55d3f
|
Update README_cn.md
|
2023-03-25 23:03:03 +08:00 |
|
xiehan
|
ec1d8927bc
|
Update and rename README_en.md to README.md
|
2023-03-25 23:02:41 +08:00 |
|
xiehan
|
fa0019c9a0
|
Rename README.md to README_cn.md
|
2023-03-25 23:02:16 +08:00 |
|
Xie Han
|
897bff4eee
|
update workflow submodule
|
2023-03-25 16:11:16 +08:00 |
|
holmes1412
|
5750248cef
|
rm rpc_server useless api and update rpc params in tools
|
2023-03-24 22:46:03 +08:00 |
|
holmes1412
|
9a9df58e27
|
srpc tools: update get_opt for project_name; module: fix parent_span_id;
|
2023-03-23 23:51:06 +08:00 |
|
xiehan
|
08affc52b7
|
Merge pull request #291 from holmes1412/master
srpc tools: support command [api] and update codes.
|
2023-03-21 21:18:36 +08:00 |
|
liyingxin
|
b3005f9d34
|
srpc tools: support command [api] and update codes.
|
2023-03-21 21:07:23 +08:00 |
|
xiehan
|
c78f4f2aee
|
Update README_en.md
|
2023-03-20 16:35:04 +08:00 |
|
xiehan
|
35cb00cf03
|
Update README.md
|
2023-03-20 16:34:40 +08:00 |
|
xiehan
|
9a6c2868a1
|
Merge pull request #290 from holmes1412/master
srpc tools: support new command [compute]
|
2023-03-15 21:17:10 +08:00 |
|
holmes1412
|
f29ad089e8
|
srpc tools: fix proxy client default port.
|
2023-03-15 20:58:12 +08:00 |
|
holmes1412
|
5a0b772965
|
srpc tools: support new command [compute]
|
2023-03-15 16:35:19 +08:00 |
|
xiehan
|
95e69f266d
|
Merge pull request #289 from holmes1412/master
srpc tools: add color for print info.
|
2023-03-14 22:52:36 +08:00 |
|
holmes1412
|
7ed3c96e9b
|
srpc tools: add color for print info.
|
2023-03-14 22:51:14 +08:00 |
|
xiehan
|
e1032c8213
|
Merge pull request #288 from holmes1412/master
srpc-ctl: add async api for rpc; update templates and some other codes;
|
2023-03-13 23:08:24 +08:00 |
|
holmes1412
|
8a1587ff1e
|
srpc-ctl: add async api for rpc; update output_path; change HTTP default port to 8080; update templates;
|
2023-03-13 23:06:28 +08:00 |
|
xiehan
|
f84d95711a
|
Merge pull request #286 from holmes1412/master
add srpc-ctl
|
2023-03-13 20:34:07 +08:00 |
|
holmes1412
|
13a155808d
|
srpc-ctl: add new command [file] and update README.md
|
2023-03-13 20:18:13 +08:00 |
|
holmes1412
|
c236fbc319
|
srpc-ctl: support new command [redis]
|
2023-03-13 14:57:46 +08:00 |
|
xiehan
|
74bdd2092d
|
Merge pull request #287 from holmes1412/getopt
srpc_generator: skip getopt in Windows
|
2023-03-10 17:29:03 +08:00 |
|
holmes1412
|
0c33f9145b
|
srpc_generator: skip getopt in Windows
|
2023-03-09 23:58:44 +08:00 |
|