Thanks to visit codestin.com
Credit goes to github.com

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-os-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: googleapis/python-os-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 5 commits
  • 52 files changed
  • 5 contributors

Commits on Jun 20, 2020

  1. feat: add async client (#8)

    * 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.
    
    * fix(python): change autodoc_default_flags to autodoc_default_options
    
    Source-Author: HemangChothani <[email protected]>
    Source-Date: Thu Jun 18 22:50:02 2020 +0530
    Source-Repo: googleapis/synthtool
    Source-Sha: cd522c3b4dde821766d95c80ae5aeb43d7a41170
    Source-Link: googleapis/synthtool@cd522c3
    
    * test: update tests for async
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    yoshi-automation and busunkim96 authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    33f46ba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. tests: add system tests for OS Config service v1 (#19)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-os-config/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    
    Tested by running `export PROJECT_ID="..."` then `nox -s system-3.7`.
    wj-chen authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5ddbc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

Commits on Nov 18, 2020

  1. feat!: add patch rollout to patch deployments; rename attributes that…

    … conflict with builtins; add common resource path helpers; make client transport public (#24)
    
    * 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.
    
    * docs: Fix several broken links in reference documentation
    
    PiperOrigin-RevId: 317658441
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Mon Jun 22 08:26:49 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 02c23d62c7a133608fcf6ea33aea90ed0e0d098a
    Source-Link: googleapis/googleapis@02c23d6
    
    * feat: Added PatchRollout feature to PatchDeployments feat: Added Inventory proto definitions for VM Manager Inventory.
    
    PiperOrigin-RevId: 341842584
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Wed Nov 11 09:10:56 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 4b0ad15b0ff483486ae90d73092e7be00f8c1848
    Source-Link: googleapis/googleapis@4b0ad15
    
    * chore: update synth.py, regen
    
    * docs: fix docstring in async_client
    
    * test: fix system test
    
    * test: fix the other system test
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    yoshi-automation and busunkim96 authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4d8605e View commit details
    Browse the repository at this point in the history
  2. chore: release 1.0.0 (#26)

    * chore: release 1.0.0
    
    * Update CHANGELOG.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <[email protected]>
    release-please[bot] and busunkim96 authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b84dce0 View commit details
    Browse the repository at this point in the history
Loading