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

Add Resource Organization, folder and project Mute Config #10772

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on May 19, 2024

  1. securitycenterv2 changes

    thokalavinod committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ab2df03 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. V2 changes

    thokalavinod committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7b4dda8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix the build issues

    thokalavinod committed May 24, 2024
    Configuration menu
    Copy the full SHA
    abf1168 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 28, 2024

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

Commits on May 29, 2024

  1. changed default value

    thokalavinod committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4f649a1 View commit details
    Browse the repository at this point in the history
  2. Changes on yaml files

    thokalavinod committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ad1a7fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001fec7 View commit details
    Browse the repository at this point in the history
  4. PR comments addressed

    thokalavinod committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a85efb1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    b9a9ff5 View commit details
    Browse the repository at this point in the history
  2. Services added

    thokalavinod committed May 30, 2024
    Configuration menu
    Copy the full SHA
    78a719a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7607454 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fixed a test case

    thokalavinod committed May 31, 2024
    Configuration menu
    Copy the full SHA
    90e178b View commit details
    Browse the repository at this point in the history
  2. Comments addressed

    thokalavinod committed May 31, 2024
    Configuration menu
    Copy the full SHA
    db9de8e View commit details
    Browse the repository at this point in the history
  3. fixed the errors

    thokalavinod committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d6cfd8d View commit details
    Browse the repository at this point in the history
  4. name changes

    thokalavinod committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cc229c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. address the issues

    thokalavinod committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8f8f3ff View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. yaml changes

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6af7992 View commit details
    Browse the repository at this point in the history
  2. yaml file errors fixed

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fb3efad View commit details
    Browse the repository at this point in the history
  3. lint check fixed

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bdae90e View commit details
    Browse the repository at this point in the history
  4. test files fixed

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5bf5760 View commit details
    Browse the repository at this point in the history
  5. added import file

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fd5657d View commit details
    Browse the repository at this point in the history
  6. transport file added

    thokalavinod committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f17aa1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eb984a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. test cases errors fixed

    thokalavinod committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9aa1f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbfb1d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. lint changes

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4010782 View commit details
    Browse the repository at this point in the history
  2. test files import

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4a26a96 View commit details
    Browse the repository at this point in the history
  3. Added destroy function

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a37681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3127a View commit details
    Browse the repository at this point in the history
  5. unit test errors fixed

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9573d9a View commit details
    Browse the repository at this point in the history
  6. removed unused imports

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e5542ef View commit details
    Browse the repository at this point in the history
  7. added changes required

    thokalavinod committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    32c7ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. changes in examples

    thokalavinod committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    320b0ca View commit details
    Browse the repository at this point in the history
  2. added resource folder

    thokalavinod committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d90ecaf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. added resource folder

    thokalavinod committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc0f536 View commit details
    Browse the repository at this point in the history
  2. added enum type

    thokalavinod committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d1ad972 View commit details
    Browse the repository at this point in the history
  3. changes in naming

    thokalavinod committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    790fe46 View commit details
    Browse the repository at this point in the history
  4. lint errors fixed

    thokalavinod committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3eae539 View commit details
    Browse the repository at this point in the history
  5. fixed the test erros

    thokalavinod committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    701cca0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. comments addressed

    thokalavinod committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    842293f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. errors logs fixed

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a56a16 View commit details
    Browse the repository at this point in the history
  2. addressed comment

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0cd1e3e View commit details
    Browse the repository at this point in the history
  3. changes in examples

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    66066df View commit details
    Browse the repository at this point in the history
  4. removed the error

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    454aa91 View commit details
    Browse the repository at this point in the history
  5. lint changes fixed

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11a5846 View commit details
    Browse the repository at this point in the history
  6. lint changes fixed

    thokalavinod committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    46428c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f7bb8b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    31d1346 View commit details
    Browse the repository at this point in the history
  2. addressed the cooment

    thokalavinod committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f9690f3 View commit details
    Browse the repository at this point in the history
  3. Lint changes

    thokalavinod committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4bee56e View commit details
    Browse the repository at this point in the history
  4. addressed the comments

    thokalavinod committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cdfaf05 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. lint check errors

    thokalavinod committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1223fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e51a34 View commit details
    Browse the repository at this point in the history
  3. lint check errors

    thokalavinod committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2ea48eb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. changes in yaml files

    thokalavinod committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    af1d43e View commit details
    Browse the repository at this point in the history
  2. changed the parent name

    thokalavinod committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d551817 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. comments addressed

    thokalavinod committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b580677 View commit details
    Browse the repository at this point in the history