-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/207 #208
Commits on Jul 24, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for a407ca8 - Browse repository at this point
Copy the full SHA a407ca8View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25d1a17 - Browse repository at this point
Copy the full SHA 25d1a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c5d1e - Browse repository at this point
Copy the full SHA 20c5d1eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 28897e6 - Browse repository at this point
Copy the full SHA 28897e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a42c5 - Browse repository at this point
Copy the full SHA 59a42c5View commit details -
Fixed #200: Scoped command to the entity type
* ci: Got rid of building on feature branches (reduce the space and build time)
Configuration menu - View commit details
-
Copy full SHA for be7f589 - Browse repository at this point
Copy the full SHA be7f589View commit details
Commits on Jul 26, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 56ca917 - Browse repository at this point
Copy the full SHA 56ca917View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6102da - Browse repository at this point
Copy the full SHA c6102daView commit details
Commits on Jul 28, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 3d1faec - Browse repository at this point
Copy the full SHA 3d1faecView commit details