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

Provide driver AddConstraint and RemoveConstraint (#170) #182

Merged
merged 19 commits into from
Feb 4, 2022

Commits on Jan 21, 2022

  1. provide driver AddConstraint and RemoveConstraint (open-policy-agent#170

    )
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    969b2d7 View commit details
    Browse the repository at this point in the history
  2. unit tests for Driver.AddConstraint (open-policy-agent#170)

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e2cb9e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. No error returns for removing a non-matching constraint (open-policy-…

    …agent#170)
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    f427e48 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. provide driver AddConstraint and RemoveConstraint (open-policy-agent#170

    )
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8b5a7b3 View commit details
    Browse the repository at this point in the history
  2. provide driver AddConstraint and RemoveConstraint (open-policy-agent#170

    )
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a4dec9b View commit details
    Browse the repository at this point in the history
  3. unit tests for Driver.AddConstraint (open-policy-agent#170)

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1e1f8b3 View commit details
    Browse the repository at this point in the history
  4. No error returns for removing a non-matching constraint (open-policy-…

    …agent#170)
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4269f3b View commit details
    Browse the repository at this point in the history
  5. Protect d.templateHandler read/write/delete with mutex, fix test(open…

    …-policy-agent#170)
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    acdd202 View commit details
    Browse the repository at this point in the history
  6. Move clienttest/constraints.go to clienttest/cts/constraints.go

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1a56ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. gvk group check for constraint

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    23c3b0a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Merge branch 'master' into addconstraint

    Will Beason committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1dfb749 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge branch 'master' into addconstraint

    Will Beason committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c188289 View commit details
    Browse the repository at this point in the history
  2. provide driver AddConstraint and RemoveConstraint (open-policy-agent#170

    )
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1e95301 View commit details
    Browse the repository at this point in the history
  3. provide driver AddConstraint and RemoveConstraint (open-policy-agent#170

    )
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9877bf7 View commit details
    Browse the repository at this point in the history
  4. unit tests for Driver.AddConstraint (open-policy-agent#170)

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    999920a View commit details
    Browse the repository at this point in the history
  5. No error returns for removing a non-matching constraint (open-policy-…

    …agent#170)
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    bbb4468 View commit details
    Browse the repository at this point in the history
  6. Protect d.templateHandler read/write/delete with mutex, fix test(open…

    …-policy-agent#170)
    
    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a341d29 View commit details
    Browse the repository at this point in the history
  7. gvk group check for constraint

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ffee18e View commit details
    Browse the repository at this point in the history
  8. Move clienttest/constraints.go to clienttest/cts/constraints.go

    Signed-off-by: Becky Huang <beckyhd@google.com>
    becky-hd committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f16b40a View commit details
    Browse the repository at this point in the history