Hope Casey-Allen
9d2b3f35b9
Fix another problem in grpc_tool_test
6 years ago
yang-g
e75fc243da
change tests to use the new class instead of grpc_test_init
6 years ago
Yang Gao
6bfb966271
Revert "Revert "grpc_cli json support""
6 years ago
David G. Quintas
a464b4ce39
Revert "grpc_cli json support"
6 years ago
Feso
00bb2a035e
Reformatted code as per clang-format
6 years ago
Feso
44cecbb2f7
grpc_cli json support
7 years ago
Nathan Herring
9ddb23442b
Clang format.
7 years ago
Nathan Herring
ab8b628b31
Create a --channel_creds_type flag for grpc_cli.
...
This replaces several mutually-exclusive flags for a single selector flag which defines
the base channel type. It also allows child classes to selectively override the defaults
and provide additional channel types (e.g., LOAS in the mono repo).
Fixes issue #16060 .
7 years ago
Nathan Herring
adb8581456
clang format
7 years ago
Nathan Herring
8c7ce557f8
Add simple test for --ssl_target.
...
This cribs from test_credentials_provider.cc, but without using `grpc::ChannelArguments`, as the grpc CLI is responsible for setting that according to the flag.
7 years ago
Adele Zhou
3f322e1088
Fix a memory leak
7 years ago
Vijay Pai
c90a85649b
Change grpc++ references in names to grpcpp
7 years ago
Adele Zhou
2294031d6a
Fix echo.proto path under bazel
7 years ago
Yuchen Zeng
2455b3d33d
Fix tsan issue
7 years ago
Yuchen Zeng
19889d79e4
Add escape sequences for the grpc_cli metadata flag
7 years ago
Craig Tiller
be98d24841
clang-format after nullptr changes
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
Yuchen Zeng
b5eaf7734c
gRPC CLI batch mode
8 years ago
ncteisen
9bee3086c3
Make stream responses togglable via context
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Yuchen Zeng
8d2d70ca99
Support bidirectional stream RPC
...
Add bidistream test
Add bad request tests
Replace deprecated DynamicMessageFactory constructor
8 years ago
Yuchen Zeng
d37f642f35
Support server streaming
...
Skip unparsable input
Add tests for uni-directional stream calls
Simplify client stream handling
8 years ago
Yuchen Zeng
a84cdb8c81
Add parse, tobinary, totext commands
8 years ago
Yuchen Zeng
0377f7a6f7
Fix symbol conflict
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Yuchen Zeng
734fd71ef8
Fix CliCredentials reference
9 years ago
Yuchen Zeng
b4bca54aa2
Clang-format
9 years ago
Yuchen Zeng
94d786fd4c
Add type command
9 years ago
Yuchen Zeng
387afd70d3
Add list command
9 years ago
Yuchen Zeng
02139a05dc
Add CliCredentials, config_grpc_cli.h
9 years ago
Yuchen Zeng
68ca351126
Fix sanity issues
9 years ago
Yuchen Zeng
f4046cdced
Fix thread leak
9 years ago
Yuchen Zeng
29ca79be89
Command processing, validation
9 years ago