remove version from test .
[arvados.git] / lib /
2014-09-17 Sérgio GomesMerge pull request #94 from programmiersportgruppe...
2014-08-15 Sérgio GomesFixing issue with service-style batches and requests...
2014-01-31 Steven BazylTweak retry policy. 40x errors aren't typically recover...
2014-01-23 Steven BazylMinor release to update retriable dependency lost when...
2014-01-22 Steven BazylResolve merge conflict on gemspec
2014-01-22 Steven BazylSet content length for media uploads
2014-01-22 Steven BazylMerge branch 'release-0.7'
2014-01-22 Steven Bazylfix rand call
2014-01-22 Steven BazylAdd retry support & redirect following
2014-01-16 Steven BazylBump version
2013-11-19 Ben BarnardShutdown WEBrick server used in installed app flow
2013-10-29 Sergio GomesMinor documentation fix
2013-10-29 Sergio GomesRemoving service logger. Incorrect implementation;...
2013-10-29 Sergio GomesAdding discovery document caching to Service interface
2013-10-09 Steve BazylMerge pull request #87 from sgomes/new_programming_inte...
2013-10-07 Sergio GomesMinor doc fix
2013-10-04 Sergio GomesAdding batch support to new service interface
2013-10-04 Sergio GomesMerge branch 'master' of https://github.com/google...
2013-09-11 Sergio GomesMerge branch 'master' of https://github.com/google...
2013-09-11 Sergio Gomes- Improving the Service interface with access to more...
2013-09-10 Sergio GomesInitial version of new programming interface
2013-09-09 Steven BazylRedo 0.7.0...
2013-09-09 Steven Bazyl0.7.0.rc1 release
2013-09-06 Steve BazylMerge pull request #70 from JuanitoFatas/master
2013-09-06 Steve BazylMerge pull request #71 from twelvelabs/master
2013-09-05 Sergio GomesRemoving empty file
2013-09-05 Sergio GomesEnsuring that multivalued requests in the AdSense Manag...
2013-08-15 Steve BazylMerge pull request #78 from proppy/computeauth
2013-08-15 Johan Euphrosineauth: perserve original option param
2013-08-14 Johan Euphrosineauth: add compute service account
2013-08-08 Steve BazylMerge pull request #73 from sgomes/master
2013-08-06 Sergio GomesSmall fixes to client secrets:
2013-08-02 Skip Baneydon't require faraday/utils; faraday already includes it
2013-06-20 Steve BazylMerge pull request #64 from phiggins/master
2013-06-20 Steven BazylRemove example of deprecated use
2013-06-20 Steven BazylEnable gzip compression
2013-06-18 Steven BazylIssue #57 - rewind body if possible when retrying
2013-06-18 Steven BazylFix normalization of parmeters keys
2013-06-18 Steven BazylMerge branch 'master' of https://github.com/google...
2013-06-18 Steven BazylNo longer buffer chunks/files when using resumable...
2013-06-18 Steven BazylAllow apps to override ca_file
2013-06-01 Steven BazylRemove unnecessary require
2013-05-31 Steve BazylMerge pull request #52 from jeffposnick/master
2013-05-31 Steven BazylDon't attempt resumable upload if initial response...
2013-05-31 Steven BazylBundle root certs
2013-05-29 Jeff PosnickAdded Google::APIClient::FileStorage, to save OAuth...
2013-05-13 Steven BazylAllow options when executing batch requests (#48)
2013-05-13 Steven BazylUpgrade to Faraday 0.9 (fixes params encoding problems)
2013-03-26 Steven BazylMinor release
2013-03-18 Steven BazylRemove broken require
2013-03-18 Steven BazylCheck for existance of Railties (instead of Rails)...
2013-03-17 Steven BazylFix referesh of oauth token when passing credentials...
2013-02-15 Steven BazylFix URI in batched request to allow query parameters
2013-01-23 Steven BazylFix duplication of parameters in qeuery string
2013-01-18 Steven BazylMinor release for updating signet
2013-01-15 Steven BazylMinor release to fix service account impersonation
2013-01-12 Bob AmanMerge pull request #23 from layby42/master
2013-01-12 Oxana Goutnikfix for #22 impersonation
2013-01-05 Steve BazylMerge pull request #20 from simplymeasured/feature...
2013-01-05 Steven BazylFix odd conflict with VERSION & logger
2013-01-05 Steven BazylAdd oauth helper for installed apps, update CLI
2013-01-05 Steven BazylSprinkle of logging
2013-01-04 Ryan Biesemeyerincorporate style feedback from @sporkmonger on ab23fe7...
2013-01-03 Steven BazylAdd railtie
2013-01-03 Steven BazylDefine custom load/dump for serializing API instances
2013-01-03 Steven BazylFix JWT example in docs
2013-01-02 Steven BazylRead keyfile in binary mode
2013-01-02 Steven BazylRemove stray output to STDOUT
2013-01-02 Steven BazylMerge branch 'master' of https://github.com/google...
2013-01-02 Steven BazylUse JWT support in signet, ignore broken PKCS12 tests...
2012-12-30 Steven BazylInitial logging support
2012-12-30 Steve BazylMerge pull request #19 from simplymeasured/feature...
2012-12-30 Steve BazylMerge pull request #13 from sanemat/multi-json-in-rails...
2012-12-29 Ryan BiesemeyerMake the auto-refresh of tokens configurable and option...
2012-12-27 Steve BazylMerge pull request #18 from ranjibd/GITHUB-ISSUE-17
2012-12-27 Ranjib DeyRanjib| there is n method/instance variable named optio...
2012-11-05 Steven BazylFix stackoverflow tag, minor doc cleanup for batch API
2012-11-02 Steven BazylRefactor key loading to support PEM + fix issue #62
2012-11-02 Steven BazylFix sample for JWTAsserter (missing .new)
2012-10-30 Steven BazylAuto-refresh OAuth 2 tokens & retry request on 401...
2012-10-13 sanematRemove too much checking
2012-10-11 sanematAdd namespace check
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 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 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
next