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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-texttospeech
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-texttospeech
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 12 commits
  • 42 files changed
  • 5 contributors

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    4f41647 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    27bdf38 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. chore: migrate docs job to Trampoline V2 (#65)

    * chore: migrate docs job to Trampoline V2
    
    This allows us to run the whole job locally.
    
    Example:
    
    ```bash
    $ TRAMPOLINE_IMAGE=gcr.io/tmatsuo-test/python-lib-docs \
      TRAMPOLINE_DOCKERFILE=.kokoro/docker/docs/Dockerfile \
      TRAMPOLINE_BUILD_FILE=.kokoro/publish-docs.sh \
      STAGING_BUCKET=tmatsuo-test-bucket \
      .kokoro/trampoline_v2.sh
    ```
    
    You need to copy the service account with the permission on the bucket
    to `/dev/shm/73713_docuploader_service_account` for the above command to
    work.
    
    * remove unnecessary cd
    
    * only upload the image on Kokoro
    
    * add TRAMPOLINE_DOCKERFILE in rc file
    
    * change the python version for docs job
    
    * address review comments
    
    * move envvars to the kokoro config
    Takashi Matsuo authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    928acaa View commit details
    Browse the repository at this point in the history
  2. docs: create docfx yaml files and upload them (#67)

    * docs: create docfx yaml files and upload them
    
    This PR preserves the current behavior for uploading the HTML.
    
    It will generate docfx yaml files and upload them with docfx prefix.
    
    * lint
    Takashi Matsuo authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    456786f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. docs: remove an unnecessary hyphen (#69)

    Takashi Matsuo authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    55ff787 View commit details
    Browse the repository at this point in the history
  2. docs: finishing touches for the cloudsite docs pipeline (#71)

    * add a new envvar for cloudsite docs pipeline
    * modify sys.path for the new plugin
    Takashi Matsuo authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    6f5e64c View commit details
    Browse the repository at this point in the history
  3. docs: add docs-presubmit Kokoro job (#72)

    * docs: add docs-presubmit Kokoro job
    
    * don't upload the image in docs-presubmit
    Takashi Matsuo authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c42e5a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. chore: fix synth.py for sphinx (#74)

    * fix: fix synth.py for sphinx
    
    * also fix the regexp for the target files
    Takashi Matsuo authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    86ba22a View commit details
    Browse the repository at this point in the history
  2. feat: incorporate upstream changes (#73)

    * feat: Support MULAW audio encoding
    * feat: Support MP3_64_KBPS audio encoding
    * feat: Support timepointing via SSML tag
    * feat: Support quota_project_id
    * docs: generate and upload docfx yaml files
    * testing: add docs-presubmit build
    Takashi Matsuo authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8ee5447 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. chore(py_library): add split_system_tests (#76)

    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Fri Jul 31 16:17:13 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669
    Source-Link: googleapis/synthtool@bfcdbe0
    yoshi-automation authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    ffaa200 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. chore(py_library): add some excludes in docs/conf.py (#77)

    This should fix build failures in python-bigquery.
    Example:
    googleapis/python-bigquery#205
    
    * also add a comment
    
    Source-Author: Takashi Matsuo <[email protected]>
    Source-Date: Mon Aug 3 15:08:00 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 4f8f5dc24af79694887385015294e4dbb214c352
    Source-Link: googleapis/synthtool@4f8f5dc
    yoshi-automation authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    58d77f1 View commit details
    Browse the repository at this point in the history
Loading