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

Add system test for 'Sink.create' using a Pubsub topic. #1656

Closed
wants to merge 19 commits into from
Closed

Add system test for 'Sink.create' using a Pubsub topic. #1656

wants to merge 19 commits into from

Commits on Mar 28, 2016

  1. Allow predefined ACL names from either XML or JSON APIs.

    Convert names from the XML API to the equivalent JSON names.
    
    Fixes #1659.
    tseaver committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    f8f153d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1664 from tseaver/1659-predefined_acl-support_jso…

    …n_spellings
    
    Allow predefined ACL names from either XML or JSON APIs.
    tseaver committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    4ccb7a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Fix: Error Calling DNS#QOUTAS Issue: #1650

    fix failing tests
    
    remove typing from expected value
    
    remove schema marker from dns#quotas return value
    
    update test specs for dns.Client#quotas
    
    remove schema marker from dns#quotas return value
    
    update test specs for dns.Client#quotas
    
    remove schema marker from dns#quotas return value
    
    fix failing tests for dns#quotas return value
    
    conditional skipping of the `kind` key
    ojengwa committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    c0992ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1acc15 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    247e293 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ojengwa-master'

    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    f29d0bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21cfae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b53fec5 View commit details
    Browse the repository at this point in the history
  7. Rename 'readers'->'viewers', 'writers'->'editors'.

    Improve correspondence w/ role names used by pubsub.
    
    Addresses:
    #1654 (comment)
    #1654 (comment).
    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    e770e9e View commit details
    Browse the repository at this point in the history
  8. Use role-name constants.

    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    da06d10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0116b18 View commit details
    Browse the repository at this point in the history
  10. Expand/clarify synchronous query usage docs.

    Address three separate cases:
    
    - Query finishes within timeout, with all rows present.
    
    - Query finishes within timeout, but result set is too large for
      initial response.
    
    - Query times out.
    
    Closes #1551.
    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    9ed6997 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1674 from tseaver/1551-bigquery-job_query_status

    Expand/clarify synchronous query usage docs.
    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    f4b8e1c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1654 from tseaver/pubsub-system_tests-iam_policy

    Add system tests for topic/subscription IAM policy get/set methods.
    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7aafecd View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1675 from tseaver/1673-bigquery-reify_query_job

    Cache job constructed for a synchronous query.
    tseaver committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    b8eac84 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Configuration menu
    Copy the full SHA
    81be985 View commit details
    Browse the repository at this point in the history
  2. Add system test for sink creation w/ pubsub topic.

    Broken because 'Topic.set_iam_policy' returns 503s.  See: #1654.
    tseaver committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    0afb7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0f813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ca22dc View commit details
    Browse the repository at this point in the history