aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-11-30Move google.cloud.iam (core) to google.api_core.iam (#6740)Christopher Wilcox
2018-11-29blacken api_core and core (#6668)Christopher Wilcox
2018-10-31Retry transient errors in 'PollingFuture.result'. (#6305)Tres Seaver
2018-10-29Back out changes from #6267 / 'api_core-1.6.0a1' release. (#6328)Tres Seaver
2018-10-26Don't URL-encode slashes in gRPC request headers. (#6310)Tim Swast
2018-10-18Add methods to api_core used by new autogenerator. (#6267)Luke Sneeringer
2018-10-17Fix branch coverage for un-called callbacks. (#6242)Tres Seaver
2018-10-17Fix import order, appeasing lint. (#6240)Tres Seaver
2018-10-16Move bidi to api-core (#6211)Christopher Wilcox
2018-07-27Add support for gRPC connection management (available when using optional grp...Weiran Fang
2018-07-25Add protobuf_helpers.field_mask to calculate a field mask from two messages (...Ernest Landrito
2018-05-24Make client_info work without gRPC installed. (#5075)Luke Sneeringer
2018-05-16Fix tests after grpcio update (#5333)Christopher Wilcox
2018-03-09Move DatetimeWithNanoSeconds to api_core (#4979)chemelnucfin
2018-03-06Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)Jon Wayne Parrott
2018-02-27Make `api_core.page_iterator.PageIterator.item_to_value` publicJon Wayne Parrott
2018-01-10Revert "api_core: Make PageIterator.item_to_value public. (#4702)" (#4731)Jon Wayne Parrott
2018-01-05api_core: Add ChannelStub to grpc_helpers (#4705)Jon Wayne Parrott
2018-01-05api_core: Make PageIterator.item_to_value public. (#4702)Jon Wayne Parrott
2018-01-05api_core: Fix handling of gapic metadata when specified as 'None'. (#4701)Jon Wayne Parrott
2017-12-15Apply scopes to explicitly provided credentials if needed (#4594)Jon Wayne Parrott
2017-11-16Move datetime helpers from google.cloud._helpers to google.api_core.datetime_...Jon Wayne Parrott
2017-11-08api_core: Add routing header (#4336)Evawere Ogbe
2017-11-06Make gapic's wrapper accept generic metadata (#4339)Jon Wayne Parrott
2017-10-31Switch copyright holder to "Google LLC" (#4287)Luke Sneeringer
2017-10-26Add final set of protobuf helpers to api_core (#4259)Jon Wayne Parrott
2017-10-25Remove gapic_v1.method.wrap_with_paging (#4257)Jon Wayne Parrott
2017-10-25Port gax proto helper methods (#4249)Ernest Landrito
2017-10-25Fix parsing of API errors with Unicode err message (#4251)Martin Indra
2017-10-20Add google.api_core.gapic_v2.client_info (#4225)Jon Wayne Parrott
2017-10-18Add api_core package (#4210)Jon Wayne Parrott