Commit Graph

84 Commits

Author SHA1 Message Date
Steven Bazyl 889102f6fb Mark failing test as pending 2013-02-15 14:25:25 -08:00
Steven Bazyl ef4c5c1f2f Fix URI in batched request to allow query parameters 2013-02-15 13:13:58 -08:00
Steven Bazyl f421551018 Fix duplication of parameters in qeuery string 2013-01-22 22:14:50 -08:00
Oxana Goutnik 7d204ac507 fix for #22 impersonation 2013-01-12 10:29:47 -05:00
Steven Bazyl 1636ed0f9d Remove moderate API refs since API no longer exists, re-enable lattitude 2013-01-09 12:51:50 -08:00
Steven Bazyl 250e9e7b2d Merge branch 'master' of https://github.com/google/google-api-ruby-client 2013-01-02 11:51:15 -08:00
Steven Bazyl 71fbe4a825 Use JWT support in signet, ignore broken PKCS12 tests on jruby 2013-01-02 11:50:45 -08:00
Steven Bazyl c793138209 Add application name to client, update style of assigning client to match other recent changes 2012-12-30 11:27:45 -08:00
Ryan Biesemeyer 0211d4b6d3 Add test for scenario where semicolon in parameter value gets silently converted to ampersand 2012-11-18 06:22:25 +00:00
Steven Bazyl 1c849c7e7a Refactor key loading to support PEM + fix issue #62 2012-11-02 13:56:53 -07:00
Steven Bazyl 3d157007f6 Auto-refresh OAuth 2 tokens & retry request on 401 response 2012-10-30 13:18:12 -07:00
Steven Bazyl 1cf7975319 G+ API changed schema :( 2012-10-29 15:46:20 -07:00
Steven Bazyl f85e73087e Additional fix for broken ||= constant assignment 2012-10-25 14:28:16 -07:00
Steven Bazyl e214ac57f3 Fix failing tests 2012-10-25 14:25:54 -07:00
Steven Bazyl 30d0ffc698 Issue 59 - handle 204 responses more gracefully 2012-10-10 14:28:46 -06:00
Steven Bazyl c2d64a2484 Add test for options as 5th param in array style calls 2012-10-10 14:28:46 -06:00
Steven Bazyl 1fca089d62 Mostly doc updates, +remove support for method as string 2012-10-10 14:28:45 -06:00
Steven Bazyl fc45135fcd Continue internal shuffling... 2012-10-10 14:28:45 -06:00
Steven Bazyl 2c6bf97b20 Unify processing of api/resumable/batch requests 2012-10-10 14:25:43 -06:00
Steven Bazyl 5d2a6d4842 Begin consolidation of request building in reference. Further changes coming to simplify batch + media handling 2012-10-10 14:24:25 -06:00
Steven Bazyl e421d1734d Remove embedded version #s, use Gemfile 2012-10-10 14:24:25 -06:00
Steven Bazyl ac5bef80aa Temp disable latitude tests due to discovery bug 2012-10-10 14:24:24 -06:00
Bob Aman 0903702738 Apparently the ||= operator does not work with constants in some versions of Ruby. 2012-10-10 19:59:55 +03:00
Bob Aman c8418d4976 Marked failing tests as pending. 2012-10-10 19:47:02 +03:00
Bob Aman 11155d3c39 Backwards compatibility for MultiJson. 2012-08-30 12:15:59 +03:00
Bob Aman 8d99b5b46c Resolving constant redefinition warnings. 2012-08-01 00:31:24 +03:00
Steven Bazyl 1ff1a8e355 Issue 47 - Improve error handling on result 2012-08-01 00:28:39 +03:00
Bob Aman 3f50b2dcbd Significant performance improvements to the tests. 2012-07-31 23:56:13 +03:00
Bob Aman e5e0118b50 Switched to using RSpec's let method for memoization. 2012-07-31 23:15:45 +03:00
Bob Aman 3bc7d52764 Resolving issues introduced by Faraday dependency upgrade. 2012-07-21 13:51:23 +03:00
Bob Aman 5e751681dd Updating dependencies. 2012-07-21 13:51:23 +03:00
Simone Carletti 56657a8f65 Require 'spec', it is included in the .gemspec and requires manual require. 2012-06-14 15:06:15 +02:00
Simone Carletti 16363939b9 Upgrade RSpec 1.x to RSpec 2.10-x 2012-06-14 11:18:35 +02:00
Steven Bazyl aa1eb64332 Fix media test case StringIO 2012-06-06 18:03:23 -07:00
Steven Bazyl a9d46c0359 Resolve merge conflict 2012-06-06 17:32:29 -07:00
Steven Bazyl a7b40becc6 Allow credentials on per-request basis 2012-06-06 17:27:20 -07:00
Steven Bazyl f7a4db959d Initial support for service accounts 2012-06-06 17:25:44 -07:00
Steven Bazyl 1dda547904 More tests for media upload 2012-06-04 16:53:37 -07:00
Steven Bazyl fe410c49eb Add tests for media upload 2012-06-04 16:51:11 -07:00
Sergio Gomes 574cdbd739 Added some more specs for Google::APIClient::Result 2012-05-16 20:26:10 +01:00
Sergio Gomes a666d52770 Adding batch support 2012-05-16 20:05:24 +01:00
Bob Aman 925f2b7278 Fixed issue with UTF-8 characters in code, but no encoding specified. 2012-05-11 12:55:00 +03:00
Sérgio Gomes 44d113131b Resolves issue of validation failing for repeated parameters. 2012-05-11 12:50:18 +03:00
Sérgio Gomes 5626cb4a6e Added spec to ensure next page tokens are escaped. 2012-04-24 14:47:28 +03:00
Bob Aman c651d69674 Updated to avoid deprecation of encode and decode methods in multi_json gem. 2012-04-24 14:39:25 +03:00
Steven Bazyl 772d3a7671 Remove stray requires of deleted files 2012-01-30 20:54:05 -08:00
Bob Aman 06cdb76670 Updated to replace httpadapter with faraday. 2012-01-27 17:57:57 +03:00
Bob Aman 0bc3d4936b Migrated to MultiJson from JSON gem. 2012-01-05 13:05:56 +03:00
Martin Sarsale ed4742d8d4 Test for repeated parameters 2011-12-01 11:04:40 -03:00
Bob Aman 66ed5248ad Merge branch 'schemas'
* Resolved some test failures that showed up during the merge.

Conflicts:
	lib/google/api_client/discovery/api.rb
2011-11-16 16:40:42 +03:00