-
Notifications
You must be signed in to change notification settings - Fork 53
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
[local.Driver] Add methods AddConstraint and RemoveConstraint #170
Milestone
Comments
This was referenced Dec 16, 2021
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 14, 2022
…agent#170) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 21, 2022
) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 22, 2022
Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 22, 2022
…agent#170) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 25, 2022
) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 25, 2022
) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 25, 2022
Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 25, 2022
…agent#170) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Jan 25, 2022
…-policy-agent#170) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Feb 2, 2022
) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Feb 2, 2022
) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Feb 2, 2022
Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Feb 2, 2022
…agent#170) Signed-off-by: Becky Huang <[email protected]>
becky-hd
added a commit
to becky-hd/frameworks
that referenced
this issue
Feb 2, 2022
…-policy-agent#170) Signed-off-by: Becky Huang <[email protected]>
willbeason
pushed a commit
that referenced
this issue
Feb 4, 2022
* provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <[email protected]> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <[email protected]> * Protect d.templateHandler read/write/delete with mutex, fix test(#170) Signed-off-by: Becky Huang <[email protected]> * gvk group check for constraint Signed-off-by: Becky Huang <[email protected]> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * provide driver AddConstraint and RemoveConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * unit tests for Driver.AddConstraint (#170) Signed-off-by: Becky Huang <[email protected]> * No error returns for removing a non-matching constraint (#170) Signed-off-by: Becky Huang <[email protected]> * Protect d.templateHandler read/write/delete with mutex, fix test(#170) Signed-off-by: Becky Huang <[email protected]> * gvk group check for constraint Signed-off-by: Becky Huang <[email protected]> Co-authored-by: Will Beason <[email protected]>
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be done either after or concurrently with #171
Use these signatures:
Note that relpath is not specified by Client - this logic needs to move to Driver as Client should not care about how Driver is organizing Constraints. So
createConstraintPath()
logic should be moved to the Driver. Note thatAddConstraint
should probably still callPutData
for the required database transaction. And similar forRemoveConstraint
- which should useDeleteData
.The text was updated successfully, but these errors were encountered: