Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
06a984d
add new files
andreamlin Mar 28, 2018
107c18c
remove bp threeten dep
andreamlin Mar 28, 2018
aef6e2f
reimport master's deprecated ITComputeTest.java
andreamlin Mar 28, 2018
42f1e0c
update license year
andreamlin Mar 28, 2018
bad6b71
add setCredentialsProvider in each clientsettings object in unit tests
andreamlin Mar 29, 2018
5d19543
formatted
andreamlin Mar 29, 2018
a1f4ef2
formatting
andreamlin Mar 30, 2018
4a9e28b
revert deprecated ITComputeTest.java
andreamlin Mar 30, 2018
152b5b8
formatted with google-java-format
andreamlin Mar 30, 2018
bedae14
regen from toolkit/discogapic_compute
andreamlin Apr 3, 2018
5e2d191
regen from toolkit not master, doesn't work
andreamlin Apr 3, 2018
5ea733b
remove LicensClientTest.java
andreamlin Apr 3, 2018
832e1ca
regen from artman
andreamlin Apr 13, 2018
1822b65
increase maven memory to 1024m in appveyor
andreamlin Apr 23, 2018
7666be5
move MAVEN_OPTS to install task in appveyor.yml
andreamlin Apr 23, 2018
d18c46b
revert changes to appveyor.yml
andreamlin Apr 23, 2018
5d82d8b
regen from latest compute.v1.json
andreamlin Apr 26, 2018
2ed819c
order fields in tests
andreamlin Apr 26, 2018
3415308
add in test changes
andreamlin Apr 27, 2018
f772f49
regen again
andreamlin Apr 27, 2018
7e34036
regen
andreamlin Apr 27, 2018
7a2a5d1
renamed files?
andreamlin Apr 27, 2018
18dc0db
escape files
andreamlin Apr 28, 2018
f169950
using master's google-cloud-compute/pom.xml
andreamlin Apr 28, 2018
15d7768
readd gax-httpjson to google-cloud-compute/pom.xml
andreamlin Apr 28, 2018
c841e64
regen with newest annotations
andreamlin Apr 30, 2018
4113c3f
readd gax:testlib to google-cloud-compute/pom.xml
andreamlin Apr 30, 2018
b2a98e2
add test scope
andreamlin Apr 30, 2018
d7bb27b
add in all google-cloud-compute gen
andreamlin May 3, 2018
6fbed20
update from toolkit fork
andreamlin May 4, 2018
7dbe11e
update with fieldMask as field with getter and setter in HttpRequest …
andreamlin May 4, 2018
e6a6b47
working regen from toolkit
andreamlin May 4, 2018
b643639
revert google-cloud-compute to working state
andreamlin May 4, 2018
85f8fa6
add gax testlib to bom
andreamlin May 4, 2018
e5ea47d
remove JsonComputeExample
andreamlin May 4, 2018
99fefb5
delete repeated files
andreamlin May 4, 2018
d21c308
regen from latest discovery doc
andreamlin May 16, 2018
d31a454
Update from latest gapic-generator:master
andreamlin May 18, 2018
7a8ef83
moving google-cloud-compute to google-cloud-clients/compute
andreamlin May 22, 2018
6c34057
add back in deprecated compute package
andreamlin May 22, 2018
3b84a2f
add gax-httpjson test dep to google-cloud-compute pom
andreamlin Jun 1, 2018
aaf79d0
add gax:testlib to compute, and update version in bom
andreamlin Jun 1, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
<artifactId>gax</artifactId>
<version>1.27.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.27.0</version>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions google-cloud-clients/google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,17 @@
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading