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

Dlp: Regeneration and hand edits #3850

Merged
merged 216 commits into from
Aug 22, 2017
Merged

Dlp: Regeneration and hand edits #3850

merged 216 commits into from
Aug 22, 2017

Commits on May 23, 2017

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

Commits on May 25, 2017

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

Commits on May 30, 2017

  1. Show how to create credentials object (googleapis#3454)

    ricardolui authored and Jon Wayne Parrott committed May 30, 2017
    Configuration menu
    Copy the full SHA
    5e86158 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Add 'Query.num_dml_affected_rows' property. (googleapis#3460)

    Read-only, set from servier-provided 'numDmlAffectedRows' field.
    
    Closes googleapis#2920.
    tseaver authored May 31, 2017
    Configuration menu
    Copy the full SHA
    7e73e78 View commit details
    Browse the repository at this point in the history
  2. Re-organize the documentation structure in preparation to split docs …

    …among subpackages (googleapis#3459)
    Jon Wayne Parrott authored May 31, 2017
    Configuration menu
    Copy the full SHA
    a0f079f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

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

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    72e6e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bdb44 View commit details
    Browse the repository at this point in the history
  3. Send trace context with logs from web applications (googleapis#3448)

    liyanhui1228 authored and Jon Wayne Parrott committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    af1fd7e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Add Part Of Speech missing data to Token (googleapis#3457)

    Add support for all the data returned by the API for PartOfSpeech inside Token.
    dvaldivia authored and tseaver committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    b0abcb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45084cf View commit details
    Browse the repository at this point in the history
  3. Using part of speech "tag" in system test. (googleapis#3471)

    Token.part_of_speech is now a PartOfSpeech rather than a string
    scalar. (This test breakage was accidentally introduced in
    dhermes authored Jun 5, 2017
    Configuration menu
    Copy the full SHA
    92a20c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    a55010f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb7e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2668c View commit details
    Browse the repository at this point in the history
  4. Add 'Bucket.labels' property. (googleapis#3478)

    * Avoid UnicodeWarning reported by new py.test
    
    * Add 'Bucket.labels' property.
    
    See: https://cloud.google.com/storage/docs/json_api/v1/buckets#labels
    
    Closes googleapis#3473.
    tseaver authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    179997e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Remove external GAPIC dependency for Vision.

    Luke Sneeringer committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    0031840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfcbbfb View commit details
    Browse the repository at this point in the history
  3. Expose that settable properties are so. (googleapis#3472)

    * Expose that settable properties are so.
    
    Closes googleapis#2610.
    tseaver authored Jun 7, 2017
    Configuration menu
    Copy the full SHA
    b24b315 View commit details
    Browse the repository at this point in the history
  4. Remap new Gax conflict error code (googleapis#3443)

    * Add testing support for 'ALREADY_EXISTS' gRPC error code.
    
    * Cover both possible gRPC conflict error codes.
    
    Closes googleapis#3175.
    
    * Exercise conflict-on-create in systests for topic/sub/snap.
    tseaver authored Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8dacdb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    b67570f View commit details
    Browse the repository at this point in the history
  2. Adding datastore Key.(to|from)_legacy_urlsafe. (googleapis#3491)

    * Adding bare-minimum proto for converting legacy App Engine "Reference" pbs.
    
    * Rough draft of working implementation of datastore Key.(to|from)_legacy_urlsafe.
    
    Needs more tests but wanted to get the PR in front of reviewers ASAP.
    
    * Adding implementation for datastore Key.to_legacy_urlsafe().
    
    Also resolved some lint issues (line too long) and restructured
    unit test to be able to re-use "stored" values.
    
    * Adding _onestore_v3_pb2 to ignored files for flake8.
    
    * Addressing @jonparrott feedback.
    
    In particular:
    
    - Just splitting on ~ when cleaning app strings
    - Rewording to_legacy_urlsafe() docstring to invoke `ndb.Key(urlsafe=...)`
      and to restate the "returns" text
    - Removing the _urlsafe_b64(decode|encode) micro-optimizations that
      were brought over from the ndb codebase
    
    * Adding test coverage for helpers needed for Key.(to|from)_legacy_urlsafe.
    
    * Adding LICENSE header to hand-written legacy GAE proto.
    
    * Renaming _onestore_v3.proto --> _app_engine_key.proto.
    dhermes authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    8682e53 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Make 'QueryResponse.fetch_data' return an iterator. (googleapis#3484)

    Add a system test which exercises it.
    
    Update snippets to match the new usage.
    
    Closes googleapis#2840.
    tseaver authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    5697b3a View commit details
    Browse the repository at this point in the history
  2. Add 'Bucket.requester_pays' property. (googleapis#3488)

    Also, add 'requester_pays' argument to 'Client.create_bucket'.
    
    Add a system test which exercises the feature.
    
    Note that the new system test is skipped, because 'Buckets.insert' fails
    with the 'billing/requesterPays' field set, both in our system tests and
    in the 'Try It!' form in the docs.
    
    
    Toward googleapis#3474.
    tseaver authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    62598f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Use alabaster theme (googleapis#3496)

    Jon Wayne Parrott authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    f29abec View commit details
    Browse the repository at this point in the history
  2. Add '{Bucket,Blob}.user_project' properties. (googleapis#3490)

    * Add abstract '_PropertyMixin.user_project' property.
    
    * Support 'user_project' in '_PropertyMixin.{reload,patch}'.
    
    * Add 'user_project' param to 'Bucket.__init__'.
    
    * Save and expose via read-only 'user_project' property.
    
    * Implement 'Blob.user_property' via bucket's value.
    tseaver authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    60832b8 View commit details
    Browse the repository at this point in the history
  3. Pass 'user_project' if set for Bucket API requests (googleapis#3492)

    * Block 'Bucket.create' if 'user_project' set:  the API does not accept that parameter.
    tseaver authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    04c07a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313b1fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f14bde3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Add sentence about row ordering (googleapis#3504)

    I'm not sure if this is the best place for this, but we want to make sure it's documented that rows are returned in row key order.
    garye authored and dhermes committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    7e3fae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6618165 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

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

Commits on Jun 22, 2017

  1. Add back pylint as info-only for core (googleapis#3515)

    Jon Wayne Parrott authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    46ced00 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    27dcf5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf073b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    dbdc6a6 View commit details
    Browse the repository at this point in the history
  2. Back out support for 'requester pays' buckets. (googleapis#3538)

    The feature is not GA, which makes system testing problematic.
    
    Development continues on the 'storage-requester_pays-feature' branch.
    tseaver authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    89cfbc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d156e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25b987c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67fad20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc08ab0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d93921d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89ce0a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c448403 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc4e685 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    273b24f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a42347a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92c468d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    25c98d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ac5a24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e70423b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04ff662 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9238a26 View commit details
    Browse the repository at this point in the history
  19. Prep vision-0.25.0 release. (googleapis#3537)

    Note that the version number was bumped prematurely in PR 72e6e52.
    tseaver authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    f0bf9df View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    214aba6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. BQ: cleanup flake8 errors in tests (googleapis#3551)

    (google-cloud-python-2)
        $ flake8 tests
        tests/system.py:178:32: F812 list comprehension redefines 'dataset' from line 170
        tests/system.py:233:30: F812 list comprehension redefines 'table' from line 225
        tests/system.py:841:9: F841 local variable 'dataset' is assigned to but never used
        tests/unit/test_table.py:406:23: W291 trailing whitespace
        tests/unit/test_table.py:1052:9: F841 local variable 'ROWS' is assigned to but never used
    tswast authored and tseaver committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    14251d9 View commit details
    Browse the repository at this point in the history
  2. Fix inclusion of tests in manifest.in (googleapis#3552)

    Jon Wayne Parrott authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    6ab3e01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ab1afe View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Strip base64 padding characters from urlsafe in Datastore's (to|from)…

    …_legacy_urlsafe (googleapis#3560)
    
    Also
    
    * add padding characters in `from_legacy_urlsafe` if needed
    * add an extra example in the unit tests that actually requires base64 padding
    Michael Englo authored and dhermes committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    eb03366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39feb3e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Fixes spelling typos (googleapis#3566)

    rtkaleta authored and tseaver committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    9068466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3588f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9cb6d1 View commit details
    Browse the repository at this point in the history
  4. Remove apt-get install openssl from CircleCI config. (googleapis#3567)

    Now `openssl` is included in the Docker image.
    dhermes authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    b22b02c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d81f88 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

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

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    14ff1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f621d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    bc7b0fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa089c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    358a448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69d704 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Updating author_email in all setup.py. (googleapis#3598)

    Done via:
    
    $ git grep -l author_email | \
    > xargs sed -i s/jjg+google-cloud-python@google.com/googleapis-publisher@google.com/g
    
    and manually editing `videointelligence/setup.py` and `vision/setup.py`.
    dhermes authored Jul 11, 2017
    Configuration menu
    Copy the full SHA
    da3a7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569e739 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Implementation of DB-API for BigQuery. (googleapis#2921)

    The `google.cloud.bigquery.dbapi` package covers all of the required implementation
    details in the PEP-249 DB-API specification.
    tswast authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    68720f6 View commit details
    Browse the repository at this point in the history
  2. Spanner p0 system tests (batch googleapis#2) (googleapis#3604)

    * Defend against back-end returning instance configs for disallowed regions.
    
    * Additional system tests for 'Snapshot.read':
    
    - Read single key.
    - Read multiple keys.
    - Read open-closed ranges.
    - Read open-open ranges.
    - Read closed-open ranges.
    - Read closed-closed ranges.
    - Read timestamp.
    - Min read timestamp.
    - Max staleness.
    - Exact staleness.
    - Strong.
    
    * Additional system tests for 'Snapshot.execute_sql':
    
    - Query returning 'ARRAY<STRUCT>'.
    - Bind INT64 parameter to null.
    tseaver authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    66a9258 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Speech GAPIC to master (googleapis#3607)

    * Vendor the GAPIC for Speech.
    
    * Speech Partial Veneer (googleapis#3483)
    
    * Update to docs based on @dhermes catch.
    
    * Fix incorrect variable.
    
    * Fix the docs.
    
    * Style fixes to unit tests.
    
    * More PR review from me.
    lukesneeringer authored and dhermes committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    401bf40 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

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

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    fe9b6cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f4ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46f519a View commit details
    Browse the repository at this point in the history
  4. Add a __hash__ implementation to SchemaField (googleapis#3601)

    * Add a __hash__ implementation to SchemaField
    * Modify default list of subfields to be the empty tuple
    * Making SchemaField immutable.
    * Adding SchemaField.__ne__.
    azymnis authored and dhermes committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    59fd1e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4b8eb View commit details
    Browse the repository at this point in the history
  6. Add base future package to google.cloud (googleapis#3616)

    Jon Wayne Parrott authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    9c06b35 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    ce3046e View commit details
    Browse the repository at this point in the history
  2. Using assertEqual instead of assertEquals. (googleapis#3619)

    `assertEquals` is deprecated (but still is a synonym).
    dhermes authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    d07365f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c77ef View commit details
    Browse the repository at this point in the history
  4. Fix "bad" storage unit tests. (googleapis#3627)

    These were "broken" by the release of google-resumable-media==0.2.0,
    but it just revealed that mocked response content was unicode when
    it should have been `bytes`.
    dhermes authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    2767aa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Add operation future (googleapis#3618)

    Jon Wayne Parrott authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    c565801 View commit details
    Browse the repository at this point in the history
  2. update the documentation link (googleapis#3630)

    due to the change of the Python Client library doc link
    merla18 authored and Jon Wayne Parrott committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    827b41a View commit details
    Browse the repository at this point in the history
  3. Using assertIs in unit tests where appropriate. (googleapis#3629)

    * Using assertIs in unit tests where appropriate.
    
    Any usage of `self.assertTrue(a is b)` has become
    `self.assertIs(a, b)`.
    
    * Converting some assertFalse(a is b) to assertIsNot(a, b).
    dhermes authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    34bf003 View commit details
    Browse the repository at this point in the history
  4. update documentation link (googleapis#3633)

    merla18 authored and Jon Wayne Parrott committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    ada1cc3 View commit details
    Browse the repository at this point in the history
  5. Fixing references to "dead" docs links. (googleapis#3631)

    * Fixing references to "dead" docs links.
    
    Done via:
    
    $ git grep -l 'google-cloud-auth.html' | \
    > xargs sed -i s/'google-cloud-auth.html'/'core\/auth.html'/g
    $ git grep -l 'http\:\/\/google-cloud-python.readthedocs.io' | \
    > xargs sed -i s/'http\:\/\/google-cloud-python.readthedocs.io'/\
    > 'https\:\/\/google-cloud-python.readthedocs.io'/g
    
    Fixes googleapis#3531.
    
    * Fixing up other docs that were moved in googleapis#3459.
    dhermes authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    3d9461b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffd7cca View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    c262dbb View commit details
    Browse the repository at this point in the history
  2. Changing all pypi.python.org links to warehouse links. (googleapis#3641)

    Done via
    
    $ export OLD='https\:\/\/pypi.python.org\/pypi\/'
    $ export NEW='https\:\/\/pypi.org\/project\/'
    $ git grep -l ${OLD} | xargs sed -i s/${OLD}/${NEW}/g
    
    Then manually going through and adding a trailing slash to all
    warehouse links.
    
    (Though I did undo changes to `docs/json/`.)
    dhermes authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    14e570a View commit details
    Browse the repository at this point in the history
  3. Revert "RPC retries (second PR) (googleapis#3324)" (googleapis#3642)

    This reverts commit 67f4ba4.
    Jon Wayne Parrott authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    419588c View commit details
    Browse the repository at this point in the history
  4. Remove references to google.cloud.operation from spanner (googleapis#…

    …3625)
    
    * Remove references to google.cloud.operation from spanner
    
    * Remove unused import
    Jon Wayne Parrott authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    4f4129d View commit details
    Browse the repository at this point in the history
  5. Add Video Intelligence to README (googleapis#3628)

    * Add Video Intelligence to README
    
    Add Video Intelligence to list of APIs supported at Beta.  Link to PyPi and package README.
    
    * Adding "Google" to "Cloud Video Intellegence" link.
    danoscarmike authored and dhermes committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    5ea61e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08021bd View commit details
    Browse the repository at this point in the history
  7. Adding Bigtable Cluster location on create() request. (googleapis#3646)

    dhermes authored and Jon Wayne Parrott committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    6ff3725 View commit details
    Browse the repository at this point in the history
  8. Update bigtable to use future.operation (googleapis#3623)

    Jon Wayne Parrott authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    1ed681b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ed9426 View commit details
    Browse the repository at this point in the history
  10. Add systests for read/query w/ concurrent updates. (googleapis#3632)

    * Also add systest for user exception aborting transaction.
    tseaver authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    f8758df View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Switched to google-resumable-media in BigQuery. (googleapis#3555)

    * Switched to google-resumable-media in BigQuery.
    * Upgrading google-resumable-media dependency to 0.2.1.
    dhermes authored Jul 21, 2017
    Configuration menu
    Copy the full SHA
    c5ccca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bc36d View commit details
    Browse the repository at this point in the history
  3. Add Future interface to BigQuery jobs (googleapis#3626)

    * Add future interface to bigquery Jobs.
    * Make QueryJob return QueryResults from result()
    * Deprecate QueryJob.results()
    Jon Wayne Parrott authored Jul 21, 2017
    Configuration menu
    Copy the full SHA
    6336e6c View commit details
    Browse the repository at this point in the history
  4. Removing vendored in google.cloud.streaming. (googleapis#3654)

    * Removing vendored in google.cloud.streaming.
    
    * Modifying setup.cfg so pytest errors are sane.
    
    This is **not** to be merged, just to debug the b0rken build:
    https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515
    dhermes authored Jul 21, 2017
    Configuration menu
    Copy the full SHA
    0414ef1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Fix pylint for the main package

    Jon Wayne Parrott committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    d0479d6 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix pylint for the main package" - accidental push

    This reverts commit d0479d6.
    Jon Wayne Parrott committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    768d667 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Fix pylint for the main package (googleapis#3658)

    Jon Wayne Parrott authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    506a304 View commit details
    Browse the repository at this point in the history
  2. Remove QueryJob.results() (googleapis#3661)

    Jon Wayne Parrott authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    40a3b49 View commit details
    Browse the repository at this point in the history
  3. Split polling future into its own module (googleapis#3662)

    Jon Wayne Parrott authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    1598d5d View commit details
    Browse the repository at this point in the history
  4. Re-enable flake8 for core package and tests (googleapis#3664)

    Jon Wayne Parrott authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c5922c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Add systest for round-trip of NULL INT64. (googleapis#3665)

    Include NULL values in ARRAY<INT64>.
    tseaver authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    dd372df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70088aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a88a334 View commit details
    Browse the repository at this point in the history
  4. Moving bytes signing helpers from core to storage. (googleapis#3668)

    dhermes authored and Jon Wayne Parrott committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c3ab2c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b56e8d4 View commit details
    Browse the repository at this point in the history
  6. Removing get_credentials() from core. (googleapis#3667)

    * Removing `get_credentials()` from `core`.
    
    In the process also:
    
    - Slight re-org on `nox.py` config (to pass posargs) for `core`
      and `datastore`
    - Getting rid of last usage of `_Monkey` in datastore
    
    This is part of `@jonparrott`'s effort to slim down / stabilize
    `core`.
    
    * Removing `google.cloud.credentials` module from docs.
    dhermes authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    2083542 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    a813160 View commit details
    Browse the repository at this point in the history
  2. Cut release of vision API. (googleapis#3677)

    Also bumping the version on the uber-package.
    dhermes authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    9cf5e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86316d4 View commit details
    Browse the repository at this point in the history
  4. Simplifying Client constructor's for Bigtable and Spanner. (googleapi…

    …s#3672)
    
    * Simplifying Client constructor's for Bigtable and Spanner.
    
    * Fixing Bigtable unit tests after Client re-factor.
    
    Also slightly changing the Client constructor so that
    it only called `with_scopes()` one time on the credentials
    (was previously calling with `SCOPE=None` and then again with the
    custom scope for the instance)
    
    * Fixing Spanner unit tests after Client re-factor.
    
    Also slightly changing the `copy()` method so that it
    just passes the same credentials instance.
    
    Also updating `nox` config to allow session `posargs`.
    
    * Removing unused imports after Bigtable/Spanner Client re-factor.
    dhermes authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    9452572 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e273319 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    7ff10be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3144f10 View commit details
    Browse the repository at this point in the history
  3. Prep langauge-0.26.0 release.

    tseaver committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    440b214 View commit details
    Browse the repository at this point in the history
  4. Alphabetize products for easier visual scanning. (googleapis#3682)

    This change also brings "Cloud Bigtable" together with "Cloud Bigtable -
    HappyBase" and adds "Google" prefix to "Cloud Spanner" for consistency with
    other products.
    mbrukman authored and tseaver committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    09a476a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fff098 View commit details
    Browse the repository at this point in the history
  6. Remove httplib2, replace with Requests (googleapis#3674)

    * Core: remove httplib2, replace with Requests
    
    Additionally remove make_exception in favor of from_http_status and from_http_response.
    
    * Datastore: replace httplib2 with Requests
    
    * DNS: replace httplib2 with Requests
    
    * Error Reporting: replace httplib2 with requests
    
    * Language: replace httplib2 with Requests
    
    * Logging: replace httplib2 with requests
    
    * Monitoring: replace httplib2 with Requests
    
    * Pubsub: replace httplib2 with Requests
    
    * Resource Manager: replace httplib2 with Requests
    
    * Runtimeconfig: replace httplib2 with Requests
    
    * Speech: replace httplib2 with Requests
    
    * Storage: replace httplib2 with Requests
    
    * BigQuery: replace httplib2 with Requests
    
    * Translate: replace httplib2 with Requests
    
    * Vision: replace httplib2 with Requests
    Jon Wayne Parrott authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    7d1161f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1269a6 View commit details
    Browse the repository at this point in the history
  8. Appease current pylint opinions: (googleapis#3692)

    - Document missing ':raises:', ':rtype:', and ':returns:'.
    - Use ':raises <exception_type>:'.
    - Add pro-forma docstrings to namespace package initializers.
    - Avoid using 'len(seq) == 0' (or '!=') for boolean tests.
    
    pylint still complains about import cycles:
    
      ************* Module google.cloud.spanner.streamed
      R:  1, 0: Cyclic import (google.cloud.spanner ->
      google.cloud.spanner.client -> google.cloud.spanner.instance ->
      google.cloud.spanner.database) (cyclic-import)
      R:  1, 0: Cyclic import (google.cloud.spanner ->
      google.cloud.spanner.client) (cyclic-import)
    tseaver authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    9d9b6c0 View commit details
    Browse the repository at this point in the history
  9. Increment BQ DB-API thread safety. (googleapis#3693)

    Increment to 2 per https://www.python.org/dev/peps/pep-0249/#threadsafety. The cursor object includes some state for paging through results and other things which are not protected by locs.
    
    Closes googleapis#3522.
    tswast authored and tseaver committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    597657e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    b94a326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e51d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89051f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59d305 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2fb6b6 View commit details
    Browse the repository at this point in the history
  6. Bump Speech to 0.27.1 (googleapis#3702)

    This release adds `WordTimeOffset`, the ability to have timestamps on the output.
    lukesneeringer authored Jul 28, 2017
    Configuration menu
    Copy the full SHA
    ce9cd83 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Allowing logging system tests to fail. (googleapis#3691)

    These hose our builds.
    dhermes authored and tseaver committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    963d997 View commit details
    Browse the repository at this point in the history
  2. BigQuery & Storage: use client http for resumable media (googleapis#3705

    )
    
    * BigQuery: Use client transport for resumable media
    * Storage: Use client transport for resumable media
    Jon Wayne Parrott authored Jul 31, 2017
    Configuration menu
    Copy the full SHA
    6dc55fd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    96f0cc3 View commit details
    Browse the repository at this point in the history
  2. Document deepcopy semantics of complex bucket properties. (googleapis…

    …#3712)
    
    'cors', 'labels', and 'lifecycle_rules' all return copies of the
    values:  changes to them have no effect until the copy is reassigned
    via the property's setter.
    
    Closes googleapis#3710
    tseaver authored Aug 1, 2017
    Configuration menu
    Copy the full SHA
    ac23b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4de2450 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

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

Commits on Aug 4, 2017

  1. Do not show Trace documentation. (googleapis#3719)

    lukesneeringer authored and Jon Wayne Parrott committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    076ff00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7fae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2225289 View commit details
    Browse the repository at this point in the history
  4. Expanding the allowable descriptions for vision system tests. (google…

    …apis#3729)
    
    Fixes googleapis#3681.
    
    Also updating the `nox` configuration to allow posargs pass
    through and be a little more Windows path friendly.
    dhermes authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    41f2d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a31dd96 View commit details
    Browse the repository at this point in the history
  6. Updating all affected packages after google-cloud-core update. (googl…

    …eapis#3730)
    
    * Updating all affected packages after google-cloud-core update.
    
    * Moving 'pip install .' **after** subpackages in nox docs.
    
    @lukesneeringer still hasn't explained why it was moved. In
    it's current location, the depencencies are first retrieved
    from PyPI (which fails here for the unreleased versions), e.g.
    
    https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2716
    dhermes authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e835957 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. Using HTTPS wikipedia links in language system tests. (googleapis#3732)

    Fixes googleapis#3731.
    
    Also relaxing the sentiment score expected range for
    "Jogging is fun" (the same backend update that changed HTTP to
    HTTPS changed the score from 0.5 to 0.7).
    
    Also updating the language usage doc with the correct (and HTTPS)
    URLs for the 3 examples.
    dhermes authored Aug 5, 2017
    Configuration menu
    Copy the full SHA
    3012b5e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. fixed typo DETECTION (googleapis#3734)

    bryanyang0528 authored and Jon Wayne Parrott committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    289a961 View commit details
    Browse the repository at this point in the history
  2. Add google.api.core package (googleapis#3726)

    Jon Wayne Parrott authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    da8a960 View commit details
    Browse the repository at this point in the history
  3. Add 'update' API wrapper for buckets/blobs (googleapis#3714, googleap…

    …is#3715)
    
    Turns out some properties (i.e., 'labels', see googleapis#3711) behave differently under 'patch semantics'[1], which makes 'update' useful.
    
    [1] https://cloud.google.com/storage/docs/json_api/v1/how-tos/performance#patch
    
    Closes googleapis#7311
    tseaver authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    ac1b23b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b09eda9 View commit details
    Browse the repository at this point in the history
  5. Update storage to 1.3.1. (googleapis#3741)

    Did this to update the google-resumable-media dependency to
    allow for empty files.
    dhermes authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    f034c61 View commit details
    Browse the repository at this point in the history
  6. Allow Table.read_rows to take an inclusive end key. (googleapis#3744)

    This commit adds the `end_inclusive` keyword argument, which can be explicitly passed to get `[start:end]` rather than `[start:end)`.
    lukesneeringer authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    c210494 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bbdc6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1656ffc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10466d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b764b8 View commit details
    Browse the repository at this point in the history
  11. Reuse explicit credentials when creating 'database.spanner_api'. (goo…

    …gleapis#3722)
    
    - Preserves "custom" credentials (existing code worked only with
      implicit credentials from the environment).
    
    - Add tests ensuring scopes are set for correctly for all GAX apis
      (client uses admin scope, which do not grant data access, while
      database uses data scope, which does not grant admin access).
    tseaver authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    45ee4bd View commit details
    Browse the repository at this point in the history
  12. Update trace dependencies to fix the unit test (googleapis#3749)

    * Fix trace unit test
    
    * Fix stuff
    liyanhui1228 authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    26214d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    b96eaca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe757be View commit details
    Browse the repository at this point in the history
  3. Add google.api.core.exceptions (googleapis#3738)

    * Add google.api.core.exceptions
    
    * Add google.api.core to coverage report
    
    * Alias google.cloud.exceptions to google.api.core.exceptions
    
    * Fix lint
    
    * Address review comments
    
    * Fix typo
    Jon Wayne Parrott authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    abfec70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90e6fe7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaaaf7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ff7708 View commit details
    Browse the repository at this point in the history
  7. Move google.cloud.future to google.api.core (googleapis#3764)

    Jon Wayne Parrott authored and lukesneeringer committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    cdadf4c View commit details
    Browse the repository at this point in the history
  8. Use latest/ directory for docs instead of stable/ (googleapis#3766)

    See also
    googleapis#3763
    
    $ sed -i '' 's/googlecloudplatform.github.io\/google-cloud-python\/stable\//googlecloudplatform.github.io\/google-cloud-python\/latest\//g' **/*.rst
    tswast authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    90834d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b242099 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    15ed5e7 View commit details
    Browse the repository at this point in the history
  2. Move google.cloud.iterator to google.api.core.page_iterator (googleap…

    …is#3770)
    
    * Move google.cloud.iterator to google.api.core.page_iterator
    * Re-write tests to pytest style.
    * Make GAXIterator private- it will soon be removed.
    * Pass api_request into HTTPIterator to avoid accessing private members
    * BigQuery: use google.api.core.page_iterator
    * DNS: use google.api.core.page_iterator
    * Logging: use google.api.core.page_iterator
    * PubSub: use google.api.core.page_iterator
    * Resource manager: use google.api.core.page_iterator
    * Runtimeconfig: use google.api.core.page_iterator
    * logging: use google.api.core._GAXIterator
    * Storage: use google.api.core.page_iterator
    * Pubsub: use google.api.core._GAXIterator
    * Trace: use google.api.core._GAXIterator
    * Spanner: use google.api.core._GAXIterator
    Jon Wayne Parrott authored Aug 9, 2017
    Configuration menu
    Copy the full SHA
    c24123c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fcd53d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1942ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b4b8fa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    1fcc1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69dc45a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d08991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87a46a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    957f6e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64d1728 View commit details
    Browse the repository at this point in the history
  7. Drop 'Database.read' and 'Database.execute_sql' convenience methods. (g…

    …oogleapis#3787)
    
    Because the context managers they use returned the session to the database's
    pool, application code could not safely iterate over the result sets
    returned by the methods.
    
    Update docs for 'Snapshot.read' and 'Snapshot.execute_sql' to emphasize
    iteration of their results sets before the session is returned to the
    database pool (i.e., within the 'with' block which constructs the snapshot).
    
    Closes googleapis#3769.
    tseaver authored Aug 10, 2017
    Configuration menu
    Copy the full SHA
    ebecc7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19e9579 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edc7c27 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    5145022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4817fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c15d81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e960e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d750a13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09b0cb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba4e8c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c33e9d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd3a05d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Update README.rst (googleapis#3805)

    -Clarifying what is a bucket id
    -Minor url cleanups
    alanyee authored and lukesneeringer committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    0723a9c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

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

Commits on Aug 16, 2017

  1. Fix doc build by swapping install order (googleapis#3828)

    Jon Wayne Parrott authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    75f0a09 View commit details
    Browse the repository at this point in the history
  2. Add google.api.core.retry with base retry functionality (googleapis#3819

    )
    
    Add google.api.core.retry with base retry functionality
    
    Additionally:
    * Add google.api.core.exceptions.RetryError
    * Add google.api.core.helpers package
    * Add google.api.core.helpers.datetime_helpers module
    Jon Wayne Parrott authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    d7b625c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13cdb0c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Add google.api.core.retry.Retry decorator (googleapis#3835)

    * Add google.api.core.retry.Retry decorator
    * Add futures dependency
    * Change jitter algorithm
    Jon Wayne Parrott authored Aug 17, 2017
    Configuration menu
    Copy the full SHA
    36304f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Drop tenacity dependency; use google.api.core.retry in google.api.cor…

    …e.future (googleapis#3837)
    Jon Wayne Parrott authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    fbda27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df37095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813b534 View commit details
    Browse the repository at this point in the history
  4. Add google.api.page_iterator.GRPCIterator (googleapis#3843)

    Jon Wayne Parrott authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    406ecad View commit details
    Browse the repository at this point in the history
  5. BigQuery - add get_query_results method. (googleapis#3838)

    This method calls the getQueryResults API directly and returns a
    QueryResults object. Note: the response from this API does not include
    the query, so I modified the constructor to make query optional in this
    case.
    tswast authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    7a8f5a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. BigQuery: Poll via getQueryResults method. (googleapis#3844)

    This modifies the QueryJob's Futures interface implementation to poll
    using getQueryResults instead of jobs.get. This was recommended by
    BigQuery engineers because getQueryResults does HTTP long-polling for
    closer to realtime results.
    tswast authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    5efa4bb View commit details
    Browse the repository at this point in the history
  2. Allow fetching more than the first page when max_results is set. (goo…

    …gleapis#3845)
    
    * BigQuery: reproduce error fetching multiple results with DB-API.
    
    Add a system test to call `fetchall()` when multiple rows are expected.
    
    * BigQuery: system test to reproduce error of only fetching first page.
    
    This error applies to all BigQuery iterators, not just DB-API.
    
    * BigQuery: allow arraysize to be set after execute()
    
    It was allowed before, but it didn't result in the correct behavior.
    
    * max_results in BigQuery API had a different meaning from HTTPIterator.
    
    In BigQuery it means the page size, but the HTTPIterator it meant "don't
    fetch any more pages once you have these many rows."
    
    * Fix lint errors
    tswast authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    f67bea4 View commit details
    Browse the repository at this point in the history
  3. DLP: Regeneration

    I did not delete the nox.py
    landrito committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    7b2f9c2 View commit details
    Browse the repository at this point in the history
  4. Hand edits

    landrito committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    db48c3b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Review fixes.

    landrito committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    66ad48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53fd41c View commit details
    Browse the repository at this point in the history
  3. Add dlp to CI

    landrito committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    38aa94e View commit details
    Browse the repository at this point in the history