Issue 59 - handle 204 responses more gracefully
[arvados.git] / spec /
2012-10-05 Steven BazylIssue 59 - handle 204 responses more gracefully
2012-10-04 Steven BazylAdd test for options as 5th param in array style calls
2012-09-28 Steven BazylMostly doc updates, +remove support for method as string
2012-09-24 Steven BazylContinue internal shuffling...
2012-09-11 Steven BazylUnify processing of api/resumable/batch requests
2012-09-05 Steven BazylBegin consolidation of request building in reference...
2012-09-05 Steven BazylRemove embedded version #s, use Gemfile
2012-09-05 Steven BazylTemp disable latitude tests due to discovery bug
2012-08-30 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-08-30 Bob AmanBackwards compatibility for MultiJson.
2012-07-31 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-07-31 Bob AmanResolving constant redefinition warnings.
2012-07-31 Steven BazylIssue 47 - Improve error handling on result
2012-07-31 Bob AmanSignificant performance improvements to the tests.
2012-07-31 Bob AmanSwitched to using RSpec's let method for memoization.
2012-07-25 Steven BazylIssue 47 - Improve error handling on result
2012-07-21 Bob AmanResolving issues introduced by Faraday dependency upgrade.
2012-07-21 Bob AmanUpdating dependencies.
2012-06-15 Bob AmanMerge pull request #3 from weppos/update-rspec-187
2012-06-14 Simone CarlettiRequire 'spec', it is included in the .gemspec and...
2012-06-14 Bob AmanMerge pull request #2 from weppos/update-rspec
2012-06-14 Simone CarlettiUpgrade RSpec 1.x to RSpec 2.10-x
2012-06-07 Steven BazylFix media test case StringIO
2012-06-07 Steven BazylResolve merge conflict
2012-06-07 Steven BazylAllow credentials on per-request basis
2012-06-07 Steven BazylInitial support for service accounts
2012-06-04 Steven BazylMore tests for media upload
2012-06-04 Steven BazylAdd tests for media upload
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-16 Sergio GomesAdded some more specs for Google::APIClient::Result
2012-05-16 Sergio GomesAdding batch support
2012-05-11 Bob AmanFixed issue with UTF-8 characters in code, but no encod...
2012-05-11 Sérgio GomesResolves issue of validation failing for repeated param...
2012-04-24 Sérgio GomesAdded spec to ensure next page tokens are escaped.
2012-04-24 Bob AmanUpdated to avoid deprecation of encode and decode metho...
2012-02-10 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-01-31 Steven BazylRemove stray requires of deleted files
2012-01-27 Bob AmanUpdated to replace httpadapter with faraday.
2012-01-05 Bob AmanMigrated to MultiJson from JSON gem.
2011-12-02 Bob AmanMerge branch 'master' of ../martinsarsale-support-for...
2011-12-01 Martin SarsaleTest for repeated parameters
2011-11-30 Martin SarsaleMerge remote branch 'remotes/upstream/master'
2011-11-16 Bob AmanMerge branch 'schemas'
2011-10-05 Bob AmanFixed issues with recursive structures and external...
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
2011-09-22 Bob AmanAdded code to include userIp and key parameters.
2011-08-02 Bob AmanMerge pull request #3 from robertkaplow/master
2011-08-02 Bob AmanFixed issue with header/options ambiguity.
2011-07-29 Bob AmanMajor update, primarily to add pagination support.
2011-05-12 Bob AmanUpdated to use v1 of the discovery API.
2011-05-04 Bob AmanA significant update of the client functionality.
2011-01-05 Bob AmanAdded User-Agent header.
2010-10-22 Bob AmanAdded ability to update the base URI in services, resou...
2010-10-22 Bob AmanAdded option to support manually specified discovery...
2010-10-13 Bob AmanFixed incompatibilities with Ruby 1.8.6
2010-10-12 Bob AmanAdded check for major.minor.tiny version format.
2010-10-12 Bob AmanUpdated version sorting code and added authorization...
2010-10-09 Bob AmanFixed issue with invalid type checking.
2010-10-07 Bob AmanFinished documentation.
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-30 Bob AmanImproving testing and coverage.
2010-09-28 Bob AmanImproved coverage in tests and fixed a URI join bug.
2010-09-18 Bob AmanReorganized some of the code and removed unnecessary...
2010-09-13 bobaman@google.comUpdated to use Signet.
2010-09-13 bobaman@google.comRemoving transport and OAuth code that is no longer...
2010-08-24 mattpok@google.comadded more json parser tests
2010-08-23 mattpok@google.comadded basic json parser support and tests
2010-08-19 bobaman@google.comInitial implementation of HTTP.
2010-08-18 mattpok@google.comadd more comprehensive unit tests for transport parser...
2010-08-18 mattpok@google.comadded basic rspec for transport and fix imports in...
2010-08-17 bobaman@google.comUpdating code to consistent coding style.
2010-08-14 bobaman@google.comAdded some tests for determining the discovery document...
2010-08-14 bobaman@google.comUpdated the configuration handling code.
2010-08-14 bobaman@google.comUpdated OAuth1 configuration code. Added docs.
2010-08-12 bobaman@google.comUpdated OAuth to actually perform authorization stuff.
2010-08-10 bobaman@google.comAdded some stubs for OAuth and HTTP.
2010-07-28 bobaman@google.comBasic project skeleton.