aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-03fix: only add quota project id if supported (#75)arithmetic1728
2020-07-21fix: _determine_timeout problem handling float type timeout (#64)arithmetic1728
2020-07-20feat: allow quota project to be passed to create_channel (#58)Bu Sun Kim
2020-06-18feat: allow credentials files to be passed for channel creation (#50)Bu Sun Kim
2020-06-09feat: allow disabling response stream pre-fetch (#30)Peter Lamut
2020-06-04feat(client_options): add new client options 'quota_project_id', 'scopes', an...Dov Shlachter
2020-06-04feat: third batch of AsyncIO integration (#29)Lidi Zheng
2020-06-02feat: AsyncIO Integration [Part 2] (#28)Lidi Zheng
2020-05-28feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20)MF2199
2020-05-27feat: add client_encryped_cert_source to ClientOptions (#31)arithmetic1728
2020-05-26feat: First batch of AIO integration (#26)Lidi Zheng
2020-04-14feat(api-core): add client_cert_source to ClientOptions (#17)arithmetic1728
2020-01-30fix: consume part of StreamingResponseIterator to support failure while under...Christopher Wilcox
2020-01-24feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923)Gurov Ilya
2020-01-09feat(api_core): support version 3 policy bindings (#9869)Jonathan Lui
2019-12-10feat(api_core): make the last retry happen at deadline (#9873)Peter Lamut
2019-11-19Add a repr method for ClientOptions (#9849)Dov Shlachter
2019-11-13feat(api core): simplify from_rfc3339 methods (#9641)Leonid Emar-Kar
2019-11-01feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486)Dov Shlachter
2019-10-02fix(api_core): finalize during close of 'ResumableBidiRpc' (#9337)Tres Seaver
2019-08-22API Core: Retry.__init__ add on_error (#8892)Leonid Emar-Kar
2019-07-23Forward 'timeout' arg from 'exception' to '_blocking_poll'. (#8735)Tres Seaver
2019-07-17Firestore: Add 'should_terminate' predicate for clean BiDi shutdown. (#8650)Tres Seaver
2019-06-24Add client options. (#8265)Bu Sun Kim
2019-06-18Core: Mitigate busy reopen loop in ResumableBidiRpc consuming 100% CPU (#8193)Peter Lamut
2019-05-28Core: Classify 503 Service Unavailable errors as transient. (#8182)Tres Seaver
2019-05-20Add parameterized test for from_rfc3339 with nanos (#7675)Christopher Wilcox
2019-05-07Refactor 'client_info' support. (#7849)Tres Seaver
2019-04-29Add `user_agent` property to `ClientInfo` (#7799)Tim Swast
2019-04-07Append leading zeros for nanosecond precision DateTimes (#7663)gleeper
2019-03-27Allow passing metadata as part of creating a bidi (#7514)Christopher Wilcox
2019-02-23Add support to unwrap Anys into wrapped pb2 objects. (#7430)Luke Sneeringer
2019-02-23Add `Operation.deserialize`. (#7427)Luke Sneeringer
2019-02-19Fix new lint failure. (#7382)Tres Seaver
2018-12-13Api_core: Convert 'DatetimeWithNanos' to / from 'google.protobuf.timestamp_pb...Tres Seaver
2018-12-07API Core: fix pytype build (#6873)Tres Seaver
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