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

Service Directory python snippets #3456

Merged
merged 42 commits into from
Jul 24, 2020

Commits on Apr 16, 2020

  1. python snippets for service directory

    Rebecca Shaw committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1490a11 View commit details
    Browse the repository at this point in the history
  2. update requirements.txt to correct version

    Rebecca Shaw committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    390ee2d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. fix location constant

    Rebecca Shaw committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    29d9d19 View commit details
    Browse the repository at this point in the history
  2. limit scope of import of os, fix create namespace to not create endpo…

    …int instead
    Rebecca Shaw committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    aaa8360 View commit details
    Browse the repository at this point in the history
  3. add request metadata for grpc routing

    Rebecca Shaw committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9995dc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from rebeccawshaw/sd-python-doc-samples

    Service Directory python doc samples
    rebeccawshaw authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    80df034 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83b878d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    506c1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc3917 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-auth-oauthlib to v0.4.1 (Google…

    …CloudPlatform#2797)
    
    * chore(deps): update dependency google-auth-oauthlib to v0.4.1
    
    * resolve dependency finding errors
    
    * fix new matplotlib error
    
    Co-authored-by: Leah E. Cole <[email protected]>
    Co-authored-by: Leah Cole <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: Christopher Wilcox <[email protected]>
    5 people committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    33440b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a954aa7 View commit details
    Browse the repository at this point in the history
  5. chore: remove extra files

    busunkim96 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a429af0 View commit details
    Browse the repository at this point in the history
  6. remove extra files

    busunkim96 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    300370a View commit details
    Browse the repository at this point in the history
  7. take 2

    busunkim96 committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    420e8ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89a40fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    657b38d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

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

Commits on Jun 17, 2020

  1. add quickstart files,generate README.rst, remove metadata from snippe…

    …ts_test
    Rebecca Shaw committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    322e70b View commit details
    Browse the repository at this point in the history
  2. remove README.rst file

    Rebecca Shaw committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fb971a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dedabb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad957b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a9282 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. change the region tags to be set to 'us-east1', change the namespace …

    …test to be a fixture
    Rebecca Shaw committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    c3a32fe View commit details
    Browse the repository at this point in the history
  2. change test to fixture

    Rebecca Shaw committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    36b2da6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 16, 2020

  1. change strings to f-strings, make namespace, service, and endpoint id…

    …s unique
    Rebecca Shaw committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    8a991f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd2ef68 View commit details
    Browse the repository at this point in the history
  3. missed an f-string, added it to delete namespace

    Rebecca Shaw committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a64af6d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. move list_namespace fixture into namespace fixture, remove unnecessar…

    …y import
    Rebecca Shaw committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    63e36f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

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

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    f37d48d View commit details
    Browse the repository at this point in the history
  2. add generated README.rst file

    Rebecca Shaw committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    542910a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. add requirements to readme and regenerate the file

    Rebecca Shaw committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e393114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3d5b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40334b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. fix linter errors

    Rebecca Shaw committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c9d52f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b54713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807730c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f42d08 View commit details
    Browse the repository at this point in the history
  5. only delete the namespace created upon teardown

    Rebecca Shaw committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    6680dc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    083801a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f0f27b View commit details
    Browse the repository at this point in the history