-
Notifications
You must be signed in to change notification settings - Fork 374
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
Implement DeleteTracingPolicy
functionality
#1253
Implement DeleteTracingPolicy
functionality
#1253
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
DelTracingPolicy
functionality
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.
Hey 👋 thanks a lot for taking the time to write this PR, that's really nice of you!
If I may have a nit, would it be possible to keep delete
instead of del
everywhere (even in tetra)? I'm okay with having the whole delete
word and changing this will unfortunately introduce a breaking change to the gRPC API (minimal I admit because it was not really exposed through a RPC but still).
Taking the need for the change to also warn you that you will need to add your "sign-off" to the commit. Just a formality: It looks like your commit is not signed-off, to improve tracking of who did what, the Tetragon project uses a "sign-off" procedure which you can learn more about in the Cilium project documentation. Concretely it consists of adding your real name and an email address to your git config and using See more details on how to comply with the "sign-off" procedure
To add your name and email to your git config: git config user.email "mail@example.com"
git config user.name "firstname lastname" Note: add the Then you can use for new commits: git commit -s Or for existing commits on which you want to add the git commit --amend -s For more information, see this extract from
|
And lastly, you can squash your commit and prefix the message with something like I hope all of this is not too overwhelming, please feel free to ask any questions if needed. Again grateful that you took the time to implement this! :) |
7f09b1e
to
20f7fe7
Compare
DelTracingPolicy
functionalityDeleteTracingPolicy
functionality
Hey @mtardy, thank you for detailed explanations, I think I've fixed these points, is there anything else I can do? |
It's all good thanks a lot, let's run the CI and maybe ask for a review by Kornilios with who you interacted in the issue! |
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.
Thanks!
I have a comment, please see bellow.
Signed-off-by: Alex In <reexistent@gmail.com>
ae042f6
to
f85adb0
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.
Otherwise, for me, it's ready, any opinion @kkourt?
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, thanks! 🚀
DeleteTracingPolicy
for gRPC servicetetra
clientDelTracingPolicy
->DeleteTracingPolicy
everywhere for consistencyFixes #1110