Re: [jclouds-labs-google] FIx issue with blob name / encoding for getBlob method (#166)

2016-02-20 Thread Domaxamas
Its jason from Glenwood springs! Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/166#issuecomment-186754732

[jira] [Updated] (JCLOUDS-1086) Thoughts on an Artifactory provider

2016-02-20 Thread Christopher Dancy (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Dancy updated JCLOUDS-1086: --- Description: Much like the on-going work we're doing with the jclouds-labs/etcd

Re: [jclouds-labs] JCLOUDS-1085: support for waiting on key changes (#239)

2016-02-20 Thread Christopher Dancy
> @@ -94,6 +94,40 @@ public void testDeleteNonExistentKey() { >assertNull(deletedKey); > } > > + @Test > + public void testWaitKey() { > + String localKey = randomString(); > + String localValue = randomString(); > + Key createdKey = api().createKey(localKey,

[jira] [Created] (JCLOUDS-1086) Thoughts on an Artifactory provider

2016-02-20 Thread Christopher Dancy (JIRA)
Christopher Dancy created JCLOUDS-1086: -- Summary: Thoughts on an Artifactory provider Key: JCLOUDS-1086 URL: https://issues.apache.org/jira/browse/JCLOUDS-1086 Project: jclouds Issue

[jira] [Created] (JCLOUDS-1085) KeysApi: support for waiting on key state change

2016-02-20 Thread Christopher Dancy (JIRA)
Christopher Dancy created JCLOUDS-1085: -- Summary: KeysApi: support for waiting on key state change Key: JCLOUDS-1085 URL: https://issues.apache.org/jira/browse/JCLOUDS-1085 Project: jclouds

[jira] [Resolved] (JCLOUDS-1076) Initial work on etcd Keys API

2016-02-20 Thread Christopher Dancy (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Dancy resolved JCLOUDS-1076. Resolution: Fixed Fix Version/s: 2.0.0 Ground work has been laid and

[jclouds-labs] ADDED: support for waiting on key changes (#239)

2016-02-20 Thread Christopher Dancy
KeysApi gained the ability to wait on changes in key state. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/239 -- Commit Summary -- * ADDED: support for waiting on key changes -- File Changes -- M