Merge pull request #181 from seuros/patch-1
[arvados.git] / lib / google / api_client / discovery /
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-10-08 Abdelkader BoudihUse ActiveSupport instead of extlib
2013-05-31 Steve BazylMerge pull request #52 from jeffposnick/master
2013-05-13 Steven BazylUpgrade to Faraday 0.9 (fixes params encoding problems)
2013-01-05 Steve BazylMerge pull request #20 from simplymeasured/feature...
2013-01-03 Steven BazylDefine custom load/dump for serializing API instances
2012-12-30 Steve BazylMerge pull request #13 from sanemat/multi-json-in-rails...
2012-10-10 Steven BazylExpose discovery doc in prep for future doc changes
2012-10-10 Steven BazylMostly doc updates, +remove support for method as string
2012-10-10 Steven BazylContinue internal shuffling...
2012-10-10 Steven BazylBegin consolidation of request building in reference...
2012-10-10 Steven BazylRemove unnecessary normalization/fix addressable bug
2012-10-04 Steven BazylExpose discovery doc in prep for future doc changes
2012-09-28 Steven BazylMostly doc updates, +remove support for method as string
2012-09-24 Steven BazylContinue internal shuffling...
2012-09-05 Steven BazylBegin consolidation of request building in reference...
2012-09-05 Steven BazylRemove unnecessary normalization/fix addressable 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 AmanTwo failing tests, neither of which I can do much about.
2012-07-31 Bob AmanRemoved trailing whitespace.
2012-07-21 Bob AmanResolving issues introduced by Faraday dependency upgrade.
2012-06-07 Steven BazylResolve merge conflict
2012-05-24 Bob AmanMerge branch 'master' of github.com:google/google-api...
2012-05-16 Sergio GomesAdding batch support
2012-05-11 Sérgio GomesResolves issue of validation failing for repeated param...
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 AmanMore carefully resolving the discovery-of-discovery...
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 Bob AmanPatch to solve Ruby 1.8.7 incompatibility.
2012-02-22 Ethanminor whitespace touchup
2012-02-22 Ethanfix schema to not choke when '$ref' is specifying what...
2012-02-15 Nikolay MischenkoFixed parameters encoding (should be urlencoded)
2012-02-10 Bob AmanMethod renames to be consistent with change to resources.
2012-02-10 Bob AmanMerge branch 'master' of https://code.google.com/p...
2012-02-08 Steven BazylDon't traverse ancestors when checking if schema is...
2012-01-31 Steven BazylRename 'resources' method due to conflict with one...
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-11-30 Martin SarsaleMerge remote branch 'remotes/upstream/master'
2011-11-16 Bob AmanMerge branch 'schemas'
2011-11-02 Martin SarsaleAccept repeated parameters
2011-10-20 Bob AmanUpdated to match change to AutoParse.
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-15 Bob AmanAdded task for wiki autogeneration.
2011-10-05 Bob AmanFixed issues with recursive structures and external...
2011-09-22 Bob AmanSwitched to using AutoParse for schemas.
2011-08-19 Bob AmanPartial solution to the issue of generating JSON.
2011-08-10 Bob AmanFixed a bug in the method definition closures.
2011-08-10 Bob AmanBasic structure of schema parsing complete.
2011-08-08 Bob AmanAdded method to expose API property descriptions.
2011-08-08 Bob AmanAdded support for API feature lists.
2011-08-08 Bob AmanAdded support for API feature lists.
2011-08-05 Bob AmanAdding missing require.
2011-08-05 Bob AmanMoved dynamic method definitions into the APIObject...
2011-08-05 Bob AmanAdded default values.
2011-08-05 Bob AmanAdded API#schema_for_kind method to allow schema lookup...
2011-08-05 Bob AmanBetter way to handle automatic parsing using the schema...
2011-08-04 Bob AmanSeparated out the discovery classes into individual...
2010-09-18 Bob AmanReorganized some of the code and removed unnecessary...
2010-09-16 Bob AmanSigned requests can now be generated and transmitted...
2010-09-16 Bob AmanURI template expansion works.
2010-08-24 bobaman@google.comMade the builder more flexible by adding a callback...
2010-08-24 bobaman@google.comAdded a rudimentary implementation of a MethodBuilder.
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.comAdded brief documentation to the handler classes.
2010-08-14 bobaman@google.comAdded code to determine the location of the discovery...
2010-08-14 bobaman@google.comUpdated the configuration handling code.
2010-08-11 bobaman@google.comAdded addressable/template require to discovery.rb.
2010-08-11 mattpok@google.comadd skeleton for discovery