-
Notifications
You must be signed in to change notification settings - Fork 672
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
MG-2060 - Remove int32 type in policy interface #2131
MG-2060 - Remove int32 type in policy interface #2131
Conversation
43c4d0e
to
d028325
Compare
3c823a9
to
76a6315
Compare
76a6315
to
2c1fee9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix CI.
25338e3
to
f9d1e36
Compare
f9d1e36
to
b76ba4a
Compare
3d823aa
to
4f1fae0
Compare
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
4f1fae0
to
df48909
Compare
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have manually ran basic test for this PR, LGTM
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]>
Signed-off-by: nyagamunene <[email protected]> Signed-off-by: JeffMboya <[email protected]>
What type of PR is this?
This is a refactor because it changes the integer type of limit and count parameters in policyAgent and Authz interface .
What does this do?
It changes the the limit and count parameter in policyAgent and Authz interface from int32 to uint64.
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Yes. I have include test for my changes.
Did you document any new/modified feature?
No.
Notes