arvados.git
10 years agoUpdate faraday version
Steven Bazyl [Fri, 17 Jan 2014 19:32:37 +0000 (11:32 -0800)]
Update faraday version

10 years agoAttempt at fixing rubinius builds on travis
Steven Bazyl [Fri, 17 Jan 2014 19:31:56 +0000 (11:31 -0800)]
Attempt at fixing rubinius builds on travis

10 years agoBump version
Steven Bazyl [Thu, 16 Jan 2014 21:45:14 +0000 (13:45 -0800)]
Bump version

10 years agoMerge pull request #98 from rhunter/patch-1
Steve Bazyl [Thu, 16 Jan 2014 21:11:40 +0000 (13:11 -0800)]
Merge pull request #98 from rhunter/patch-1

Update gem homepage to GitHub (like the README)

10 years agomoved default key into constant
Michael C. Beck [Fri, 10 Jan 2014 15:05:50 +0000 (16:05 +0100)]
moved default key into constant

10 years agoadded optional redis credential key to be set
Michael C. Beck [Fri, 10 Jan 2014 14:50:04 +0000 (15:50 +0100)]
added optional redis credential key to be set

10 years agochanges for ruby 1.8.7
Volker Zöpfel [Tue, 3 Dec 2013 10:11:51 +0000 (11:11 +0100)]
changes for ruby 1.8.7

10 years agoremove useless test
Volker Zöpfel [Tue, 3 Dec 2013 09:01:06 +0000 (10:01 +0100)]
remove useless test

10 years agoadds specs for redis_store
Volker Zöpfel [Tue, 3 Dec 2013 07:42:01 +0000 (08:42 +0100)]
adds specs for redis_store

10 years agoadds specs for file_store
Volker Zöpfel [Tue, 3 Dec 2013 07:30:55 +0000 (08:30 +0100)]
adds specs for file_store

10 years agochange default for authorization to nil
Volker Zöpfel [Tue, 3 Dec 2013 07:30:28 +0000 (08:30 +0100)]
change default for authorization to nil

10 years agoremove deprecation warning
Volker Zöpfel [Thu, 28 Nov 2013 11:29:55 +0000 (12:29 +0100)]
remove deprecation warning

10 years agobugfix file_storage
Volker Zöpfel [Thu, 28 Nov 2013 11:26:25 +0000 (12:26 +0100)]
bugfix file_storage

10 years agopending test for file_store and redis_store
Volker Zöpfel [Thu, 28 Nov 2013 09:26:23 +0000 (10:26 +0100)]
pending test for file_store and redis_store

10 years agoload_credentials just returns nil on errors
Volker Zöpfel [Thu, 28 Nov 2013 09:24:47 +0000 (10:24 +0100)]
load_credentials just returns nil on errors

10 years agoadds specs for storage
Volker Zöpfel [Thu, 28 Nov 2013 07:14:41 +0000 (08:14 +0100)]
adds specs for storage
changes expectation in write_credentials

10 years agoUpdate gem homepage to GitHub (like the README)
Rob Hunter [Sun, 24 Nov 2013 22:57:03 +0000 (09:57 +1100)]
Update gem homepage to GitHub (like the README)

10 years agoShutdown WEBrick server used in installed app flow
Ben Barnard [Tue, 19 Nov 2013 23:22:28 +0000 (00:22 +0100)]
Shutdown WEBrick server used in installed app flow

Starting and stopping WEBrick only controls whether the event loop is
running, it does not start and stop listening on TCP sockets.
Our WEBrick server is starting to listen when it is initialised,
so we should ensure that we shut it down when we are done with it.

Note that shutdown is idempotent.

10 years agoadds some specs for storage class
Volker Zöpfel [Mon, 18 Nov 2013 10:39:58 +0000 (11:39 +0100)]
adds some specs for storage class

10 years agouses new initialize and authorize
Volker Zöpfel [Mon, 18 Nov 2013 10:39:40 +0000 (11:39 +0100)]
uses new initialize and authorize

10 years agouse authorization method instead of variable
Volker Zöpfel [Mon, 18 Nov 2013 10:39:02 +0000 (11:39 +0100)]
use authorization method instead of variable
remove authorize from initialize

10 years agoinclude all git added files to prevent inclusion errors
Michael C. Beck [Fri, 15 Nov 2013 09:42:51 +0000 (10:42 +0100)]
include all git added files to prevent inclusion errors

10 years agoadded deprecation warnings to file_storage
Michael C. Beck [Fri, 15 Nov 2013 09:27:46 +0000 (10:27 +0100)]
added deprecation warnings to file_storage

10 years agorename file_store
Michael C. Beck [Fri, 15 Nov 2013 09:26:18 +0000 (10:26 +0100)]
rename file_store

10 years agoadds json fixture to test storage
Volker Zöpfel [Fri, 15 Nov 2013 08:37:01 +0000 (09:37 +0100)]
adds json fixture to test storage

10 years agoadds spec construct for file_store and storage
Volker Zöpfel [Fri, 15 Nov 2013 08:36:30 +0000 (09:36 +0100)]
adds spec construct for file_store and storage

10 years agoadd file_storage to gemspec
Volker Zöpfel [Fri, 15 Nov 2013 08:35:52 +0000 (09:35 +0100)]
add file_storage to gemspec

10 years agoadds comment
Volker Zöpfel [Fri, 15 Nov 2013 08:20:37 +0000 (09:20 +0100)]
adds comment

10 years agoadds old FileStorage again to be backward compatible
Volker Zöpfel [Thu, 14 Nov 2013 17:09:48 +0000 (18:09 +0100)]
adds old FileStorage again to be backward compatible

10 years agomake methods private
Volker Zöpfel [Thu, 14 Nov 2013 16:40:54 +0000 (17:40 +0100)]
make methods private

10 years agorepair gemspec
Volker Zöpfel [Thu, 14 Nov 2013 15:04:56 +0000 (16:04 +0100)]
repair gemspec

10 years agorepair gemspec
Volker Zöpfel [Thu, 14 Nov 2013 14:58:46 +0000 (15:58 +0100)]
repair gemspec

10 years agosplit storages in own adapter classes, added redis adapter
Volker Zöpfel [Thu, 14 Nov 2013 14:50:06 +0000 (15:50 +0100)]
split storages in own adapter classes, added redis adapter

10 years agoadds Constants for Authorization_uri, Token_credentials_uri
Volker Zöpfel [Thu, 14 Nov 2013 13:45:36 +0000 (14:45 +0100)]
adds Constants for Authorization_uri, Token_credentials_uri
extracts authorize
extracts credentials_hash

10 years agousing the path= method on initialize
Volker Zöpfel [Thu, 14 Nov 2013 07:32:47 +0000 (08:32 +0100)]
using the path= method on initialize

10 years agoadds method path= to proof if file can be accessed
Volker Zöpfel [Thu, 14 Nov 2013 07:31:21 +0000 (08:31 +0100)]
adds method path= to proof if file can be accessed

10 years agousing symbols as hash keys
Volker Zöpfel [Thu, 14 Nov 2013 07:19:21 +0000 (08:19 +0100)]
using symbols as hash keys

10 years agorefactoring load_credentials
Volker Zöpfel [Thu, 14 Nov 2013 07:17:08 +0000 (08:17 +0100)]
refactoring load_credentials
adding refresh_authorization

write_credentials now using the authorizations methods not the instance variables, Using the instance variables can cause problems.

10 years agoignore IntelliJ files
Volker Zöpfel [Thu, 14 Nov 2013 06:59:08 +0000 (07:59 +0100)]
ignore IntelliJ files
ignore logfiles

10 years agoMinor documentation fix
Sergio Gomes [Tue, 29 Oct 2013 13:25:55 +0000 (13:25 +0000)]
Minor documentation fix

10 years agoRemoving service logger. Incorrect implementation; loggers are global instead, and...
Sergio Gomes [Tue, 29 Oct 2013 13:17:39 +0000 (13:17 +0000)]
Removing service logger. Incorrect implementation; loggers are global instead, and set in a Google::APIClient class method

10 years agoAdding discovery document caching to Service interface
Sergio Gomes [Tue, 29 Oct 2013 12:59:52 +0000 (12:59 +0000)]
Adding discovery document caching to Service interface

10 years agoMerge pull request #87 from sgomes/new_programming_interface
Steve Bazyl [Wed, 9 Oct 2013 22:24:46 +0000 (15:24 -0700)]
Merge pull request #87 from sgomes/new_programming_interface

New programming interface for the client library

10 years agoMerge pull request #86 from oscardelben/patch-1
Steve Bazyl [Wed, 9 Oct 2013 22:19:46 +0000 (15:19 -0700)]
Merge pull request #86 from oscardelben/patch-1

Link to Github Repo

10 years agoMinor doc fix
Sergio Gomes [Mon, 7 Oct 2013 17:11:45 +0000 (18:11 +0100)]
Minor doc fix

10 years agoAdding batch support to new service interface
Sergio Gomes [Fri, 4 Oct 2013 14:56:06 +0000 (15:56 +0100)]
Adding batch support to new service interface

10 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client into new_pr...
Sergio Gomes [Fri, 4 Oct 2013 13:48:58 +0000 (14:48 +0100)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface

10 years agoFixing broken specs
Sergio Gomes [Fri, 4 Oct 2013 13:46:14 +0000 (14:46 +0100)]
Fixing broken specs

10 years agoLink to Github Repo
Oscar Del Ben [Thu, 3 Oct 2013 16:42:08 +0000 (09:42 -0700)]
Link to Github Repo

10 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client into new_pr...
Sergio Gomes [Wed, 11 Sep 2013 16:23:05 +0000 (17:23 +0100)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface

10 years ago- Improving the Service interface with access to more properties
Sergio Gomes [Wed, 11 Sep 2013 15:51:10 +0000 (16:51 +0100)]
- Improving the Service interface with access to more properties
- Adding end-to-end spec
- Fixing bugs

10 years agoredo delegation docs from pull request
Steven Bazyl [Tue, 10 Sep 2013 22:31:24 +0000 (15:31 -0700)]
redo delegation docs from pull request

10 years agoInitial version of new programming interface
Sergio Gomes [Tue, 10 Sep 2013 14:29:36 +0000 (15:29 +0100)]
Initial version of new programming interface

10 years agoRedo 0.7.0...
Steven Bazyl [Mon, 9 Sep 2013 20:58:13 +0000 (13:58 -0700)]
Redo 0.7.0...

10 years agoUpdate gemspec
Steven Bazyl [Mon, 9 Sep 2013 20:48:22 +0000 (13:48 -0700)]
Update gemspec

10 years ago0.7.0.rc1 release
Steven Bazyl [Mon, 9 Sep 2013 20:23:09 +0000 (13:23 -0700)]
0.7.0.rc1 release

10 years agoRename contributing file to match github expectations
Steven Bazyl [Mon, 9 Sep 2013 19:48:14 +0000 (12:48 -0700)]
Rename contributing file to match github expectations

10 years agoMerge pull request #70 from JuanitoFatas/master
Steve Bazyl [Fri, 6 Sep 2013 18:38:18 +0000 (11:38 -0700)]
Merge pull request #70 from JuanitoFatas/master

Update to https for secure connection to rubygems.org.

10 years agoMerge pull request #71 from twelvelabs/master
Steve Bazyl [Fri, 6 Sep 2013 18:37:45 +0000 (11:37 -0700)]
Merge pull request #71 from twelvelabs/master

fix "already initialized constant" warnings

10 years agoRemoving empty file
Sergio Gomes [Thu, 5 Sep 2013 11:32:36 +0000 (12:32 +0100)]
Removing empty file

10 years agoEnsuring that multivalued requests in the AdSense Management API actually work
Sergio Gomes [Thu, 5 Sep 2013 11:30:30 +0000 (12:30 +0100)]
Ensuring that multivalued requests in the AdSense Management API actually work

10 years agoUpdating AdSense Management API specs to use v1.3
Sergio Gomes [Wed, 4 Sep 2013 17:23:13 +0000 (18:23 +0100)]
Updating AdSense Management API specs to use v1.3

10 years agoMerge pull request #78 from proppy/computeauth
Steve Bazyl [Thu, 15 Aug 2013 21:28:37 +0000 (14:28 -0700)]
Merge pull request #78 from proppy/computeauth

auth: add compute service account

10 years agoauth: perserve original option param
Johan Euphrosine [Thu, 15 Aug 2013 21:19:37 +0000 (14:19 -0700)]
auth: perserve original option param

10 years agoauth: add compute service account
Johan Euphrosine [Wed, 14 Aug 2013 23:29:16 +0000 (16:29 -0700)]
auth: add compute service account

10 years agoFixing spec warnings
Sergio Gomes [Mon, 12 Aug 2013 15:19:09 +0000 (16:19 +0100)]
Fixing spec warnings

10 years agoRemoving latitude API specs
Sergio Gomes [Fri, 9 Aug 2013 15:34:27 +0000 (16:34 +0100)]
Removing latitude API specs

10 years agoForgot an import. *sigh*
sgomes [Fri, 9 Aug 2013 13:43:40 +0000 (14:43 +0100)]
Forgot an import. *sigh*

10 years agoMinor bugfix change to README
sgomes [Fri, 9 Aug 2013 13:41:53 +0000 (14:41 +0100)]
Minor bugfix change to README

10 years agoUpdating README to use best practices in usage example
sgomes [Fri, 9 Aug 2013 13:40:39 +0000 (14:40 +0100)]
Updating README to use best practices in usage example

10 years agoMerge pull request #73 from sgomes/master
Steve Bazyl [Thu, 8 Aug 2013 18:47:58 +0000 (11:47 -0700)]
Merge pull request #73 from sgomes/master

Small fixes to client secrets

10 years agoSmall fixes to client secrets:
Sergio Gomes [Tue, 6 Aug 2013 17:46:11 +0000 (18:46 +0100)]
Small fixes to client secrets:
- Load automatically with a "require 'google/api_client'"
- Allow for signet >= 0.4.0

10 years agodon't require faraday/utils; faraday already includes it
Skip Baney [Fri, 2 Aug 2013 22:13:15 +0000 (17:13 -0500)]
don't require faraday/utils; faraday already includes it

10 years agoUpdate to https for secure connection to rubygems.org.
Juanito Fatas [Thu, 1 Aug 2013 10:07:25 +0000 (18:07 +0800)]
Update to https for secure connection to rubygems.org.

11 years agoMerge pull request #64 from phiggins/master
Steve Bazyl [Thu, 20 Jun 2013 17:38:01 +0000 (10:38 -0700)]
Merge pull request #64 from phiggins/master

Update homepage in gemspec to point at Github.

11 years agoRemove example of deprecated use
Steven Bazyl [Thu, 20 Jun 2013 17:34:16 +0000 (10:34 -0700)]
Remove example of deprecated use

11 years agoEnable gzip compression
Steven Bazyl [Thu, 20 Jun 2013 00:37:38 +0000 (17:37 -0700)]
Enable gzip compression

11 years agoUpdate homepage in gemspec to point at Github.
pete higgins [Wed, 19 Jun 2013 23:46:34 +0000 (16:46 -0700)]
Update homepage in gemspec to point at Github.

11 years agoIssue #57 - rewind body if possible when retrying
Steven Bazyl [Tue, 18 Jun 2013 23:35:38 +0000 (16:35 -0700)]
Issue #57 - rewind body if possible when retrying

11 years agoFix normalization of parmeters keys
Steven Bazyl [Tue, 18 Jun 2013 22:51:46 +0000 (15:51 -0700)]
Fix normalization of parmeters keys

11 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Tue, 18 Jun 2013 19:16:03 +0000 (12:16 -0700)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

11 years agoNo longer buffer chunks/files when using resumable upload
Steven Bazyl [Tue, 18 Jun 2013 19:15:02 +0000 (12:15 -0700)]
No longer buffer chunks/files when using resumable upload

11 years agoAllow apps to override ca_file
Steven Bazyl [Tue, 18 Jun 2013 00:16:53 +0000 (17:16 -0700)]
Allow apps to override ca_file

11 years agoMerge pull request #61 from tardate/issue_mgmt
Steve Bazyl [Mon, 17 Jun 2013 03:56:49 +0000 (20:56 -0700)]
Merge pull request #61 from tardate/issue_mgmt

Update instructions in README to direct people to Github for issue reporting

11 years agochanged readme to direct issue reporting on github
Paul Gallagher [Sun, 16 Jun 2013 12:16:25 +0000 (20:16 +0800)]
changed readme to direct issue reporting on github

* makes this consistent with directions on https://code.google.com/p/google-api-ruby-client/ which send people to Github

11 years agowhitespace cleanup in readme
Paul Gallagher [Sun, 16 Jun 2013 12:15:06 +0000 (20:15 +0800)]
whitespace cleanup in readme

11 years agoUpdate faraday
Steven Bazyl [Mon, 3 Jun 2013 23:06:12 +0000 (16:06 -0700)]
Update faraday

11 years agoRemove unnecessary require
Steven Bazyl [Sat, 1 Jun 2013 00:22:18 +0000 (17:22 -0700)]
Remove unnecessary require

11 years agoMerge pull request #52 from jeffposnick/master
Steve Bazyl [Fri, 31 May 2013 22:43:03 +0000 (15:43 -0700)]
Merge pull request #52 from jeffposnick/master

Added support for caching OAuth 2 credentials to disk

11 years agoDon't attempt resumable upload if initial response failed (Issue #32)
Steven Bazyl [Fri, 31 May 2013 22:41:00 +0000 (15:41 -0700)]
Don't attempt resumable upload if initial response failed (Issue #32)

11 years agoMinor cleanup on tests
Steven Bazyl [Fri, 31 May 2013 22:39:16 +0000 (15:39 -0700)]
Minor cleanup on tests

11 years agoBundle root certs
Steven Bazyl [Fri, 31 May 2013 22:38:00 +0000 (15:38 -0700)]
Bundle root certs

11 years agoAdded Google::APIClient::FileStorage, to save OAuth 2 credentials to disk
Jeff Posnick [Wed, 29 May 2013 19:31:44 +0000 (15:31 -0400)]
Added Google::APIClient::FileStorage, to save OAuth 2 credentials to disk

This is a (potentially rough) bit of code to persist OAuth 2
credentials to disk, similar to
http://google-api-python-client.googlecode.com/hg/docs/epy/oauth2client.
file.Storage-class.html

It can be used in the following manner, which roughly translates to
what the Python client library code looks like.

  file_storage = Google::APIClient::FileStorage.new("#{$0}-oauth2.json")
  if file_storage.authorization.nil?
    client_secrets = Google::APIClient::ClientSecrets.load
    flow = Google::APIClient::InstalledAppFlow.new(
      :client_id => client_secrets.client_id,
      :client_secret => client_secrets.client_secret,
      :scope => [SCOPE1, SCOPE2]
    )
    client.authorization = flow.authorize(file_storage)
  else
    client.authorization = file_storage.authorization
  end

11 years agoAllow options when executing batch requests (#48)
Steven Bazyl [Mon, 13 May 2013 22:19:25 +0000 (15:19 -0700)]
Allow options when executing batch requests (#48)

11 years agoUpgrade to Faraday 0.9 (fixes params encoding problems)
Steven Bazyl [Mon, 13 May 2013 21:03:49 +0000 (14:03 -0700)]
Upgrade to Faraday 0.9 (fixes params encoding problems)

11 years agoMerge pull request #49 from dillonkearns/patch-1
Bob Aman [Mon, 29 Apr 2013 09:14:22 +0000 (02:14 -0700)]
Merge pull request #49 from dillonkearns/patch-1

Add syntax highlighting to README

11 years agoAdd syntax highlighting to README
Dillon Kearns [Mon, 29 Apr 2013 02:29:39 +0000 (19:29 -0700)]
Add syntax highlighting to README

11 years agoMerge pull request #47 from nevir/patch-2
Steve Bazyl [Sun, 21 Apr 2013 06:14:11 +0000 (23:14 -0700)]
Merge pull request #47 from nevir/patch-2

Consider dropping sudo from "sudo gem install" in example

11 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Fri, 19 Apr 2013 03:57:32 +0000 (20:57 -0700)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

11 years agoMerge pull request #46 from nevir/patch-1
Bob Aman [Thu, 18 Apr 2013 07:55:53 +0000 (00:55 -0700)]
Merge pull request #46 from nevir/patch-1

Full jruby and rubinius coverage