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

Cosmos Store #42

Merged
merged 66 commits into from
Dec 24, 2018
Merged

Cosmos Store #42

merged 66 commits into from
Dec 24, 2018

Commits on Dec 24, 2018

  1. Add CosmosDb adapter

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    e69c605 View commit details
    Browse the repository at this point in the history
  2. Integrate tests with Equinox.Cosmos

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6baebef View commit details
    Browse the repository at this point in the history
  3. Check collection exist in connection creation;

    Set consistency level to strong for retrying
    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    388e152 View commit details
    Browse the repository at this point in the history
  4. Added Equinox to Sample/Integration

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    926d937 View commit details
    Browse the repository at this point in the history
  5. Added support for connection string

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    9835a0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    434b2fe View commit details
    Browse the repository at this point in the history
  7. Some naming changes

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    ed003fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bc19ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a595ce View commit details
    Browse the repository at this point in the history
  10. Sync with ES implementation

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    8998a6e View commit details
    Browse the repository at this point in the history
  11. Added script for creating docdb collection with proper indexing polic…

    …y and stored procudure
    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    5051351 View commit details
    Browse the repository at this point in the history
  12. changes regarding reviews

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    1ca6ed6 View commit details
    Browse the repository at this point in the history
  13. Some missing changes

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    32a2546 View commit details
    Browse the repository at this point in the history
  14. Fix tests

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    5fe98e3 View commit details
    Browse the repository at this point in the history
  15. Added arg for prepare collection

    dongdongcai authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    5540215 View commit details
    Browse the repository at this point in the history
  16. Minor tidying

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    b6b27b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac5d2e2 View commit details
    Browse the repository at this point in the history
  18. Tidy

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    666ae57 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3beec28 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8259ab View commit details
    Browse the repository at this point in the history
  21. Final field renames

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    5b03f9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b5cd58 View commit details
    Browse the repository at this point in the history
  23. More CLI parsing polish

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    11158ec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    329f24d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    16535d4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d85fdd4 View commit details
    Browse the repository at this point in the history
  27. remove dead file

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    767d34b View commit details
    Browse the repository at this point in the history
  28. fix names

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    3b1175d View commit details
    Browse the repository at this point in the history
  29. Fix all the things

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    accc67c View commit details
    Browse the repository at this point in the history
  30. Add StoredProcedure.js

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    793b7a1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b6076ae View commit details
    Browse the repository at this point in the history
  32. Fix Memory test

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    ff09100 View commit details
    Browse the repository at this point in the history
  33. Add Cosmos Ru counts to CLI

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    a0126c2 View commit details
    Browse the repository at this point in the history
  34. WIP

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    3534989 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4d4378f View commit details
    Browse the repository at this point in the history
  36. Even more failure

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    22d3362 View commit details
    Browse the repository at this point in the history
  37. etag change

    return the etag of the created/replaced snapshot document, so we can have cache feature to insure the point reading snapshot only takes 1 RU.
    jinglegit authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    f3b0a52 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c051f79 View commit details
    Browse the repository at this point in the history
  39. Correct caching of Writes

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    0777bbd View commit details
    Browse the repository at this point in the history
  40. Compress snapshots in Index

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    868b1f0 View commit details
    Browse the repository at this point in the history
  41. Cosmos core events API (#49), remove rolling snapshots

    * Reorganize, adding Batch structure
    * Rework stored procedure
    * Remove rolling snapshots
    * Add explicit non-indexed mode
    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    d5b29ee View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a7c4e60 View commit details
    Browse the repository at this point in the history
  43. Align with ES cleanup

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    92cb45c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8dfcaa2 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    63bd102 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3cd9d04 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4561a80 View commit details
    Browse the repository at this point in the history
  48. Multi-event Batches (#48)

    * Multi-event batches; Tip now a Batch too
    * Handle startIndex within multi-item batches
    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    7e719d5 View commit details
    Browse the repository at this point in the history
  49. Tidy names+namespaces

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    2a39579 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6f2b2f5 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1ead911 View commit details
    Browse the repository at this point in the history
  52. Add AsyncCacheCell

    eiriktsarpalis authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    606efe8 View commit details
    Browse the repository at this point in the history
  53. Stop caching failures

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    ed6feb9 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    22fffb4 View commit details
    Browse the repository at this point in the history
  55. Add initAux CLI command re #60

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    05c312f View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    494402e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    eb7d669 View commit details
    Browse the repository at this point in the history
  58. loosened up constraints for newtonsoft for net461

    Michael Liao authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    2ad4236 View commit details
    Browse the repository at this point in the history
  59. updated netstandard dependency constraint for newtonsoft

    Michael Liao authored and bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    7bc0438 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    bc0d5c0 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b906e10 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    63c287c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    bb2ac52 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f2dc53a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    32f874c View commit details
    Browse the repository at this point in the history
  66. Cleanup

    bartelink committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    60160a9 View commit details
    Browse the repository at this point in the history