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 version number for official 0.2.1 release #44

Closed
wants to merge 104 commits into from

Commits on Feb 13, 2012

  1. Initial implementation of table service

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    6a25ef7 View commit details
    Browse the repository at this point in the history
  2. Integration tests

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    cfb7c93 View commit details
    Browse the repository at this point in the history
  3. Cosmetic changes

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    bbcee3e View commit details
    Browse the repository at this point in the history
  4. Implement table creation/deletion/querying

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    9432fac View commit details
    Browse the repository at this point in the history
  5. Add support for "insertEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    f481f38 View commit details
    Browse the repository at this point in the history
  6. Whitespaces

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    28a3cec View commit details
    Browse the repository at this point in the history
  7. Add support for "updateEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    b3fc550 View commit details
    Browse the repository at this point in the history
  8. Add support for "DeleteEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    6696e2c View commit details
    Browse the repository at this point in the history
  9. Add support for "mergeEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    9cede50 View commit details
    Browse the repository at this point in the history
  10. Add support for "insertOrReplaceEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    b9a00d4 View commit details
    Browse the repository at this point in the history
  11. Add support for "insertOrMergeEntity"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    a4f49b0 View commit details
    Browse the repository at this point in the history
  12. Add support for "getEntity" and "queryEntities"

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    bf53b9c View commit details
    Browse the repository at this point in the history
  13. Rename a few classes, fix support for query continuation

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    a72bc2a View commit details
    Browse the repository at this point in the history
  14. Fix bug with server sometimes sending back shorter ISO 8601 dates

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    711e23d View commit details
    Browse the repository at this point in the history
  15. Adding test for query entities continuation

    The test is actually not testing pagination by default because there is
    no way to reach the default # of entities (1,000) in a reasonable
    amount of time.
    
    Also adding test for query entities filtering
    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    06146b7 View commit details
    Browse the repository at this point in the history
  16. Adding a couple more unit test for query entities

    Also adding escape mechanism for expressing filters
    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    8fdbcf7 View commit details
    Browse the repository at this point in the history
  17. Initial (not quite working yet) support for batch operations

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    3f5f5d7 View commit details
    Browse the repository at this point in the history
  18. Add full support for "batch" operation on tables

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    802e9b0 View commit details
    Browse the repository at this point in the history
  19. Additional test for "batch" operation

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    34de8fe View commit details
    Browse the repository at this point in the history
  20. Simple code refactorings

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    18c8255 View commit details
    Browse the repository at this point in the history
  21. Support for all batch operations

    Renaud Paquay authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    04cc644 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    87ebda2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2012

  1. Merge pull request #7 from loudej/tables

    Tables implementation work by rpaquay
    joostdenijs committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    2c2ca7e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2012

  1. Table Client commit

    •	the table client
    •	relevant core updates
    •	table tests
    •	pom.xml is updated to reference apache commons lang
    •	Updating useragent to v1.1.2
    Joe Giardino committed Feb 22, 2012
    Configuration menu
    Copy the full SHA
    3a7d97c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2012

  1. Merge pull request #12 from joeg/tables

    Table Client commit
    joostdenijs committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    3e29e5c View commit details
    Browse the repository at this point in the history
  2. Combining listTables and queryTables operations. Fixes Azure#216

    Parameterless listTables and queryTables have identical behavior.
    Add prefix property to QueryTablesOptions.
    If prefix and query filter are both provided, they are combined by
    an 'and' expression.
    lodejard committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    c4206d7 View commit details
    Browse the repository at this point in the history
  3. Date time for table should have precision only down to seconds. Fixes A…

    …zure#228
    
    DateTime parser doesn't appear to round-trip accurately lower than that.
    lodejard committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    ff44325 View commit details
    Browse the repository at this point in the history
  4. Use X-HTTP-Method for MERGE verb. Fixes Azure#234

    Java http libraries assert on known set of verbs
    lodejard committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    46e59a3 View commit details
    Browse the repository at this point in the history
  5. Bumping version to 0.2.0

    lodejard committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    2115c8e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from loudej/issue-216

    Issue 216
    jcookems committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    a552797 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15 from loudej/issue-228

    Issue 228
    jcookems committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    42a8cfd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16 from loudej/issue-234

    Use X-HTTP-Method for MERGE verb. Fixes Azure#234
    jcookems committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    61fd153 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #17 from loudej/version-number

    Version number
    jcookems committed Feb 24, 2012
    Configuration menu
    Copy the full SHA
    ee38b84 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2012

  1. Configuration menu
    Copy the full SHA
    4af2c06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from jcookems/addboilerplate

    Addboilerplate
    joostdenijs committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    41ea32f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2012

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

Commits on Mar 8, 2012

  1. Merge pull request #23 from joostdenijs/dev

    Fixed the README.md
    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    15a260e View commit details
    Browse the repository at this point in the history
  2. Fix issue 198

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    fd92be1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f239a50 View commit details
    Browse the repository at this point in the history
  4. Fix Azure#225

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    37e8b0f View commit details
    Browse the repository at this point in the history
  5. Fix Azure#252

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    960abc5 View commit details
    Browse the repository at this point in the history
  6. Fix Azure#205

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    4ac38a8 View commit details
    Browse the repository at this point in the history
  7. Fix Azure#257

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    c372a00 View commit details
    Browse the repository at this point in the history
  8. Fix Azure#228

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    2b3d4bf View commit details
    Browse the repository at this point in the history
  9. Fix Azure#221 and Azure#231

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    3bf1d09 View commit details
    Browse the repository at this point in the history
  10. Fix Azure#213

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    6243526 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0078bd4 View commit details
    Browse the repository at this point in the history
  12. Fix Azure#209

    jcookems committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    b329c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2012

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

Commits on Mar 19, 2012

  1. Configuration menu
    Copy the full SHA
    88d99b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb654d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/dev' into dev

    Conflicts:
    	README.md
    adashcolinr committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    571122b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2012

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

Commits on Mar 26, 2012

  1. Configuration menu
    Copy the full SHA
    7d6bb0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e41e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38799cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d98b36c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #25 from adashcolinr/dev

    Queue Javadocs
    joostdenijs committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    da5f63a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2012

  1. Configuration menu
    Copy the full SHA
    1782b84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from jcookems/fix227_244_251

    Fix227 224 251
    jcookems committed Mar 29, 2012
    Configuration menu
    Copy the full SHA
    46d807c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2012

  1. Configuration menu
    Copy the full SHA
    c1b94fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84bcfaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75762f3 View commit details
    Browse the repository at this point in the history
  4. Replaced manual base16 conversion with Formatter call.

    Use existing StringBuilder instead of concat when possible.
    Add case for Byte[] (in addition to byte[])
    Replace special case in String for UUID with seperate code path for UUID.
    Add unit tests.
    jcookems committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    6a569ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f9439 View commit details
    Browse the repository at this point in the history
  6. Added new ISO8601 unit tests

    Added back "shortFormat" function, needed by Blob
    jcookems committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    adcf3ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2962f94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88a3edc View commit details
    Browse the repository at this point in the history
  9. Added unit test

    Changed catch statement to perform a reasonable fallback if the URLEncoder call fails.
    Added missing imports statements.
    jcookems committed Apr 3, 2012
    Configuration menu
    Copy the full SHA
    2116310 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76f6253 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. Address root cause of the issue: the default response EntityInputStre…

    …am not rewindable, yet is is needed in multiple areas of the parseBatchResponse.
    
    Revert workaround fix.
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    90442d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bea4d6c View commit details
    Browse the repository at this point in the history
  3. Minor name changes.

    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    bbf8b07 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…

    …va into fix243_245_254
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    b479cf6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from jcookems/codereview

    Fix 6 issues in table service layer
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    ab4f701 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c18b9d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #28 from jcookems/fix213

    Fix213
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    d59baba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f86207f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #30 from jcookems/fix228

    Fix 228: Table: DateTime serialization for milliseonds
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    e21de2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cadf5cd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #31 from jcookems/fix252

    Fix 252: Table: Need to support signing when URL contains escapable characters
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    7ea8763 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b006f17 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #32 from jcookems/fix257

    Fix 257: Table: Unit test regression in batchLotsOfInsertsWorks
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    eb216e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc66cda View commit details
    Browse the repository at this point in the history
  15. Merge pull request #36 from jcookems/dev-bookmark

    Add import statement missing from merge
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    fab505c View commit details
    Browse the repository at this point in the history
  16. Merge branch 'dev-bookmark' of github.com:WindowsAzure/azure-sdk-for-…

    …java into fix243_245_254
    
    Conflicts:
    	microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/table/implementation/TableRestProxy.java
    jcookems committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    3cc66d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2012

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

    …java into dev-bookmark
    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    922527a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…

    …va into fix243_245_254
    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    1a0f486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f587ac1 View commit details
    Browse the repository at this point in the history
  4. Simplify the processing of the batch error messages to avoid Jersey S…

    …EVERE warnings.
    
    Throw a reasonable error when the
    Housekeeping:
    Add suppression markers for unfixable warnings.
    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    9a503ba View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix243_245_254' of github.com:jcookems/azure-sdk-for-ja…

    …va into fix243_245_254
    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    f57a959 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92b1db5 View commit details
    Browse the repository at this point in the history
  7. Fix minor spacing issues

    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    d14c5c9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #33 from jcookems/fix243_245_254

    Fix243 245 254
    jcookems committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    bb5fbed View commit details
    Browse the repository at this point in the history
  9. fix the failed java unit test related to getBlob.

    unknown authored and unknown committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    564d8aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c884a33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c82f1e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

  1. Configuration menu
    Copy the full SHA
    f338598 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from gcheng/dev-bookmark

    fix the failed java unit test related to getBlob.
    Albert Cheng committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    e629c80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from jcookems/fix236

    Fix236: EdmType.GUID should map to java.util.UUID
    Albert Cheng committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    640093e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2012

  1. Making filter immutable, add filter to TableQuery, Rename RawStringFi…

    …lter
    
    to QueryStringFilter, rename LiteralFilter to PropertyNameFilter.
    Albert Cheng committed Apr 7, 2012
    Configuration menu
    Copy the full SHA
    8dd4620 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2012

  1. Addressing code review feedback...

    Albert Cheng committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    4d82414 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from gcheng/dev-bookmark

    Making filter immutable, add filter to TableQuery, Rename RawStringFilte...
    Albert Cheng committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    9cafac5 View commit details
    Browse the repository at this point in the history
  3. update the version number to 0.2.1

    U-REDMOND\gongchen authored and U-REDMOND\gongchen committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    40c5baa View commit details
    Browse the repository at this point in the history