Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alpha support for Google Compute Engine #970

Merged
merged 61 commits into from
Apr 29, 2016
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
90894b3
Add gcloud-java-compute module
mziccard Feb 22, 2016
a566ef4
Add Compute Engine immutable resources
mziccard Feb 22, 2016
c9f028e
Add DeprecationStatus to disk and machine type, other fixes
mziccard Feb 22, 2016
35fc77d
Migrate IDs from Long to BigInteger
mziccard Feb 23, 2016
d34490f
Add deprecation status to zone and region
mziccard Feb 24, 2016
785c3fe
Add test for missing fields, fix NPE, minor docs and lint fixes
mziccard Feb 24, 2016
feec3f1
Add matchesUrl method to identity objects. Add tests
mziccard Feb 24, 2016
9bd877a
Refactor Compute immutable resources' identities and classes
mziccard Feb 29, 2016
bf2a408
Remove tab indentation from compute's pom.xml
mziccard Feb 29, 2016
41f7ab7
Replace com.google.api.client.util.DateTime with Joda formatter
mziccard Mar 1, 2016
7fc133e
Add service methods for immutable Compute resources
mziccard Mar 1, 2016
566c581
Add RemoteComputeHelper and integration tests
mziccard Mar 1, 2016
c9add80
Refactor compute service
mziccard Mar 4, 2016
e1712e9
Add support for Compute's operations
mziccard Mar 8, 2016
091d7a8
Fix Compute operations issues
mziccard Mar 10, 2016
29f2bad
Rename maxResults to pageSize, add tests for pagination
mziccard Mar 13, 2016
8fad79d
Refactor compute operations
mziccard Mar 15, 2016
ba4fcf0
Remove final from immutable resource classes
mziccard Mar 15, 2016
de30a25
Operations: better javadoc for delete, stricter parsing of identities
mziccard Mar 16, 2016
3565376
Add support for Compute's addresses
mziccard Mar 16, 2016
f3c30f1
Provide better javadoc to address related classes
mziccard Mar 17, 2016
2d691aa
Refactor identity classes
mziccard Mar 21, 2016
6e1a3f9
Refactor Address and AddressInfo classes
mziccard Mar 21, 2016
e56cb4b
Remove unused imports
mziccard Mar 21, 2016
6f9ff34
Refactor Compute service class
mziccard Mar 21, 2016
514e3fe
Better javadoc for RemoteComputeHelper.baseResourceName
mziccard Mar 21, 2016
9cf9309
Make AddressInfo.builder return Builder instead of BuilderImpl
mziccard Mar 21, 2016
1d5f171
Use TO_PB_FUNCTION when possible in ComputeImplTest
mziccard Mar 22, 2016
44fedd6
Remove repeated casts in identities'equals method
mziccard Mar 22, 2016
f36d92c
Replace 'an unique' with 'the unique' everywhere
mziccard Mar 22, 2016
4c8f888
Add SnapshotInfo, related classes and tests
mziccard Mar 22, 2016
65fdd48
Add SnapshotInfo and related classes to SerializationTest, minor fixes
mziccard Mar 23, 2016
36ddd14
Add functional methods for snapshots and Snapshot class
mziccard Mar 23, 2016
f66ea60
Fix minor issues with functional snapshot methods and tests
mziccard Mar 24, 2016
de2a6b4
Add missing final, fix codacy issues
mziccard Mar 25, 2016
2d8d0ec
Better javadoc for aggregated list methods
mziccard Mar 25, 2016
5d2c682
Add ImageInfo and related non-functional classes
mziccard Mar 31, 2016
cd08330
Add functional methods for images and Image class
mziccard Apr 2, 2016
e7866b2
Add DiskInfo, disk configurations and test classes
mziccard Apr 7, 2016
f085a41
Add functional methods for disks and Disk class (#870)
mziccard Apr 11, 2016
5bb3e9d
Move Compute's spi package to compute.spi (#901)
mziccard Apr 12, 2016
382ab77
Add RemoteComputeHelperTest (#900)
mziccard Apr 12, 2016
6e2c262
Compute Operation: remove creationTimestamp field and fix isDone() (#…
mziccard Apr 13, 2016
a4f9f2d
Fix compute homepage URL (#927)
mziccard Apr 15, 2016
282f1fc
Add SubnetworkInfo, NetworkId, SubnetworkId and test classes (#895)
mziccard Apr 19, 2016
e15ed45
Add NetworkInfo, configuration classes and tests (#941)
mziccard Apr 19, 2016
ec9c0f1
Add functional methods for networks and subnetworks (#944)
mziccard Apr 20, 2016
19227df
Chain cause in ComputeException.translateAndThrow, add tests (#948)
mziccard Apr 20, 2016
4fb78d8
Add NetworkInterface, AccessConfig classes and related tests (#947)
mziccard Apr 22, 2016
428fdbd
Add AttachedDisk class, related configurations and tests (#917)
mziccard Apr 25, 2016
20032e7
Add InstanceInfo, related classes and tests (#955)
mziccard Apr 26, 2016
cdf660c
Rename type name getters (#957)
mziccard Apr 26, 2016
9d1d455
Add functional methods for instances, Instance class and tests (#959)
mziccard Apr 27, 2016
b8989f3
Add travis_wait directive before verify script (#965)
mziccard Apr 27, 2016
4888e12
Rename id to generatedId for Compute resources (#966)
mziccard Apr 27, 2016
77821f5
Compute: rename get/delete methods to getXxx/deleteXxx (#968)
mziccard Apr 28, 2016
d77974a
Add Compute examples and snippets. Add them to READMEs. (#967)
mziccard Apr 29, 2016
dd0b186
Rename package com.google.gcloud to com.google.cloud
mziccard Apr 29, 2016
17c6eba
Use BaseSerializationTest in compute's serialization test
mziccard Apr 29, 2016
ae0a6d2
Use FieldSelector interface and Helper in compute
mziccard Apr 29, 2016
f0ae430
Update Compute equals methods to support mocking
mziccard Apr 29, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove tab indentation from compute's pom.xml
  • Loading branch information
mziccard committed Apr 29, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit bf2a4084d1557876ad668d2e38eabcf79605dbaa
8 changes: 4 additions & 4 deletions gcloud-java-compute/pom.xml
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@
<version>v1-rev97-1.21.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>