[ARVADOS] updated: 0fb26747fa229d6b19ec911b907259a8e84acd83
git at public.curoverse.com
git at public.curoverse.com
Wed Jan 28 17:38:14 EST 2015
Summary of changes:
sdk/cli/arvados-cli.gemspec | 2 +-
sdk/cli/bin/arv | 32 +-----------------
sdk/ruby/arvados.gemspec | 3 +-
sdk/ruby/lib/arvados.rb | 31 ++---------------
sdk/ruby/lib/arvados/google_api_client.rb | 55 +++++++++++++++++++++++++++++++
5 files changed, 61 insertions(+), 62 deletions(-)
create mode 100644 sdk/ruby/lib/arvados/google_api_client.rb
via 0fb26747fa229d6b19ec911b907259a8e84acd83 (commit)
via 14b6221c34638d4f63c023ad806dbd1bdb22e7b7 (commit)
via d2299e0187a0b8621a17c9819215489b979da150 (commit)
from 687f94f0e17dca2639ce1704b18f483f2e6bedb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0fb26747fa229d6b19ec911b907259a8e84acd83
Merge: 687f94f 14b6221
Author: Brett Smith <brett at curoverse.com>
Date: Wed Jan 28 17:37:28 2015 -0500
Merge branch '5074-ruby-sdk-discovery-cache-wip'
Closes #5074, #5091.
commit 14b6221c34638d4f63c023ad806dbd1bdb22e7b7
Author: Brett Smith <brett at curoverse.com>
Date: Tue Jan 27 16:28:30 2015 -0500
5074: CLI SDK uses Google API client extensions from Ruby SDK.
commit d2299e0187a0b8621a17c9819215489b979da150
Author: Brett Smith <brett at curoverse.com>
Date: Tue Jan 27 16:22:35 2015 -0500
5074: Improve discovery document caching in Ruby SDK.
* Report a warning if there's an error reading or parsing a cached
discovery document.
* Cache discovery documents to a tempfile and rename, to reduce the
chances that we'll write corrupted caches due to I/O errors.
* Make this extension a separate module that can be loaded by users
like the CLI SDK.
* Tighten exception handling throughout.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list