Guantao Liu
|
3064423b71
|
Merge pull request #11926 from guantaol/patch_dashboard_schema
Patch dashboard schema to add new metrics 'Queries/CPU-sec'
|
7 years ago |
Michael Lumish
|
9c3f43f774
|
Merge pull request #11921 from adam-26/1745
Fix issue from google/protobuf#1745 - javascript allow dot in filename
|
7 years ago |
Jan Tattermusch
|
88c5b585df
|
Merge pull request #11937 from jtattermusch/kokoro_report_index
Generate kokoro_index.html before starting kokoro build
|
7 years ago |
Jan Tattermusch
|
4095cd9de4
|
address comments
|
7 years ago |
Yang Gao
|
986f056ee9
|
Merge pull request #11865 from yang-g/avl_interface
Adding user_data to avl interface so that an exec_ctx can be passed in.
|
7 years ago |
Jan Tattermusch
|
fa91995811
|
add prepare_build_windows.bat script
|
7 years ago |
Jan Tattermusch
|
3b091ee059
|
upload reports as artifacts
|
7 years ago |
Jan Tattermusch
|
b7a7301cb8
|
add script to generate index.html report
|
7 years ago |
Nathaniel Manista
|
b414268580
|
Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing
gRPC Python test infrastructure.
|
7 years ago |
David G. Quintas
|
0b0888c930
|
Merge pull request #11915 from dgquintas/grpclb_drop_fixes
grpclb: deal with all-drops serverlists
|
7 years ago |
kpayson64
|
d124f38146
|
Merge pull request #11932 from kpayson64/more_details
Update package info with classifiers and updated webpage
|
7 years ago |
David Garcia Quintas
|
c22c65b58d
|
grpclb: deal with all-drops serverlists
|
7 years ago |
Sree Kuchibhotla
|
ad5a9c2a0d
|
Merge pull request #11925 from sreecha/disable-epoll1
Disable epoll1 unless explicitly requested
|
7 years ago |
Ken Payson
|
9c420447fa
|
Add classifiers to package details
|
7 years ago |
Sree Kuchibhotla
|
9bf8342a93
|
enable epollsig
|
7 years ago |
Nathaniel Manista
|
69b7231776
|
gRPC Python test infrastructure
(The time-related first part of it, anyway.)
|
7 years ago |
Vijay Pai
|
196d3d6ee8
|
Merge pull request #11928 from grpc/revert-11572-internalize
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Vijay Pai
|
3b914413a8
|
Merge pull request #11907 from vjpai/testlast
Move gtest last
|
7 years ago |
adelez
|
c89e3fc631
|
Merge pull request #11876 from adelez/ci2
Exit 1 if some tests fail
|
7 years ago |
yang-g
|
303de0ae71
|
update comments
|
7 years ago |
yang-g
|
1a4890705d
|
format code
|
7 years ago |
yang-g
|
d66ee1a0a8
|
Remove unused user_data from ref_node.
|
7 years ago |
yang-g
|
16149ad456
|
regenerate projects
|
7 years ago |
yang-g
|
59ef64898a
|
Adding exec_ctx to avl vtable functions
|
7 years ago |
Vijay Pai
|
bc81eee4d4
|
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
|
7 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Guantao Liu
|
6681dfd809
|
Merge remote-tracking branch 'upstream/master' into patch_dashboard_schema
|
7 years ago |
Guantao Liu
|
3d3403d3a8
|
Update the scenario result schema
|
7 years ago |
Sree Kuchibhotla
|
107840ffec
|
Disable epoll1 unless explicitly requested
|
7 years ago |
David G. Quintas
|
2c12d506fa
|
Merge pull request #11922 from dgquintas/fix_lb_policy_log_pointer
Fix wrong logging of LB policy addresses
|
7 years ago |
Mehrdad Afshari
|
4260f2852d
|
Merge pull request #11917 from hxcan/master
Fix error in Doxygen comment.
|
7 years ago |
David Garcia Quintas
|
84122c47b6
|
Fix wrong logging of LB policy addresses
|
7 years ago |
apolcyn
|
f064af3dbf
|
Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master
Fix memory leak in sent ruby metadata
|
7 years ago |
Adam
|
a178f40662
|
Fix quotation marks
|
7 years ago |
Adam
|
8f13439302
|
Fix issue from google/protobuf#1745 - javascript allow dot in filename
|
7 years ago |
Yuchen Zeng
|
9511aefaa9
|
Merge pull request #11786 from y-zeng/fd_orphan
Support closed fd in grpc_fd_orphan()
|
7 years ago |
Adele Zhou
|
4a8ecf047c
|
Exit 1 if some tests fail.
|
7 years ago |
apolcyn
|
a2f0e19725
|
Merge pull request #11913 from apolcyn/debug_new_ruby_flake
Fix ruby test flake
|
7 years ago |
Mark D. Roth
|
a07413368d
|
Merge pull request #11733 from markdroth/security_api_cleanup
Change security interfaces to better handle both sync and async cases.
|
7 years ago |
Jan Tattermusch
|
8f44260411
|
Merge pull request #11898 from adelez/download_json_file
Fix cloud_to_prod interop tests on kokoro
|
7 years ago |
hxcan.cai
|
ba65002de4
|
Fix error in Doxygen comment.
|
7 years ago |
Alexander Polcyn
|
11fade7c14
|
Fix a ruby test flake
|
7 years ago |
Yash Tibrewal
|
781fd6f6ea
|
Merge pull request #11884 from yashykt/connect-auth
HTTP CONNECT Auth support
|
7 years ago |
Alexander Polcyn
|
85cc143a7f
|
fix memory leak with large metadata keys or values
|
7 years ago |
Mark D. Roth
|
e0778b2c18
|
Add cancellation to asynchronous security APIs.
|
7 years ago |
Sree Kuchibhotla
|
e8e05f90a4
|
Merge pull request #11816 from sreecha/sreek-epoll1
More changes to epoll1 poller (not enabled in tests yet)
|
7 years ago |
Craig Tiller
|
a5b7a8e8c2
|
Merge pull request #9840 from ctiller/maxstrm
Check max streams
|
7 years ago |
adelez
|
c463ad9768
|
Merge pull request #11894 from adelez/update_perf_links
Update perf link.
|
7 years ago |
Michael Lumish
|
5e1dca2642
|
Merge pull request #11885 from murgatroid99/node_artifact_mac_fix
Fix issues with Node Mac build
|
7 years ago |
Yash Tibrewal
|
d0c1e50ea9
|
Changing a few variable names and adding few safety conditions
|
7 years ago |