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

282-auditableentity-to-audit-table #288

Closed
wants to merge 3 commits into from

Commits on Apr 15, 2024

  1. QoL - allow user secrets when actively developing the template

    Package command will strip all user secret tags from the template
    wicksipedia committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    802be4b View commit details
    Browse the repository at this point in the history
  2. added dotnet tool config

    wicksipedia committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8e40129 View commit details
    Browse the repository at this point in the history
  3. added audit db context

    tracks changes to entities that use IAuditableEntity marker interface
    drops audit columns from other entities
    
    WIP - needs more endpoints to check other scenarios + needs tests
    wicksipedia committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    532e29c View commit details
    Browse the repository at this point in the history