Skip to content

Commit a40ffe4

Browse files
parkjam4chingor13
authored andcommitted
---
yaml --- r: 11271 b: refs/heads/autosynth-texttospeech c: c4e45c7 h: refs/heads/master i: 11269: 34540b9 11267: b43a13c 11263: ab27cf5
1 parent 4235c79 commit a40ffe4

7,422 files changed

Lines changed: 3428901 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ refs/heads/autosynth-securitycenter: 1b300406bfc0f022d0ae98286c419d54d08d2ad4
144144
refs/heads/autosynth-spanner: 54521ca9d598aa2a8778ee11d153da558a38834e
145145
refs/heads/autosynth-speech: 60c3d2d3d3ad49800884d6ef6eb4be1e09c0c020
146146
refs/heads/autosynth-tasks: 69be7c7aa2f85dd651c7ec2120d9227096fe11b0
147+
refs/heads/autosynth-texttospeech: c4e45c75e25c7cdf34ce8bd8343ae067bc6f9903
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<fileset name="Java source files" enabled="true" check-config-name="Google Checks" local="false">
5+
<file-match-pattern match-pattern=".*\.java" include-pattern="true"/>
6+
</fileset>
7+
</fileset-config>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<eclipse-pmd xmlns="http://acanda.ch/eclipse-pmd/0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd">
3+
<analysis enabled="true" />
4+
<rulesets>
5+
<ruleset name="Project PMD settings" ref="pmd.xml" refcontext="project" />
6+
</rulesets>
7+
</eclipse-pmd>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# Owners per module.
5+
google-cloud-clients/google-cloud-bigquery/src/* @tswast
6+
google-cloud-clients/google-cloud-bigtable/src/* @igorbernstein2
7+
google-cloud-clients/google-cloud-compute/src/* @andreamlin
8+
google-cloud-clients/google-cloud-contrib/src/* @pongad @jean-philippe-martin
9+
google-cloud-clients/google-cloud-firestore/src/* @schmidt-sebastian
10+
google-cloud-clients/google-cloud-pubsub/src/* @pongad @googleapis/yoshi-java
11+
google-cloud-clients/google-cloud-spanner/src/* @snehashah16
12+
13+
# For anything not explicitly taken by someone else.
14+
* @googleapis/yoshi-java
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Thanks for stopping by to let us know something could be better!
2+
3+
Please include as much information as possible:
4+
5+
#### Environment details
6+
7+
- OS:
8+
- Java version:
9+
- google-cloud-java version(s):
10+
11+
#### Steps to reproduce
12+
13+
1. ?
14+
2. ?
15+
16+
#### Stacktrace
17+
18+
```
19+
Any relevant stacktrace here.
20+
```
21+
22+
#### Code snippet
23+
24+
```java
25+
Any relevant code snippet to help reproduce the issue.
26+
```
27+
28+
#### External references such as API reference guides used
29+
30+
- ?
31+
32+
#### Any additional information below
33+
34+
Following these steps will guarantee the quickest resolution possible.
35+
36+
Thanks!
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.gitignore
2+
3+
# Packages
4+
dist
5+
bin
6+
var
7+
sdist
8+
target
9+
10+
# Unit test / coverage reports
11+
.coverage
12+
.tox
13+
nosetests.xml
14+
15+
# Translations
16+
*.mo
17+
18+
# Mr Developer
19+
.mr.developer.cfg
20+
.project
21+
.pydevproject
22+
*.iml
23+
.idea
24+
.settings
25+
.DS_Store
26+
.classpath
27+
28+
# Built documentation
29+
docs/
30+
31+
32+
# Wheel directory used in Travis builds.
33+
gcloud-java-wheels/
34+
src/test/resources/gcd-head.zip
35+
src/test/resources/gcd-v1beta2-rev1-2.1.1.zip
36+
37+
# API key file containing value of GOOGLE_API_KEY for integration tests
38+
api_key
39+
40+
# Python utilities
41+
*.pyc
42+
artman-genfiles
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:: See documentation in type-shell-output.bat
2+
3+
"C:\Program Files\Git\bin\bash.exe" github/google-cloud-java/.kokoro/build.sh
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#!/bin/bash
2+
# Copyright 2018 Google Inc.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
set -eo pipefail
17+
18+
cd github/google-cloud-java/
19+
20+
# Print out Java version
21+
java -version
22+
echo $JOB_TYPE
23+
24+
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
25+
26+
# prepend Kokoro root directory onto GOOGLE_APPLICATION_CREDENTIALS path
27+
if [ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
28+
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_ROOT}/src/${GOOGLE_APPLICATION_CREDENTIALS}
29+
fi
30+
31+
case $JOB_TYPE in
32+
test)
33+
mvn test -B
34+
bash $KOKORO_GFILE_DIR/codecov.sh
35+
;;
36+
javadoc)
37+
mvn javadoc:javadoc javadoc:test-javadoc
38+
;;
39+
integration)
40+
./utilities/verify_single_it.sh $INTEGRATION_TEST_ARGS
41+
;;
42+
*)
43+
;;
44+
esac
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Download trampoline resources. These will be in ${KOKORO_GFILE_DIR}
4+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
5+
6+
# All builds use the trampoline script to run in docker.
7+
build_file: "google-auth-library-java/.kokoro/trampoline.sh"
8+
9+
# Tell the trampoline which build file to use.
10+
env_vars: {
11+
key: "TRAMPOLINE_BUILD_FILE"
12+
value: "github/google-auth-library-java/.kokoro/build.sh"
13+
}

0 commit comments

Comments
 (0)