Re: [jclouds-labs-openstack] Rackspace Auto Scale Provider Update (#112)

2014-06-30 Thread Everett Toews
You're changing the package name. Anyone importing the existing package in their code would be broken by this change. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/112#issuecomment-47595712

Re: [jclouds] Require JDK 7 and allow payloads greater than 2 GB (#426)

2014-06-30 Thread Everett Toews
We need to hold off on merging this until we know exactly what version of jclouds will require JDK 7. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/426#issuecomment-47586419

Re: [jclouds-site] Walk n Doc blog post (#109)

2014-06-26 Thread Everett Toews
Closed #109. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/109#event-135661577

Re: [jclouds-site] Walk n Doc blog post (#109)

2014-06-26 Thread Everett Toews
Merged and published. Thanks for the suggestion @nacx! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/109#issuecomment-47280596

Re: [jclouds-site] Walk n Doc blog post (#109)

2014-06-26 Thread Everett Toews
First I tried putting them "inline" but it made it harder to read. Putting them all together in a table at the end looks pretty good though and is still easy to follow. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/109#issuecomment-47275265

Re: [jclouds-labs-openstack] Rackspace Auto Scale Provider Update (#112)

2014-06-26 Thread Everett Toews
Sounds like a backwards incompatible change to me. :( Let's leave the others as is for the moment. We have actually had any reports of confusion yet. ;) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/112#issuecomment-47274176

Re: [jclouds-labs-openstack] Make sure metadata points to UK resources (#113)

2014-06-26 Thread Everett Toews
Closed #113. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/113#event-135637452

Re: [jclouds-labs-openstack] Make sure metadata points to UK resources (#113)

2014-06-26 Thread Everett Toews
Merged to master and 1.7.x --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/113#issuecomment-47274017

Re: [jclouds] Fixed NPE when Server has no Image (JCLOUDS-558) (#421)

2014-06-26 Thread Everett Toews
Merged to master and 1.7.x. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/421#issuecomment-47273169

Re: [jclouds] Fixed NPE when Server has no Image (JCLOUDS-558) (#421)

2014-06-26 Thread Everett Toews
Closed #421. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/421#event-135634518

Re: [jclouds] Unasync OpenStack Nova and Extension APIs (#417)

2014-06-26 Thread Everett Toews
> > /** > * Pause a server. > * > * @param id id of the server > */ > - Boolean pause(String id); > + @Named("serverAdmin:pause") > + @POST > + @Produces(MediaType.APPLICATION_JSON) > + @Payload("{\"pause\":null}") > + @Fallback(FalseOnNotFoundOr404.class) > +

Re: [jclouds-labs-openstack] Rackspace Auto Scale Provider Update (#112)

2014-06-26 Thread Everett Toews
H...thinking about it a bit more... Most of the time users refer to the provider by id. e.g. "rackspace-cloudfiles-uk" which doesn't have any version info in it. If we were to version the provider package, that would imply that we're going to create a AutoscaleUKProviderMetadata with v2 in

[jclouds-labs-openstack] Make sure metadata points to UK resources (#113)

2014-06-26 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-labs-openstack uk-the-uk Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-labs-openstack/pull/113 -- Commit Summary -- * Make sure metadata points to UK re

Re: [jclouds] JCLOUDS-612: Securely create temporary directories (#420)

2014-06-26 Thread Everett Toews
+1 to backport --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/420#issuecomment-47232842

[jclouds-site] Walk n Doc blog post (#109)

2014-06-24 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-site walk-n-doc Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-site/pull/109 -- Commit Summary -- * Walk n Doc blog post -- File Changes -- A _post

Re: [jclouds-labs-openstack] Rackspace Auto Scale Provider Update (#112)

2014-06-24 Thread Everett Toews
What's the rationale for removing v1 from the providers when the api still has it? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/112#issuecomment-47032527

Re: [jclouds] Fixed NPE when Server has no Image (JCLOUDS-558) (#421)

2014-06-24 Thread Everett Toews
> @@ -174,9 +178,15 @@ protected Hardware > findHardwareForServerOrNull(ServerInZone serverInZone) { > } > > protected OperatingSystem findOperatingSystemForServerOrNull(ServerInZone > serverInZone) { > - Image image = findObjectOfTypeForServerOrNull(images.get(), "image", > serve

[jira] [Commented] (JCLOUDS-558) JSON parse error on createNodesInGroup

2014-06-24 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042637#comment-14042637 ] Everett Toews commented on JCLOUDS-558: --- https://github.com/jclouds/jclouds/

[jclouds] Fixed NPE when Server has no Image (#421)

2014-06-24 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackspace/jclouds jclouds-558-2 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/421 -- Commit Summary -- * Fixed NPE when Server has no Image -- File Changes -- M

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-24 Thread Everett Toews
Reopened #414. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#event-134739056

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-24 Thread Everett Toews
Closed #414. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#event-134739126

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-24 Thread Everett Toews
> @@ -151,5 +160,22 @@ protected ServerInternal(String id, @Nullable String > name, java.util.Set l > super(id, name, links, uuid, tenantId, userId, updated, created, > hostId, accessIPv4, accessIPv6, status, image, flavor, keyName, configDrive, > addresses, metadata, extendedStatus

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-24 Thread Everett Toews
> @@ -151,5 +160,22 @@ protected ServerInternal(String id, @Nullable String > name, java.util.Set l > super(id, name, links, uuid, tenantId, userId, updated, created, > hostId, accessIPv4, accessIPv6, status, image, flavor, keyName, configDrive, > addresses, metadata, extendedStatus

Re: [jclouds] JCLOUDS-610: reboot, suspend, and resumeNodesMatching methods gain functionality similar to that of destroyNodesMatching (#419)

2014-06-24 Thread Everett Toews
> * @throws UnsupportedOperationException > *if the underlying provider doesn't support suspend/resume > * @throws NoSuchElementException > *if no nodes matched the predicate specified > +* @throws TransformParallelException I agree with @demobox tha

[jira] [Commented] (JCLOUDS-612) ScriptBuilder Statements.extractTargzAndFlattenIntoDirectory uses predictable file names

2014-06-24 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042207#comment-14042207 ] Everett Toews commented on JCLOUDS-612: --- https://github.com/jclouds/jclouds/

Re: [jclouds] Factored out some constants (#402)

2014-06-23 Thread Everett Toews
I'd rather not commit this to a place where we know isn't its permanent home. That just means a backwards incompatible change down the road. At the very least we need to get the names and place right. I honestly don't know what a better word for magnitude is in this case. I'll take whatever sug

[jira] [Closed] (JCLOUDS-558) JSON parse error on createNodesInGroup

2014-06-23 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-558. - Resolution: Fixed Fix Version/s: 1.7.4 1.8.0 > JSON parse error

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-23 Thread Everett Toews
Closed #414. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#event-134234296

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-23 Thread Everett Toews
Another transient failure on the UNSTABLE. Going with best 2 out of 3. Merged to master and 1.7.x --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#issuecomment-46884909

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-23 Thread Everett Toews
Closed #98. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#event-134131264

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-23 Thread Everett Toews
Merged and deployed. Thanks a ton @mikolajz! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46856833

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-23 Thread Everett Toews
Sigh. Looks like the node went offline during the build. Check the slave log for the details. FATAL: channel is already closed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#issuecomment-46854436

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-23 Thread Everett Toews
Reopened #414. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#event-134122726

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-23 Thread Everett Toews
Closed #414. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/414#event-134122601

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-20 Thread Everett Toews
> +import org.jclouds.openstack.nova.v2_0.domain.Server; > +import org.jclouds.openstack.nova.v2_0.domain.Server.Status; > +import org.jclouds.openstack.v2_0.domain.Link; > +import org.jclouds.openstack.v2_0.domain.Link.Relation; > +import org.jclouds.openstack.v2_0.domain.Resource; > +import org.j

Re: [jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-20 Thread Everett Toews
> @@ -122,7 +122,15 @@ public ServerWithSecurityGroups deserialize(JsonElement > jsonElement, Type type, >@Override >public Server deserialize(JsonElement jsonElement, Type type, > JsonDeserializationContext context) > throws JsonParseException { > - Server se

Re: [jclouds-examples] Updated Clojure and jclouds versions (#53)

2014-06-19 Thread Everett Toews
> @@ -18,7 +18,7 @@ > (defproject blobstore-clojure "1.0-SNAPSHOT" >:description "create and list buckets" >:url > "https://github.com/jclouds/jclouds-examples/tree/master/blobstore-clojure"; > - :dependencies [[org.clojure/clojure "1.3.0"] > - [org.clojure/tools.logging

[jira] [Commented] (JCLOUDS-558) JSON parse error on createNodesInGroup

2014-06-19 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037907#comment-14037907 ] Everett Toews commented on JCLOUDS-558: --- https://github.com/jclouds/jclouds/

[jclouds] Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) (#414)

2014-06-19 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackspace/jclouds jclouds-558 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/414 -- Commit Summary -- * Fix for JSON parse error on createNodesInGroup (JCLOUDS-558) -

Re: [jclouds] Consistently use Square's mockwebserver (#413)

2014-06-19 Thread Everett Toews
>mockwebserver >test > + > + > + org.bouncycastle > + bcprov-jdk15on > + > + Relevant: [Duplicate bouncycastle resources when depending on MockWebServer](https://issues.apache.org/jira/browse/JCLOUDS-555) --- Reply to this email direc

Re: [jclouds] Factored out some constants (#402)

2014-06-19 Thread Everett Toews
@jdaggett @andrewgaul @shri Is `BlobStoreConstants` really the right place for these? I see over on the compute side that it's split into `ComputeServiceConstants` and `ComputeServiceProperties`. If this was to be consistent with that, I would need to create a `BlobStoreProperties` interface fo

Re: [jclouds-examples] Updated Clojure and jclouds versions (#53)

2014-06-19 Thread Everett Toews
> @@ -18,7 +18,7 @@ > (defproject blobstore-clojure "1.0-SNAPSHOT" >:description "create and list buckets" >:url > "https://github.com/jclouds/jclouds-examples/tree/master/blobstore-clojure"; > - :dependencies [[org.clojure/clojure "1.3.0"] > - [org.clojure/tools.logging

[jclouds-examples] Updated Clojure and jclouds versions (#53)

2014-06-18 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-examples update-clj Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-examples/pull/53 -- Commit Summary -- * Updated Clojure and jclouds versions -- File

[jclouds-examples] Updated Clojure version and jclouds version (#52)

2014-06-17 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/jclouds/jclouds-examples clj-update Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-examples/pull/52 -- Commit Summary -- * Updated Clojure version and jclouds version -- F

[jira] [Commented] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033105#comment-14033105 ] Everett Toews commented on JCLOUDS-596: --- refs/heads/1.7.x cb53eee8a -> 9d

[jira] [Closed] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-596. - Resolution: Fixed Fix Version/s: 1.7.4 1.8.0 Assignee

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-16 Thread Everett Toews
Merged to master and 1.7.x @cdancy Thanks for the contribution! This is your first commit right? We'd love to give you a shout out on Twitter if you're okay with that. What's your Twitter username? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/4

[jira] [Updated] (JCLOUDS-596) Add 'SUSPENDED' predicate to org.jclouds.compute.predicates.NodePredicates

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews updated JCLOUDS-596: -- Affects Version/s: (was: 1.7.4) 1.7.3 > Add 'SUSPENDED&#x

[jira] [Closed] (JCLOUDS-147) Transfer jclouds API docs site and generation process to jclouds.apache.org

2014-06-16 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Everett Toews closed JCLOUDS-147. - Resolution: Fixed We now have automated the deployment of the Javadoc to jclouds.apache.org

Re: [jclouds] Improve Expect Test readability (#397)

2014-06-16 Thread Everett Toews
I strongly disagree with this. We have enough trouble attracting committers as it is. By making this a policy we're throwing up a barrier to contributors becoming committers. I was at the Texas Linux Fest this weekend and I asked Karen Sandler, Lawyer and Executive Director of Software Freedom

Re: [jclouds] JCLOUDS-588: Register discovered images in the image cache (#401)

2014-06-13 Thread Everett Toews
>// see https://issues.apache.org/jira/browse/JCLOUDS-570 >Optional image = tryFind(images, idPredicate); > - if (!image.isPresent()) { > - logger.warn("Image %s not found in the image cache. Trying to get > it directly...", imageId); > - // Note that this migh

Re: [jclouds] Improve Expect Test readability (#397)

2014-06-13 Thread Everett Toews
@demobox Why are you asking @jdaggett to use his apache.org email address? Is that a policy or something you can link us to for that? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/397#issuecomment-46023777

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-12 Thread Everett Toews
+1 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/405#issuecomment-45952583

Re: [jclouds] JCLOUDS-594: ComputeService.suspendNodesMatching throwing UnsupportedOpe... (#403)

2014-06-12 Thread Everett Toews
Fix looks good. I didn't quite follow what Ignasi was trying to say in his first question. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/403#issuecomment-45949451

Re: [jclouds] JCLOUDS-594: ComputeService.suspendNodesMatching throwing UnsupportedOpe... (#403)

2014-06-12 Thread Everett Toews
@nacx I'm not following either. The original code was...bizarre. It threw an UOE no matter what. Even if the Admin Extension was supported. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/403#issuecomment-45933049

Re: [jclouds] NodePredicates gained static predicate SUSPENDED (#405)

2014-06-12 Thread Everett Toews
Can you please a test or tests for this new predicate to AtomicNodePredicatesTest? You'll be able to use the tests at the bottom of that class as a template for your test. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/405#issuecomment-45931104

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-12 Thread Everett Toews
Closed #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130750452

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Reopened #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130514549

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Closed #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130505131

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Reopened #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130505149

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Closed #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130503795

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Closed #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130499968

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-11 Thread Everett Toews
Reopened #108. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#event-130499976

[jclouds] Factored out some constants (#402)

2014-06-11 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackspace/jclouds factored-out-constants Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/402 -- Commit Summary -- * Factored out some constants -- File Changes --

Re: [jclouds] JCLOUDS-588: Register discovered images in the image cache (#401)

2014-06-11 Thread Everett Toews
>// see https://issues.apache.org/jira/browse/JCLOUDS-570 >Optional image = tryFind(images, idPredicate); > - if (!image.isPresent()) { > - logger.warn("Image %s not found in the image cache. Trying to get > it directly...", imageId); > - // Note that this migh

Re: [jclouds] JCLOUDS-588: Register discovered images in the image cache (#401)

2014-06-11 Thread Everett Toews
>// see https://issues.apache.org/jira/browse/JCLOUDS-570 >Optional image = tryFind(images, idPredicate); > - if (!image.isPresent()) { > - logger.warn("Image %s not found in the image cache. Trying to get > it directly...", imageId); > - // Note that this migh

Re: [jclouds-site] Testing...do not merge (#108)

2014-06-10 Thread Everett Toews
"do not merge" should be all caps. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/108#issuecomment-45689274

Re: [jclouds-site] Update stale BlobStore docs (#68)

2014-06-10 Thread Everett Toews
Reopened #68. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/68#event-129991939

Re: [jclouds-site] Update stale BlobStore docs (#68)

2014-06-10 Thread Everett Toews
Closed #68. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/68#event-129991911

[jira] [Created] (JCLOUDS-592) GenerateTempURL example logs warning when using RegionScopedBlobStoreContext

2014-06-10 Thread Everett Toews (JIRA)
Everett Toews created JCLOUDS-592: - Summary: GenerateTempURL example logs warning when using RegionScopedBlobStoreContext Key: JCLOUDS-592 URL: https://issues.apache.org/jira/browse/JCLOUDS-592

Re: [jclouds-examples] Fixes to Cloud Files examples from PR #50 (#51)

2014-06-10 Thread Everett Toews
Merged --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/51#issuecomment-45668485

Re: [jclouds-examples] Fixes to Cloud Files examples from PR #50 (#51)

2014-06-10 Thread Everett Toews
Closed #51. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/51#event-129978558

Re: [jclouds-examples] Fixes to Cloud Files examples from PR #50 (#51)

2014-06-10 Thread Everett Toews
> @@ -129,9 +126,9 @@ private void generateGetTempURL() throws IOException { >// GET the file using jclouds >File file = File.createTempFile(FILENAME, ".tmp"); >try { > - String content = > Strings2.toString(blobStoreContext.utils().http().invoke(request).getPayload

Re: [jclouds-examples] Fixes to Cloud Files examples from PR #50 (#51)

2014-06-10 Thread Everett Toews
Confirmed that this fixes the static website issue for the jclouds-site-staging Jenkins job. https://github.com/jclouds/jclouds-site/pull/68#issuecomment-45661627 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/51#issuecomment-45663058

Re: [jclouds-site] Update stale BlobStore docs (#68)

2014-06-10 Thread Everett Toews
Closed #68. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/68#event-129950707

Re: [jclouds-site] Update stale BlobStore docs (#68)

2014-06-10 Thread Everett Toews
Reopened #68. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/68#event-129950737

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
> @@ -128,10 +128,14 @@ private void generateGetTempURL() throws IOException { > >// GET the file using jclouds >File file = File.createTempFile(FILENAME, ".tmp"); > - String content = > Strings2.toString(blobStoreContext.utils().http().invoke(request).getPayload()); >

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
> @@ -83,8 +85,13 @@ public CloudFilesPublish(String username, String apiKey) { > */ > private void createContainer() { >System.out.format("Create Container%n"); > - > - > cloudFiles.containerApiInRegion(REGION).createIfAbsent(CONTAINER_PUBLISH, > CreateContainerOptions.NONE

[jclouds-examples] Fixes to Cloud Files examples from PR #50 (#51)

2014-06-10 Thread Everett Toews
You can merge this Pull Request by running: git pull https://github.com/rackerlabs/jclouds-examples cf-1.7.3-fixes Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-examples/pull/51 -- Commit Summary -- * Fixes to Cloud Files examples from PR #50

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
> + private final CloudFilesApi cloudFiles; > + > + /** > +* To get a username and API key see > http://jclouds.apache.org/guides/rackspace/ > +* > +* The first argument (args[0]) must be your username > +* The second argument (args[1]) must be your API key > +*/ > + pub

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
> @@ -128,10 +128,14 @@ private void generateGetTempURL() throws IOException { > >// GET the file using jclouds >File file = File.createTempFile(FILENAME, ".tmp"); > - String content = > Strings2.toString(blobStoreContext.utils().http().invoke(request).getPayload()); >

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
Merged. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/50#issuecomment-45637152

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
Closed #50. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/50#event-129866756

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-10 Thread Everett Toews
@jdaggett I need this stuff right now so I'm going to merge it and make the updates. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/50#issuecomment-45636902

Re: [jclouds] JCLOUDS-584 - Update HP Cloud object storage provider (#394)

2014-06-09 Thread Everett Toews
@ccustine Thanks a ton for updating this. It's great to see you here. :) I see that the pom.xml file didn't get updated to use the dependency for the new Swift API. org.apache.jclouds.labs openstack-swift ${project.parent.version} Is that an update planned for the f

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-09 Thread Everett Toews
@jdaggett UploadDirectoryToCDN doesn't work for me as is. Can you please try it to see if it works for you and verify it by trying to go to the "Go to" URL. This is what I had to change to get it to work. public UploadDirectoryToCDN(String username, String apiKey) { RegionScopedBlobSto

Re: [jclouds-examples] Updated Cloud Files examples (#50)

2014-06-09 Thread Everett Toews
You're going to need to update the `jclouds.version` in the pom.xml file for these changes to work. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/50#issuecomment-45548007

[jira] [Commented] (JCLOUDS-547) Rackspace Cloud Files create static website is broken

2014-06-09 Thread Everett Toews (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14025688#comment-14025688 ] Everett Toews commented on JCLOUDS-547: --- PR https://github.com/jclouds/jcl

Re: [jclouds-site] Using HTTPS instead of HTTP for Javadoc to avoid empty pages in Firefox (#102)

2014-06-09 Thread Everett Toews
Not necessary anymore as the Javadoc is now hosted in svnpubsub. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/102#issuecomment-45522897

Re: [jclouds-site] Using HTTPS instead of HTTP for Javadoc to avoid empty pages in Firefox (#102)

2014-06-09 Thread Everett Toews
Closed #102. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/102#event-129448968

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
Please backport. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/96#issuecomment-45387056

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
+1 Once all of the (relatively minor) review comments have been addresses. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/96#issuecomment-45380865

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
> + > +import static com.google.common.base.Preconditions.checkNotNull; > +import static com.google.common.base.Throwables.propagate; > +import static com.google.common.util.concurrent.Futures.immediateFuture; > +import static org.jclouds.http.HttpUtils.contains404; > +import static org.jclouds.uti

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
> + * contributor license agreements. See the NOTICE file distributed with > + * this work for additional information regarding copyright ownership. > + * The ASF licenses this file to You under the Apache License, Version 2.0 > + * (the "License"); you may not use this file except in compliance w

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
> + QueueApi queueApi = api.getQueueApiForZoneAndClient("DFW", > CLIENT_ID); > + > + //List queues = queueApi.list(false).concat().toList(); > + FluentIterable queues = queueApi.list(false).concat(); > + > + assertTrue(queues.isEmpty(), "Expecting empty queues but w

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
> @@ -178,6 +180,43 @@ public void listOnePageOfQueues() throws Exception { >} > } > > + public void listOnePageOfQueuesFail() throws Exception { > + MockWebServer server = mockOpenStackServer(); > + server.enqueue(new MockResponse().setBody(accessRackspace)); > + ser

Re: [jclouds-labs-openstack] Adds paging fail tests for Queues. (#96)

2014-06-06 Thread Everett Toews
> @@ -178,6 +180,43 @@ public void listOnePageOfQueues() throws Exception { >} > } > > + public void listOnePageOfQueuesFail() throws Exception { > + MockWebServer server = mockOpenStackServer(); > + server.enqueue(new MockResponse().setBody(accessRackspace)); > + ser

Re: [jclouds] Pretty Format JSON (#398)

2014-06-06 Thread Everett Toews
+1 For cleanup code just go ahead and merge it after the Jenkins jobs run. Commit Then Review is very good for cleanup code. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/398#issuecomment-45378282

Re: [jclouds] Improve Expect Test readability (#397)

2014-06-06 Thread Everett Toews
+1 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/397#issuecomment-45378137

Re: [jclouds-site] Javadoc for 1.7.x (#107)

2014-06-05 Thread Everett Toews
Thx @demobox Merged and deployed! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/107#issuecomment-45281181

<    1   2   3   4   5   6   7   8   9   10   >