Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: Migrate iot synth.py to bazel #90

Merged
merged 1 commit into from Mar 20, 2020

Conversation

vam-google
Copy link
Contributor

The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)

The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 20, 2020
@vam-google
Copy link
Contributor Author

@chingor13 PTAL

@codecov
Copy link

codecov bot commented Mar 20, 2020

Codecov Report

Merging #90 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #90   +/-   ##
========================================
  Coverage      76.5%   76.5%           
  Complexity      120     120           
========================================
  Files             6       6           
  Lines          1000    1000           
  Branches          3       3           
========================================
  Hits            765     765           
  Misses          214     214           
  Partials         21      21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a683cd4...098b613. Read the comment docs.

@chingor13 chingor13 merged commit 173dcae into googleapis:master Mar 20, 2020
yoshi-automation added a commit that referenced this pull request Mar 26, 2020
173dcae
commit 173dcae
Author: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Date:   Thu Mar 19 22:29:06 2020 -0700

    chore: Migrate iot synth.py to bazel (#90)

    The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)
chingor13 pushed a commit that referenced this pull request Mar 26, 2020
* Change triggered by none of the following:
This git repo (https://github.com/googleapis/java-iot.git)
Git repo https://github.com/googleapis/googleapis.git

* chore: Migrate iot synth.py to bazel (#90)

173dcae
commit 173dcae
Author: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Date:   Thu Mar 19 22:29:06 2020 -0700

    chore: Migrate iot synth.py to bazel (#90)

    The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.3.0 (#92)

5e00368
commit 5e00368
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Mon Mar 23 18:22:49 2020 +0100

    chore(deps): update dependency com.google.cloud:libraries-bom to v4.3.0 (#92)

    This PR contains the following updates:

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

    ---

    ### 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-iot).

* chore: enable context aware commits (#93)

8cbf1c2
commit 8cbf1c2
Author: Jeff Ching <chingor@google.com>
Date:   Mon Mar 23 19:33:30 2020 -0700

    chore: enable context aware commits (#93)

* deps: update dependency com.google.api:api-common to v1.9.0 (#95)

bcbce5c
commit bcbce5c
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:21:09 2020 +0100

    deps: update dependency com.google.api:api-common to v1.9.0 (#95)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/api-common-java</summary>

    ### [`v1.9.0`](https://togithub.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0)

    03-25-2020 14:09 PST

    #### New Features

    -   Add `@BetaApi` `ApiFutres.catchingAsync()` ([#&#8203;117](https://togithub.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://togithub.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://togithub.com/googleapis/api-common-java/pull/111))

    </details>

    ---

    ### 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-iot).

* bazel: Use latest release of gax_java

googleapis/googleapis@0e9f1f6
commit 0e9f1f60ded9ad1c2e725e37719112f5b487ab65
Author: Google APIs <noreply@google.com>
Date:   Tue Mar 17 16:44:00 2020 -0700

    bazel: Use latest release of gax_java

    PiperOrigin-RevId: 301480457
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
3 participants