arvados.git
2012-10-25 Steven BazylSkip rcov for travis runs, remove Bob from notificationswq
2012-10-25 Steven BazylAdditional fix for broken ||= constant assignment
2012-10-25 Steven BazylFix failing tests
2012-10-10 Steven BazylResolve merge/rebase
2012-10-10 Steven BazylRe-org service account support
2012-10-10 Steven BazylMove request class to its own file
2012-10-10 Steven BazylIssue 59 - handle 204 responses more gracefully
2012-10-10 Steven BazylDoc improvements
2012-10-10 Steven BazylExpose discovery doc in prep for future doc changes
2012-10-10 Steven BazylAdd test for options as 5th param in array style calls
2012-10-10 Steven BazylAdd method for checking if upload can be resumed
2012-10-10 Steven BazylUpdate docs re: api_method + allow options in array...
2012-10-10 Steven BazylMore documentation cleanup
2012-10-10 Steven BazylMore documentation cleanup
2012-10-10 Steven BazylMostly doc updates, +remove support for method as string
2012-10-10 Steven BazylAllow adjusting issued-at time to minimize clock skew...
2012-10-10 Steven BazylContinue internal shuffling...
2012-10-10 Steven BazylUpdate example in readme
2012-10-10 Steven BazylUnify processing of api/resumable/batch requests
2012-10-10 Steven BazylBegin consolidation of request building in reference...
2012-10-10 Steven BazylConsolidate request routing through execute methods
2012-10-10 Steven BazylRemove embedded version #s, use Gemfile
2012-10-10 Steven BazylRemove unnecessary normalization/fix addressable bug
2012-10-10 Steven BazylTemp disable latitude tests due to discovery bug
2012-10-10 Steven BazylRe-org service account support
2012-10-10 Steven BazylMove request class to its own file
2012-10-10 Bob AmanApparently the ||= operator does not work with constant...
2012-10-10 Bob AmanMarked failing tests as pending.
2012-10-08 Bob AmanThis should "resolve" issues with OS X.
2012-10-08 Bob AmanThis should resolve the issue with Kernel#load.
2012-10-05 Bob AmanAdded the ability to create an authorization object...
2012-10-05 Steven BazylIssue 59 - handle 204 responses more gracefully
2012-10-04 Steven BazylDoc improvements
2012-10-04 Steven BazylExpose discovery doc in prep for future doc changes
2012-10-04 Steven BazylAdd test for options as 5th param in array style calls
2012-10-04 Steven BazylAdd method for checking if upload can be resumed
2012-10-04 Steven BazylUpdate docs re: api_method + allow options in array...
2012-09-28 Steven BazylMore documentation cleanup
2012-09-28 Steven BazylMore documentation cleanup
2012-09-28 Steven BazylMostly doc updates, +remove support for method as string
2012-09-28 Steven BazylAllow adjusting issued-at time to minimize clock skew...
2012-09-24 Steven BazylContinue internal shuffling...
2012-09-24 Steven BazylUpdate example in readme
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 BazylConsolidate request routing through execute methods
2012-09-05 Steven BazylRemove embedded version #s, use Gemfile
2012-09-05 Steven BazylRemove unnecessary normalization/fix addressable bug
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-08-19 Bob AmanMerge pull request #6 from marclennox/master
2012-08-19 Marc LennoxSyntax change to satisfy pull request
2012-08-18 Marc LennoxFixed an issue where the code was expecting parameters...
2012-07-31 Bob AmanApparently we didn't. And there's nothing we can do...
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 AmanSome debug statements snuck into the commit.
2012-07-31 Bob AmanTwo failing tests, neither of which I can do much about.
2012-07-31 Bob AmanRemoved trailing whitespace.
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-31 Bob AmanUpdating version.
2012-07-31 Bob AmanUpdating version and dependencies.
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-07-19 Steven BazylAdd .yardopts for doc hosting
2012-06-15 Bob AmanMerge pull request #3 from weppos/update-rspec-187
2012-06-14 Simone CarlettiRestore exclusion for compact and environment as reques...
2012-06-14 Simone CarlettiDrop RCov::VerifyTask task (see GH-2)
2012-06-14 Simone CarlettiRuby 1.8 doesn't seem to like one --exclude
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 CarlettiRemove multiple specifications of gem 'rspec'
2012-06-14 Simone CarlettiRSpec create the /specdoc folder if needed.
2012-06-14 Simone CarlettiThere are now slow specs.
2012-06-14 Simone CarlettiUpgrade RSpec 1.x to RSpec 2.10-x
2012-06-14 Simone CarlettiIgnore .rvmrc file
2012-06-11 Steven BazylUpdate gemspec
2012-06-11 Steven BazylNew version of client lib
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 AmanUpdating dependency to avoid certificate verify failure...
2012-05-24 Bob AmanUpdating dependencies to include UUIDTools.
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-24 Bob AmanMoving require so that client only gets loaded if the...
2012-05-18 Sergio GomesMoving BatchError to errors.rb
2012-05-16 Sergio GomesAdded some more specs for Google::APIClient::Result
2012-05-16 Sergio GomesAdding batch support
2012-05-11 Bob AmanOoops, missed a spot. This is what actually controls...
2012-05-11 Bob AmanAdding Steven to the Travis notification list.
2012-05-11 Bob AmanDefault changed to spec:rcov. Verify task always exits...
2012-05-11 Bob AmanApparently 60% is too low!
2012-05-11 Bob AmanSupport for 1.8.6 is not realistic.
next