Skip to content

Commit 7b28f7e

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 6231 b: refs/heads/tswast-patch-1 c: e3f5275 h: refs/heads/master i: 6229: df1f271 6227: faeec12 6223: 1cd3d6f
1 parent 8cd179d commit 7b28f7e

18 files changed

Lines changed: 13 additions & 188 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: b455911f706290c689e7461359dcfa70f9c94a04
60+
refs/heads/tswast-patch-1: e3f5275d4c3449d2a2778d2a1fac9c4048384ffe
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ if (!blob.exists()) {
127127
}
128128
```
129129

130-
Testing
131-
-------
132-
133-
This library provides tools to help write tests for code that uses gcloud-java services.
134-
135-
See [TESTING] to read more about using our testing helpers.
136-
137130
Contributing
138131
------------
139132

@@ -166,7 +159,6 @@ Apache 2.0 - See [LICENSE] for more information.
166159
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
167160
[code-of-conduct]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md
168161
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
169-
[TESTING]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md
170162
[cloud-platform]: https://cloud.google.com/
171163
[cloud-datastore]: https://cloud.google.com/datastore/docs
172164
[cloud-datastore-docs]: https://cloud.google.com/datastore/docs

branches/tswast-patch-1/TESTING.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

branches/tswast-patch-1/gcloud-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.gcloud</groupId>
1313
<artifactId>gcloud-java-pom</artifactId>
14-
<version>0.0.8-SNAPSHOT</version>
14+
<version>0.0.9</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

branches/tswast-patch-1/gcloud-java-datastore/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ if (entity == null) {
6969
}
7070
```
7171

72-
Testing
73-
-------
74-
75-
This library has tools to help write tests for code that uses the Datastore.
76-
77-
See [TESTING] to read more about testing.
78-
7972
Contributing
8073
------------
8174

@@ -105,7 +98,6 @@ Apache 2.0 - See [LICENSE] for more information.
10598

10699
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
107100
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
108-
[TESTING]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore
109101
[cloud-platform]: https://cloud.google.com/
110102
[cloud-datastore]: https://cloud.google.com/datastore/docs
111103
[cloud-datastore-docs]: https://cloud.google.com/datastore/docs

branches/tswast-patch-1/gcloud-java-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.gcloud</groupId>
1313
<artifactId>gcloud-java-pom</artifactId>
14-
<version>0.0.8-SNAPSHOT</version>
14+
<version>0.0.9</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

branches/tswast-patch-1/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/testing/package-info.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

branches/tswast-patch-1/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/DatastoreOptionsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import static org.junit.Assert.assertSame;
2323
import static org.junit.Assert.assertTrue;
2424

25-
import com.google.gcloud.datastore.testing.LocalGcdHelper;
2625
import com.google.gcloud.spi.DatastoreRpc;
2726
import com.google.gcloud.spi.DatastoreRpcFactory;
2827

branches/tswast-patch-1/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/DatastoreTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import com.google.gcloud.datastore.StructuredQuery.OrderBy;
3434
import com.google.gcloud.datastore.StructuredQuery.Projection;
3535
import com.google.gcloud.datastore.StructuredQuery.PropertyFilter;
36-
import com.google.gcloud.datastore.testing.LocalGcdHelper;
3736
import com.google.gcloud.spi.DatastoreRpc;
3837
import com.google.gcloud.spi.DatastoreRpc.DatastoreRpcException.Reason;
3938
import com.google.gcloud.spi.DatastoreRpcFactory;

branches/tswast-patch-1/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/testing/LocalGcdHelper.java renamed to branches/tswast-patch-1/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/LocalGcdHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gcloud.datastore.testing;
17+
package com.google.gcloud.datastore;
1818

1919
import static java.nio.charset.StandardCharsets.UTF_8;
2020

0 commit comments

Comments
 (0)