Skip to content
This repository was archived by the owner on Sep 5, 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-securitycenter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: googleapis/python-securitycenter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 8 commits
  • 48 files changed
  • 5 contributors

Commits on Oct 8, 2020

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

Commits on Oct 9, 2020

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

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    c7e301f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11aef56 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

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

Commits on Dec 15, 2020

  1. docs: add securitycenter prefix to samples, wrap published samples an…

    …d repl… (#85)
    
    Standardizing Security Command Center samples to use 'securitycenter' prefixing. Wrapped existing samples to keep published doclinks unbroken, and fully replaced the ones that aren't published. Once this PR is through, published sample inclusions will be updated to use the new prefix, then I'll come through again and remove the unused block wraps.
    Strykrol authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    553dfbb View commit details
    Browse the repository at this point in the history
  2. feat(v1): add field severity to findings; add common resource helper;…

    … expose client tranport (#87)
    
    * 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.
    
    * chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for samples
    
    https://github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32
    
    `BUILD_SPECIFIC_GCLOUD_PROJECT` is an alternate project used for sample tests that do poorly with concurrent runs on the same project.
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Wed Sep 30 13:06:03 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4
    Source-Link: googleapis/synthtool@9b0da52
    
    * fix: switch all local LRO Go GAPIC deps to remote
    
    PiperOrigin-RevId: 338561467
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Thu Oct 22 15:29:48 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7391e775fd3620c1306b9677bfbcf6221d42f3c3
    Source-Link: googleapis/googleapis@7391e77
    
    * chore: update grpc dependency to v1.33.1
    
    PiperOrigin-RevId: 338646463
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Fri Oct 23 03:57:15 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 20b11dfe4538cd5da7b4c3dd7d2bf5b9922ff3ed
    Source-Link: googleapis/googleapis@20b11df
    
    * chore: upgrade to gapic-generator 0.35.9
    
    PiperOrigin-RevId: 339292950
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Tue Oct 27 11:32:46 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 07d41a7e5cade45aba6f0d277c89722b48f2c956
    Source-Link: googleapis/googleapis@07d41a7
    
    * fix: remove client recv msg limit fix: add enums to `types/__init__.py`
    
    PiperOrigin-RevId: 347055288
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Fri Dec 11 12:44:37 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907
    Source-Link: googleapis/googleapis@dd372aa
    
    * feat: added field severity to findings in v1 API
    
    Clients will now see a new field, severity, on findings. They will also be able to filter and group by severity on ListFinding and GroupFinding API calls.
    
    PiperOrigin-RevId: 347410691
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Mon Dec 14 10:08:23 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: e9135d3cb8a99f77ee2ba3318ebc2c9b807581d0
    Source-Link: googleapis/googleapis@e9135d3
    yoshi-automation authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    e28b8e2 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.1.0 (#89)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [1.1.0](https://www.github.com/googleapis/python-securitycenter/compare/v1.0.0...v1.1.0) (2020-12-15)
    
    
    ### Features
    
    * **v1:** add field severity to findings; add common resource helper; expose client tranport ([#87](https://www.github.com/googleapis/python-securitycenter/issues/87)) ([e28b8e2](https://www.github.com/googleapis/python-securitycenter/commit/e28b8e24ac8a01a3db95decf21a635b046ecce97)), closes [/github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32](https://www.github.com/googleapis//github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py/issues/L27-L32)
    
    
    ### Documentation
    
    * add securitycenter prefix to samples, wrap published samples and repl… ([#85](https://www.github.com/googleapis/python-securitycenter/issues/85)) ([553dfbb](https://www.github.com/googleapis/python-securitycenter/commit/553dfbb89f7e72ad280aaa5d59cc4a054aa1948e))
    * update documentation on severity ([#72](https://www.github.com/googleapis/python-securitycenter/issues/72)) ([4ba96b2](https://www.github.com/googleapis/python-securitycenter/commit/4ba96b268d92eb57b816593b1fb968f269ed188e))
    * update snippets_findings tags ([#78](https://www.github.com/googleapis/python-securitycenter/issues/78)) ([c7e301f](https://www.github.com/googleapis/python-securitycenter/commit/c7e301f0d45d2e3d04263df63a515b52ce0391b3))
    * update snippets_list_assets tags ([#77](https://www.github.com/googleapis/python-securitycenter/issues/77)) ([11aef56](https://www.github.com/googleapis/python-securitycenter/commit/11aef56a0a9cf281e0d647d64d72c921e4b837d0))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    73e5b49 View commit details
    Browse the repository at this point in the history
Loading