Skip to content
This repository was archived by the owner on Dec 31, 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-compute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: googleapis/python-compute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 5 commits
  • 357 files changed
  • 7 contributors

Commits on May 12, 2021

  1. chore: add library type to .repo-metadata.json (#47)

    * chore: add library type to .repo-metadata.json
    
    * Change library_type to `GAPIC_AUTO`
    parthea authored May 12, 2021
    Configuration menu
    Copy the full SHA
    c81bfa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore: remove fixup script (#59)

    This library was always generated with the microgenerator and does not need the fixup script.
    Fixes #58.
    busunkim96 authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ce057e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. feat: Adding code samples and tests for them (#55)

    * feat: Adding code samples and tests for them
    
    * chore: Remove unused import.
    
    * Update .github/CODEOWNERS
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * chore: Updating samples to meet reviewers suggestions.
    
    * chore: Fixing regions.
    
    * chore: Adjusting the testing scripts in .kokoro/samples.
    
    * Revert "chore: Adjusting the testing scripts in .kokoro/samples."
    
    This reverts commit 6d0b427
    
    * chore: Moving samples tests to dedicated noxfile.py.
    
    * chore: Adding 3.6 and 3.7 Python versions to samples noxfile.py
    
    * chore: Updating the Samples section to reflect new testing setup.
    
    * chore: Updating the Samples README.
    
    * chore: add standardized samples noxfile
    
    * chore: uncomment sections in synth.py
    
    * chore: Changing the waiting for operation part.
    
    * chore: Minor changes based on review.
    
    * README suggests using `gcloud auth application-default login` which is safer than Service Account key.
    * The name of created instance now starts with "quickstart-".
    * Changed one variable name.
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    Co-authored-by: Dina Graves Portman <dinagraves@google.com>
    4 people authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    14cd352 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. feat: Re-generated to pick up changes from googleapis-discovery with …

    …latest fixes (#60)
    
    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/0f625f7b-442c-437d-b302-e058ae94a188/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    
    Source-Link: googleapis/googleapis-discovery@6b01eb5
    Source-Link: googleapis/googleapis-discovery@347a817
    Source-Link: googleapis/googleapis-discovery@0e4b428
    
    chore: add x-goog-api-client header to rest clients
    feat: Raise GoogleAPICallError on REST response errors
    feat: remove support for google-api-core < 1.26.0
    yoshi-automation authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    01db23b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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