Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add samples from bigtable #38

Merged
merged 185 commits into from Jun 4, 2020

Commits on Jun 9, 2016

  1. Add Bigtable hello world sample. [(googleapis#371)](GoogleCloudPlatfo…

    …rm/python-docs-samples#371)
    
    * Add Bigtable hello world sample.
    * Update secrets for Bigtable tests.
    tswast authored and Jon Wayne Parrott committed Jun 9, 2016
    Copy the full SHA
    145b728 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Add region tags to bigtable/hello sample.

    Also, change the sample to use sequential keys (with a disclaimer) to
    match the Java sample. I had forgotten to add a sample usage to get a
    specific row, so add that, too.
    tswast committed Jun 15, 2016
    Copy the full SHA
    f58c6a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#376 from GoogleCloudPlatform/tswast-big…

    …table
    
    Add region tags to bigtable/hello sample.
    tswast committed Jun 15, 2016
    Copy the full SHA
    a6ec866 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Close HappyBase connection in bigtable/hello sample.

    I noticed that the `bigtable/hello` sample was not quitting when I sent
    a `Ctrl-C` this should fix that problem.
    tswast committed Jun 16, 2016
    Copy the full SHA
    c86fa39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#377 from GoogleCloudPlatform/tswast-big…

    …table
    
    Close HappyBase connection in bigtable/hello sample.
    waprin committed Jun 16, 2016
    Copy the full SHA
    0a90b7c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Copy the full SHA
    6910136 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    66e60d8 View commit details
    Browse the repository at this point in the history
  3. bigtable: add raw gcloud-python hello sample.

    This sample uses the "raw" [gcloud-python Cloud Bigtable
    package](https://googlecloudplatform.github.io/gcloud-python/stable/bigtable-usage.html).
    tswast committed Jun 24, 2016
    Copy the full SHA
    364b942 View commit details
    Browse the repository at this point in the history
  4. bigtable: add raw gcloud-python hello sample.

    This sample uses the "raw" [gcloud-python Cloud Bigtable
    package](https://googlecloudplatform.github.io/gcloud-python/stable/bigtable-usage.html).
    tswast committed Jun 24, 2016
    Copy the full SHA
    ffc5a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Merge pull request googleapis#384 from GoogleCloudPlatform/tswast-big…

    …table
    
    bigtable: add raw gcloud-python hello sample.
    tswast committed Jun 27, 2016
    Copy the full SHA
    411fea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#384 from GoogleCloudPlatform/tswast-big…

    …table
    
    bigtable: add raw gcloud-python hello sample.
    tswast committed Jun 27, 2016
    Copy the full SHA
    0dd3fcf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Update Bigtable samples to v2.

    Table of Contents generated with:
    
        doctoc --title '**Table of Contents**' bigtable
    
    Needs to wait for next gcloud-python launch. Tested locally with a
    previous version of grpcio.
    tswast committed Jun 29, 2016
    Copy the full SHA
    379198d View commit details
    Browse the repository at this point in the history
  2. Update Bigtable samples to v2.

    Table of Contents generated with:
    
        doctoc --title '**Table of Contents**' bigtable
    
    Needs to wait for next gcloud-python launch. Tested locally with a
    previous version of grpcio.
    tswast committed Jun 29, 2016
    Copy the full SHA
    abce050 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#392 from GoogleCloudPlatform/tswast-big…

    …table-v2
    
    Update Bigtable samples to v2.
    tswast committed Jun 29, 2016
    Copy the full SHA
    10e5993 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#392 from GoogleCloudPlatform/tswast-big…

    …table-v2
    
    Update Bigtable samples to v2.
    tswast committed Jun 29, 2016
    Copy the full SHA
    95e9fcd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Copy the full SHA
    3faf782 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d0d31cd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Remove grpc-python3 hackiness

    Change-Id: I6bf9a8acb9ba7d067b3095b5857094cbc322ff58
    Jon Wayne Parrott committed Aug 17, 2016
    Copy the full SHA
    2a7c3d9 View commit details
    Browse the repository at this point in the history
  2. Remove grpc-python3 hackiness

    Change-Id: I6bf9a8acb9ba7d067b3095b5857094cbc322ff58
    Jon Wayne Parrott committed Aug 17, 2016
    Copy the full SHA
    54ebe52 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Copy the full SHA
    4e64918 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1bee1aa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

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

Commits on Sep 26, 2016

  1. Copy the full SHA
    c6e5e35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d4bd55 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Copy the full SHA
    19f93ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3deaab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

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

Commits on Oct 24, 2016

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

Commits on Nov 15, 2016

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

Commits on Dec 7, 2016

  1. Fix bigtable tests

    Change-Id: I49b68394ccd5133a64e019e91d1ec0529ffd64b3
    Jon Wayne Parrott committed Dec 7, 2016
    Copy the full SHA
    1b10f53 View commit details
    Browse the repository at this point in the history
  2. Fix bigtable tests

    Change-Id: I49b68394ccd5133a64e019e91d1ec0529ffd64b3
    Jon Wayne Parrott committed Dec 7, 2016
    Copy the full SHA
    7244b19 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Copy the full SHA
    84ca2bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e6465bf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Copy the full SHA
    29f4ee4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf532d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Remove cloud config fixture [(googleapis#887)](GoogleCloudPlatform/py…

    …thon-docs-samples#887)
    
    * Remove cloud config fixture
    
    * Fix client secrets
    
    * Fix bigtable instance
    Jon Wayne Parrott authored and dpebot committed Apr 4, 2017
    Copy the full SHA
    7f0cf8f View commit details
    Browse the repository at this point in the history
  2. Remove cloud config fixture [(googleapis#887)](GoogleCloudPlatform/py…

    …thon-docs-samples#887)
    
    * Remove cloud config fixture
    
    * Fix client secrets
    
    * Fix bigtable instance
    Jon Wayne Parrott authored and dpebot committed Apr 4, 2017
    Copy the full SHA
    52c4b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Auto-update dependencies. [(googleapis#914)](GoogleCloudPlatform/pyth…

    …on-docs-samples#914)
    
    * Auto-update dependencies.
    
    * xfail the error reporting test
    
    * Fix lint
    dpebot authored and Jon Wayne Parrott committed Apr 24, 2017
    Copy the full SHA
    85dcc76 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(googleapis#914)](GoogleCloudPlatform/pyth…

    …on-docs-samples#914)
    
    * Auto-update dependencies.
    
    * xfail the error reporting test
    
    * Fix lint
    dpebot authored and Jon Wayne Parrott committed Apr 24, 2017
    Copy the full SHA
    3aa75b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Re-generate all readmes

    Jon Wayne Parrott committed Apr 27, 2017
    Copy the full SHA
    9ffb8ce View commit details
    Browse the repository at this point in the history
  2. Re-generate all readmes

    Jon Wayne Parrott committed Apr 27, 2017
    Copy the full SHA
    69513c9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Auto-update dependencies. [(googleapis#922)](GoogleCloudPlatform/pyth…

    …on-docs-samples#922)
    
    * Auto-update dependencies.
    
    * Fix pubsub iam samples
    dpebot authored and Jon Wayne Parrott committed May 1, 2017
    Copy the full SHA
    8531923 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(googleapis#922)](GoogleCloudPlatform/pyth…

    …on-docs-samples#922)
    
    * Auto-update dependencies.
    
    * Fix pubsub iam samples
    dpebot authored and Jon Wayne Parrott committed May 1, 2017
    Copy the full SHA
    8b8ef77 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fix README rst links [(#962)](GoogleCloudPlatform/python-docs-samples…

    …#962)
    
    * Fix README rst links
    
    * Update all READMEs
    waprin committed May 24, 2017
    Copy the full SHA
    5d3598c View commit details
    Browse the repository at this point in the history
  2. Fix README rst links [(#962)](GoogleCloudPlatform/python-docs-samples…

    …#962)
    
    * Fix README rst links
    
    * Update all READMEs
    waprin committed May 24, 2017
    Copy the full SHA
    7f6a7b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

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

    …amples#1004)
    
    * Auto-update dependencies.
    
    * Fix natural language samples
    
    * Fix pubsub iam samples
    
    * Fix language samples
    
    * Fix bigquery samples
    dpebot authored and Jon Wayne Parrott committed Jun 27, 2017
    Copy the full SHA
    e0bef9b View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1004)](GoogleCloudPlatform/python-docs-s…

    …amples#1004)
    
    * Auto-update dependencies.
    
    * Fix natural language samples
    
    * Fix pubsub iam samples
    
    * Fix language samples
    
    * Fix bigquery samples
    dpebot authored and Jon Wayne Parrott committed Jun 27, 2017
    Copy the full SHA
    b7140e0 View commit details
    Browse the repository at this point in the history
  3. Update Bigtable Programmatic Scaling Example [(#1003)](GoogleCloudPla…

    …tform/python-docs-samples#1003)
    
    * Update Bigtable Programmatic Scaling Example
    
    * Rename "autoscaling" to "metricscaler" and the the term "programmatic
    scaling"
    * Remove `strategies.py` to simplify example
    * Fix wrong sleep length bug
    * Add maximum node count
    
    * hegemonic review
    waprin committed Jun 27, 2017
    Copy the full SHA
    b7e42e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

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

    …amples#1005)
    
    * Auto-update dependencies.
    
    * Fix bigtable lint
    
    * Fix IOT iam interaction
    dpebot authored and Jon Wayne Parrott committed Jun 28, 2017
    Copy the full SHA
    ec00c3b View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1005)](GoogleCloudPlatform/python-docs-s…

    …amples#1005)
    
    * Auto-update dependencies.
    
    * Fix bigtable lint
    
    * Fix IOT iam interaction
    dpebot authored and Jon Wayne Parrott committed Jun 28, 2017
    Copy the full SHA
    454caf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

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

    dpebot authored and Jon Wayne Parrott committed Jul 20, 2017
    Copy the full SHA
    341cf47 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

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

    …amples#1055)
    
    * Auto-update dependencies.
    
    * Explicitly use latest bigtable client
    
    Change-Id: Id71e9e768f020730e4ca9514a0d7ebaa794e7d9e
    
    * Revert language update for now
    
    Change-Id: I8867f154e9a5aae00d0047c9caf880e5e8f50c53
    
    * Remove pdb. smh
    
    Change-Id: I5ff905fadc026eebbcd45512d4e76e003e3b2b43
    dpebot authored and Jon Wayne Parrott committed Aug 7, 2017
    Copy the full SHA
    5a9cf42 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1055)](GoogleCloudPlatform/python-docs-s…

    …amples#1055)
    
    * Auto-update dependencies.
    
    * Explicitly use latest bigtable client
    
    Change-Id: Id71e9e768f020730e4ca9514a0d7ebaa794e7d9e
    
    * Revert language update for now
    
    Change-Id: I8867f154e9a5aae00d0047c9caf880e5e8f50c53
    
    * Remove pdb. smh
    
    Change-Id: I5ff905fadc026eebbcd45512d4e76e003e3b2b43
    dpebot authored and Jon Wayne Parrott committed Aug 7, 2017
    Copy the full SHA
    7b132db View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1055)](GoogleCloudPlatform/python-docs-s…

    …amples#1055)
    
    * Auto-update dependencies.
    
    * Explicitly use latest bigtable client
    
    Change-Id: Id71e9e768f020730e4ca9514a0d7ebaa794e7d9e
    
    * Revert language update for now
    
    Change-Id: I8867f154e9a5aae00d0047c9caf880e5e8f50c53
    
    * Remove pdb. smh
    
    Change-Id: I5ff905fadc026eebbcd45512d4e76e003e3b2b43
    dpebot authored and Jon Wayne Parrott committed Aug 7, 2017
    Copy the full SHA
    31cb9b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

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

Commits on Aug 29, 2017

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

    …amples#1093)
    
    * Auto-update dependencies.
    
    * Fix storage notification poll sample
    
    Change-Id: I6afbc79d15e050531555e4c8e51066996717a0f3
    
    * Fix spanner samples
    
    Change-Id: I40069222c60d57e8f3d3878167591af9130895cb
    
    * Drop coverage because it's not useful
    
    Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522
    
    * Try again to fix flaky logging test
    
    Change-Id: I6225c074701970c17c426677ef1935bb6d7e36b4
    dpebot authored and Jon Wayne Parrott committed Aug 29, 2017
    Copy the full SHA
    2ae4ae7 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1093)](GoogleCloudPlatform/python-docs-s…

    …amples#1093)
    
    * Auto-update dependencies.
    
    * Fix storage notification poll sample
    
    Change-Id: I6afbc79d15e050531555e4c8e51066996717a0f3
    
    * Fix spanner samples
    
    Change-Id: I40069222c60d57e8f3d3878167591af9130895cb
    
    * Drop coverage because it's not useful
    
    Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522
    
    * Try again to fix flaky logging test
    
    Change-Id: I6225c074701970c17c426677ef1935bb6d7e36b4
    dpebot authored and Jon Wayne Parrott committed Aug 29, 2017
    Copy the full SHA
    0be2e50 View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1093)](GoogleCloudPlatform/python-docs-s…

    …amples#1093)
    
    * Auto-update dependencies.
    
    * Fix storage notification poll sample
    
    Change-Id: I6afbc79d15e050531555e4c8e51066996717a0f3
    
    * Fix spanner samples
    
    Change-Id: I40069222c60d57e8f3d3878167591af9130895cb
    
    * Drop coverage because it's not useful
    
    Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522
    
    * Try again to fix flaky logging test
    
    Change-Id: I6225c074701970c17c426677ef1935bb6d7e36b4
    dpebot authored and Jon Wayne Parrott committed Aug 29, 2017
    Copy the full SHA
    d971a62 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

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

    …amples#1094)
    
    * Auto-update dependencies.
    
    * Relax assertions in the ocr_nl sample
    
    Change-Id: I6d37e5846a8d6dd52429cb30d501f448c52cbba1
    
    * Drop unused logging apiary samples
    
    Change-Id: I545718283773cb729a5e0def8a76ebfa40829d51
    dpebot authored and Jon Wayne Parrott committed Aug 30, 2017
    Copy the full SHA
    a78fbde View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1094)](GoogleCloudPlatform/python-docs-s…

    …amples#1094)
    
    * Auto-update dependencies.
    
    * Relax assertions in the ocr_nl sample
    
    Change-Id: I6d37e5846a8d6dd52429cb30d501f448c52cbba1
    
    * Drop unused logging apiary samples
    
    Change-Id: I545718283773cb729a5e0def8a76ebfa40829d51
    dpebot authored and Jon Wayne Parrott committed Aug 30, 2017
    Copy the full SHA
    64290b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Update all generated readme auth instructions [(#1121)](GoogleCloudPl…

    …atform/python-docs-samples#1121)
    
    Change-Id: I03b5eaef8b17ac3dc3c0339fd2c7447bd3e11bd2
    Jon Wayne Parrott committed Sep 18, 2017
    Copy the full SHA
    17fa85e View commit details
    Browse the repository at this point in the history
  2. Update all generated readme auth instructions [(#1121)](GoogleCloudPl…

    …atform/python-docs-samples#1121)
    
    Change-Id: I03b5eaef8b17ac3dc3c0339fd2c7447bd3e11bd2
    Jon Wayne Parrott committed Sep 18, 2017
    Copy the full SHA
    98b26a6 View commit details
    Browse the repository at this point in the history
  3. Update all generated readme auth instructions [(#1121)](GoogleCloudPl…

    …atform/python-docs-samples#1121)
    
    Change-Id: I03b5eaef8b17ac3dc3c0339fd2c7447bd3e11bd2
    Jon Wayne Parrott committed Sep 18, 2017
    Copy the full SHA
    f647622 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

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

Commits on Oct 12, 2017

  1. Added Link to Python Setup Guide [(#1158)](GoogleCloudPlatform/python…

    …-docs-samples#1158)
    
    * Update Readme.rst to add Python setup guide
    
    As requested in b/64770713.
    
    This sample is linked in documentation https://cloud.google.com/bigtable/docs/scaling, and it would make more sense to update the guide here than in the documentation.
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update install_deps.tmpl.rst
    
    * Updated readmegen scripts and re-generated related README files
    
    * Fixed the lint error
    michaelawyu authored and Jon Wayne Parrott committed Oct 12, 2017
    Copy the full SHA
    bc3f89a View commit details
    Browse the repository at this point in the history
  2. Added Link to Python Setup Guide [(#1158)](GoogleCloudPlatform/python…

    …-docs-samples#1158)
    
    * Update Readme.rst to add Python setup guide
    
    As requested in b/64770713.
    
    This sample is linked in documentation https://cloud.google.com/bigtable/docs/scaling, and it would make more sense to update the guide here than in the documentation.
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update install_deps.tmpl.rst
    
    * Updated readmegen scripts and re-generated related README files
    
    * Fixed the lint error
    michaelawyu authored and Jon Wayne Parrott committed Oct 12, 2017
    Copy the full SHA
    d9b6042 View commit details
    Browse the repository at this point in the history
  3. Added Link to Python Setup Guide [(#1158)](GoogleCloudPlatform/python…

    …-docs-samples#1158)
    
    * Update Readme.rst to add Python setup guide
    
    As requested in b/64770713.
    
    This sample is linked in documentation https://cloud.google.com/bigtable/docs/scaling, and it would make more sense to update the guide here than in the documentation.
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update README.rst
    
    * Update install_deps.tmpl.rst
    
    * Updated readmegen scripts and re-generated related README files
    
    * Fixed the lint error
    michaelawyu authored and Jon Wayne Parrott committed Oct 12, 2017
    Copy the full SHA
    f89e5c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Copy the full SHA
    55cfa2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b28cf71 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3fee3c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

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

    …amples#1199)
    
    * Auto-update dependencies.
    
    * Fix iot lint
    
    Change-Id: I6289e093bdb35e38f9e9bfc3fbc3df3660f9a67e
    dpebot authored and Jon Wayne Parrott committed Nov 6, 2017
    Copy the full SHA
    eb70b41 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1199)](GoogleCloudPlatform/python-docs-s…

    …amples#1199)
    
    * Auto-update dependencies.
    
    * Fix iot lint
    
    Change-Id: I6289e093bdb35e38f9e9bfc3fbc3df3660f9a67e
    dpebot authored and Jon Wayne Parrott committed Nov 6, 2017
    Copy the full SHA
    3d68e30 View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1199)](GoogleCloudPlatform/python-docs-s…

    …amples#1199)
    
    * Auto-update dependencies.
    
    * Fix iot lint
    
    Change-Id: I6289e093bdb35e38f9e9bfc3fbc3df3660f9a67e
    dpebot authored and Jon Wayne Parrott committed Nov 6, 2017
    Copy the full SHA
    6fa24e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Copy the full SHA
    51e1326 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    efbea4f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1c3db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

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

    …amples#1377)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    dpebot authored and Jon Wayne Parrott committed Mar 5, 2018
    Copy the full SHA
    cc017cd View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1377)](GoogleCloudPlatform/python-docs-s…

    …amples#1377)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    dpebot authored and Jon Wayne Parrott committed Mar 5, 2018
    Copy the full SHA
    e877cfc View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1377)](GoogleCloudPlatform/python-docs-s…

    …amples#1377)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    dpebot authored and Jon Wayne Parrott committed Mar 5, 2018
    Copy the full SHA
    32e5358 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Copy the full SHA
    c58743d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0a8de5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5219348 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Copy the full SHA
    dd6d8d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dce0adf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f76a011 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

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

Commits on Jul 16, 2018

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

Commits on Aug 9, 2018

  1. Cloud Bigtable Quickstarts [(#1616)](GoogleCloudPlatform/python-docs-…

    …samples#1616)
    
    * quickstart
    
    * quickstart happybase
    
    * linting and making tests workˆ
    
    * Tidying up
    
    * Trigger
    
    * Fixes for Python3
    
    * Showing default values for the quickstart functions
    
    * Fix lint issue with indentation
    billyjacobson committed Aug 9, 2018
    Copy the full SHA
    eaab0fa View commit details
    Browse the repository at this point in the history
  2. Cloud Bigtable Quickstarts [(#1616)](GoogleCloudPlatform/python-docs-…

    …samples#1616)
    
    * quickstart
    
    * quickstart happybase
    
    * linting and making tests workˆ
    
    * Tidying up
    
    * Trigger
    
    * Fixes for Python3
    
    * Showing default values for the quickstart functions
    
    * Fix lint issue with indentation
    billyjacobson committed Aug 9, 2018
    Copy the full SHA
    5af7ab5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Bigtable: Update tableadmin sample to point to latest release. [(#166…

    …5)](GoogleCloudPlatform/python-docs-samples#1665)
    
    * Update tableadmin sample to point to latest release.
    
    * update tableadmin
    sangramql authored and billyjacobson committed Aug 31, 2018
    Copy the full SHA
    335f52e View commit details
    Browse the repository at this point in the history
  2. Bigtable: update helloworld example [(#1670)](GoogleCloudPlatform/pyt…

    …hon-docs-samples#1670)
    
    * Update helloworld example
    
    * Use iterable PartialRowsData
    sangramql authored and billyjacobson committed Aug 31, 2018
    Copy the full SHA
    7f41f1d View commit details
    Browse the repository at this point in the history
  3. Bigtable: Create Instanceadmin sample [(#1664)](GoogleCloudPlatform/p…

    …ython-docs-samples#1664)
    
    * Python instanceadmin sample
    
    instanceadmin python sample
    
    * Updated instanceadmin.py
    
    * modify instanceadmin as per comments
    
    * Update instanceadmin.py as per the local review comments.
    
    * Update instanceadmin
    
    * update instanceadmin, to fix ci failures.
    
    * update instanceadmin
    
    * update instanceadmin
    
    * Implement review comments
    sangramql authored and billyjacobson committed Aug 31, 2018
    Copy the full SHA
    4f33eaf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Upgrading the metrics query to the latest version [(#1674)](GoogleClo…

    …udPlatform/python-docs-samples#1674)
    
    * Upgrading the metrics query to the latest version
    
    * fix lint issues
    
    * Importing module not class
    billyjacobson committed Sep 4, 2018
    Copy the full SHA
    e73cfd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Fixed print statements [(#1755)](GoogleCloudPlatform/python-docs-samp…

    …les#1755)
    
    * Updated trampoline script to match latest version that cleans up files
    
    * Added newline to end of trampoline script
    
    * A quickstart test was missing requirements.txt
    
    * Replaced print statements with print function calls
    
    * Missed a print issue last time
    
    * Bad indent fixed
    engelke committed Oct 15, 2018
    Copy the full SHA
    da1fdc4 View commit details
    Browse the repository at this point in the history
  2. Fixed print statements [(#1755)](GoogleCloudPlatform/python-docs-samp…

    …les#1755)
    
    * Updated trampoline script to match latest version that cleans up files
    
    * Added newline to end of trampoline script
    
    * A quickstart test was missing requirements.txt
    
    * Replaced print statements with print function calls
    
    * Missed a print issue last time
    
    * Bad indent fixed
    engelke committed Oct 15, 2018
    Copy the full SHA
    6dfec67 View commit details
    Browse the repository at this point in the history
  3. Fixed print statements [(#1755)](GoogleCloudPlatform/python-docs-samp…

    …les#1755)
    
    * Updated trampoline script to match latest version that cleans up files
    
    * Added newline to end of trampoline script
    
    * A quickstart test was missing requirements.txt
    
    * Replaced print statements with print function calls
    
    * Missed a print issue last time
    
    * Bad indent fixed
    engelke committed Oct 15, 2018
    Copy the full SHA
    1f8dc93 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Making bigtable tests run successfully [(#1764)](GoogleCloudPlatform/…

    …python-docs-samples#1764)
    
    * Making bigtable tests run successfully
    
    * Fixed missing import
    
    * Renamed noxfile for new environment
    
    * Moving the nox name back
    engelke committed Oct 16, 2018
    Copy the full SHA
    3ad0d22 View commit details
    Browse the repository at this point in the history
  2. Making bigtable tests run successfully [(#1764)](GoogleCloudPlatform/…

    …python-docs-samples#1764)
    
    * Making bigtable tests run successfully
    
    * Fixed missing import
    
    * Renamed noxfile for new environment
    
    * Moving the nox name back
    engelke committed Oct 16, 2018
    Copy the full SHA
    2da1f53 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Added Bu Sun's updates, fixed some lint errors [(#1770)](GoogleCloudP…

    …latform/python-docs-samples#1770)
    
    * Added Bu Sun's updates, fixed some lint errors
    
    * Changes to use new nox version
    
    * Minor formatting to force a presubmit check to run
    
    * Ignore noxfile.py for tests
    
    * Clean up layout for lint
    engelke committed Oct 17, 2018
    Copy the full SHA
    0ee9934 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

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

Commits on Nov 20, 2018

  1. Copy the full SHA
    400261e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7604ff7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a017a98 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    41d669c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e3b7b6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3b10572 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Bigtable: add filter region tag to hello world [(#1878)](GoogleCloudP…

    …latform/python-docs-samples#1878)
    
    * use row.cell rather than row.cell_value in the example
    add 'filter' and 'dependencies' region tags
    
    * move the comment line
    AVaksman authored and billyjacobson committed Dec 3, 2018
    Copy the full SHA
    27d6927 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. [bigtable] Clean up quickstart comments and vars [(#1890)](GoogleClou…

    …dPlatform/python-docs-samples#1890)
    
    Clean up comments and variable names as this quickstart will be sourced
    directly into our quickstart docs.
    mbrukman authored and billyjacobson committed Dec 10, 2018
    Copy the full SHA
    2d8d2da View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

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

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    1a7aca2 View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    6051e8e View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    5f10851 View commit details
    Browse the repository at this point in the history
  4. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    2721bc1 View commit details
    Browse the repository at this point in the history
  5. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    28d9f9b View commit details
    Browse the repository at this point in the history
  6. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    8baed76 View commit details
    Browse the repository at this point in the history
  7. Auto-update dependencies. [(#1980)](GoogleCloudPlatform/python-docs-s…

    …amples#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and engelke committed Feb 6, 2019
    Copy the full SHA
    37cfcab View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. New library version to address failure. [(#2057)](GoogleCloudPlatform…

    …/python-docs-samples#2057)
    
    * New library version to address failure.
    
    * Encoded strings for library call
    
    * Give changes a bit longer to finish
    
    * fix lint error
    
    * Update main.py
    
    * Paren was missing
    engelke committed Mar 19, 2019
    Copy the full SHA
    264aeeb View commit details
    Browse the repository at this point in the history
  2. New library version to address failure. [(#2057)](GoogleCloudPlatform…

    …/python-docs-samples#2057)
    
    * New library version to address failure.
    
    * Encoded strings for library call
    
    * Give changes a bit longer to finish
    
    * fix lint error
    
    * Update main.py
    
    * Paren was missing
    engelke committed Mar 19, 2019
    Copy the full SHA
    33df9e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4dd74a5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8ef175a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Cloud Bigtable Region tag consistency [(#2018)](GoogleCloudPlatform/p…

    …ython-docs-samples#2018)
    
    * Updating the region tags to be consistent across Cloud Bigtable.
    
    Need to figure out filtering for happybase or rename
    
    * Remove happybase filter
    
    * Linting
    billyjacobson committed Apr 22, 2019
    Copy the full SHA
    53783fa View commit details
    Browse the repository at this point in the history
  2. Cloud Bigtable Region tag consistency [(#2018)](GoogleCloudPlatform/p…

    …ython-docs-samples#2018)
    
    * Updating the region tags to be consistent across Cloud Bigtable.
    
    Need to figure out filtering for happybase or rename
    
    * Remove happybase filter
    
    * Linting
    billyjacobson committed Apr 22, 2019
    Copy the full SHA
    e657b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Deflake bigtable and spanner tests. [(#2224)](GoogleCloudPlatform/pyt…

    …hon-docs-samples#2224)
    
    * Spanner doesn't actually promise the order of the results, so make the assertion work regardless of ordering.
    * Bigtable might need some more time to scale, so retry the assertion up to 10 times.
    theacodes committed Jun 14, 2019
    Copy the full SHA
    2fcd9ee View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Cloud Bigtable writes samples [(#2201)](GoogleCloudPlatform/python-do…

    …cs-samples#2201)
    
    * Bigtable write samples
    
    * Cleaning up test
    
    * Fixing lint issues
    
    * Fixing imports in test
    
    * Cleaning up samples and showing error handling
    
    * removing note about the row commit bug
    
    * Add fixture to write test
    
    * Use test fixtures to create and delete test tables.
    billyjacobson committed Jun 26, 2019
    Copy the full SHA
    8735f11 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
    bf7110c View commit details
    Browse the repository at this point in the history
  2. 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
    befd8bd View commit details
    Browse the repository at this point in the history
  3. 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
    58d52b2 View commit details
    Browse the repository at this point in the history
  4. 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
    bcaeee2 View commit details
    Browse the repository at this point in the history
  5. 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
    d2aa50a View commit details
    Browse the repository at this point in the history
  6. 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
    89bb033 View commit details
    Browse the repository at this point in the history
  7. 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
    f12d719 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
    407ddc4 View commit details
    Browse the repository at this point in the history
  2. 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
    d9d4f5d View commit details
    Browse the repository at this point in the history
  3. 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
    38cc39f View commit details
    Browse the repository at this point in the history
  4. 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
    581265e View commit details
    Browse the repository at this point in the history
  5. 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
    cddd38f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    9582bd9 View commit details
    Browse the repository at this point in the history
  2. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    44cb484 View commit details
    Browse the repository at this point in the history
  3. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    db69e4e View commit details
    Browse the repository at this point in the history
  4. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    161662c View commit details
    Browse the repository at this point in the history
  5. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    adeec1d View commit details
    Browse the repository at this point in the history
  6. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    07a67be View commit details
    Browse the repository at this point in the history
  7. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    d5c3fd6 View commit details
    Browse the repository at this point in the history
  8. Cleanup bigtable python examples [(#2692)](GoogleCloudPlatform/python…

    …-docs-samples#2692)
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * remove core dep
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    billyjacobson and leahecole committed Jan 9, 2020
    Copy the full SHA
    605b69d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

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

Commits on Mar 12, 2020

  1. bigtable: read and filter snippets [(#2707)](GoogleCloudPlatform/pyth…

    …on-docs-samples#2707)
    
    * Bigtable write samples
    
    * Cleaning up test
    
    * Fixing lint issues
    
    * Fixing imports in test
    
    * Cleaning up samples and showing error handling
    
    * removing note about the row commit bug
    
    * Add fixture to write test
    
    * Read snippets WIP
    
    * Cleanup bigtable python:
    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    
    * Change bigtable cluster variable to bigtable instance for consistency
    Create and delete quickstart table during test
    
    * Fixing step size for metric scaler
    Create unique tables for quickstart tests
    
    * Creating fixtures for quickstart tests
    Fixing hb quickstart test output
    
    * Fix quickstart extra delete table
    Update happybase to use direct row
    
    * Use clearer instance names for tests
    Create unique instances for metric scaler tests
    
    * Linting
    
    * get session issue in test sorted out
    
    * Read snippets with tests working
    
    * Filter snippets with tests working
    
    * Lint
    
    * Update module import
    
    * Fix bigtable instance env var
    
    * Change scope to module
    
    * Don't print empty parens
    
    * sort cols
    
    * sort by cfs too
    
    * Make requirements more specific to samples.
    LInt fixes
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Co-authored-by: Christopher Wilcox <crwilcox@google.com>
    3 people committed Mar 12, 2020
    Copy the full SHA
    e607168 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. bigtable/metricscaler: Add Dockerfile [(#3103)](GoogleCloudPlatform/p…

    …ython-docs-samples#3103)
    
    * bigtable/metricscaler: Add Dockerfile.
    * Add copyright header
    mattayes committed Mar 25, 2020
    Copy the full SHA
    2f724dd 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
    ec795b0 View commit details
    Browse the repository at this point in the history
  2. 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
    43635d7 View commit details
    Browse the repository at this point in the history
  3. 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
    582fc53 View commit details
    Browse the repository at this point in the history
  4. 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
    96fe287 View commit details
    Browse the repository at this point in the history
  5. 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
    e2af656 View commit details
    Browse the repository at this point in the history
  6. 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
    a796b24 View commit details
    Browse the repository at this point in the history
  7. 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
    f5a5f75 View commit details
    Browse the repository at this point in the history
  8. 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
    e6a740c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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

    …3459)](GoogleCloudPlatform/python-docs-samples#3459)
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    renovate-bot and leahecole committed Apr 22, 2020
    Copy the full SHA
    4731edb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. [bigtable] fix: wrap sample invocations with retries [(#3494)](Google…

    …CloudPlatform/python-docs-samples#3494)
    
    fix #3070
    
    Also added `BIGTABLE_INSTANCE` to testing/test-env.tmpl.sh
    Takashi Matsuo committed Apr 24, 2020
    Copy the full SHA
    59a8091 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. bigtable: Handle dev instances and use storage utilization in metric …

    …scaler [(#3119)](GoogleCloudPlatform/python-docs-samples#3119)
    
    * WIP handle development instances in metric scaler
    
    * use storage utilization and tested
    
    * Fix metric queries
    
    * remove tests for low storage util
    
    * cleanup metric query
    
    * EOF new line
    
    * use uuid instead of random
    
    * lint
    
    * fix uuid length
    
    * fix uuid length
    
    * fix uuid length (again)
    
    Co-authored-by: Christopher Wilcox <crwilcox@google.com>
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    3 people committed May 1, 2020
    Copy the full SHA
    17a126a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Copy the full SHA
    df0c68b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb5049f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c64517 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8669862 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    00ecb84 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bad127c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

    …3783)](GoogleCloudPlatform/python-docs-samples#3783)
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    renovate-bot and leahecole committed May 18, 2020
    Copy the full SHA
    c864c55 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. testing: various cleanups [(#3877)](GoogleCloudPlatform/python-docs-s…

    …amples#3877)
    
    * testing: various cleanups
    
    * [iap]: only run iap tests on Kokoro
    * [vision/automl]: use temporary directory for temporary files
    * [appengine/flexible/scipy]: use temporary directory
    * [bigtable/snippets/reads]: update pytest snapshot
    * [texttospeech/cloud-client]: added output.mp3 to .gitignore
    * [iot/api-client/gcs_file_to_device]: use temporary directory
    * [iot/api-client/mqtt_example]: use temporary directory
    * [logging/cloud-client]: use uuid and add backoff
    
    * use project directory with Trampoline V1
    Takashi Matsuo committed May 26, 2020
    Copy the full SHA
    120788d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Copy the full SHA
    221b3dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    35366bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca91114 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    88f7695 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    72e416c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    581915d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0db7e1b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    acda4ae View commit details
    Browse the repository at this point in the history
  9. chore: update templates

    busunkim96 committed May 28, 2020
    Copy the full SHA
    08af727 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    20b8d65 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a49623b View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5db4e5d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    83a4de4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d5a2d79 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9d02a9d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e12ffc5 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    d630ce0 View commit details
    Browse the repository at this point in the history
  18. docs: add multiprocessing

    busunkim96 committed May 28, 2020
    Copy the full SHA
    7cbedd8 View commit details
    Browse the repository at this point in the history