Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

feat: Migrate API client to Microgenerator #54

Merged
merged 29 commits into from Aug 20, 2020

Commits on May 10, 2019

  1. Add samples for Data Catalog lookup_entry [(#2148)](GoogleCloudPlatfo…

    …rm/python-docs-samples#2148)
    
    * Add samples for Data Catalog lookup_entry
    
    * Add tests for Data Catalog lookup_entry
    
    * Add samples for lookup_entry by SQL Resource
    
    * Add README.rst
    
    * Improve command line interface
    
    * Removed the "lookup-" prefix from commands
    * Handle the --sql-resource optional argument by subparsers
    
    * Refer to GCP public assets in tests
    Ricardo Mendes authored and tswast committed May 10, 2019
    Copy the full SHA
    d15145b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

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

Commits on Oct 23, 2019

  1. Adds updates including compute [(#2436)](GoogleCloudPlatform/python-d…

    …ocs-samples#2436)
    
    * Adds updates including compute
    
    * Python 2 compat pytest
    
    * Fixing weird \r\n issue from GH merge
    
    * Put asset tests back in
    
    * Re-add pod operator test
    
    * Hack parameter for k8s pod operator
    gguuss authored and crwilcox committed Oct 23, 2019
    Copy the full SHA
    45dfe60 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Auto-update dependencies. [(#2005)](GoogleCloudPlatform/python-docs-s…

    …amples#2005)
    
    * Auto-update dependencies.
    
    * Revert update of appengine/flexible/datastore.
    
    * revert update of appengine/flexible/scipy
    
    * revert update of bigquery/bqml
    
    * revert update of bigquery/cloud-client
    
    * revert update of bigquery/datalab-migration
    
    * revert update of bigtable/quickstart
    
    * revert update of compute/api
    
    * revert update of container_registry/container_analysis
    
    * revert update of dataflow/run_template
    
    * revert update of datastore/cloud-ndb
    
    * revert update of dialogflow/cloud-client
    
    * revert update of dlp
    
    * revert update of functions/imagemagick
    
    * revert update of functions/ocr/app
    
    * revert update of healthcare/api-client/fhir
    
    * revert update of iam/api-client
    
    * revert update of iot/api-client/gcs_file_to_device
    
    * revert update of iot/api-client/mqtt_example
    
    * revert update of language/automl
    
    * revert update of run/image-processing
    
    * revert update of vision/automl
    
    * revert update testing/requirements.txt
    
    * revert update of vision/cloud-client/detect
    
    * revert update of vision/cloud-client/product_search
    
    * revert update of jobs/v2/api_client
    
    * revert update of jobs/v3/api_client
    
    * revert update of opencensus
    
    * revert update of translate/cloud-client
    
    * revert update to speech/cloud-client
    
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    Co-authored-by: Doug Mahugh <dmahugh@gmail.com>
    3 people committed Dec 21, 2019
    Copy the full SHA
    8acdfd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. chore(deps): update dependency google-cloud-datacatalog to v0.6.0 [(#…

    …3069)](GoogleCloudPlatform/python-docs-samples#3069)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-datacatalog](https://togithub.com/googleapis/python-datacatalog) | minor | `==0.5.0` -> `==0.6.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datacatalog</summary>
    
    ### [`v0.6.0`](https://togithub.com/googleapis/python-datacatalog/blob/master/CHANGELOG.md#&#8203;060httpswwwgithubcomgoogleapispython-datacatalogcomparev050v060-2020-02-24)
    
    [Compare Source](https://togithub.com/googleapis/python-datacatalog/compare/v0.5.0...v0.6.0)
    
    ##### Features
    
    -   **datacatalog:** add sample for create a fileset entry quickstart ([#&#8203;9977](https://www.github.com/googleapis/python-datacatalog/issues/9977)) ([16eaf4b](https://www.github.com/googleapis/python-datacatalog/commit/16eaf4b16cdc0ce7361afb1d8dac666cea2a9db0))
    -   **datacatalog:** undeprecate resource name helper methods, bump copyright year to 2020, tweak docstring formatting (via synth) ([#&#8203;10228](https://www.github.com/googleapis/python-datacatalog/issues/10228)) ([84e5e7c](https://www.github.com/googleapis/python-datacatalog/commit/84e5e7c340fa189ce4cffca4fdee82cc7ded9f70))
    -   add `list_entry_groups`, `list_entries`, `update_entry_group` methods to v1beta1 (via synth) ([#&#8203;6](https://www.github.com/googleapis/python-datacatalog/issues/6)) ([b51902e](https://www.github.com/googleapis/python-datacatalog/commit/b51902e26d590f52c9412756a178265850b7d516))
    
    ##### Bug Fixes
    
    -   **datacatalog:** deprecate resource name helper methods (via synth) ([#&#8203;9831](https://www.github.com/googleapis/python-datacatalog/issues/9831)) ([22db3f0](https://www.github.com/googleapis/python-datacatalog/commit/22db3f0683b8aca544cd96c0063dcc8157ad7335))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    renovate-bot committed Mar 10, 2020
    Copy the full SHA
    0edabe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Simplify noxfile setup. [(#2806)](GoogleCloudPlatform/python-docs-sam…

    …ples#2806)
    
    * chore(deps): update dependency requests to v2.23.0
    
    * Simplify noxfile and add version control.
    
    * Configure appengine/standard to only test Python 2.7.
    
    * Update Kokokro configs to match noxfile.
    
    * Add requirements-test to each folder.
    
    * Remove Py2 versions from everything execept appengine/standard.
    
    * Remove conftest.py.
    
    * Remove appengine/standard/conftest.py
    
    * Remove 'no-sucess-flaky-report' from pytest.ini.
    
    * Add GAE SDK back to appengine/standard tests.
    
    * Fix typo.
    
    * Roll pytest to python 2 version.
    
    * Add a bunch of testing requirements.
    
    * Remove typo.
    
    * Add appengine lib directory back in.
    
    * Add some additional requirements.
    
    * Fix issue with flake8 args.
    
    * Even more requirements.
    
    * Readd appengine conftest.py.
    
    * Add a few more requirements.
    
    * Even more Appengine requirements.
    
    * Add webtest for appengine/standard/mailgun.
    
    * Add some additional requirements.
    
    * Add workaround for issue with mailjet-rest.
    
    * Add responses for appengine/standard/mailjet.
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    kurtisvg and renovate-bot committed Apr 2, 2020
    Copy the full SHA
    6edf172 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Update dependency google-cloud-datacatalog to v0.7.0 [(#3320)](Google…

    …CloudPlatform/python-docs-samples#3320)
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    renovate-bot and busunkim96 committed Apr 9, 2020
    Copy the full SHA
    c42616a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Update Data Catalog samples to V1 [(#3382)](GoogleCloudPlatform/pytho…

    …n-docs-samples#3382)
    
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    mesmacosta and Takashi Matsuo committed Apr 23, 2020
    Copy the full SHA
    9f14362 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Copy the full SHA
    978ba8a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Copy the full SHA
    7ecbb87 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. chore(deps): update dependency pytest to v5.4.3 [(#4279)](GoogleCloud…

    …Platform/python-docs-samples#4279)
    
    * chore(deps): update dependency pytest to v5.4.3
    
    * specify pytest for python 2 in appengine
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    renovate-bot and leahecole committed Jul 12, 2020
    Copy the full SHA
    796d0fd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Copy the full SHA
    6e3ce9a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Copy the full SHA
    cb9c41e View commit details
    Browse the repository at this point in the history
  2. chore: update templates

    hkdevandla committed Aug 12, 2020
    Copy the full SHA
    bc14411 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. chore: update templates

    hkdevandla committed Aug 13, 2020
    Copy the full SHA
    f570d73 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Copy the full SHA
    81b11fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d5904a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3f89158 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    09d02eb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f988dfd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bbbde39 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Samples tests

    hkdevandla committed Aug 15, 2020
    Copy the full SHA
    972ce0c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. fix samples tests

    hkdevandla committed Aug 17, 2020
    Copy the full SHA
    4403214 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Copy the full SHA
    01d07f5 View commit details
    Browse the repository at this point in the history
  2. docs update

    hkdevandla committed Aug 18, 2020
    Copy the full SHA
    7981014 View commit details
    Browse the repository at this point in the history
  3. fix docs

    hkdevandla committed Aug 18, 2020
    Copy the full SHA
    2038912 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. fix docs

    hkdevandla committed Aug 19, 2020
    Copy the full SHA
    cf28425 View commit details
    Browse the repository at this point in the history
  2. fix docs

    hkdevandla committed Aug 19, 2020
    Copy the full SHA
    86cb41d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    188fb41 View commit details
    Browse the repository at this point in the history