Re: [jclouds-labs] Profitbricks REST - Image API (#241)

2016-02-29 Thread Reijhanniel Jearl Campos
Closed #241.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/241#event-571162982

Re: [jclouds-labs] Profitbricks REST - Image API (#241)

2016-02-29 Thread Reijhanniel Jearl Campos
Closing PR, now superseded by #242 .

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/241#issuecomment-190228713

Re: [jclouds-labs] Profitbricks REST - Image API (#241)

2016-02-23 Thread Reijhanniel Jearl Campos
Hi!

Now that the #233 is merged, could you rebase this branch so that only the 
image api-related commit is on top of master? You can verify this via [**Files 
changed**](https://github.com/jclouds/jclouds-labs/pull/241/files) tab.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/241#issuecomment-187683791

[jclouds-labs] Profitbricks REST - Image API (#241)

2016-02-22 Thread mirza-spc
@jasminSPC
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/241

-- Commit Summary --

  * Implemented Server Api
  * Implemented Volume API
  * upstream merge
  * Implemented DataCenter Api
  * Implemented Server Api
  * Implemented Volume Api
  * Implemented Image Api

-- File Changes --

M profitbricks-rest/pom.xml (7)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksApi.java
 (12)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/image/UpdateImageRequestBinder.java
 (89)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachCdromRequestBinder.java
 (4)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachVolumeRequestBinder.java
 (6)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/server/CreateServerRequestBinder.java
 (5)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/server/UpdateServerRequestBinder.java
 (4)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateSnapshotRequestBinder.java
 (73)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateVolumeRequestBinder.java
 (81)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/RestoreSnapshotRequestBinder.java
 (72)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/UpdateVolumeRequestBinder.java
 (70)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Image.java
 (81)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Provisionable.java
 (25)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Server.java
 (85)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Snapshot.java
 (91)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Volume.java
 (180)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/ImageApi.java
 (58)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/ServerApi.java
 (7)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/SnapshotApi.java
 (53)
M 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/features/VolumeApi.java
 (101)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ids/VolumeRef.java
 (31)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/util/MacAddresses.java
 (29)
A 
profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/util/Passwords.java
 (64)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/image/UpdateImageRequestBinderTest.java
 (65)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachCdromRequestBinderTest.java
 (63)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachVolumeRequestBinderTest.java
 (63)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/CreateServerRequestBinderTest.java
 (72)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/UpdateServerRequestBinderTest.java
 (66)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateSnapshotRequestBinderTest.java
 (63)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateVolumeRequestBinderTest.java
 (73)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/RestoreSnapshotRequestBinderTest.java
 (54)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/UpdateVolumeRequestBinderTest.java
 (63)
M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/DataCenterApiMockTest.java
 (32)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ImageApiLiveTest.java
 (55)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ImageApiMockTest.java
 (95)
M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ServerApiLiveTest.java
 (61)
M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/ServerApiMockTest.java
 (39)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/VolumeApiLiveTest.java
 (173)
A 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/VolumeApiMockTest.java
 (154)
M 
profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/internal/BaseProfitBricksApiMockTest.java
 (10)
M