merged at
[master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/5bd2a80f)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438#issuecomment-402682152
Closed #438.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438#event-1717762779
Thanks @nacx squashed and merging if builder is happy
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438#issuecomment-402678453
nacx approved this pull request.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438#pullrequestreview-134584676
@andreaturli pushed 1 commit.
99057d5 more comments addressed
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438/files/cc9caf994662bf4f1f03b56f4372c09f190d1999..99057d5101294fbfee489357b3217f1678c8f2ee
andreaturli commented on this pull request.
> @@ -52,15 +52,15 @@
@Consumes(MediaType.APPLICATION_JSON)
@RequestFilters(FormSign.class)
@QueryParams(keys = {"Version", "Format", "SignatureVersion", "ServiceCode",
"SignatureMethod"},
-values = {"2014-05-26", "JSON", "1.0", "ecs", "HMA
nacx commented on this pull request.
> @@ -52,15 +52,15 @@
@Consumes(MediaType.APPLICATION_JSON)
@RequestFilters(FormSign.class)
@QueryParams(keys = {"Version", "Format", "SignatureVersion", "ServiceCode",
"SignatureMethod"},
-values = {"2014-05-26", "JSON", "1.0", "ecs", "HMAC-SHA1"
@andreaturli pushed 1 commit.
cc9caf9 remove unused class, replaced by jclouds crypto
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438/files/5f5f0ff267225c36885ea2bc3899cc17cb08137d..cc9caf994662bf4f1f03b56
@andreaturli pushed 1 commit.
5f5f0ff fix ISOCODES
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438/files/93c8cb9bb449c108a3dae22415d72ad7bcbffa9d..5f5f0ff267225c36885ea2bc3899cc17cb08137d
@andreaturli pushed 1 commit.
93c8cb9 address nacx comments
--
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/438/files/4dd54bcb3640c37c7df19e8ffb31ad8cb42d9b8f..93c8cb9bb449c108a3dae22415d72ad7bcbffa9d
andreaturli commented on this pull request.
> + * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS
andreaturli commented on this pull request.
> +
+import javax.inject.Inject;
+import javax.inject.Named;
+import javax.inject.Singleton;
+import javax.ws.rs.Consumes;
+import javax.ws.rs.GET;
+import javax.ws.rs.QueryParam;
+import javax.ws.rs.core.MediaType;
+
+/**
+ *
https://www.alibabacloud
andreaturli commented on this pull request.
> + * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.jclouds.aliyun.ecs.domain.options;
+
+import org.jclouds.http.options.BaseHttpRequestOptions;
+
+import static com.google.com
andreaturli commented on this pull request.
> + * limitations under the License.
+ */
+package org.jclouds.aliyun.ecs.domain.options;
+
+import org.jclouds.http.options.BaseHttpRequestOptions;
+
+import static com.google.common.base.Preconditions.checkState;
+
+public class PaginationOptions ext
andreaturli commented on this pull request.
> + AP_NORTHEAST_1("ap-northeast-1", "Japan (Tokyo)"),
+ AP_SOUTH_1("ap-south-1", "India (Mumbai)"),
+ AP_SOUTHEAST_1("ap-southeast-1", "Singapore"),
+ AP_SOUTHEAST_2("ap-southeast-2", "Australia (Sydney)"),
+ AP_SOUTHEAST_3("ap-southeast-3",
andreaturli commented on this pull request.
> +
+ public abstract String status();
+
+ public abstract String imageName();
+
+ public abstract Boolean isSupportIoOptimizeds();
+
+ public abstract Boolean isSelfShared();
+
+ public abstract Boolean isCopied();
+
+ public abstract Bool
andreaturli commented on this pull request.
> +
+ /**
+* Returns a region enum corresponding to the given region name.
+*
+* @param regionName
+*The name of the region. Ex.: eu-west-1
+* @return Region enum representing the given region name.
+*/
+ public
andreaturli commented on this pull request.
> +import org.jclouds.http.HttpErrorHandler;
+import org.jclouds.http.annotation.ClientError;
+import org.jclouds.http.annotation.Redirection;
+import org.jclouds.http.annotation.ServerError;
+import org.jclouds.location.suppliers.ImplicitLocationSuppl
andreaturli commented on this pull request.
> +import static org.jclouds.reflect.Reflection2.typeToken;
+
+public class ECSServiceApiMetadata extends
BaseHttpApiMetadata {
+
+ public ECSServiceApiMetadata() {
+ this(new Builder());
+ }
+
+ protected ECSServiceApiMetadata(Builder buil
andreaturli commented on this pull request.
> +org.apache.felix
+maven-bundle-plugin
+3.5.0
+true
+
+NONE
+
+
+
${project.artif
andreaturli commented on this pull request.
> +distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the L
nacx commented on this pull request.
> +distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
- add ApiMetadata and ProviderMetadata
- add skeleton for ECSComputeApi with ImageApi only
- add `FormSign` filter
- add HttpApiModule and ParserModule
- add `ImageApi` feature with Mock and Live Tests
You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jcl
23 matches
Mail list logo