arvados.git
11 years agoMore documentation cleanup
Steven Bazyl [Fri, 28 Sep 2012 23:29:51 +0000 (16:29 -0700)]
More documentation cleanup

11 years agoMore documentation cleanup
Steven Bazyl [Fri, 28 Sep 2012 23:11:17 +0000 (16:11 -0700)]
More documentation cleanup

11 years agoMostly doc updates, +remove support for method as string
Steven Bazyl [Fri, 28 Sep 2012 19:07:11 +0000 (12:07 -0700)]
Mostly doc updates, +remove support for method as string

11 years agoAllow adjusting issued-at time to minimize clock skew issues
Steven Bazyl [Fri, 28 Sep 2012 19:06:15 +0000 (12:06 -0700)]
Allow adjusting issued-at time to minimize clock skew issues

11 years agoContinue internal shuffling...
Steven Bazyl [Mon, 24 Sep 2012 23:09:17 +0000 (16:09 -0700)]
Continue internal shuffling...

11 years agoUpdate example in readme
Steven Bazyl [Mon, 24 Sep 2012 22:21:56 +0000 (15:21 -0700)]
Update example in readme

11 years agoUnify processing of api/resumable/batch requests
Steven Bazyl [Tue, 11 Sep 2012 18:04:21 +0000 (11:04 -0700)]
Unify processing of api/resumable/batch requests

11 years agoBegin consolidation of request building in reference. Further changes coming to simpl...
Steven Bazyl [Wed, 5 Sep 2012 21:56:52 +0000 (14:56 -0700)]
Begin consolidation of request building in reference. Further changes coming to simplify batch + media handling

11 years agoConsolidate request routing through execute methods
Steven Bazyl [Wed, 5 Sep 2012 21:16:31 +0000 (14:16 -0700)]
Consolidate request routing through execute methods

11 years agoRemove embedded version #s, use Gemfile
Steven Bazyl [Wed, 5 Sep 2012 21:05:48 +0000 (14:05 -0700)]
Remove embedded version #s, use Gemfile

11 years agoRemove unnecessary normalization/fix addressable bug
Steven Bazyl [Wed, 5 Sep 2012 20:30:46 +0000 (13:30 -0700)]
Remove unnecessary normalization/fix addressable bug

11 years agoTemp disable latitude tests due to discovery bug
Steven Bazyl [Wed, 5 Sep 2012 19:36:03 +0000 (12:36 -0700)]
Temp disable latitude tests due to discovery bug

11 years agoApparently the ||= operator does not work with constants in some versions of Ruby.
Bob Aman [Wed, 10 Oct 2012 16:59:55 +0000 (19:59 +0300)]
Apparently the ||= operator does not work with constants in some versions of Ruby.

11 years agoMarked failing tests as pending.
Bob Aman [Wed, 10 Oct 2012 16:47:02 +0000 (19:47 +0300)]
Marked failing tests as pending.

11 years agoThis should "resolve" issues with OS X.
Bob Aman [Mon, 8 Oct 2012 14:07:08 +0000 (17:07 +0300)]
This should "resolve" issues with OS X.

This is actually a pretty terrible solution, but side-effects should be low.

11 years agoThis should resolve the issue with Kernel#load.
Bob Aman [Mon, 8 Oct 2012 14:06:08 +0000 (17:06 +0300)]
This should resolve the issue with Kernel#load.

11 years agoAdded the ability to create an authorization object from client secrets.
Bob Aman [Fri, 5 Oct 2012 09:07:42 +0000 (12:07 +0300)]
Added the ability to create an authorization object from client secrets.

11 years agoMerge branch 'master' of github.com:google/google-api-ruby-client
Bob Aman [Thu, 30 Aug 2012 09:16:49 +0000 (12:16 +0300)]
Merge branch 'master' of github.com:google/google-api-ruby-client

11 years agoBackwards compatibility for MultiJson.
Bob Aman [Thu, 30 Aug 2012 09:15:59 +0000 (12:15 +0300)]
Backwards compatibility for MultiJson.

11 years agoMerge pull request #6 from marclennox/master
Bob Aman [Sun, 19 Aug 2012 12:07:16 +0000 (05:07 -0700)]
Merge pull request #6 from marclennox/master

Fixing an issue where the input parameters were being referenced as a hash after having been converted to an array of name, value pairs.

11 years agoSyntax change to satisfy pull request
Marc Lennox [Sun, 19 Aug 2012 04:12:54 +0000 (21:12 -0700)]
Syntax change to satisfy pull request

11 years agoFixed an issue where the code was expecting parameters as a hash when in fact they...
Marc Lennox [Sat, 18 Aug 2012 23:43:57 +0000 (16:43 -0700)]
Fixed an issue where the code was expecting parameters as a hash when in fact they are previously converted to an array

11 years agoApparently we didn't. And there's nothing we can do about it right now. Awesome.
Bob Aman [Tue, 31 Jul 2012 21:40:27 +0000 (00:40 +0300)]
Apparently we didn't. And there's nothing we can do about it right now. Awesome.

11 years agoMerge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Tue, 31 Jul 2012 21:34:52 +0000 (00:34 +0300)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client

11 years agoResolving constant redefinition warnings.
Bob Aman [Tue, 31 Jul 2012 21:31:24 +0000 (00:31 +0300)]
Resolving constant redefinition warnings.

11 years agoIssue 47 - Improve error handling on result
Steven Bazyl [Wed, 25 Jul 2012 03:35:07 +0000 (20:35 -0700)]
Issue 47 - Improve error handling on result

11 years agoSome debug statements snuck into the commit.
Bob Aman [Tue, 31 Jul 2012 21:20:29 +0000 (00:20 +0300)]
Some debug statements snuck into the commit.

11 years agoTwo failing tests, neither of which I can do much about.
Bob Aman [Tue, 31 Jul 2012 21:16:26 +0000 (00:16 +0300)]
Two failing tests, neither of which I can do much about.

11 years agoRemoved trailing whitespace.
Bob Aman [Tue, 31 Jul 2012 20:57:45 +0000 (23:57 +0300)]
Removed trailing whitespace.

11 years agoSignificant performance improvements to the tests.
Bob Aman [Tue, 31 Jul 2012 20:56:13 +0000 (23:56 +0300)]
Significant performance improvements to the tests.

11 years agoSwitched to using RSpec's let method for memoization.
Bob Aman [Tue, 31 Jul 2012 20:15:45 +0000 (23:15 +0300)]
Switched to using RSpec's let method for memoization.

11 years agoUpdating version.
Bob Aman [Tue, 31 Jul 2012 13:56:54 +0000 (16:56 +0300)]
Updating version.

11 years agoUpdating version and dependencies.
Bob Aman [Tue, 31 Jul 2012 13:56:17 +0000 (16:56 +0300)]
Updating version and dependencies.

11 years agoIssue 47 - Improve error handling on result
Steven Bazyl [Wed, 25 Jul 2012 03:35:07 +0000 (20:35 -0700)]
Issue 47 - Improve error handling on result

11 years agoResolving issues introduced by Faraday dependency upgrade.
Bob Aman [Sat, 21 Jul 2012 10:50:48 +0000 (13:50 +0300)]
Resolving issues introduced by Faraday dependency upgrade.

11 years agoUpdating dependencies.
Bob Aman [Sat, 21 Jul 2012 09:19:16 +0000 (12:19 +0300)]
Updating dependencies.

11 years agoAdd .yardopts for doc hosting
Steven Bazyl [Thu, 19 Jul 2012 21:14:03 +0000 (14:14 -0700)]
Add .yardopts for doc hosting

12 years agoMerge pull request #3 from weppos/update-rspec-187
Bob Aman [Fri, 15 Jun 2012 09:24:04 +0000 (02:24 -0700)]
Merge pull request #3 from weppos/update-rspec-187

Compatibility with 1.8.7

12 years agoRestore exclusion for compact and environment as requested in 6c5267359a374c6fd66702a...
Simone Carletti [Thu, 14 Jun 2012 18:49:53 +0000 (20:49 +0200)]
Restore exclusion for compact and environment as requested in 6c5267359a374c6fd66702a0eea44d24becf604d

12 years agoDrop RCov::VerifyTask task (see GH-2)
Simone Carletti [Thu, 14 Jun 2012 13:05:40 +0000 (15:05 +0200)]
Drop RCov::VerifyTask task (see GH-2)

12 years agoRuby 1.8 doesn't seem to like one --exclude
Simone Carletti [Thu, 14 Jun 2012 13:05:21 +0000 (15:05 +0200)]
Ruby 1.8 doesn't seem to like one --exclude

12 years agoRequire 'spec', it is included in the .gemspec and requires manual require.
Simone Carletti [Thu, 14 Jun 2012 13:04:30 +0000 (15:04 +0200)]
Require 'spec', it is included in the .gemspec and requires manual require.

12 years agoMerge pull request #2 from weppos/update-rspec
Bob Aman [Thu, 14 Jun 2012 11:30:33 +0000 (04:30 -0700)]
Merge pull request #2 from weppos/update-rspec

Upgrade RSpec dependency

12 years agoRemove multiple specifications of gem 'rspec'
Simone Carletti [Thu, 14 Jun 2012 09:47:06 +0000 (11:47 +0200)]
Remove multiple specifications of gem 'rspec'

We should take advantage of bundler. Use gemspec in the Gemfile to merge the Gemfile with the dependencies in the .gemspec file.
This solution requires rcov to be removed from .gemspec because RCov only works in MRI 1.8 and there's no way to specify platforms in the .gemspec.

12 years agoRSpec create the /specdoc folder if needed.
Simone Carletti [Thu, 14 Jun 2012 09:35:46 +0000 (11:35 +0200)]
RSpec create the /specdoc folder if needed.

In this way, we don't get this folder for free every time rake evaluates the tasks.

12 years agoThere are now slow specs.
Simone Carletti [Thu, 14 Jun 2012 09:32:16 +0000 (11:32 +0200)]
There are now slow specs.

Moreover, in RSpec 2 we will be able to use metadata to filter specs.
https://www.relishapp.com/rspec/rspec-core/v/2-10/docs/metadata

12 years agoUpgrade RSpec 1.x to RSpec 2.10-x
Simone Carletti [Thu, 14 Jun 2012 09:18:35 +0000 (11:18 +0200)]
Upgrade RSpec 1.x to RSpec 2.10-x

12 years agoIgnore .rvmrc file
Simone Carletti [Thu, 14 Jun 2012 08:48:29 +0000 (10:48 +0200)]
Ignore .rvmrc file

12 years agoUpdate gemspec
Steven Bazyl [Mon, 11 Jun 2012 23:01:20 +0000 (16:01 -0700)]
Update gemspec

12 years agoNew version of client lib
Steven Bazyl [Mon, 11 Jun 2012 22:59:29 +0000 (15:59 -0700)]
New version of client lib

12 years agoFix media test case StringIO
Steven Bazyl [Thu, 7 Jun 2012 01:03:23 +0000 (18:03 -0700)]
Fix media test case StringIO

12 years agoResolve merge conflict
Steven Bazyl [Thu, 7 Jun 2012 00:32:29 +0000 (17:32 -0700)]
Resolve merge conflict

12 years agoAllow credentials on per-request basis
Steven Bazyl [Thu, 7 Jun 2012 00:27:20 +0000 (17:27 -0700)]
Allow credentials on per-request basis

12 years agoInitial support for service accounts
Steven Bazyl [Thu, 7 Jun 2012 00:25:44 +0000 (17:25 -0700)]
Initial support for service accounts

12 years agoMore tests for media upload
Steven Bazyl [Mon, 4 Jun 2012 23:53:37 +0000 (16:53 -0700)]
More tests for media upload

12 years agoAdd tests for media upload
Steven Bazyl [Mon, 4 Jun 2012 23:51:11 +0000 (16:51 -0700)]
Add tests for media upload

12 years agoUpdating dependency to avoid certificate verify failure errors.
Bob Aman [Thu, 24 May 2012 14:47:17 +0000 (17:47 +0300)]
Updating dependency to avoid certificate verify failure errors.

12 years agoUpdating dependencies to include UUIDTools.
Bob Aman [Thu, 24 May 2012 12:42:21 +0000 (15:42 +0300)]
Updating dependencies to include UUIDTools.

12 years agoMerge branch 'master' of github.com:google/google-api-ruby-client
Bob Aman [Thu, 24 May 2012 12:31:40 +0000 (15:31 +0300)]
Merge branch 'master' of github.com:google/google-api-ruby-client

12 years agoMoving require so that client only gets loaded if the task requires it.
Bob Aman [Thu, 24 May 2012 12:29:58 +0000 (15:29 +0300)]
Moving require so that client only gets loaded if the task requires it.

12 years agoMoving BatchError to errors.rb
Sergio Gomes [Fri, 18 May 2012 09:45:54 +0000 (10:45 +0100)]
Moving BatchError to errors.rb

12 years agoAdded some more specs for Google::APIClient::Result
Sergio Gomes [Wed, 16 May 2012 19:26:10 +0000 (20:26 +0100)]
Added some more specs for Google::APIClient::Result

12 years agoAdding batch support
Sergio Gomes [Wed, 16 May 2012 19:05:24 +0000 (20:05 +0100)]
Adding batch support

12 years agoOoops, missed a spot. This is what actually controls the default task.
Bob Aman [Fri, 11 May 2012 10:55:37 +0000 (13:55 +0300)]
Ooops, missed a spot. This is what actually controls the default task.

12 years agoAdding Steven to the Travis notification list.
Bob Aman [Fri, 11 May 2012 10:53:17 +0000 (13:53 +0300)]
Adding Steven to the Travis notification list.

12 years agoDefault changed to spec:rcov. Verify task always exits with error code 1.
Bob Aman [Fri, 11 May 2012 10:44:39 +0000 (13:44 +0300)]
Default changed to spec:rcov. Verify task always exits with error code 1.

12 years agoApparently 60% is too low!
Bob Aman [Fri, 11 May 2012 10:41:40 +0000 (13:41 +0300)]
Apparently 60% is too low!

12 years agoSupport for 1.8.6 is not realistic.
Bob Aman [Fri, 11 May 2012 10:30:58 +0000 (13:30 +0300)]
Support for 1.8.6 is not realistic.

12 years agoDowngraded verify task to 60% coverage requirement.
Bob Aman [Fri, 11 May 2012 10:29:41 +0000 (13:29 +0300)]
Downgraded verify task to 60% coverage requirement.

12 years agoNeed to support JRuby via the jruby-openssl gem.
Bob Aman [Fri, 11 May 2012 10:26:41 +0000 (13:26 +0300)]
Need to support JRuby via the jruby-openssl gem.

12 years agoRDoc is no longer used.
Bob Aman [Fri, 11 May 2012 10:19:10 +0000 (13:19 +0300)]
RDoc is no longer used.

12 years agoAdded build status to README.
Bob Aman [Fri, 11 May 2012 10:16:38 +0000 (13:16 +0300)]
Added build status to README.

12 years agoUpdated gemspec.
Bob Aman [Fri, 11 May 2012 10:12:40 +0000 (13:12 +0300)]
Updated gemspec.

12 years agoAdding Gemfile and Travis CI config file.
Bob Aman [Fri, 11 May 2012 10:12:20 +0000 (13:12 +0300)]
Adding Gemfile and Travis CI config file.

12 years agoThe diff-lcs gem is not used.
Bob Aman [Fri, 11 May 2012 10:11:52 +0000 (13:11 +0300)]
The diff-lcs gem is not used.

12 years agoUpdating .gitignore file to include bundler related stuff.
Bob Aman [Fri, 11 May 2012 10:11:20 +0000 (13:11 +0300)]
Updating .gitignore file to include bundler related stuff.

12 years agoFixed issue with UTF-8 characters in code, but no encoding specified.
Bob Aman [Fri, 11 May 2012 09:55:00 +0000 (12:55 +0300)]
Fixed issue with UTF-8 characters in code, but no encoding specified.

12 years agoResolves issue of validation failing for repeated parameters.
Sérgio Gomes [Fri, 11 May 2012 09:48:30 +0000 (12:48 +0300)]
Resolves issue of validation failing for repeated parameters.

12 years agoAdded spec to ensure next page tokens are escaped.
Sérgio Gomes [Tue, 24 Apr 2012 11:47:28 +0000 (14:47 +0300)]
Added spec to ensure next page tokens are escaped.

12 years agoUpdated to avoid deprecation of encode and decode methods in multi_json gem.
Bob Aman [Tue, 24 Apr 2012 11:39:25 +0000 (14:39 +0300)]
Updated to avoid deprecation of encode and decode methods in multi_json gem.

12 years agoUpdated gemspec.
Bob Aman [Tue, 27 Mar 2012 18:21:00 +0000 (13:21 -0500)]
Updated gemspec.

12 years agoI'm too picky.
Bob Aman [Tue, 27 Mar 2012 18:19:40 +0000 (13:19 -0500)]
I'm too picky.

12 years agoUpdate changelog & API version
Steven Bazyl [Tue, 27 Mar 2012 18:10:56 +0000 (11:10 -0700)]
Update changelog & API version

12 years agoMerge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Wed, 14 Mar 2012 16:11:51 +0000 (17:11 +0100)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client

12 years agoFixed formatting issue with OS version number in Java.
Bob Aman [Wed, 14 Mar 2012 16:11:19 +0000 (17:11 +0100)]
Fixed formatting issue with OS version number in Java.

12 years agoMultipart upload compatibility with 1.8.7
Steven Bazyl [Tue, 13 Mar 2012 21:39:44 +0000 (14:39 -0700)]
Multipart upload compatibility with 1.8.7

12 years agoMultipart upload compatibility with 1.8.7
Steven Bazyl [Tue, 13 Mar 2012 21:39:44 +0000 (14:39 -0700)]
Multipart upload compatibility with 1.8.7

12 years agoWhen running in a jvm, get the OK name and version from java's system properties...
Adam Sawyer [Tue, 13 Mar 2012 18:41:58 +0000 (14:41 -0400)]
When running in a jvm, get the OK name and version from java's system properties, to avoid exec'ing uname.

12 years agoFixed whitespace issue.
Bob Aman [Fri, 2 Mar 2012 16:07:35 +0000 (17:07 +0100)]
Fixed whitespace issue.

12 years agoMerge branch 'master' of https://code.google.com/p/google-api-ruby-client
Bob Aman [Fri, 2 Mar 2012 16:07:02 +0000 (17:07 +0100)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client

12 years agoInitial pass at parsing and handling client_secrets.json.
Bob Aman [Fri, 2 Mar 2012 16:06:08 +0000 (17:06 +0100)]
Initial pass at parsing and handling client_secrets.json.

12 years agoMerge branch 'master' of https://code.google.com/p/google-api-ruby-client
Steven Bazyl [Fri, 2 Mar 2012 01:24:14 +0000 (17:24 -0800)]
Merge branch 'master' of https://code.google.com/p/google-api-ruby-client

12 years agoMedia upload support
Steven Bazyl [Fri, 2 Mar 2012 01:23:36 +0000 (17:23 -0800)]
Media upload support

12 years agoMore carefully resolving the discovery-of-discovery issue.
Bob Aman [Mon, 27 Feb 2012 11:23:33 +0000 (12:23 +0100)]
More carefully resolving the discovery-of-discovery issue.

12 years agoCleaning up the changes made by @vapir.
Bob Aman [Mon, 27 Feb 2012 11:13:42 +0000 (12:13 +0100)]
Cleaning up the changes made by @vapir.

12 years agoMerge branch 'master' of github.com:sporkmonger/google-api-ruby-client
Bob Aman [Mon, 27 Feb 2012 10:29:16 +0000 (11:29 +0100)]
Merge branch 'master' of github.com:sporkmonger/google-api-ruby-client

12 years agoMerge pull request #4 from vapir/baseURI_and_fixups
Bob Aman [Fri, 24 Feb 2012 19:12:12 +0000 (11:12 -0800)]
Merge pull request #4 from vapir/baseURI_and_fixups

Base uri and fixups

12 years agoUpdated gemspec.
Bob Aman [Wed, 22 Feb 2012 12:41:18 +0000 (15:41 +0300)]
Updated gemspec.

12 years agoUpdated version and CHANGELOG.
Bob Aman [Wed, 22 Feb 2012 12:40:33 +0000 (15:40 +0300)]
Updated version and CHANGELOG.

12 years agoPatch to solve Ruby 1.8.7 incompatibility.
Bob Aman [Wed, 22 Feb 2012 12:09:35 +0000 (15:09 +0300)]
Patch to solve Ruby 1.8.7 incompatibility.