aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_channelz
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
|
* Add max_results to ServerSocketsGravatar ncteisen2018-12-11
|
* Add LICENSE to grpcio-* packagesGravatar Lidi Zheng2018-12-05
| | | | * Using the proprocess command to copy the LICENSE
* Update docstring of Channelz function && add default variable initializationGravatar Lidi Zheng2018-11-29
|
* Update comments && modify function nameGravatar Lidi Zheng2018-11-29
|
* Adopt reviewer's suggestionsGravatar Lidi Zheng2018-11-28
| | | | | | | * Correct the StatusCode * Format code * Use @staticmethod * Fix typo
* Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
* Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list