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

Update v1beta3 branch with master's most recent changes #817

Merged
merged 293 commits into from
Mar 30, 2016
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 2, 2016

  1. Merge pull request googleapis#597 from mderka/dns-options

    Creates DnsService interface and DnsOptions
    mderka committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    c5566eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69101a View commit details
    Browse the repository at this point in the history
  3. Rename TableDefinition to StandardTableDefinition and BaseTableDefini…

    …tion to TableDefinition
    mziccard committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    28a457e View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#600 from mziccard/bigquery-hierachies

    Remove TableInfo hierarchy, add TableType hierarchy
    aozarov committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    2bb03eb View commit details
    Browse the repository at this point in the history
  5. Make bigquery functional classes extend info classes

    - Dataset extends DatasetInfo
    - Table extends TableInfo
    - Job extends JobInfo
    - Update READMEs and snippets
    - Update BigQueryExample
    - Update and add more tests
    mziccard committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    b0c0bb7 View commit details
    Browse the repository at this point in the history
  6. Fixed documentation and some code formatting. Declared exceptions to be

    thrown when parent objects do not exist. Changed contracts of
    applyChangeRequest and getChangeRequest methods. Adjusted tests.
    mderka committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    e083dfd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    d6daf09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#606 from mderka/dns-options

    Added Dns methods, Zone and ZoneTest. Fixes googleapis#596.
    mderka committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    e3686e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1c1c8 View commit details
    Browse the repository at this point in the history
  4. Minor refactoring bigquery functional objects

    - Make Builder public
    - Make Dataset.builder package scope
    - Add toAndFromPb test
    - Remove static get methods
    mziccard committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    94533b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5829d81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0338ead View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc4b820 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    896de75 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. minor fixes

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    aa0e377 View commit details
    Browse the repository at this point in the history
  2. Add toBuilder tests for Bucket and Blob, remove static get and builde…

    …r methods from Resource Manager's Project
    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    6870eb7 View commit details
    Browse the repository at this point in the history
  3. Add builder test to increase coverage

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    75dbbf8 View commit details
    Browse the repository at this point in the history
  4. Refactor bigquery function objects builders

    - Remove static builder methods
    - Add builder methods params to builder constructors
    - Better javadoc for builder classes
    mziccard committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    b6ad451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbcbfb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ae0f21 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#609 from mziccard/bigquery-hierachies

    Make bigquery functional classes extend info classes
    aozarov committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    4bf3796 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#616 from mderka/dns-options

    Completes DnsRpc interface by adding methods and doc. Implements DefaultDnsRpc.
    aozarov committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    35dbb34 View commit details
    Browse the repository at this point in the history
  9. try latest version of coveralls

    Ajay Kannan committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ae7e62e View commit details
    Browse the repository at this point in the history
  10. Makes name of Zone mandatory and removes id-based methods.

    Also makes id a read-only string instead of BigInteger.
    Includes rewriting testsfor Zone.
    mderka committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    71f5ae2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3183f4a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    4057dcd View commit details
    Browse the repository at this point in the history
  2. Make Table methods public

    mziccard committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    7761a9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce2cc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#622 from mziccard/fix-groupid-warning

    Fix the 'Definition of groupId is redundant' mvn warning
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    f7990c0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#621 from mziccard/bigquery-hierachies

    Make Table methods public
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    8ba9230 View commit details
    Browse the repository at this point in the history
  6. Javadoc fixed.

    mderka committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d722635 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#620 from mderka/dns-options

    Avoids exposing zone id
    mderka committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    b128548 View commit details
    Browse the repository at this point in the history
  8. Minor fixes

    Ajay Kannan committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    288c993 View commit details
    Browse the repository at this point in the history
  9. Merge pull request googleapis#614 from ajkannan/storage-merge-objects

    Make storage functional objects subclasses of metadata objects.
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    cdec697 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f39ab2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#625 from mziccard/master

    Fix failing bigquery ITs due to missing queryPlan
    aozarov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d2dbd99 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Site cleanup

    Ajay Kannan committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    ef7c74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb9cb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

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

Commits on Feb 8, 2016

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

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    ee5bb8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#629 from mderka/rpc-default

    Merges Zone and ZoneInfo. Adds implementation of Dns.
    aozarov committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    86b4356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06c11a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3502610 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6955bf4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#632 from mziccard/bigquery-hierachies

    Fix NPE in bigquery XXXInfo.equals
    ajkannan committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    307ddf3 View commit details
    Browse the repository at this point in the history
  7. Made nameServerSet read only and setters package private.

    Adds dnsName filter for Zone listing and tests.
    Adds serialization test.
    
    Fixes googleapis#630, googleapis#602 and googleapis#631.
    mderka committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    db52e09 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#633 from mderka/rpc-default

    Adding a dnsName filter option for Zone listing and removes nameServerSet exposure
    mderka committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    fa081ac View commit details
    Browse the repository at this point in the history
  9. Refactor examples

    - Create a package named after each service in gcloud-java-examples
    - Create a package snippet in each service's package to hold README's snippets
    - Split Datastore Storage and ResourceManager examples in two
    - Create a class for each snippet in the corresponding service package
    - Add reference for the READMEs to the corresponding snippet class
    - Update package-info.java accordingly
    mziccard committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    edc9db7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Minor refactoring of examples and READMEs

    - Remove check for existence in datastore and storage create snippets
    - Rename GetOrCreateBlob to CreateBlob, GetOrCreateEntity to CreateEntity
    - Use relative links in READMEs
    - Remove full snippets in module's READMEs, replaced with link to class
    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    b392345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b2612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    384a3f1 View commit details
    Browse the repository at this point in the history
  4. Rename John Do to John Doe

    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    6fed3ee View commit details
    Browse the repository at this point in the history
  5. Fix indentation issues in javadoc code samples

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    d1765c7 View commit details
    Browse the repository at this point in the history
  6. fix lint errors

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    257e764 View commit details
    Browse the repository at this point in the history
  7. Move integration tests to separate package

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    71ac555 View commit details
    Browse the repository at this point in the history
  8. Avoid reading extra output during local gcd shutdown.

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    4d8d986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    526eb5f View commit details
    Browse the repository at this point in the history
  10. Rename missing John Do

    mziccard committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    8c9cb2e View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#635 from mziccard/refactor-examples

    Refactor examples
    aozarov committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    7864a93 View commit details
    Browse the repository at this point in the history
  12. Fix codacy and spacing bugs

    Ajay Kannan committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    9d201a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Add codacy badge to READMEs

    mziccard committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    0bea6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43aabb3 View commit details
    Browse the repository at this point in the history
  3. Minor fix in ITs

    Ajay Kannan committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    bc66860 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#641 from mziccard/refactor-examples

    Add codacy badge and configuration
    aozarov committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    1ab48bb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Fix double code tags

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    deb228f View commit details
    Browse the repository at this point in the history
  2. Add set methods for lists of same type

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a68a0b6 View commit details
    Browse the repository at this point in the history
  3. Cleaner getList return value

    Ajay Kannan committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8050cca View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#636 from ajkannan/minor-cleanup

    Docs, tests, and lint cleanup
    aozarov committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    8fb9e91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f920986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47dcc63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4476dcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f77f2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e08896c View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#645 from mziccard/dependency-versions

    Update dependencies versions and add versioneye badge
    aozarov committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    ae7c0e9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request googleapis#646 from aozarov/master

    update google-api-services-datastore-protobuf dependency
    mziccard committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    67efa01 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. update codacy config

    aozarov committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    2314eee View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Merge pull request googleapis#647 from aozarov/master

    update codacy config
    mziccard committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    9412d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Add getter for key parent

    Ajay Kannan committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    65f4f80 View commit details
    Browse the repository at this point in the history
  2. Expose consistency parameter to users of LocalGcdHelper

    Ajay Kannan committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    c2f8952 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Add set(...) javadoc, fix key namespace issue, fix ListValue.of(...),…

    … other minor fixes
    Ajay Kannan committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    274b9ae View commit details
    Browse the repository at this point in the history
  2. remove unncessary changes to ListValue

    Ajay Kannan committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    662f57f View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#648 from ajkannan/datastore-fixes

    Datastore fixes
    aozarov committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    04ab56e View commit details
    Browse the repository at this point in the history
  4. fix lint issue

    aozarov committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    53290f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Merge pull request googleapis#650 from aozarov/master

    fix lint issue
    ajkannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    7076ab6 View commit details
    Browse the repository at this point in the history
  2. support paging

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1f6a7b3 View commit details
    Browse the repository at this point in the history
  3. Fix broken hyperlink in comment

    jart committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1dd2c04 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    6b322fa View commit details
    Browse the repository at this point in the history
  5. Propagate page size error to user

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    df32901 View commit details
    Browse the repository at this point in the history
  6. catch ResourceManagerException instead of Exception

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    b9cd1a7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#651 from ajkannan/resourcemanager-page

    Support paging in Resource Manager
    aozarov committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    da544a9 View commit details
    Browse the repository at this point in the history
  8. Add IAM Policy classes

    Ajay Kannan committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    ff20847 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. move to/fromPb functions to Resource Manager

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    3f07b2c View commit details
    Browse the repository at this point in the history
  2. variable rename to make codacy happy

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    c96469b View commit details
    Browse the repository at this point in the history
  3. Update version for release

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    3695ddc View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#653 from ajkannan/release-0.1.4

    Update version for v0.1.4 release
    ajkannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    df90b9f View commit details
    Browse the repository at this point in the history
  5. Updating version in README files. [ci skip]

    travis-ci committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    cf792d8 View commit details
    Browse the repository at this point in the history
  6. Update version to 0.1.5-SNAPSHOT

    Ajay Kannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    60998b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#654 from ajkannan/update-version-to-0.1…

    ….5-SNAPSHOT
    
    Update version to 0.1.5-SNAPSHOT
    ajkannan committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    df52008 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1ec7f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Added "do not use production projects for tests"

    Added statement about not using production projects for running integration tests.
    mderka committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    d72a8c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#658 from GoogleCloudPlatform/mderka-doc…

    …-patch
    
    Added "do not use production projects for tests"
    aozarov committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    36fe287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e44e12a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Added RPC layer of tests for local helpers. Closes googleapis#665.

    Debugged parsing for options. Fixed context for the server URLs
    and regular expression parsing. Fixed paging. Improved error
    detection for missing zones vs. non-existent changes.
    mderka committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    04f354a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    b2c2d40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#663 from mziccard/master

    Udpate dependencies: source plugin, bigquery, storage and fluido skin
    ajkannan committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    332f990 View commit details
    Browse the repository at this point in the history
  3. Fix equals, javadoc, bindings representation, and address other comme…

    …nts.
    Ajay Kannan committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    ee78b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    1583e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f4a18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#669 from mziccard/validate-open-exception

    Make validateOpen throw ClosedChannelException
    aozarov committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    119ccdf View commit details
    Browse the repository at this point in the history
  4. Document exceptions and satisfy codacy's demands.

    Ajay Kannan committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    08295ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fea7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a62c69d View commit details
    Browse the repository at this point in the history
  7. Added integration tests.

    mderka committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    cbf737d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a439628 View commit details
    Browse the repository at this point in the history
  9. Merge pull request googleapis#668 from mziccard/page-token-fields-option

    Add pageToken to list fields option for storage and resourcemanager
    aozarov committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    7194201 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Use enum for legacy roles, add input checks

    Ajay Kannan committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    7d87d3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#652 from ajkannan/iam

    Create IAM Policy classes
    aozarov committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    f4d3b95 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2016

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

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    992a371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b4f44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#685 from mziccard/poms-remove-tabs

    Remove tabs from storage and bigquery poms
    ajkannan committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    5ea8a8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3bd9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#686 from mziccard/master

    Fix links to examples javadoc in READMEs
    aozarov committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    bbe7b50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21e68cc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    438896b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e66c9a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#688 from aozarov/master

    Add a versions option to BlobListOption
    mziccard committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3930ff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93810ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a3d5d8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#694 from mziccard/master

    Replace com.google.api.client.util.Lists with Guava's Lists
    aozarov committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    926831e View commit details
    Browse the repository at this point in the history
  7. Added retryable errors.

    mderka committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    9b6929b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Configuration menu
    Copy the full SHA
    452e274 View commit details
    Browse the repository at this point in the history
  2. Added sleep and renamed change completion check.

    Moved integration test to a separate package and adjusted accordingly.
    Added missing fails.
    mderka committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    22153aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#674 from mderka/integration

    Added integration tests.
    mderka committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    44b1998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f28101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3fdbbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3600338 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request googleapis#700 from mderka/retries

    Added retryable errors.
    mderka committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    030e819 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#705 from mziccard/functional-bucket-opt…

    …ions
    
    Add BlobTargetOption and BlobWriteOption classes to Bucket
    aozarov committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    be913a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1d93f View commit details
    Browse the repository at this point in the history
  4. pom.xml version edit

    mderka committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    5858809 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d163bfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    622dcc9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request googleapis#704 from mziccard/fix-storage-its

    Handle eventally consistent blob lists in storage ITs
    mziccard committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    50750d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8684506 View commit details
    Browse the repository at this point in the history
  9. Merge pull request googleapis#708 from mderka/integration

    Fixed flaky integration test
    mderka committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    8e6aeef View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    8dd8786 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#712 from mziccard/remove-throws

    Remove redundant throws from services method signatures
    aozarov committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    7eb957d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8031e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#713 from mderka/integration

    Adjusted clear not to collide when parallel test are running.
    mderka committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    481db7a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Add NoAuthCredentials

    Ajay Kannan committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    c486452 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Add javadoc

    Ajay Kannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    8c353ec View commit details
    Browse the repository at this point in the history
  2. change NoAuthCredentials javadoc wording

    Ajay Kannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    0c4af89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#719 from ajkannan/add-no-auth

    Add NoAuthCredentials
    ajkannan committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    d3224b3 View commit details
    Browse the repository at this point in the history
  4. Fix writes with 0 length

    aozarov committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    cded234 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    36ebabd View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#725 from aozarov/master

    Fix writes with 0 length
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    e70387d View commit details
    Browse the repository at this point in the history
  3. Remove BlobListOption.recursive option and fix delimiter handling

    - Add BlobListOption.currentDirectory option that sets the '/' delimiter
    - Add isDirectory method to BlobInfo objects
    - Change StorageRpc.list(bucket) method to add prefixes to the list of storage objects
    - Add unit and integration tests
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    d930b4b View commit details
    Browse the repository at this point in the history
  4. Release version 0.1.5

    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    0f4a7a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#729 from mziccard/master

    Release version 0.1.5
    mziccard committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2611514 View commit details
    Browse the repository at this point in the history
  6. Updating version in README files. [ci skip]

    travis-ci committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    1f1f4b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa6c173 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#730 from mziccard/master

    Update version to 0.1.6-SNAPSHOT
    aozarov committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    7c42116 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Refactor Storage's delimiter support

    - Minor fixes to javadoc
    - Favor firstNonNull over ternary operator when possible
    - Move prefix-object transformer to static function
    - Simplify StorageOptions equals method
    mziccard committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    de9b0d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#726 from mziccard/fix-list-prefix

    Remove BlobListOption.recursive option and fix delimiter handling
    mziccard committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    5dd3c30 View commit details
    Browse the repository at this point in the history
  3. The following has been done within multiple iterations:

    Refactored URL parsing and removed unnecessary doc in local helper.
    Refactored to use AtomicReference instead of singleton Map.
    Adjusted tests of paging to test that pages contain expected objects.
    Added check and test for deleting non-empy zone.
    Removed RrsetWapper and used tailMap in listing.
    Added @VisibleForTesting annotations.
    Added fails to expected exceptions. Added error message checks.
    Addressed codacy suggestions.
    Assigned project ID to the helper and test.
    Added pool of executors instead of spawning one threads.
    Reduced number of threads.
    mderka committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    1f06caf View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#656 from mderka/dummy

    Added local implementation of the service and tests.
    mderka committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    53e87fe View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Configuration menu
    Copy the full SHA
    3cf0722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90897f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#736 from mderka/zone-of

    ZoneInfo.of() instead of builder
    mziccard committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    a26bd59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407c436 View commit details
    Browse the repository at this point in the history
  5. Reorder and add imports

    mziccard committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    fd7d84d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Merge pull request googleapis#742 from mziccard/rename-spi

    Create service-specific spi packages
    ajkannan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    0d38c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a595f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d0917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24a712a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac1ba66 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#738 from mziccard/javadoc-group-packages

    Use groups to separate packages in javadoc's index
    ajkannan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    1425513 View commit details
    Browse the repository at this point in the history
  7. Remove final from Blob

    So we can mock it in test classes.
    Also make equals and hashCode final.
    jean-philippe-martin committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    8a3b4f2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#744 from jean-philippe-martin/blob_notf…

    …inal
    
    Remove final from Blob
    aozarov committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ddd02aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2016

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

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    d97c188 View commit details
    Browse the repository at this point in the history
  2. LocalDnsHelper adds the default change upon creating a zone.

    This now matches the behaviour of the service. Fixes googleapis#672.
    mderka committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    767be65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86e23d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#746 from mderka/local-adjustment

    LocalDnsHelper should add the default change upon creating a zone.
    mderka committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    f5c0587 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#745 from mziccard/rename-max-results

    Rename maxResults to pageSize
    mderka committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    9e5c173 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#747 from mziccard/master

    Fix flaky RemoteGcsHelperTest.testForceDeleteTimeout
    aozarov committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    646f3c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96e380c View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#748 from mderka/spi-refactor

    Moved spi package to dns.spi as per googleapis#742
    ajkannan committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    6be68bc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Configuration menu
    Copy the full SHA
    4e0248f View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#743 from mziccard/signurl-javadoc

    Add more detailed javadoc to Blob and Storage signUrl
    mziccard committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3b083a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886a8bd View commit details
    Browse the repository at this point in the history
  4. Fixed based on first round of comments:

    - moved to correct package
    - added printouts while waiting for changes
    - removed tab-based formatting
    - removed NumberFormatException hiding
    - some minor code refactoring
    - extended documentation
    - switched builder() to of() construct in DNS example
    mderka committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    8e82f35 View commit details
    Browse the repository at this point in the history
  5. Added code snippets for DNS.

    Also extended example doc and added links.
    Refactored zone print.
    mderka committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    da877d8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#717 from mderka/example

     Added a DNS example and documentation.
    mderka committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    3cdc3a4 View commit details
    Browse the repository at this point in the history
  7. Added integration test for invalid change request.

    Also added checks for the exceptions being non-retryable.
    Closes googleapis#673.
    mderka committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    baee7d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#749 from mderka/spi-refactor

    Added integration test for invalid change request.
    mderka committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    736b6e1 View commit details
    Browse the repository at this point in the history
  9. Add get, replace, and test for IAM

    Ajay Kannan committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    c2c6628 View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#718 from ajkannan/get-set-test-iam

    Add get, replace, and test for IAM
    ajkannan committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    7d48ec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    8ae8a1b View commit details
    Browse the repository at this point in the history
  2. Added READMEs. This includes:

    - Package README
    - Adjusted global gcloud-java README
    - Package description
    - Reorganizing snippets to be consistent with readme
    mderka committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    f7f4de8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#750 from mderka/readme

    README was added for DNS and the main README was updated accordingly.
    mderka committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    17442b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    967c5c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034432a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce59793 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    0a113cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8840b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4e288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e0c6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83ddb08 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#754 from mziccard/serialization-tests

    Create base class for serialization tests
    aozarov committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    353d2db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Remove checks for contentType in CopyRequest

    - update CopyRequest to hold both targetId and targetInfo
    - avoid sending storage object in StorageRpc.rewrite when only targetId is set
    - refactor CopyWriter and state
    - add integration tests
    mziccard committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    22636e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. Configuration menu
    Copy the full SHA
    3e5db7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1855ae1 View commit details
    Browse the repository at this point in the history
  3. Rephrase RewriteChannel and Storage.copy javadoc. Add final to CopyWr…

    …iter's StateImpl.target
    mziccard committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    5dd0292 View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#762 from mziccard/remove-compose-conten…

    …t-type
    
    Remove default contentType from Storage.compose and Bucket.create
    mziccard committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    fa64fa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. IAM docs and functional methods for policies

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    3e9e1a0 View commit details
    Browse the repository at this point in the history
  2. Add binding entries as necessary in IamPolicy.Builder

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    c05e738 View commit details
    Browse the repository at this point in the history
  3. Take care of minor changes

    Ajay Kannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    7bbe67f View commit details
    Browse the repository at this point in the history
  4. Merge pull request googleapis#760 from ajkannan/iam-docs-and-cleanup

    IAM docs and functional methods for policies
    ajkannan committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    5fbb41c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    3a97ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bf6c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#772 from ajkannan/support-more-iam-roles

    Make Role and Permission strings to allow for service-specific values
    ajkannan committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    a78f0a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c6da4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#774 from mziccard/rename-next-page-token

    Rename startPageToken to pageToken in Storage and BigQuery
    ajkannan committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    689bbb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Merge remote-tracking branch 'upstream/master' into dns-alpha

    Merged to get new serialization test from core.
    mderka committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d974887 View commit details
    Browse the repository at this point in the history
  2. Updated the version in pom.

    mderka committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    e946b76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#782 from mderka/merge-master

    Merge master
    ajkannan committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    9ac6a82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3fc94 View commit details
    Browse the repository at this point in the history
  5. Merge pull request googleapis#783 from mderka/newserialization

    Refactored the serialization test to use the base test
    ajkannan committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    2f90e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    1a5aade View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#784 from mderka/rename-dns-record

    Renamed DnsRecord to RecordSet. Fixes googleapis#779.
    mderka committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    96e28d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

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

Commits on Mar 26, 2016

  1. Addressed comments. This includes:

    - Moved Status enum to ChangeRequestInfo.
    - Switching from ChangeRequest.builer() to ChangeRequestInfo.builder()
    - Fixing README accordingly
    - Used times() for mocking instead of repeated expect()
    - Snippets and documentation work with ChangeRequestInfo. Fixes googleapis#788.
    - Equals uses getClass instead if instanceof.
    - Removed unnecessary imports.
    mderka committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    de8bf4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request googleapis#789 from mderka/change-request-functional

    Turned ChangeRequest into a functional object.
    mderka committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    104f9e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Merge pull request googleapis#795 from ajkannan/merge-dns-alpha

    Merge DNS (alpha) into master
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    59c3215 View commit details
    Browse the repository at this point in the history
  2. Release v0.1.6

    Ajay Kannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    f2f93bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request googleapis#799 from ajkannan/release-0.1.6

    Release v0.1.6
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    3df14dd View commit details
    Browse the repository at this point in the history
  4. Updating version in README files. [ci skip]

    travis-ci committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7004918 View commit details
    Browse the repository at this point in the history
  5. Update version to 0.1.7-SNAPSHOT

    Ajay Kannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    d2dc5e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request googleapis#801 from ajkannan/pom-version-0.1.7-SNA…

    …PSHOT
    
    Update version to 0.1.7-SNAPSHOT
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    f97385f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ee0e32 View commit details
    Browse the repository at this point in the history
  8. Merge pull request googleapis#802 from aozarov/master

    update pom.xml to include DNS in javadoc groups
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    249cac6 View commit details
    Browse the repository at this point in the history
  9. Add pkg info for dns

    Ajay Kannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7849e6e View commit details
    Browse the repository at this point in the history
  10. Merge pull request googleapis#805 from ajkannan/dns-testing-pkg-info

    Add package info for dns.testing
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    2819942 View commit details
    Browse the repository at this point in the history
  11. Add comment about releasing new modules

    Ajay Kannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    69476eb View commit details
    Browse the repository at this point in the history
  12. Merge pull request googleapis#806 from ajkannan/releasing-new-module

    Add comment about releasing new modules
    ajkannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    6747274 View commit details
    Browse the repository at this point in the history
  13. Merge conflict resolution.

    Ajay Kannan committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    2b52294 View commit details
    Browse the repository at this point in the history