Skip to content

Commit

Permalink
chore: update common templates (googleapis#116)
Browse files Browse the repository at this point in the history
* chore: release 0.126.0 (googleapis#106)

googleapis@f76e503
commit f76e503
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Mon Apr 6 11:36:57 2020 -0400

    chore: release 0.126.0 (googleapis#106)

    * updated CHANGELOG.md [ci skip]

    * updated README.md [ci skip]

    * updated versions.txt [ci skip]

    * updated google-cloud-bigquerydatatransfer-bom/pom.xml [ci skip]

    * updated google-cloud-bigquerydatatransfer/pom.xml [ci skip]

    * updated grpc-google-cloud-bigquerydatatransfer-v1/pom.xml [ci skip]

    * updated proto-google-cloud-bigquerydatatransfer-v1/pom.xml [ci skip]

    * updated pom.xml [ci skip]

    * updated samples/install-without-bom/pom.xml [ci skip]

    * updated samples/pom.xml [ci skip]

    * updated samples/snapshot/pom.xml [ci skip]

    * updated samples/snippets/pom.xml [ci skip]

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (googleapis#109)

googleapis@47e667a
commit 47e667a
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Mon Apr 6 20:02:18 2020 +0200

    chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (googleapis#109)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |

    ---

    ### Renovate configuration

    📅 **Schedule**: At any time (no schedule defined).

    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

    ---

     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-bigquerydatatransfer).

* chore: set Ruby namespace in proto options

googleapis/googleapis@af7da29
commit af7da29c24814a1c873c22f477e9dd8dd5a17b0b
Author: Google APIs <noreply@google.com>
Date:   Tue Apr 7 13:35:32 2020 -0700

    chore: set Ruby namespace in proto options

    PiperOrigin-RevId: 305330079

* build(java): fix retry_with_backoff when -e option set (googleapis#475)

googleapis/synthtool@bd69a2a
commit bd69a2aa7b70875f3c988e269706b22fefbef40e
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:01:08 2020 -0700

    build(java): fix retry_with_backoff when -e option set (googleapis#475)

* build(java): fix nightly integration test config to run integrations (googleapis#465)

googleapis/synthtool@c7e0e51
commit c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:06:04 2020 -0700

    build(java): fix nightly integration test config to run integrations (googleapis#465)

    This was only running the units.

* chore(java): release-please only updates non maven versions in README (googleapis#476)

googleapis/synthtool@7f8e62a
commit 7f8e62aa3edd225f76347a16f92e400661fdfb52
Author: Jeff Ching <chingor@google.com>
Date:   Wed Apr 8 14:14:25 2020 -0700

    chore(java): release-please only updates non maven versions in README (googleapis#476)

    Prevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.
  • Loading branch information
yoshi-automation committed Apr 8, 2020
1 parent c8efc4d commit 0d92b46
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 15 deletions.
14 changes: 12 additions & 2 deletions .kokoro/common.sh
Expand Up @@ -13,18 +13,28 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# set -eo pipefail

function retry_with_backoff {
attempts_left=$1
sleep_seconds=$2
shift 2
command=$@


# store current flag state
flags=$-

# allow a failures to continue
set +e
echo "${command}"
${command}
exit_code=$?

# restore "e" flag
if [[ ${flags} =~ e ]]
then set -e
else set +e
fi

if [[ $exit_code == 0 ]]
then
return 0
Expand Down
15 changes: 15 additions & 0 deletions .kokoro/nightly/integration.cfg
Expand Up @@ -6,11 +6,26 @@ env_vars: {
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
}

env_vars: {
key: "JOB_TYPE"
value: "integration"
}

env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "ENABLE_BUILD_COP"
value: "true"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "keystore/73713_java_it_service_account"
}

before_action {
fetch_keystore {
keystore_resource {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -35,19 +35,19 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file

```

[//]: # ({x-version-update-start:google-cloud-bigquerydatatransfer:released})

If you are using Maven without BOM, add this to your dependencies:

```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
<version>0.126.0-beta</version>
<version>0.125.2-beta</version>
</dependency>

```

[//]: # ({x-version-update-start:google-cloud-bigquerydatatransfer:released})

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.126.0-beta'
Expand Down
Expand Up @@ -374,13 +374,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "{name=projects/*/dataSources/*}:checkVal"
+ "idCreds:\001*\332A\004name\032W\312A#bigquerydatatransf"
+ "er.googleapis.com\322A.https://www.googleap"
+ "is.com/auth/cloud-platformB\343\001\n)com.googl"
+ "is.com/auth/cloud-platformB\217\002\n)com.googl"
+ "e.cloud.bigquery.datatransfer.v1B\021DataTr"
+ "ansferProtoP\001ZQgoogle.golang.org/genprot"
+ "o/googleapis/cloud/bigquery/datatransfer"
+ "/v1;datatransfer\252\002%Google.Cloud.BigQuery"
+ ".DataTransfer.V1\312\002%Google\\Cloud\\BigQuery"
+ "\\DataTransfer\\V1b\006proto3"
+ "\\DataTransfer\\V1\352\002)Google::Cloud::Bigque"
+ "ry::DataTransfer::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -122,13 +122,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "STREAMING\020\002\032\002\030\001*s\n\rTransferState\022\036\n\032TRAN"
+ "SFER_STATE_UNSPECIFIED\020\000\022\013\n\007PENDING\020\002\022\013\n"
+ "\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006FAILED\020\005\022\r\n"
+ "\tCANCELLED\020\006B\347\001\n)com.google.cloud.bigque"
+ "\tCANCELLED\020\006B\223\002\n)com.google.cloud.bigque"
+ "ry.datatransfer.v1B\rTransferProtoP\001ZQgoo"
+ "gle.golang.org/genproto/googleapis/cloud"
+ "/bigquery/datatransfer/v1;datatransfer\242\002"
+ "\005GCBDT\252\002%Google.Cloud.BigQuery.DataTrans"
+ "fer.V1\312\002%Google\\Cloud\\BigQuery\\DataTrans"
+ "fer\\V1b\006proto3"
+ "fer\\V1\352\002)Google::Cloud::Bigquery::DataTr"
+ "ansfer::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -33,6 +33,7 @@ option java_multiple_files = true;
option java_outer_classname = "DataTransferProto";
option java_package = "com.google.cloud.bigquery.datatransfer.v1";
option php_namespace = "Google\\Cloud\\BigQuery\\DataTransfer\\V1";
option ruby_package = "Google::Cloud::Bigquery::DataTransfer::V1";

// The Google BigQuery Data Transfer Service API enables BigQuery users to
// configure the transfer of their data from other Google Products into
Expand Down
Expand Up @@ -29,6 +29,7 @@ option java_outer_classname = "TransferProto";
option java_package = "com.google.cloud.bigquery.datatransfer.v1";
option objc_class_prefix = "GCBDT";
option php_namespace = "Google\\Cloud\\BigQuery\\DataTransfer\\V1";
option ruby_package = "Google::Cloud::Bigquery::DataTransfer::V1";

// DEPRECATED. Represents data transfer type.
enum TransferType {
Expand Down
18 changes: 13 additions & 5 deletions synth.metadata

Large diffs are not rendered by default.

0 comments on commit 0d92b46

Please sign in to comment.