@jasminSPC You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds-labs/pull/268 -- Commit Summary -- * Profitbricks REST - Compute API * compute progress -- File Changes -- M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/config/AzureComputeProperties.java (69) M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/functions/FalseOn204.java (27) M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/functions/ParseJobStatus.java (153) M azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/functions/URIParser.java (194) M profitbricks-rest/pom.xml (12) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksApiMetadata.java (7) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/ProfitBricksComputeServiceAdapter.java (510) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/concurrent/ProvisioningJob.java (62) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/concurrent/ProvisioningManager.java (87) R profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/config/ProfitBricksComputeServiceContextModule.java (117) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/function/DataCenterToLocation.java (52) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/function/LocationToLocation.java (46) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/function/ProvisionableToImage.java (209) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/function/ServerToNodeMetadata.java (169) A profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/compute/function/VolumeToVolume.java (44) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/config/ProfitBricksComputeProperties.java (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/DataCenter.java (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Firewall.java (4) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Image.java (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Location.java (11) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Server.java (8) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Snapshot.java (2) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/ProfitBricksComputeServiceLiveTest.java (121) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/ProfitBricksTemplateBuilderLiveTest.java (37) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/concurrent/ProvisioningManagerTest.java (118) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/config/StatusPredicateTest.java (122) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/function/DataCenterToLocationTest.java (76) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/function/LocationToLocationTest.java (62) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/function/ProvisionableToImageTest.java (203) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/function/ServerToNodeMetadataTest.java (142) A profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/function/VolumeToVolumeTest.java (59) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/DataCenterApiLiveTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/DataCenterApiMockTest.java (3) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ServerApiLiveTest.java (3) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/internal/BaseProfitBricksLiveTest.java (10) A profitbricks-rest/src/test/resources/compute/datacenter.json (123) A profitbricks-rest/src/test/resources/compute/image.json (32) A profitbricks-rest/src/test/resources/compute/image1.json (32) A profitbricks-rest/src/test/resources/compute/image2.json (32) A profitbricks-rest/src/test/resources/compute/image3.json (32) A profitbricks-rest/src/test/resources/compute/predicate/datacenter-inprocess.json (41) A profitbricks-rest/src/test/resources/compute/predicate/datacenter.json (41) A profitbricks-rest/src/test/resources/compute/predicate/server-inprocess.json (173) A profitbricks-rest/src/test/resources/compute/predicate/server.json (173) A profitbricks-rest/src/test/resources/compute/predicate/snapshot-inprocess.json (30) A profitbricks-rest/src/test/resources/compute/predicate/snapshot.json (30) A profitbricks-rest/src/test/resources/compute/server.json (140) A profitbricks-rest/src/test/resources/compute/snapshot1.json (30) A profitbricks-rest/src/test/resources/compute/snapshot2.json (30) A profitbricks-rest/src/test/resources/compute/volume.json (33) -- Patch Links -- https://github.com/jclouds/jclouds-labs/pull/268.patch https://github.com/jclouds/jclouds-labs/pull/268.diff --- 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/268