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

bigtable: read and filter snippets #2707

Merged
merged 35 commits into from
Mar 12, 2020
Merged

bigtable: read and filter snippets #2707

merged 35 commits into from
Mar 12, 2020

Commits on Jun 7, 2019

  1. Bigtable write samples

    billyjacobson committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    87c68ae View commit details
    Browse the repository at this point in the history
  2. Cleaning up test

    billyjacobson committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    971e1b7 View commit details
    Browse the repository at this point in the history
  3. Fixing lint issues

    billyjacobson committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1176825 View commit details
    Browse the repository at this point in the history
  4. Fixing imports in test

    billyjacobson committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    a87606a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

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

Commits on Jun 20, 2019

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

Commits on Jun 24, 2019

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

Commits on Jan 7, 2020

  1. Merge branch 'master' into write-samples

    # Conflicts:
    #	bigtable/snippets/writes/requirements.txt
    #	bigtable/snippets/writes/writes_test.py
    billyjacobson committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    23f9fdc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Read snippets WIP

    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4a488a4 View commit details
    Browse the repository at this point in the history
  2. Cleanup bigtable python:

    Use new row types for mutations
    Update bigtable version in requirements
    Delete table after tests
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ffda58e View commit details
    Browse the repository at this point in the history
  3. Change bigtable cluster variable to bigtable instance for consistency

    Create and delete quickstart table during test
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    a60656f View commit details
    Browse the repository at this point in the history
  4. Fixing step size for metric scaler

    Create unique tables for quickstart tests
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0ddcb22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440b32c View commit details
    Browse the repository at this point in the history
  6. Creating fixtures for quickstart tests

    Fixing hb quickstart test output
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    8f67553 View commit details
    Browse the repository at this point in the history
  7. Fix quickstart extra delete table

    Update happybase to use direct row
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    659efb1 View commit details
    Browse the repository at this point in the history
  8. Use clearer instance names for tests

    Create unique instances for metric scaler tests
    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    5c05ec5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb042e7 View commit details
    Browse the repository at this point in the history
  10. Linting

    billyjacobson committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    151b72e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    d3371e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821a97a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    8f672f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf06f87 View commit details
    Browse the repository at this point in the history
  3. Lint

    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    74b7fe5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into bigtable-reads

    # Conflicts:
    #	bigtable/quickstart/requirements.txt
    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    3c250d8 View commit details
    Browse the repository at this point in the history
  5. Update module import

    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d2f5d58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02de5a3 View commit details
    Browse the repository at this point in the history
  7. Change scope to module

    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c0c4a78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ab8b33 View commit details
    Browse the repository at this point in the history
  9. sort cols

    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d7a5ef0 View commit details
    Browse the repository at this point in the history
  10. sort by cfs too

    billyjacobson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    93eb9e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

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

Commits on Feb 5, 2020

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

Commits on Feb 11, 2020

  1. Make requirements more specific to samples.

    LInt fixes
    billyjacobson committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    31dfa4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781155c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

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