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

Feature/207 #208

Merged
merged 9 commits into from
Aug 6, 2022
Merged

Feature/207 #208

merged 9 commits into from
Aug 6, 2022

Commits on Jul 24, 2022

  1. Fixed #179: Add container to command dispatcher

    * Created Container interface in the model package to avoid import cycle errors (can't reference rest package in the model package)
    * Made the rest.Container extend the model.Container
    * Updated the CommandDispatcher interface to include the container in the dispatch call
    * Updated the CommandHandler signature to include container
    * Updated built in receivers
    akeemphilbert committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a407ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    25d1a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c5d1e View commit details
    Browse the repository at this point in the history
  3. Fixed #199: Implemented methods for Persisting and Removing entities

    * Added Name to content entity so that the table name could be referenced from the repository
    * Pass in the name of the schema from the entity factory
    * Implemented Persist on Gorm projection to persist ContentEntity and regular model entities
    akeemphilbert committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    28897e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59a42c5 View commit details
    Browse the repository at this point in the history
  5. Fixed #200: Scoped command to the entity type

    * ci: Got rid of building on feature branches (reduce the space and build time)
    akeemphilbert committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    be7f589 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Fixed #200: Fixed issue where the existing handlers were not being tr…

    …iggered when called with an entity type
    
    * Added a fail over check that checks for specific handlers then checks less specific handlers
    akeemphilbert committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    56ca917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6102da View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Fixed #207: Updated events to have application and account metadata p…

    …roperites
    
    * Updated the JWT map configuration to allow for mapping account and application as claims on the JWT
    * Updated security validators to return the account and application claims
    * Renamed Module to ApplicationID and Group to AccountID
    * Added AccountID to the events table
    akeemphilbert committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3d1faec View commit details
    Browse the repository at this point in the history