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/gapic-generator-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.61.0
Choose a base ref
...
head repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.62.0
Choose a head ref
  • 8 commits
  • 116 files changed
  • 6 contributors

Commits on Jan 28, 2022

  1. chore: serialize fragment tests (#1164)

    Occasionally the fragment test nox target trips over its feet when
    running concurrently.
    
    This change makes the tests serial by default.
    software-dov authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d84e541 View commit details
    Browse the repository at this point in the history
  2. feat: expose extended operations annotations within generator (#1145)

    * feat: full diregapic LROs
    
    WIP add test, test fails
    
    * Style check
    
    * Integrate reviews
    
    * Failures
    
    * Mypy
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    software-dov and parthea authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e7bee70 View commit details
    Browse the repository at this point in the history
  3. fix(snippetgen): remove special handling for resource paths (#1134)

    There are some bugs in this implementation that stop generation
    in some APIs and result in incorrect snippets getting generated
    for others. Back out this feature for now so we can move forward
    with enabling snippetgen for all APIs.
    busunkim96 authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4ea2d11 View commit details
    Browse the repository at this point in the history
  4. fix: fix snippetgen golden file (#1170)

    I accidentally merged #1134 without updating the golden files for snippetgen. This PR updates the golden files and marks the 'snippetgen' check required.
    busunkim96 authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    13b2028 View commit details
    Browse the repository at this point in the history
  5. fix: add special method parameters to set of reserved module names (#…

    …1168)
    
    Ignoring flattened parameters, there are four special parameters to
    all client methods:
    * request
    * retry
    * timeout
    * metadata
    
    These cannot conflict with module names, and so the module names must
    be disambiguated.
    software-dov authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8078961 View commit details
    Browse the repository at this point in the history
  6. feat: adds REST server-streaming support. (#1120)

    Aza Tulepbergenov authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    812cf3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28e2fd4 View commit details
    Browse the repository at this point in the history
  8. chore(main): release 0.62.0 (#1166)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.62.0](v0.61.0...v0.62.0) (2022-01-28)
    
    
    ### Features
    
    * adds REST server-streaming support. ([#1120](#1120)) ([812cf3e](812cf3e))
    * expose extended operations annotations within generator ([#1145](#1145)) ([e7bee70](e7bee70))
    
    
    ### Bug Fixes
    
    * add special method parameters to set of reserved module names ([#1168](#1168)) ([8078961](8078961))
    * fix snippetgen golden file ([#1170](#1170)) ([13b2028](13b2028))
    * **snippetgen:** remove special handling for resource paths ([#1134](#1134)) ([4ea2d11](4ea2d11))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4f4ad39 View commit details
    Browse the repository at this point in the history
Loading