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

[chore] Persist MeshModels Policies in DB on Server Boot #320

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 25, 2023

  1. drop policies table on cleanup

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6a32ca8 View commit details
    Browse the repository at this point in the history
  2. rm comment

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cd03771 View commit details
    Browse the repository at this point in the history
  3. update policy structs attribute types and create func

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2c4f855 View commit details
    Browse the repository at this point in the history
  4. add support counting policies

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    96f7d56 View commit details
    Browse the repository at this point in the history
  5. fix gorm bugs; add filters support for querying DB

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8b87912 View commit details
    Browse the repository at this point in the history
  6. make RegoPolicyHandler dynamic to ingest any expression

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    46ac7fc View commit details
    Browse the repository at this point in the history
  7. rm debug logs

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e56309d View commit details
    Browse the repository at this point in the history
  8. fix lint check

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2a2d827 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. missing imports

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c2c0c0d View commit details
    Browse the repository at this point in the history
  2. rm unwanted imports

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    91df29c View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: Pranav Singh <[email protected]>
    theBeginner86 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    080f39b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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