Daniel Azuma
ddd4ecea51
fix: Remove duplicate clauses in X-Goog-Api-Client header
2019-11-11 15:03:28 -08:00
Daniel Azuma
1fff78a88a
Remove URL Shortener integration test because the service is turned down ( #835 )
2019-10-10 11:01:10 -07:00
Daniel Azuma
b03725cc4d
Several fixes to specs ( #827 )
2019-09-11 14:08:27 -07:00
Mike Moore
33a4aea60d
fix: Use apply_request_options for batch auth header
...
Use HttpCommand#apply_request_options to add the Authorization header
for individual batch requests, as it supports both OAuth token strings and
googleauth/signet objects.
[pr #823 , refs #822 , closes #817 ]
2019-08-19 15:16:51 -06:00
Egor Vorobiev
837cf00706
fix: Add Auth header to individual batch requests
...
* Fixes an issue where the authorization HTTP header wasn't
being applied to individual batch requests.
[pr #822 , refs #817 ]
2019-08-19 12:08:44 -06:00
Daniel Azuma
8cf4330494
feat: send x-goog-api-client header in all requests
2019-08-16 10:13:11 -07:00
Daniel Azuma
4e38887c1f
Convert query values explicitly to strings ( #810 )
2019-07-29 11:29:32 -07:00
Daniel Azuma
75606c6ca6
Support JSON serialization options for model objects ( #811 )
2019-07-29 10:40:39 -07:00
Sampo Verkasalo
812b374103
Deserialize type: Date values ( #776 )
...
* Be explicit about datetimes
* Parse Date objects as specified in the types
2019-05-10 11:09:40 -07:00
Mike Moore
06df528c4b
Remove third_party directory from gemspec ( #778 )
2019-04-12 17:08:37 -07:00
soylent
56df9903e1
Fix exception when API desc doesn't contain blacklisted params ( #768 )
2019-03-20 14:58:19 -07:00
Mike Moore
6e90789b27
Handle bad response errors without response object ( #765 )
...
We have received word that a bad proxy setting can cause this behavior.
[fixes #764 ]
2019-02-14 14:14:34 -07:00
Daniel Azuma
9b43faa06e
Redact response logs for certain cases ( #757 )
2019-01-30 14:14:21 -08:00
Daniel Azuma
55320753c7
Change logged representation of certain classes ( #752 )
2019-01-03 22:48:27 -08:00
Ruslan Korolev
b1942bdc3e
add tests for constants in storage_spec ( #276 )
2018-12-05 12:01:13 -08:00
Ruslan Korolev
dadb8e4275
add test for invalid credentials in file storage ( #277 )
2018-12-05 12:01:03 -08:00
Ruslan Korolev
3a1e54d959
Add tests for initialization on InstalledAppFlow ( #275 )
2018-12-05 11:49:57 -08:00
Janko Marohnić
e20e6bdffd
Allow download destination to only respond to #write ( #638 )
...
According to the documentation the destination IO only needs to respond
to #write. However, the downloader breaks this by calling #flush.
We fix this by calling #flush only if the destination IO responds to
that method. We also add a test to enforce that the destination IO only
needs to respond to #write.
2018-12-04 13:09:11 -08:00
Graham Paye
ee49501c6c
fix windows test failures ( #736 )
2018-11-26 13:22:07 -08:00
Daniel Azuma
97967804da
Fix naming of monitoring.projects.timeSeries.create method ( #734 )
2018-11-05 16:16:19 -08:00
Daniel Azuma
50c4897e18
OpenCensus integration for outgoing requests ( #724 )
2018-10-10 13:23:11 -07:00
Daniel Azuma
406fcb0032
Add logging to gemfile to fix specs ( #707 )
...
* Add logging to gemfile to fix specs
* Get rid of huge puts in the generator test that was overwhelming travis
* Fix HTTP tests by making the new Signet::RemoteServerError retriable
2018-08-22 13:42:05 -07:00
Sergey Ponomarev
3bffde39e2
Add Ruby 2.5 support ( #648 )
...
* Fix os version detection not to include newline
* Add ruby 2.4 and 2.5 to CI
2018-03-22 08:29:35 -07:00
bantini
6e2276cb80
Handle recursive hashes ( #621 )
...
This fixes the generator for cases where one of the entries of the
"schemas" object returned by the Discovery service is a recursively
defined map.
Fixes #608
2017-10-12 10:57:57 -07:00
Sai Cheemalapati
2a4efbf3b9
Allow retry on Signet::AuthorizationError ( #611 )
2017-09-18 12:40:11 -07:00
Sai Cheemalapati
e3792b19d2
Add Hash support to fetch_all ( #586 )
...
This commit aligns the behavior of `fetch_all` over map responses with
that of arrays (returning a single collection with all entries).
2017-06-01 23:52:09 -04:00
Steven Bazyl
6a4e9184e7
Allow using v2 error messages + fix to_json signature to allow arbitrary args
2017-05-19 17:16:22 -06:00
Steve Bazyl
7c31e8ccb6
Merge branch 'master' of https://github.com/barancw/google-api-ruby-client into barancw-master
2017-04-04 12:11:54 -07:00
Steve Bazyl
48916bfce7
Merge branch 'master' of https://github.com/sqrrrl/google-api-ruby-client into sqrrrl-master
2017-04-03 12:31:20 -07:00
Steve Bazyl
97ff7f4d9a
#475 , #488 -- allow raw JSON if explicitly requested, fix empty body handling & test cleanup
2017-03-31 15:26:51 -07:00
Steve Bazyl
aed2936248
Add test for #509 - setting proxy url as string
2017-03-31 13:12:59 -07:00
Steve Bazyl
5447ddb7c0
Don't normalize unicode in templates ( fixed #557 + GCS issues)
2017-03-30 12:33:49 -07:00
Steve Bazyl
c4d0ed5d3c
Merge branch 'master' into v0.10
2017-03-29 16:25:34 -07:00
Steven Bazyl
5804593f25
Tighten validation around batch operations
2017-03-13 13:40:15 -07:00
Steven Bazyl
687223feb4
Update generator to use batchPath instead of hardcoded path
2017-03-06 12:24:30 -08:00
Sai Cheemalapati
4f143ae551
Bump `representable` dependency to 3.0 ( #532 )
...
Also fixes a breaking change introduced between `representable` 2.3 and
3.0. Specifically, `:skip_undefined` is now be passed via the
`:user_options` option.
2017-02-13 12:24:14 -08:00
Thomas Coffee
16f0a768f7
Allow abnormal page token cases for paging methods
...
Addresses https://github.com/googleapis/toolkit/issues/692 .
Manual changes are in:
lib/google/apis/core/base_service.rb
spec/google/apis/core/service_spec.rb
2017-02-03 12:09:18 -08:00
Austin Wang
e9d7e47c75
Update check_status to better support different types of errors ( #517 )
2017-02-01 23:20:19 -08:00
Steve Bazyl
a68b8cb758
#467 - Restore error handling for failed downloads
2016-09-19 14:16:36 -07:00
Steve Bazyl
e13da8e05e
Tighten use of form-encoding to only cases where a JSON body is not ever allowed
2016-09-08 13:40:30 -07:00
Steve Bazyl
70596d26f6
#459 - Fix iteration for genomics API which only has 1 item per page
2016-08-31 13:26:24 -07:00
Steve Bazyl
39d0a164b5
Update generator to correctly handle int64/uint64 types as fixnum/bignum instead of strings
2016-08-17 15:27:23 -07:00
Steve Bazyl
2c190e9745
Update representable, mimetype dependencies + others
2016-08-17 14:38:25 -07:00
Steve Bazyl
2578736b44
#445 - Treat 429 status codes as rate limit errors
2016-08-17 13:58:07 -07:00
Steve Bazyl
2046e00f14
Remove Hurley as a dependency
2016-08-17 13:51:09 -07:00
Steve Bazyl
edb841310f
Gracefully handle nil collections when paging
2016-06-23 12:43:37 -07:00
Steve Bazyl
65c1cc047e
Merge pull request #419 from ysksn/errors_spec
...
Add specs for Google::Apis::Error
2016-06-09 12:44:25 -07:00
Yosuke Kabuto
ab8cfe5208
Stub instance method :backtrace, insted of defining it
2016-05-29 20:20:59 +09:00
Yosuke Kabuto
657bfc0e01
Create specs for Google::Apis::Error
2016-05-29 19:52:27 +09:00
Yosuke Kabuto
ccd694a916
Google::APIClient::FileStore.load_credentials loads all attrs of the json
2016-05-29 13:13:42 +09:00