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

Dev #33

Merged
merged 104 commits into from
Apr 12, 2013
Merged

Dev #33

merged 104 commits into from
Apr 12, 2013

Commits on Jan 14, 2013

  1. update the unit tests so that the job integration tests have the right

    prefixes.
    Albert Cheng committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    8a143d8 View commit details
    Browse the repository at this point in the history
  2. add TaskHistoricalEvent to the queue.

    Albert Cheng committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    624cfa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2013

  1. partial checkin for task historical event

    Albert Cheng committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    84c6bd5 View commit details
    Browse the repository at this point in the history
  2. initial check in to add task historical event type.

    Albert Cheng committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    76d9ecc View commit details
    Browse the repository at this point in the history
  3. Merge pull request Azure#101 from WindowsAzure/dev

    Dev
    Albert Cheng committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    8e9fdcf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

  1. second checkin to support task historical events.

    Albert Cheng committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    7d5b4b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2013

  1. Merge pull request Azure#99 from gcheng/bettertests

    update the unit tests so that the job integration tests have the right
    Albert Cheng committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    2cebbbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#626 from gcheng/dev

    Dev
    Albert Cheng committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    c3cfb9f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Merge pull request Azure#104 from WindowsAzure/dev

    Dev
    Albert Cheng committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    6760316 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#105 from gcheng/dev

    Dev
    Albert Cheng committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    b76886a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. add job integration test for taskhistorical event

    Albert Cheng committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    466c43b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. Configuration menu
    Copy the full SHA
    cc327c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#631 from jcookems/dev

    Pull from public dev to private dev
    jcookems committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    455f906 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2013

  1. code review feedback.

    Albert Cheng committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    f7dce4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#100 from gcheng/historicalevents

    implementation of TaskHistoricalEvent .
    Albert Cheng committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    0ef9985 View commit details
    Browse the repository at this point in the history
  3. a missed unit test.

    Albert Cheng committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    6db3cad View commit details
    Browse the repository at this point in the history
  4. Merge pull request Azure#106 from gcheng/historicalevents

    a missed unit test.
    Albert Cheng committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    3531068 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Azure#632 from gcheng/dev

    Dev
    Albert Cheng committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    04160b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

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

Commits on Jan 29, 2013

  1. Configuration menu
    Copy the full SHA
    7a8812e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda240d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40bd3e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269db3f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from jcookems/fixWarnings

    Fix warnings and remove trivial TODOs
    jcookems committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    da209fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0413d38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bf887e View commit details
    Browse the repository at this point in the history
  8. Adding deltas to assertEquals for Date and Double, which are likely t…

    …o experience slight rounding error and cause transient failures.
    jcookems committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    277921f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Merge pull request #33 from jcookems/fix205

    Remove hard-coded Fiddler code and relax equality tests for dates and doubles
    jcookems committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    614e96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf464c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

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

Commits on Feb 21, 2013

  1. CR Feedback - Update tasks to provide result affinity. Now the Reques…

    …tResult is set directly on the task, Internally no one access OperationContext getLastResult
    Joe Giardino committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    f5e7c15 View commit details
    Browse the repository at this point in the history
  2. Make BlobOutputStream use latest instead of uncommitted.

    Joe Giardino committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    118bac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-java

     into dev
    Joe Giardino committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    08648cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ebeb4 View commit details
    Browse the repository at this point in the history
  3. Pull from WindowsAzure/dev

    Serdar Ozler committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    940a8b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2013

  1. CR feedback: Update tasks to provide result affinity

    Joe Giardino committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    11b1a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed1f7d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. fix the broken unit test due to nimbus server upgrade.

    Albert Cheng committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    19ef20c View commit details
    Browse the repository at this point in the history
  2. fix another unit test due to nimbus server upgrade.

    Albert Cheng committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    4f692bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request Azure#107 from gcheng/unittestclean

    fix the unit test failure due to nimbus server upgrade.
    Albert Cheng committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    77c9477 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Azure#644 from gcheng/dev

    Dev
    Albert Cheng committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    ce4a3bf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Configuration menu
    Copy the full SHA
    742b0e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from christav/sb-test-cleanup-118

    Clean up service bus assets created as part of test at the end.
    Chris Tavares committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    731245a View commit details
    Browse the repository at this point in the history
  3. Merge pull request Azure#263 from christav/dev

    Clean up service bus assets created as part of test at the end.
    Chris Tavares committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    dc4575c View commit details
    Browse the repository at this point in the history
  4. CR feedback remove extra line

    Joe Giardino committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    782319d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-java

     into dev
    Joe Giardino committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    cba4c0d View commit details
    Browse the repository at this point in the history
  6. Merge pull request Azure#264 from gcheng/dev

    Dev
    Albert Cheng committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    8e7fc15 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. Merge branch 'dev' of https://github.com/sozler/azure-sdk-for-java in…

    …to devMerge
    Joe Giardino committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    c5345f2 View commit details
    Browse the repository at this point in the history
  2. Update Changelog for latest fixes

    Joe Giardino committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    57335fe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2013

  1. Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-java

     into dev
    Serdar Ozler committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    b792da2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-java

     into devMerge
    Joe Giardino committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    927e31e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/sozler/azure-sdk-for-java in…

    …to devMerge
    Joe Giardino committed Mar 1, 2013
    Configuration menu
    Copy the full SHA
    557804b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. fix for issue 188, broker properties mapper

    Albert Cheng committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    3e422ed View commit details
    Browse the repository at this point in the history
  2. fix for issue 189, unicode issues in BrokeredMessage

    Albert Cheng committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    32b0c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7595d28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Azure#282 from sozler/dev

    BlobInputStream MD5 verification fix and a couple more fixes
    Albert Cheng committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    6575ffa View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

  1. Configuration menu
    Copy the full SHA
    dbff29a View commit details
    Browse the repository at this point in the history
  2. fix base64 string adapter encoding issue, issue Azure#193.

    Albert Cheng committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    3ff10d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225aa9a View commit details
    Browse the repository at this point in the history
  4. add the missing DefaultEdmValueConverter.java file

    Albert Cheng committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    0ecdd94 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from gcheng/global

    Unicode issue for this sprint.
    Albert Cheng committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    171f6ad View commit details
    Browse the repository at this point in the history
  6. Merge pull request Azure#288 from gcheng/dev

    Dev
    Albert Cheng committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    bd596d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2013

  1. Configuration menu
    Copy the full SHA
    22961d2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release' of https://github.com/WindowsAzure/azure-sdk-f…

    …or-java into devMerge
    Joe Giardino committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    6ad950a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from jcookems/int

    Merge changes from the Public release branch to private
    jcookems committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    0145416 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f614ec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from jcookems/int

    Merge changes from the private branch to release branch
    jcookems committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    48ca51e View commit details
    Browse the repository at this point in the history
  6. Merge pull request Azure#290 from jcookems/release

    Release
    jcookems committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    492299f View commit details
    Browse the repository at this point in the history
  7. Updating POM version

    jcookems committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    398e721 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Azure#291 from jcookems/release

    Updating POM version
    jcookems committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    11ec4a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2013

  1. Merge pull request Azure#289 from joeg/devMerge

    Version 0.4.1 Storage Pull
    Albert Cheng committed Mar 9, 2013
    Configuration menu
    Copy the full SHA
    5fc77e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release' of https://github.com/WindowsAzure/azure-sdk-f…

    …or-java into release
    Albert Cheng committed Mar 9, 2013
    Configuration menu
    Copy the full SHA
    6aea867 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Configuration menu
    Copy the full SHA
    b6928e0 View commit details
    Browse the repository at this point in the history
  2. update changelog for 0.4.1

    guangyang committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    baff388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1944273 View commit details
    Browse the repository at this point in the history
  4. fixing policheck issues

    guangyang committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    dd74ec3 View commit details
    Browse the repository at this point in the history
  5. fixing policheck issues

    guangyang committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    f0d6ca3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Azure#292 from guangyang/release

    update change log for 0.4.1
    guangyang committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    e92621b View commit details
    Browse the repository at this point in the history
  7. throw exception when you create or update null message.

    Albert Cheng committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    be09f31 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. Merge pull request #24 from gcheng/global

    throw exception when you create or update null message.
    Albert Cheng committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    bff956b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#293 from gcheng/dev

    Dev
    Albert Cheng committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    ab6b488 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Merge pull request Azure#295 from WindowsAzure/release

    Merge release to mater
    Albert Cheng committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    fb2b701 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#296 from WindowsAzure/master

    Pull master to dev
    Albert Cheng committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    75d7a8c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. fix the global date parsing issue.

    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    c8561a2 View commit details
    Browse the repository at this point in the history
  2. fix the javadoc documentation issue.

    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    cce6e7c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/gcheng/azure-sdk-for-java in…

    …to packagedoc
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    ff2397d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from WindowsAzure/dev

    Dev
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    42d86ee View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of https://github.com/gcheng/azure-sdk-for-java in…

    …to packagedoc
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    e6b0f5b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from gcheng/global

    fix the global date parsing issue.
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    dcd468f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #26 from gcheng/packagedoc

    Fixing missing package level javadoc.
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    087ec84 View commit details
    Browse the repository at this point in the history
  8. Merge pull request Azure#300 from gcheng/dev

    Dev
    Albert Cheng committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    405d480 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Configuration menu
    Copy the full SHA
    dcc2a07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#302 from jcookems/dev

    Updating version number to 0.4.2
    jcookems committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    81f1269 View commit details
    Browse the repository at this point in the history
  3. fix the failure of a few global unit tests.

    Albert Cheng committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    3e76780 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #28 from gcheng/global

    fix the failure of a few global unit tests.
    Albert Cheng committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    38a9727 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Azure#304 from gcheng/dev

    Dev
    Albert Cheng committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    9d7c79c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. fix unit test failures due to media service upgrade.

    Albert Cheng committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    9998b88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from gcheng/nimbusfailure

    fix unit test failures due to media service upgrade.
    Albert Cheng committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    fd3107b View commit details
    Browse the repository at this point in the history
  3. Merge pull request Azure#312 from gcheng/dev

    Dev
    Albert Cheng committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    b4b7fb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. Merge pull request #13 from gcheng/rebindcontentkey

    rebind content key implementation
    Albert Cheng committed Apr 9, 2013
    Configuration menu
    Copy the full SHA
    44e2421 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#319 from gcheng/dev

    Implementation of rebind content key.
    Albert Cheng committed Apr 9, 2013
    Configuration menu
    Copy the full SHA
    5740210 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

  1. Merge pull request #30 from gcheng/rebindcontentkey

    ensure unit tests can pass on CI machine
    Albert Cheng committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    90b28e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#321 from gcheng/dev

    Dev
    Albert Cheng committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    f85f1e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Merge pull request #32 from WindowsAzure/dev

    Dev
    Albert Cheng committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    11992bb View commit details
    Browse the repository at this point in the history