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

docs(v1): fix relative URLs in documentation (#119)#121

Merged
chingor13 merged 1 commit into
masterfrom
autosynth
Apr 9, 2020
Merged

docs(v1): fix relative URLs in documentation (#119)#121
chingor13 merged 1 commit into
masterfrom
autosynth

Conversation

@yoshi-automation

Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a069b96f-107b-4280-b093-3101f1baebc2/targets

4951555
commit 4951555
Author: Yoshi Automation Bot <[email protected]>
Date:   Wed Apr 8 16:28:58 2020 -0700

    docs(v1): fix relative URLs in documentation (#119)

    * chore: release 1.0.1 (#101)

    0de71bc
    commit 0de71bc
    Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Date:   Tue Apr 7 18:10:21 2020 +0000

        chore: release 1.0.1 (#101)

        🤖 I have created a release \*beep\* \*boop\*
        ---
        ### [1.0.1](https://www.github.com/googleapis/java-container/compare/v1.0.0...v1.0.1) (2020-04-07)

        ### Dependencies

        * update core dependencies ([#99](https://www.github.com/googleapis/java-container/issues/99)) ([2b4af5b](https://www.github.com/googleapis/java-container/commit/2b4af5b6b9204cede271095d5e677d432ef6c9fc))
        * update dependency com.google.api:api-common to v1.9.0 ([#106](https://www.github.com/googleapis/java-container/issues/106)) ([3953dd4](https://www.github.com/googleapis/java-container/commit/3953dd4d13236219c45b48bd3ed2f6760c73273d))
        * update dependency com.google.cloud:google-cloud-core to v1.93.1 ([#80](https://www.github.com/googleapis/java-container/issues/80)) ([00fee0a](https://www.github.com/googleapis/java-container/commit/00fee0aca2e6cc5c23fa96be968daa759bd46631))
        * update dependency com.google.cloud:google-cloud-core to v1.93.4 ([#113](https://www.github.com/googleapis/java-container/issues/113)) ([086d78e](https://www.github.com/googleapis/java-container/commit/086d78e62879de5991af8789f3597b1754918b6a))
        * update dependency org.threeten:threetenbp to v1.4.2 ([#95](https://www.github.com/googleapis/java-container/issues/95)) ([e5746bb](https://www.github.com/googleapis/java-container/commit/e5746bb4194716f2e6229f8c1bf36f64d8fd8953))
        * update dependency org.threeten:threetenbp to v1.4.3 ([#111](https://www.github.com/googleapis/java-container/issues/111)) ([1f34ca1](https://www.github.com/googleapis/java-container/commit/1f34ca1b5ec5f31728c0537ef91106678efb8dbd))
        ---

        This PR was generated with [Release Please](https://github.com/googleapis/release-please).

    * chore: set Ruby namespace in proto options

    googleapis/googleapis@27daba5
    commit 27daba50281357b676e1ba882422ebeab4ce4f92
    Author: Google APIs <[email protected]>
    Date:   Tue Apr 7 13:23:55 2020 -0700

        chore: set Ruby namespace in proto options

        PiperOrigin-RevId: 305327500

    * docs: change relative URLs to absolute URLs to fix broken links.

    googleapis/googleapis@d398d68
    commit d398d687aad9eab4c6ceee9cd5e012fa61f7e28c
    Author: Google APIs <[email protected]>
    Date:   Wed Apr 8 09:48:52 2020 -0700

        docs: change relative URLs to absolute URLs to fix broken links.

        PiperOrigin-RevId: 305496764

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

    googleapis/synthtool@bd69a2a
    commit bd69a2aa7b70875f3c988e269706b22fefbef40e
    Author: Jeff Ching <[email protected]>
    Date:   Wed Apr 8 14:01:08 2020 -0700

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

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

    googleapis/synthtool@c7e0e51
    commit c7e0e517d7f46f77bebd27da2e5afcaa6eee7e25
    Author: Jeff Ching <[email protected]>
    Date:   Wed Apr 8 14:06:04 2020 -0700

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

        This was only running the units.

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

    googleapis/synthtool@7f8e62a
    commit 7f8e62aa3edd225f76347a16f92e400661fdfb52
    Author: Jeff Ching <[email protected]>
    Date:   Wed Apr 8 14:14:25 2020 -0700

        chore(java): release-please only updates non maven versions in README (#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.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 9, 2020
@codecov

codecov Bot commented Apr 9, 2020

Copy link
Copy Markdown

Codecov Report

Merging #121 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #121   +/-   ##
=========================================
  Coverage     81.31%   81.31%           
  Complexity      172      172           
=========================================
  Files             7        7           
  Lines          1418     1418           
  Branches          3        3           
=========================================
  Hits           1153     1153           
  Misses          263      263           
  Partials          2        2           
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/container/v1/ClusterManagerClient.java 76.49% <ø> (ø) 89.00 <0.00> (ø)

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 4951555...f3e3176. Read the comment docs.

@chingor13 chingor13 merged commit c6a23ad into master Apr 9, 2020
@chingor13 chingor13 deleted the autosynth branch April 9, 2020 18:38
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

Development

Successfully merging this pull request may close these issues.

3 participants