Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Add OperationFuture class #142

Merged
merged 20 commits into from
Jan 10, 2017
Merged

Add OperationFuture class #142

merged 20 commits into from
Jan 10, 2017

Commits on Dec 27, 2016

  1. Add OperationFuture class

    evaogbe committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    92fc6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903b12b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    8f2dfc0 View commit details
    Browse the repository at this point in the history
  2. Generate LRO Gapic library

    evaogbe committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    347b898 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    f15551d View commit details
    Browse the repository at this point in the history
  2. Add JSON to package

    evaogbe committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    1032b55 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Add done callback pool

    evaogbe committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    4ce09ca View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. Configuration menu
    Copy the full SHA
    c33e105 View commit details
    Browse the repository at this point in the history
  2. Removed Pool from add_done_callback

    Reducing concurrency simplifies the implementation and makes it closer
    to the expected behavior of c.f.Future.
    evaogbe committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    d7c1bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c3171 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Upgrade google-auth from 0.2.0 to 0.5.0.

    Trying to fix Travis CI error:
    "AttributeError: '_NamespacePath' object has no attribute 'sort'"
    evaogbe committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    cc5c206 View commit details
    Browse the repository at this point in the history
  2. Add setuptools to test-requirements.txt.

    Still trying to fix the Travis CI error.
    evaogbe committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    cac5d99 View commit details
    Browse the repository at this point in the history
  3. Upgrade pylint to 1.6.4.

    Still fixing Travis CI error.
    evaogbe committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    85efdd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e680dcd View commit details
    Browse the repository at this point in the history
  5. Added usedevelop = True to tox config.

    This should actually fix the Travis CI error.
    evaogbe committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    6ff6e5f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Consolidate retryable functions into one.

    Prevents double while loop when retrying with timeout.
    evaogbe committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    bc98103 View commit details
    Browse the repository at this point in the history
  2. Move _done_check to closure

    evaogbe committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    365de37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebc4bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e269ad0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

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