Skip to content
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-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.2
Choose a base ref
...
head repository: googleapis/python-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 5 contributors

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    79311a1 View commit details
    Browse the repository at this point in the history
  2. docs: correct semantics of 'complete_key' arg to 'Client.reserve_ids' (

    …#36)
    
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    aawilson and tseaver authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    50ed945 View commit details
    Browse the repository at this point in the history
  3. docs: update docs build (via synth) (#58)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * feat(python-library): changes to docs job
    
    * feat(python-library): changes to docs job
    
    * migrate to Trampoline V2
    * add docs-presubmit job
    * create docfx yaml files and upload them to another bucket
    
    * remove redundant envvars
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Wed Jul 29 16:15:18 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: f07cb4446192952f19be3056957f56d180586055
    Source-Link: googleapis/synthtool@f07cb44
    
    * Revert "feat(python-library): changes to docs job (#700)"
    
    This reverts commit f07cb4446192952f19be3056957f56d180586055.
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Wed Jul 29 17:33:57 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: ee7506d15daa3873accfff9430eff7e3953f0248
    Source-Link: googleapis/synthtool@ee7506d
    
    * feat(python-library): changes to docs job
    
    * feat(python-library): changes to docs job
    
    * migrate to Trampoline V2
    * add docs-presubmit job
    * create docfx yaml files and upload them to another bucket
    
    * remove redundant envvars
    
    * add a failing test first
    
    * fix TemplateSyntaxError: Missing end of comment tag
    
    * serving_path is not needed any more
    
    * use `raw` to make jinja happy
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Thu Jul 30 12:44:02 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 5dfda5621df45b71b6e88544ebbb53b1a8c90214
    Source-Link: googleapis/synthtool@5dfda56
    
    * fix(python-library): add missing changes
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Thu Jul 30 18:26:35 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 39b527a39f5cd56d4882b3874fc08eed4756cebe
    Source-Link: googleapis/synthtool@39b527a
    
    * chore(py_library): add split_system_tests
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Jul 31 16:17:13 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669
    Source-Link: googleapis/synthtool@bfcdbe0
    
    * chore: patch docs/conf.py manually
    
    * docs: clean up docs/conf.py
    
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    yoshi-automation and Takashi Matsuo authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5bdacd4 View commit details
    Browse the repository at this point in the history
  4. chore: apply new gapic configuration (from synth) (#57)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/4be218b6-dac7-413a-9b70-c61c140820cb/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    PiperOrigin-RevId: 321580134
    Source-Link: googleapis/googleapis@bbe5f05
    yoshi-automation authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    eea4593 View commit details
    Browse the repository at this point in the history
  5. feat: pass 'client_options' to base class ctor (#60)

    packaging: pin 'google-cloud-core >= 1.4.0'
    
    Closes #50.
    tseaver authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2575697 View commit details
    Browse the repository at this point in the history
  6. chore: release 1.14.0 (#62)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f6290c0 View commit details
    Browse the repository at this point in the history
Loading