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

feat: add retry/timeout to manual surface #222

Merged
merged 41 commits into from Oct 21, 2020
Merged

feat: add retry/timeout to manual surface #222

merged 41 commits into from Oct 21, 2020

Commits on Oct 13, 2020

  1. Copy the full SHA
    8d03921 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e7d2119 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6bfe32f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ba6d21 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e6ad4a1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6e806b0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    00736fe View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2b80b91 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    49d3b03 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    16a1e34 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a9547e6 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d6df19c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    6eae0e7 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    559f2eb View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    8038cce View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    2d413df View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    e15b8f6 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    9f5bbb4 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    5a1ef50 View commit details
    Browse the repository at this point in the history
  20. fix: un-break docs build

    tseaver committed Oct 13, 2020
    Copy the full SHA
    6dec6f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Copy the full SHA
    812c41f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c67138 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bad75e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    db01b59 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4090a00 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    40fae96 View commit details
    Browse the repository at this point in the history
  7. chore: lint

    tseaver committed Oct 14, 2020
    Copy the full SHA
    df615e4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a557a15 View commit details
    Browse the repository at this point in the history
  9. feat: add retry/timeout to 'async_document.AsyncDocument` methods

    Methods include:
    
    - 'create'
    - 'set'
    - 'update'
    - 'delete'
    - 'get'
    - 'collections'
    
    Toward #221
    tseaver committed Oct 14, 2020
    Copy the full SHA
    4e3be50 View commit details
    Browse the repository at this point in the history
  10. feat: add retry/timeout to 'async_query.Async{Query,CollectionGroup}'

    Methods affected:
    
    - 'AsyncQuery.get'
    - 'AsyncQuery.stream'
    - 'AsyncCollectionGroup.get_partitions'
    
    Towards #221
    tseaver committed Oct 14, 2020
    Copy the full SHA
    ec8002c View commit details
    Browse the repository at this point in the history
  11. feat: add retry/timeout to 'async_collection.AsyncCollectionReference'

    Methods affected:
    
    - 'add'
    - 'get'
    - 'list_documents'
    - 'stream'
    
    Towards #221
    tseaver committed Oct 14, 2020
    Copy the full SHA
    c81cd8c View commit details
    Browse the repository at this point in the history
  12. fix: typo

    tseaver committed Oct 14, 2020
    Copy the full SHA
    1acbde3 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b998db2 View commit details
    Browse the repository at this point in the history
  14. feat: add retry/timeout to 'async_transaction.AsyncTransaction' methods

    Methods affected:
    
    - 'get_all'
    - 'get'
    
    Towards #221
    tseaver committed Oct 14, 2020
    Copy the full SHA
    46f27e6 View commit details
    Browse the repository at this point in the history
  15. fix: typo

    tseaver committed Oct 14, 2020
    Copy the full SHA
    9b4707a View commit details
    Browse the repository at this point in the history
  16. chore: appease pytype

    tseaver committed Oct 14, 2020
    Copy the full SHA
    7a976a5 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4b1ec26 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Copy the full SHA
    c5e4056 View commit details
    Browse the repository at this point in the history
  2. fix: use gapic's 'DEFAULT' sentinel for 'retry'

    Allows user to pass explicit 'retry=None' to suppress retries.
    tseaver committed Oct 21, 2020
    Copy the full SHA
    2360eac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f15a523 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    tseaver committed Oct 21, 2020
    Copy the full SHA
    3feb63b View commit details
    Browse the repository at this point in the history