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 implementation work by rpaquay #7

Merged
merged 22 commits into from
Feb 21, 2012
Merged

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