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

Tables Client commit #11

Closed
wants to merge 30 commits into from
Closed

Tables Client commit #11

wants to merge 30 commits into from

Commits on Feb 13, 2012

  1. Fixing several test-related issues

    Fixes Azure#185 (in DefaultBuilderTest)
    Fixes Azure#137 (in BlobServiceIntegration)
    Fixes Azure#167 (in BrokerPropertiesMapperTest)
    Fixes Azure#196 (in the rest of the files)
    jcookems committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    b4a8ff9 View commit details
    Browse the repository at this point in the history
  2. Avoiding a warning on build. Fixes Azure#177

    warnings on build (future Maven versions might no longer support building
    such malformed projects)
    lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    a5e94e3 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. Fixed string-comparison bug in service runtime.

    Walter Blaurock authored and lodejard committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    3ed65cc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    87ebda2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. Merge pull request Azure#6 from loudej/string-comparison

    Fixed string-comparison bug in service runtime.
    loudej committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    eaf313b View commit details
    Browse the repository at this point in the history
  2. Merge pull request Azure#5 from loudej/pom-warning

    Avoiding a warning on build. Fixes Azure#177
    loudej committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    73c80b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

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

Commits on Feb 21, 2012

  1. Merge pull request Azure#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