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

Create global PlatformPlatform solution and extract reusable backend foundation #113

Merged
merged 18 commits into from
May 19, 2023

Commits on May 18, 2023

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

Commits on May 19, 2023

  1. Create new backend-foundation with a DddCore project that contains al…

    …l the Domain and Application classes from Foundation
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1a7ece5 View commit details
    Browse the repository at this point in the history
  2. Restructure DddCore to have namespace like Entities, Persistence, Val…

    …idation, Identity, Cqrs, and DomainEvents
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c6545d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c7da8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347c095 View commit details
    Browse the repository at this point in the history
  5. Move UnitOfWorkPipelineBehavior and PublishDomainEventsPipelineBehavi…

    …or to new Behaviors namespace
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a166f3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f234bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32e59c1 View commit details
    Browse the repository at this point in the history
  8. Add new RepositoryBase<T, TId> to simplify the creation of concrete r…

    …epositories like TenantRepository
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c2d74d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ff761a View commit details
    Browse the repository at this point in the history
  10. Rename AccountManagement.sln to PlatformPlatform.sln and move it to t…

    …he root folder and remove src and tests folders
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9625d29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37b2ad4 View commit details
    Browse the repository at this point in the history
  12. Move IPipelineBehavior registration to DomainModeling, and make all r…

    …egistrations fluent registration
    tjementum committed May 19, 2023
    Configuration menu
    Copy the full SHA
    98dd8d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5e9374 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53e733a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17a3872 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ddec453 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ac3606a View commit details
    Browse the repository at this point in the history