arvados.git
9 years agoFix warning: assigned but unused variable
Mike Moore [Wed, 25 Mar 2015 23:03:20 +0000 (17:03 -0600)]
Fix warning: assigned but unused variable

There are several places where varaibles are assigned but not used.
The variables can be replaced with _, or prepended with _ to avoid a warning.
In one case the variable was removed because it was at the end of the method.

Addresses the following warnings:

lib/google/api_client.rb:493: warning: assigned but unused variable - key
lib/google/api_client/batch.rb:168: warning: assigned but unused variable - callback
lib/google/api_client/batch.rb:227: warning: assigned but unused variable - base
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - protocol
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - reason
lib/google/api_client/request.rb:247: warning: assigned but unused variable - request_env

9 years agoMerge pull request #201 from tbetbetbe/ruby-auth-version-bump-and-use-latest-googleauth
Tim Emiola [Tue, 24 Mar 2015 02:43:05 +0000 (19:43 -0700)]
Merge pull request #201 from tbetbetbe/ruby-auth-version-bump-and-use-latest-googleauth

Version bump, and updates the googleauth dependency

9 years agoAdds Bundler's gem tasks
Tim Emiola [Tue, 24 Mar 2015 02:08:22 +0000 (19:08 -0700)]
Adds Bundler's gem tasks

9 years agoAdds support for tracking coverage on coveralls.io
Tim Emiola [Tue, 24 Mar 2015 01:48:29 +0000 (18:48 -0700)]
Adds support for tracking coverage on coveralls.io

9 years agoUpdate the docs and CHANGELOG to show that application default creds are available.
Tim Emiola [Tue, 24 Mar 2015 01:06:02 +0000 (18:06 -0700)]
Update the docs and CHANGELOG to show that application default creds are available.

9 years agoVersion bump, and updates the googleauth dependency
Tim Emiola [Thu, 12 Mar 2015 22:10:56 +0000 (15:10 -0700)]
Version bump, and updates the googleauth dependency

9 years agoMerge pull request #200 from tbetbetbe/google-api-enable-google-auth
Steve Bazyl [Tue, 10 Mar 2015 17:50:11 +0000 (10:50 -0700)]
Merge pull request #200 from tbetbetbe/google-api-enable-google-auth

Adds simple integration with googleauth

9 years agoAdds simple integration with googleauth
Tim Emiola [Tue, 10 Mar 2015 00:52:43 +0000 (17:52 -0700)]
Adds simple integration with googleauth

9 years agoRelease 0.8.2
Steven Bazyl [Sat, 10 Jan 2015 00:05:49 +0000 (16:05 -0800)]
Release 0.8.2

9 years agoMinor release
Steven Bazyl [Sat, 10 Jan 2015 00:05:40 +0000 (16:05 -0800)]
Minor release

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Sat, 10 Jan 2015 00:02:58 +0000 (16:02 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years ago#189 - Fix legacy file storage
Steven Bazyl [Sat, 10 Jan 2015 00:02:40 +0000 (16:02 -0800)]
#189 - Fix legacy file storage

9 years ago#190 - Restore cacerts.pem in gem
Steven Bazyl [Fri, 9 Jan 2015 23:49:47 +0000 (15:49 -0800)]
#190 - Restore cacerts.pem in gem

9 years agoMerge pull request #188 from joekr/master
Steve Bazyl [Fri, 9 Jan 2015 22:47:01 +0000 (14:47 -0800)]
Merge pull request #188 from joekr/master

Fixing README.md spelling mistake

9 years agoFixing README.md spelling mistake
Joe Kratzat [Mon, 29 Dec 2014 16:58:53 +0000 (11:58 -0500)]
Fixing README.md spelling mistake

The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.

9 years agoRelease 0.8.1.1
Steven Bazyl [Fri, 19 Dec 2014 23:45:55 +0000 (15:45 -0800)]
Release 0.8.1.1

9 years agoRelease 0.8.1.1
Steven Bazyl [Fri, 19 Dec 2014 23:45:29 +0000 (15:45 -0800)]
Release 0.8.1.1

9 years agoFix logger, take #2
Steven Bazyl [Fri, 19 Dec 2014 23:45:20 +0000 (15:45 -0800)]
Fix logger, take #2

9 years agoRelease 0.8.1
Steven Bazyl [Thu, 18 Dec 2014 17:24:03 +0000 (09:24 -0800)]
Release 0.8.1

9 years agoBump version
Steven Bazyl [Thu, 18 Dec 2014 17:23:54 +0000 (09:23 -0800)]
Bump version

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Thu, 18 Dec 2014 17:21:33 +0000 (09:21 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years agoMerge pull request #184 from Shelvak/logger_fix
Steve Bazyl [Thu, 18 Dec 2014 17:21:12 +0000 (09:21 -0800)]
Merge pull request #184 from Shelvak/logger_fix

[Issue#183] Set app logger

9 years agoSet app logger
Néstor Coppi [Thu, 18 Dec 2014 14:07:17 +0000 (11:07 -0300)]
Set app logger

For issue #183 I have the same problem with Rails 4.1.6 and Ruby 2.1 with that, we have covered some cases ^^

9 years agoRelease 0.8.0
Steven Bazyl [Wed, 17 Dec 2014 21:02:00 +0000 (13:02 -0800)]
Release 0.8.0

9 years agoUpdate changelog & bump version
Steven Bazyl [Wed, 17 Dec 2014 20:59:54 +0000 (12:59 -0800)]
Update changelog & bump version

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Wed, 17 Dec 2014 20:40:45 +0000 (12:40 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years agoMerge branch 'dougforpres-auth-retry'
Steven Bazyl [Wed, 17 Dec 2014 20:40:15 +0000 (12:40 -0800)]
Merge branch 'dougforpres-auth-retry'

9 years agoResolve merge conflict
Steven Bazyl [Wed, 17 Dec 2014 20:39:57 +0000 (12:39 -0800)]
Resolve merge conflict

9 years agoMerge pull request #181 from seuros/patch-1
Steve Bazyl [Wed, 17 Dec 2014 20:25:46 +0000 (12:25 -0800)]
Merge pull request #181 from seuros/patch-1

Update google-api-client.gemspec

9 years agoMerge pull request #182 from seuros/patch-2
Steve Bazyl [Wed, 17 Dec 2014 20:20:43 +0000 (12:20 -0800)]
Merge pull request #182 from seuros/patch-2

Update .travis.yml

9 years ago#158 - guard against missing page tokens when building next/prev page requests
Steven Bazyl [Wed, 17 Dec 2014 04:57:12 +0000 (20:57 -0800)]
#158 - guard against missing page tokens when building next/prev page requests

9 years ago#159 - Excute batch requests using the service's connection
Steven Bazyl [Wed, 17 Dec 2014 04:52:57 +0000 (20:52 -0800)]
#159 - Excute batch requests using the service's connection

9 years agoAdd minimal tests for ClientSecrets
Steven Bazyl [Tue, 16 Dec 2014 21:47:26 +0000 (13:47 -0800)]
Add minimal tests for ClientSecrets

9 years ago#160 - Add option to set encoding of response body
Steven Bazyl [Tue, 16 Dec 2014 20:29:11 +0000 (12:29 -0800)]
#160 - Add option to set encoding of response body

9 years agoUpdate .travis.yml
Abdelkader Boudih [Mon, 15 Dec 2014 22:28:06 +0000 (22:28 +0000)]
Update .travis.yml

9 years agoUpdate google-api-client.gemspec
Abdelkader Boudih [Mon, 15 Dec 2014 22:22:52 +0000 (22:22 +0000)]
Update google-api-client.gemspec

9 years agoMerge prioridata-master
Steven Bazyl [Mon, 15 Dec 2014 21:42:17 +0000 (13:42 -0800)]
Merge prioridata-master

9 years agoResolve merge conflict, update rspec syntax and docs
Steven Bazyl [Mon, 15 Dec 2014 21:41:10 +0000 (13:41 -0800)]
Resolve merge conflict, update rspec syntax and docs

9 years agoMerge branch 'p7s1digital-master'
Steven Bazyl [Mon, 15 Dec 2014 21:33:28 +0000 (13:33 -0800)]
Merge branch 'p7s1digital-master'

9 years agoResolve merge conflict, update rspec syntax
Steven Bazyl [Mon, 15 Dec 2014 21:32:54 +0000 (13:32 -0800)]
Resolve merge conflict, update rspec syntax

9 years agoFix typo in sample
Steven Bazyl [Mon, 15 Dec 2014 21:02:51 +0000 (13:02 -0800)]
Fix typo in sample

9 years agoMerge branch 'seuros-more'
Steven Bazyl [Mon, 15 Dec 2014 19:54:03 +0000 (11:54 -0800)]
Merge branch 'seuros-more'

9 years agoRestore active support dependency
Steven Bazyl [Mon, 15 Dec 2014 19:53:00 +0000 (11:53 -0800)]
Restore active support dependency

9 years agoResolve merge conflict
Steven Bazyl [Mon, 15 Dec 2014 19:50:16 +0000 (11:50 -0800)]
Resolve merge conflict

9 years agoMove tasks -> rakelib
Steven Bazyl [Mon, 15 Dec 2014 19:46:24 +0000 (11:46 -0800)]
Move tasks -> rakelib

9 years agoUpdate depdencies, simplify gem management
Steven Bazyl [Mon, 15 Dec 2014 19:44:51 +0000 (11:44 -0800)]
Update depdencies, simplify gem management

9 years agoMerge pull request #178 from simplysoft/master
Steve Bazyl [Mon, 8 Dec 2014 23:35:21 +0000 (15:35 -0800)]
Merge pull request #178 from simplysoft/master

only upload media if there is one

9 years agoonly upload media if there is one
Pascal Brogle [Sun, 7 Dec 2014 09:43:30 +0000 (10:43 +0100)]
only upload media if there is one

9 years agoMerge pull request #162 from theit8514/master
Steve Bazyl [Sat, 6 Dec 2014 00:52:15 +0000 (16:52 -0800)]
Merge pull request #162 from theit8514/master

Update README example for register_discovery_document

9 years agoMerge pull request #175 from Christian-G/master
Steve Bazyl [Sat, 6 Dec 2014 00:50:25 +0000 (16:50 -0800)]
Merge pull request #175 from Christian-G/master

Added HTTP Proxy support

9 years agoAdded HTTP Proxy support
Christian-G [Wed, 3 Dec 2014 14:52:00 +0000 (15:52 +0100)]
Added HTTP Proxy support

9 years agoDropped uuidtools
Abdelkader Boudih [Thu, 18 Sep 2014 18:22:17 +0000 (18:22 +0000)]
Dropped uuidtools

9 years agoUse ActiveSupport instead of extlib
Abdelkader Boudih [Thu, 18 Sep 2014 18:15:10 +0000 (18:15 +0000)]
Use ActiveSupport instead of extlib

9 years agoDrop support for old rubies
Abdelkader Boudih [Thu, 18 Sep 2014 18:06:15 +0000 (18:06 +0000)]
Drop support for old rubies

9 years agoprefer AS's Inflector over Extlib
Abdelkader Boudih [Wed, 17 Sep 2014 15:38:51 +0000 (15:38 +0000)]
prefer AS's Inflector over Extlib

9 years agoRSpec 3 syntax
Abdelkader Boudih [Wed, 17 Sep 2014 15:03:33 +0000 (15:03 +0000)]
RSpec 3 syntax

9 years agoAnother form of Googol typo ?
Abdelkader Boudih [Wed, 17 Sep 2014 15:00:01 +0000 (15:00 +0000)]
Another form of Googol typo ?

9 years agoSo many versions!!
Abdelkader Boudih [Wed, 17 Sep 2014 14:57:32 +0000 (14:57 +0000)]
So many versions!!

9 years agoReplace deprecated method that cause ruby warnings File.exit?
Abdelkader Boudih [Wed, 17 Sep 2014 14:55:52 +0000 (14:55 +0000)]
Replace deprecated method that cause ruby warnings File.exit?

9 years agoClean up gemspec. We don't support 1.8.6 anyway
Abdelkader Boudih [Wed, 17 Sep 2014 14:50:07 +0000 (14:50 +0000)]
Clean up gemspec. We don't support 1.8.6 anyway

9 years agoUse the app logger and require railtie
Abdelkader Boudih [Wed, 17 Sep 2014 14:47:27 +0000 (14:47 +0000)]
Use the app logger and require railtie

9 years agoFile is being deleted before each test anyway
Abdelkader Boudih [Wed, 17 Sep 2014 14:45:01 +0000 (14:45 +0000)]
File is being deleted before each test anyway

9 years agoremove version from test .
Abdelkader Boudih [Wed, 17 Sep 2014 14:32:07 +0000 (14:32 +0000)]
remove version from test .

9 years agoMerge pull request #163 from tomykaira/retriable_no_2.0
Steve Bazyl [Tue, 7 Oct 2014 22:21:09 +0000 (15:21 -0700)]
Merge pull request #163 from tomykaira/retriable_no_2.0

Use retriable 1.x

9 years agoUpdate README.md
Daniel Wang [Fri, 3 Oct 2014 20:43:40 +0000 (13:43 -0700)]
Update README.md

9 years agoUpdate README.md
Daniel Wang [Fri, 3 Oct 2014 20:37:40 +0000 (13:37 -0700)]
Update README.md

9 years agoUse retriable 1.x
tomykaira [Sat, 27 Sep 2014 13:01:33 +0000 (22:01 +0900)]
Use retriable 1.x

Retriable version 2.0.0.beta is now released and its API changed.
Google-api-client does not work with the new API.
As a quick fix, specify retriable version in '>= 1.4 < 2.0'

9 years agoUpdate README documentation for register_discovery_document (It returns a Hash instea...
theit8514 [Thu, 25 Sep 2014 15:44:12 +0000 (11:44 -0400)]
Update README documentation for register_discovery_document (It returns a Hash instead of an API object, therefore we must call discovered_api to get the API object)

9 years agoMerge pull request #94 from programmiersportgruppe/master
Sérgio Gomes [Wed, 17 Sep 2014 14:56:26 +0000 (15:56 +0100)]
Merge pull request #94 from programmiersportgruppe/master

Shutdown WEBrick server used in installed app flow

9 years agoMerge pull request #154 from seuros/rbx-2
Sérgio Gomes [Wed, 17 Sep 2014 14:44:59 +0000 (15:44 +0100)]
Merge pull request #154 from seuros/rbx-2

use travis's rbx-2 instead of rbx, and removed duplicate gem dependency

9 years agouse travis's rbx-2 instead of rbx, and removed duplicate gem dependency
Abdelkader Boudih [Wed, 10 Sep 2014 09:00:55 +0000 (09:00 +0000)]
use travis's rbx-2 instead of rbx, and removed duplicate gem dependency

9 years agoRemoving jruby-20mode target, since Travis does not support it
Sérgio Gomes [Thu, 21 Aug 2014 14:04:42 +0000 (15:04 +0100)]
Removing jruby-20mode target, since Travis does not support it

9 years agoMissed a few rcov-related lines
Sérgio Gomes [Fri, 15 Aug 2014 14:15:19 +0000 (15:15 +0100)]
Missed a few rcov-related lines

9 years agoFixing issue with service-style batches and requests with bodies
Sérgio Gomes [Fri, 15 Aug 2014 08:49:59 +0000 (09:49 +0100)]
Fixing issue with service-style batches and requests with bodies

9 years agoSmall fix to service account spec with JRuby >= 1.9
Sérgio Gomes [Thu, 14 Aug 2014 16:37:47 +0000 (17:37 +0100)]
Small fix to service account spec with JRuby >= 1.9

9 years agoSmall fix to service account spec
Sérgio Gomes [Thu, 14 Aug 2014 16:06:44 +0000 (17:06 +0100)]
Small fix to service account spec

9 years agoUpdated rspec to v3 and replaced rcov with simplecov.
Sérgio Gomes [Thu, 14 Aug 2014 15:54:16 +0000 (16:54 +0100)]
Updated rspec to v3 and replaced rcov with simplecov.
Also used transpec to convert from "should" syntax to preferred "expect" syntax.

9 years agoallows to pass FaraDay options furthur to FaraDay configuration block upon client...
Janis Kesteris [Tue, 29 Jul 2014 13:06:45 +0000 (15:06 +0200)]
allows to pass FaraDay options furthur to FaraDay configuration block upon client initialization

10 years agoUnit test updates + ensure auth retry only done once per execute
Doug Henderson [Thu, 13 Mar 2014 20:13:44 +0000 (13:13 -0700)]
Unit test updates + ensure auth retry only done once per execute

10 years agoAdd auto retry logic for auth expiry separate from normal failure retry
Doug Henderson [Thu, 13 Mar 2014 18:20:08 +0000 (11:20 -0700)]
Add auto retry logic for auth expiry separate from normal failure retry

10 years agoTweak retry policy. 40x errors aren't typically recoverable other than 401s in the...
Steven Bazyl [Fri, 31 Jan 2014 01:27:16 +0000 (17:27 -0800)]
Tweak retry policy. 40x errors aren't typically recoverable other than 401s in the case of expired access tokens. Even then, 1 retry is enough

10 years agoUpdate changelog
Steven Bazyl [Thu, 23 Jan 2014 21:34:26 +0000 (13:34 -0800)]
Update changelog

10 years agoMinor release to update retriable dependency lost when merging
Steven Bazyl [Thu, 23 Jan 2014 21:31:45 +0000 (13:31 -0800)]
Minor release to update retriable dependency lost when merging

10 years agoRemove CLI docs from readme
Steven Bazyl [Thu, 23 Jan 2014 00:12:56 +0000 (16:12 -0800)]
Remove CLI docs from readme

10 years agoResolve merge conflict on gemspec
Steven Bazyl [Wed, 22 Jan 2014 23:44:04 +0000 (15:44 -0800)]
Resolve merge conflict on gemspec

10 years agoAdd note about retries to readme
Steven Bazyl [Wed, 22 Jan 2014 23:40:06 +0000 (15:40 -0800)]
Add note about retries to readme

10 years agoSet content length for media uploads
Steven Bazyl [Wed, 22 Jan 2014 23:32:35 +0000 (15:32 -0800)]
Set content length for media uploads

10 years agoMerge branch 'release-0.7'
Steven Bazyl [Wed, 22 Jan 2014 23:30:46 +0000 (15:30 -0800)]
Merge branch 'release-0.7'

10 years agofix rand call
Steven Bazyl [Wed, 22 Jan 2014 23:09:22 +0000 (15:09 -0800)]
fix rand call

10 years agoUpdate changelog
Steven Bazyl [Wed, 22 Jan 2014 21:55:50 +0000 (13:55 -0800)]
Update changelog

10 years agoAdd retry support & redirect following
Steven Bazyl [Wed, 22 Jan 2014 21:54:06 +0000 (13:54 -0800)]
Add retry support & redirect following

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