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

Merge from master. #4468

Merged
merged 90 commits into from
Feb 8, 2019
Merged

Merge from master. #4468

merged 90 commits into from
Feb 8, 2019

Commits on Jan 8, 2019

  1. Bump next snapshot (#4300)

    chingor13 committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    519102e View commit details
    Browse the repository at this point in the history
  2. Cloud Bigtable: instanceAdmin sample (#4299)

    * instanceAdmin sample and tests
    
    * comments added
    
    * instanceAdminExample changes
    
    * renamed variables
    
    * changes
    elisheva-qlogic authored and igorbernstein2 committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    06b0ed5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    760c25f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4f558 View commit details
    Browse the repository at this point in the history
  3. Added Query#fromProto to convert protobuf ReadRowsRequest (#4291)

    * Adding Query.fromProto
    
    * Adding Query.fromProto
    
    * adding changes as per feedback
    
    * updated javadoc as per feedback
    
    * reformatted Query & QueryTest.java
    rahulKQL authored and JesseLovelace committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    3d11659 View commit details
    Browse the repository at this point in the history
  4. Bigquery: corrected equality check on subclasses of StringEnumValue (#…

    …4283)
    
    * Bigquery: corrected equality check on subclasses of StringEnumValue
    
    * update format for FieldTest.java
    charlesliqlogic authored and JesseLovelace committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4dc2a5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5cbc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ee33dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa0737 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Bigtable: Merge bigtable-admin into the bigtable artifact (#4307)

    * Bigtable: merge bigtable-admin into the bigtable artifact
    
    * split exclusion change for future PR
    
    * fix admin pathes
    
    * fix deprecation warning
    
    * fix synth script
    
    * fix generated file
    
    * temporarily re-add kokoro scripts (and point them to the merged artifact) until the jobs have been removed
    
    * Remove dep from examples
    
    * fix admin integration tests
    
    * revert stray fix (will be added to a separate PR)
    
    * fix int tests
    
    * don't double format the code
    
    * fix up docs
    igorbernstein2 authored and chingor13 committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    91477f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31aa146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc7a91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9aeb1b View commit details
    Browse the repository at this point in the history
  5. 3822: Fixed setDisableGZipContent call (#4314)

    * 3822: Fixed setDisableGZipContent call
    
    * 3822: Changes after review
    andrey-qlogic authored and sduskis committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6b37bc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bf50e6 View commit details
    Browse the repository at this point in the history
  7. Release v0.77.0 (#4324)

    kolea2 authored and JesseLovelace committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    8463514 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28a85a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Bump next snapshot (#4325)

    kolea2 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    d468e04 View commit details
    Browse the repository at this point in the history
  2. Bigtable: fix handling of unset rpc timeouts (#4323)

    When the rpc timeout is zero, then it should be treated as disabled not actual 0
    igorbernstein2 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    6ada222 View commit details
    Browse the repository at this point in the history
  3. Bigtable: Expose single row read settings (#4321)

    * exposing ReadRowSettings thru BigtableDataSettings
    
    * fixed typo error
    rahulKQL authored and igorbernstein2 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    388c1bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7426125 View commit details
    Browse the repository at this point in the history
  5. Regenerate speech client (#4328)

    yoshi-automation authored and sduskis committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    813feac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aa9d80 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. BigQuery: Fix NPE for null table schema fields (#4338)

    * Add failing test for empty table schema
    
    * Fix NPE if table schema returns null for fields
    chingor13 committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ea68410 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    209fc2a View commit details
    Browse the repository at this point in the history
  2. Cloud Bigtable: HelloWorld sample updates (#4339)

    * comments added in HelloWorld and ITHelloWorld
    
    * removed typsafe name
    
    * separate properties for bigtable.project and bigtable.instance
    elisheva-qlogic authored and igorbernstein2 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    8ce9aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    821bf93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    052c4a9 View commit details
    Browse the repository at this point in the history
  5. Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader (#…

    …4344)
    
    * Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader
    
    * Update failsafe plugin to 3.0.0-M3 too
    
    * Specify maven-surefire-plugin version in bigtable-emulator
    chingor13 committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    fe59de2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    a696105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b5582a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7585b View commit details
    Browse the repository at this point in the history
  4. Firestore: change timestampsInSnapshots default to true. (#4353)

    BREAKING CHANGE: The `areTimestampsInSnapshotsEnabled()` setting is now enabled
    by default so timestamp fields read from a `DocumentSnapshot` will be returned
    as `Timestamp` objects instead of `Date`. Any code expecting to receive a
    `Date` object must be updated.
    mikelehen authored and JesseLovelace committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    1750585 View commit details
    Browse the repository at this point in the history
  5. Regenerate clients with updated copyright year (#4382)

    * Regenerate asset client
    
    * Regenerate automl client
    
    * Regenerate bigquerydatatransfer client
    
    * Regenerate bigquerystorage client
    
    * Regenerate bigtable client
    
    * Regenerate container client
    
    * Regenerate containeranalysis client
    
    * Regenerate dataproc client
    
    * Regenerate dialogflow client
    
    * Regenerate dlp client
    
    * Regenerate errorreporting client
    
    * Regenerate iamcredentials client
    
    * Regenerate iot client
    
    * Regenerate kms client
    
    * Regenerate language client
    
    * Regenerate logging client
    
    * Regenerate monitoring client
    
    * Regenerate os-login client
    
    * Regenerate pubsub client
    
    * Regenerate redis client
    
    * Regenerate securitycenter client
    
    * Regenerate speech client
    
    * Regenerate tasks client
    
    * Regenerate trace client
    
    * Regenerate video-intelligence client
    
    * Regenerate websecurityscanner client
    chingor13 authored and JesseLovelace committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    77b70e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d4bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    f62e169 View commit details
    Browse the repository at this point in the history
  2. Cloud Bigtable: tableAdmin sample (#4313)

    * tableAdmin sample and tests
    
    * comments added
    
    * files renamed and other edits
    
    * some changes in TableAdminExample and tests
    
    * fixed timestamp to base 16
    
    * separate properties for bigtable.project and bigtable.instance
    elisheva-qlogic authored and igorbernstein2 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2738502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    633b982 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d2626d View commit details
    Browse the repository at this point in the history
  5. Bump next snapshot (#4391)

    chingor13 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    53e2bcb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    c54f81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f7d7b View commit details
    Browse the repository at this point in the history
  3. Firestore: Include a trailing /documents on root resource paths (#4352)

    This is required for v1 and accepted in v1beta1.
    
    Port of googleapis/nodejs-firestore@52c7381
    mikelehen authored and JesseLovelace committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ed7bc85 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Release v0.79.0 (#4402)

    kolea2 authored and JesseLovelace committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    82287b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Removing some unused dependencies (#4385)

    * Removing some unused dependencies
    Also, reducing scope of auto-value to provided.
    
    * Restoring Firestore auto-value
    
    * Removing more instances of easymock.
    sduskis committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9f2b2bb View commit details
    Browse the repository at this point in the history
  2. Removing non-deprecated uses of joda time. (#4351)

    * Removing non-deprecated uses of joda time.
    This works towards #3482
    
    * Update pom.xml
    
    * Ran `mvn com.coveo:fmt-maven-plugin:format`
    
    * Fixing a bad merge
    sduskis committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    8ef362e View commit details
    Browse the repository at this point in the history
  3. Bump next snapshot (#4405)

    kolea2 authored and JesseLovelace committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    8fc5f7a View commit details
    Browse the repository at this point in the history
  4. fix shading (#4406)

    jean-philippe-martin authored and sduskis committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9c47e1b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Fixing some deprecation warnings (#4390)

    * fixing some deprecation warnings
    
    * updated comment
    elisheva-qlogic authored and sduskis committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b92a48b View commit details
    Browse the repository at this point in the history
  2. BigQuery : Fix Location configurable at BigQueryOptions (#4329)

    * Fix Location configurable from BigQueryOptions
    
    * modified code
    
    * modified code and add test case
    
    * removed unused location
    Praful Makani authored and sduskis committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    f4bac2f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Generate Firestore API v1 (#4410)

    JesseLovelace authored and kolea2 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7fc4b3b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Bigtable: make row & cell ordering more consistent. (#4421)

    * Bigtable: make row & cell ordering more consistent.
    
    * RowCells should always be ordered in lexicographically by family, then qualifier and finally by reverse chronological order
    * Although rows will always be ordered lexicographically by row key, they should not implement Comparable to avoid confusion when compareTo() == 0 and equals() is false. Instead that ordering was moved to a separate comparator.
    
    * Add helpers to filter cells by family & qualifier
    
    * tweaks
    
    * code style
    
    * code style
    igorbernstein2 committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    50680e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Fix code formatting (#4437)

    kolea2 committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    78f2f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec8dce View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    b6b61af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c0cd7 View commit details
    Browse the repository at this point in the history
  3. Regenerate asset client (#4426)

    yoshi-automation authored and kolea2 committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    cfac767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcbc59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c59395e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb58c4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95a098e View commit details
    Browse the repository at this point in the history
  8. Regenerate redis client (#4431)

    yoshi-automation authored and kolea2 committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    6e7ef81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17ec9ac View commit details
    Browse the repository at this point in the history
  10. Regenerate tasks client (#4411)

    yoshi-automation authored and kolea2 committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    dba0848 View commit details
    Browse the repository at this point in the history
  11. Fix usages of any(<Primitive>.class) matchers (#4453)

    In Mockito 2, if a method expects a primitive type, but an any(<Primitive>.class) matcher is used in its place, it will throw an error. To prepare for this upcoming breakage, change
    all existing any(<Primitive>.class) matchers to use the correct any<Primitive>() matcher.
    TimvdLippe authored and kolea2 committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    ea2c8e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb650c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e8bb32 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    ff0da74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329a0cd View commit details
    Browse the repository at this point in the history
  3. add comments (#4441)

    andreamlin authored and kolea2 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    4a21c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33202fb View commit details
    Browse the repository at this point in the history
  5. Implement BucketPolicyOnly (#4404)

    * implement BucketPolicyOnly
    
    * [Storage] Bucket Policy Only samples (#4408)
    
    * Humble beginnings for BPO samples with tests
    
    * Update samples per client changes
    
    * Fix format issue
    
    * Lint fix
    JesseLovelace authored and kolea2 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f5f29bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f50968d View commit details
    Browse the repository at this point in the history
  7. Bigtable: expose helper to convert proto rows into model rows (#4458)

    This is needed for hbase adapter transition
    igorbernstein2 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    5adffe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7de46b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    d889bb0 View commit details
    Browse the repository at this point in the history
  2. Skip integration tests if no changes (#4392)

    * Add environment variable for allowing skipping ITs
    
    * Skip integration tests if there are no changes in that directory
    
    * Also check google-cloud-core client and the grpc-api generated models
    chingor13 authored and sduskis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    f27d35d View commit details
    Browse the repository at this point in the history
  3. update TESTING.md (#4409)

    kolea2 authored and sduskis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    a29a7cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f0c1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05bdd1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6b4182 View commit details
    Browse the repository at this point in the history
  7. use gax 1.38.0 (#4460)

    andreamlin authored and kolea2 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    eb0c6dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68963f7 View commit details
    Browse the repository at this point in the history
  9. Empty table results can have a schema (#4185)

    * Update EmptyTableResult.java
    
    * Update Job.java
    
    * add test case
    mikekap authored and sduskis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    2e239f7 View commit details
    Browse the repository at this point in the history
  10. 4273: Added a new create method to pass offset and length of sub arra…

    …y. (#4407)
    
    * 4273: Added a new create method to pass offset and lenght of sub array.
    
    * 4273: Fixed codeformat error.
    
    * 4273: Rephrased a comment.
    
    * 4273: Added a new integration test using the new createBlobWithSubArrayFromByteArray code snippet.
    andrey-qlogic authored and sduskis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    cef877c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cccb59d View commit details
    Browse the repository at this point in the history
  12. Release v0.80.0 (#4465)

    kolea2 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    f745e74 View commit details
    Browse the repository at this point in the history
  13. Bump next snapshot (#4467)

    kolea2 authored and sduskis committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    81bdd00 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Adding Cloud Bigtable Mutation fromProto (#4461)

    * Adding Cloud Bigtable Mutation fromProto
    
    * Fixing formatting
    
    * Addressing comments
    `fromProto` becomes `fromProtoUnsafe`
    
    * Fixing lint issues.
    
    * adding a warning to `fromProtoUnsafe`
    sduskis committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    1baa602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb2bb7c View commit details
    Browse the repository at this point in the history