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

Port Sample/EventStoreDB/Simple/ECommerce to F#+Equinox #84

Merged
merged 48 commits into from May 17, 2024

Commits on May 17, 2024

  1. WIP

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    20c6bfd View commit details
    Browse the repository at this point in the history
  2. Add API

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fc6b79b View commit details
    Browse the repository at this point in the history
  3. Add Read logic

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c1eec08 View commit details
    Browse the repository at this point in the history
  4. Add Esdb wiring to Domain

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    418eb20 View commit details
    Browse the repository at this point in the history
  5. Add Cosmos wiring for API startup

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7ff20cf View commit details
    Browse the repository at this point in the history
  6. Add Esdb wiring for API

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b7afa42 View commit details
    Browse the repository at this point in the history
  7. Tidy pricing interface

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    34b1581 View commit details
    Browse the repository at this point in the history
  8. Remove PricedProductItem types

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    818be10 View commit details
    Browse the repository at this point in the history
  9. Fix errors

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0932a7a View commit details
    Browse the repository at this point in the history
  10. Fix message

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    338625a View commit details
    Browse the repository at this point in the history
  11. Clarify/clean TODOs

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    666ed14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab052ee View commit details
    Browse the repository at this point in the history
  13. Extend InitializeCart API comments

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    87ecfc5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0f9b076 View commit details
    Browse the repository at this point in the history
  15. Update dependencies

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6801abd View commit details
    Browse the repository at this point in the history
  16. ConfirmedIngester initial impl

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    847592e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a065f2d View commit details
    Browse the repository at this point in the history
  18. EaxctlyOnceIngester

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fc1fb88 View commit details
    Browse the repository at this point in the history
  19. Add Reactor

    - Confirmed Ingester
    - Summary Ingester
    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b9f866f View commit details
    Browse the repository at this point in the history
  20. Propulsion 2.12.0-rc.3

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    55600f8 View commit details
    Browse the repository at this point in the history
  21. Fix CartId-Guid parsing

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    44bfcd0 View commit details
    Browse the repository at this point in the history
  22. Fix ingestion test

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    30f5ef6 View commit details
    Browse the repository at this point in the history
  23. Finish ConfirmedController

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    317680c View commit details
    Browse the repository at this point in the history
  24. Switch to FsCodec.SystemTextJson

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5bbe577 View commit details
    Browse the repository at this point in the history
  25. remove unused extensions

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8d01486 View commit details
    Browse the repository at this point in the history
  26. FeedConsumer tmp

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2a456aa View commit details
    Browse the repository at this point in the history
  27. Update Jet Infra deps

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    72313d0 View commit details
    Browse the repository at this point in the history
  28. Add/enable sln configs

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3e58117 View commit details
    Browse the repository at this point in the history
  29. Deps update

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    944cf79 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3602532 View commit details
    Browse the repository at this point in the history
  31. Wiring updates

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    87cf087 View commit details
    Browse the repository at this point in the history
  32. Update Reactor wiring

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e5a4adf View commit details
    Browse the repository at this point in the history
  33. Target Propulsion 2.13.0-beta.4

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3923271 View commit details
    Browse the repository at this point in the history
  34. Propulsion 2.13.0-beta.5 updates

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6e50f5e View commit details
    Browse the repository at this point in the history
  35. Cleanup Argument Processing

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3f1091d View commit details
    Browse the repository at this point in the history
  36. Equinox/FsCodec updates

    (WIP, not compiling as Propulsion bits not changed yet)
    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f9124c6 View commit details
    Browse the repository at this point in the history
  37. Port Reactor wiring

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ff88b72 View commit details
    Browse the repository at this point in the history
  38. Fix Ingester wiring

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    aa1c3dc View commit details
    Browse the repository at this point in the history
  39. Tidy

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b70d630 View commit details
    Browse the repository at this point in the history
  40. Complete Esdb wiring

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a501e93 View commit details
    Browse the repository at this point in the history
  41. Polish ESDB wiring

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a06c04e View commit details
    Browse the repository at this point in the history
  42. Propulsion 3b3

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a3b1141 View commit details
    Browse the repository at this point in the history
  43. Eqx4rc1, Prop3b4, Support SSS

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    11097d1 View commit details
    Browse the repository at this point in the history
  44. Package updates

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6e55889 View commit details
    Browse the repository at this point in the history
  45. Equinox 4rc5.2

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6a71c15 View commit details
    Browse the repository at this point in the history
  46. Package Updates

    bartelink authored and oskardudycz committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5a0b6e1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9e13479 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ce74302 View commit details
    Browse the repository at this point in the history