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: Support store Policy - SQL scheme #234

Merged
merged 6 commits into from
Apr 18, 2024

Commits on Apr 10, 2024

  1. fix: stop/start runner to use the dev compose

    Signed-off-by: Kairo Araujo <[email protected]>
    kairoaraujo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7f1ebf7 View commit details
    Browse the repository at this point in the history
  2. build: Include the generate as part of migrations

    Include the `go generate ./...` in the db migrations steps
    
    `make db-migrations` now generates the ent files from schemes.
    
    Signed-off-by: Kairo Araujo <[email protected]>
    kairoaraujo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7355f33 View commit details
    Browse the repository at this point in the history
  3. feat: Implements the basic schema for Policy

    Adds the basic schema for the policy
    
    Signed-off-by: Kairo Araujo <[email protected]>
    kairoaraujo committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ac5e1d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fixup! feat: Implements the basic schema for Policy

    Signed-off-by: Kairo Araujo <[email protected]>
    kairoaraujo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9b7918e View commit details
    Browse the repository at this point in the history
  2. feat: generate & migrations for policy

    This commit includes the db generate for policy and the db migrations
    `make db-migrations`
    
    Signed-off-by: Kairo Araujo <[email protected]>
    kairoaraujo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6756133 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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