Resolve merge conflict
[arvados.git] / lib / google / api_client.rb
2014-12-17 Steven BazylResolve merge conflict
2014-12-16 Steven Bazyl#160 - Add option to set encoding of response body
2014-12-15 Steven BazylMerge prioridata-master
2014-12-15 Steven BazylResolve merge conflict, update rspec syntax and docs
2014-12-15 Steven BazylResolve merge conflict, update rspec syntax
2014-12-15 Steven BazylMerge branch 'seuros-more'
2014-12-15 Steven BazylResolve merge conflict
2014-12-06 Steve BazylMerge pull request #162 from theit8514/master
2014-12-06 Steve BazylMerge pull request #175 from Christian-G/master
2014-12-03 Christian-GAdded HTTP Proxy support
2014-10-08 Abdelkader BoudihSo many versions!!
2014-10-08 Abdelkader BoudihUse the app logger and require railtie
2014-09-17 Sérgio GomesMerge pull request #94 from programmiersportgruppe...
2014-07-29 Janis Kesterisallows to pass FaraDay options furthur to FaraDay confi...
2014-03-13 Doug HendersonUnit test updates + ensure auth retry only done once...
2014-03-13 Doug HendersonAdd auto retry logic for auth expiry separate from...
2014-01-31 Steven BazylTweak retry policy. 40x errors aren't typically recover...
2014-01-22 Steven BazylResolve merge conflict on gemspec
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
2013-09-06 Steve BazylMerge pull request #70 from JuanitoFatas/master
2013-09-06 Steve BazylMerge pull request #71 from twelvelabs/master
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 BazylEnable gzip compression
2013-06-18 Steven BazylIssue #57 - rewind body if possible when retrying
2013-06-18 Steven BazylMerge branch 'master' of https://github.com/google...
2013-06-18 Steven BazylAllow apps to override ca_file
2013-05-31 Steve BazylMerge pull request #52 from jeffposnick/master
2013-05-31 Steven BazylBundle root certs
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-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-01-05 Steve BazylMerge pull request #20 from simplymeasured/feature...
2013-01-05 Steven BazylFix odd conflict with VERSION & logger
2013-01-05 Steven BazylSprinkle of logging
2013-01-04 Ryan Biesemeyerincorporate style feedback from @sporkmonger on ab23fe7...
2013-01-02 Steven BazylMerge branch 'master' of https://github.com/google...
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-10-30 Steven BazylAuto-refresh OAuth 2 tokens & retry request on 401...
2012-10-10 Steven BazylMove request class to its own file
2012-10-10 Steven BazylUpdate docs re: api_method + allow options in array...
2012-10-10 Steven BazylMostly doc updates, +remove support for method as string
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 BazylMove request class to its own file
2012-10-04 Steven BazylUpdate docs re: api_method + allow options in array...
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 BazylConsolidate request routing through execute methods
2012-09-05 Steven BazylRemove embedded version #s, use Gemfile
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 Steven BazylIssue 47 - Improve error handling on result
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-07 Steven BazylResolve merge conflict
2012-06-07 Steven BazylAllow credentials on per-request basis
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-16 Sergio GomesAdding batch support
2012-04-24 Bob AmanUpdated to avoid deprecation of encode and decode metho...
2012-03-02 Bob AmanFixed whitespace issue.
2012-03-02 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMerge branch 'master' of https://code.google.com/p...
2012-03-02 Steven BazylMedia upload support
2012-02-27 Bob AmanCleaning up the changes made by @vapir.
2012-02-27 Bob AmanMerge branch 'master' of github.com:sporkmonger/google...
2012-02-24 Bob AmanMerge pull request #4 from vapir/baseURI_and_fixups
2012-02-22 Ethanminor whitespace touchup
2012-02-22 Ethanif ApiClient receives :authorization => false, respect...
2012-02-22 Ethanadd method ApiClient#relative_uri which constructs...
2012-02-22 Ethanchange ApiClient's configurable host to a configurable...
2012-02-15 Bob AmanAdded ID token verification against server certificate.
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-02 Bob AmanFixed some YARD documentation issues and changed how...
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-10-15 Bob AmanFixed issue with version and moved version back to...
2011-09-22 Bob AmanAdded better handling for errors.
2011-09-22 Bob AmanAdded better handling for errors.
2011-09-22 Bob AmanChanged discovery and directory methods to use the...
2011-09-22 Bob AmanChanged discovery and directory methods to use the...
2011-09-21 Bob AmanMerge branch 'master' of https://code.google.com/p...
2011-09-21 Bob AmanAdded better support for user IP and developer key...
next