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 upstream/master into jianghaolu/javadocs #1

Closed
wants to merge 43 commits into from

Commits on May 17, 2016

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

Commits on May 18, 2016

  1. Configuration menu
    Copy the full SHA
    76f9a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca38a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faba238 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. remainder of the PublicIPAddress model

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    0e68a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6efef View commit details
    Browse the repository at this point in the history
  3. reverting some changes

    anuchandy committed May 19, 2016
    Configuration menu
    Copy the full SHA
    f38ad56 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    562dd51 View commit details
    Browse the repository at this point in the history
  5. minor test correction

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    874bf4e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master'

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    e2726f8 View commit details
    Browse the repository at this point in the history
  7. PublicIPAddress and related javadocs

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    0cf43cf View commit details
    Browse the repository at this point in the history
  8. addressing spacing feedback

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    05cffdc View commit details
    Browse the repository at this point in the history
  9. cleaning up redundant public keywords

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    b5541db View commit details
    Browse the repository at this point in the history
  10. refining the consistency in Update/Updatable naming.

    Updatable means it has .update();
    Update* (think of it as noun) means it has the .with setters.
    Appliable means it has .apply()
    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    ea7a477 View commit details
    Browse the repository at this point in the history
  11. refining the PublicIPAddress test

    unknown authored and unknown committed May 19, 2016
    Configuration menu
    Copy the full SHA
    f357496 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d1c294 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. enabling .withDefaultSubscription() to use the first subscription fro…

    …m the list as fallback
    
    adding Azure#subscriptionId() to identify which subscription the client is associated with
    more Javadocs and tests on Azure class
    unknown authored and unknown committed May 20, 2016
    Configuration menu
    Copy the full SHA
    b36afa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #722 from martinsawicki/master

    remainder of PublicIPAddress model
    anuchandy committed May 20, 2016
    Configuration menu
    Copy the full SHA
    8ee11ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d5070 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63688ad View commit details
    Browse the repository at this point in the history
  5. Squashed 'runtimes/' changes from 6cdb496..0bcf347

    0bcf347 Move checkstyle rules to runtimes
    b443c0f Fix styles and tests
    aabe677 Merge commit 'fddca6a8917951772a65a3e5b47c5e72c1f42fb5' into ua
    63803e0 Fix runtime tests
    c2765e5 Merge commit '3420556ca4cee622a71e11aa166f8e9ec894f818' into ua
    6037451 Send client specific user agent
    b887e80 Add user agent to every method
    9d48136 Add a test for request id header
    29d8857 Fix request id to be generated each time
    41224f8 ComputeManager, rename region->location, etc
    5e2de11 enabling Azure.authenticate(File).withDefaultSubscription() based on the subscription provided in the file
    daacda8 Merge pull request #702 from jianghaolu/master
    788f625 support for Azure.authenticate(File propertiesFile)
    dab7626 Address eclipse build errors
    c8ecc0f Merge pull request #13 from jianghaolu/snap
    69f21a2 Use sonatype as public snapshots
    
    git-subtree-dir: runtimes
    git-subtree-split: 0bcf347
    jianghaolu committed May 20, 2016
    Configuration menu
    Copy the full SHA
    bebdec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dc91c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4056423 View commit details
    Browse the repository at this point in the history
  8. AvailabilitySet refinements, javadocs, bug fixes

    unknown authored and unknown committed May 20, 2016
    Configuration menu
    Copy the full SHA
    7ed9047 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master'

    unknown authored and unknown committed May 20, 2016
    Configuration menu
    Copy the full SHA
    6a67c08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f35826e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #719 from anuchandy/master

    Defining fluent flow for attaching multiple data disks
    jianghaolu committed May 20, 2016
    Configuration menu
    Copy the full SHA
    acf16ff View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    63aa47f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    unknown authored and unknown committed May 21, 2016
    Configuration menu
    Copy the full SHA
    3fe9441 View commit details
    Browse the repository at this point in the history
  3. PublicIPAddress refinements, bug fixes, javadoc clean up

    unknown authored and unknown committed May 21, 2016
    Configuration menu
    Copy the full SHA
    f0fac10 View commit details
    Browse the repository at this point in the history
  4. refactoring PublicIPAddress tests using an abstract TestTemplate class

    unknown authored and unknown committed May 21, 2016
    Configuration menu
    Copy the full SHA
    6aaadad View commit details
    Browse the repository at this point in the history
  5. fixing tagging support (.tags()/.withTag())

    unknown authored and unknown committed May 21, 2016
    Configuration menu
    Copy the full SHA
    22454c0 View commit details
    Browse the repository at this point in the history
  6. adding .update()/.apply() support to AvailabilitySet

    (includes unit test)
    unknown authored and unknown committed May 21, 2016
    Configuration menu
    Copy the full SHA
    732953c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. minor corrections in public IP address support

    unknown authored and unknown committed May 22, 2016
    Configuration menu
    Copy the full SHA
    8471d7f View commit details
    Browse the repository at this point in the history
  2. minor fixes to public IP adress

    unknown authored and unknown committed May 22, 2016
    Configuration menu
    Copy the full SHA
    1e7a6b6 View commit details
    Browse the repository at this point in the history
  3. minor corrections to availability set support

    unknown authored and unknown committed May 22, 2016
    Configuration menu
    Copy the full SHA
    6911ed7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. minor simplification to the Update interfaces on PublicIpAddress

    unknown authored and unknown committed May 23, 2016
    Configuration menu
    Copy the full SHA
    1270642 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #725 from martinsawicki/master

    AvailabilitySet refinements, javadocs, bug fixes
    jianghaolu committed May 23, 2016
    Configuration menu
    Copy the full SHA
    5d628e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24306d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e557491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caa713b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0074034 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #723 from jianghaolu/checkstyle

    Add checkstyle rules
    jianghaolu committed May 23, 2016
    Configuration menu
    Copy the full SHA
    e0d20b2 View commit details
    Browse the repository at this point in the history