-
Notifications
You must be signed in to change notification settings - Fork 919
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
update: add missing exception, required_engine_version, required_plugin_version to -L json output #2584
Conversation
Just waiting for a plugin bump to 3.0.0 to finish testing it |
0e31ef5
to
9a08691
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.
Thanks Lore! Two things missing before a LGTM:
- The block at line 581 needs to be reworked to use
create_formatter(r.source, r.output)
, so that the engine creates the formatter with the wrong source. This is blocked by chore(userspace/libsinsp): make get_field_names a property of generic formatters libs#1120, otherwise we'd be forced to do dynamic casting which would be gross. - When a rule/macro match all the event types, return all the types instead of an empty sequence (makes life sooo much easier on automatic checkers)
/milestone 0.35.0 |
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
…ugin_versions and exception names to -L output Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
1fcb201
to
9ff134f
Compare
9ff134f
to
256a439
Compare
@loresuso can you add a release note? |
256a439
to
e176736
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.
/approve
LGTM label has been added. Git tree hash: 0bebc9dfa46d7d32a2082aa1eb5162024eb2c2fb
|
/hold for @jasondellaluce to review! |
Signed-off-by: Lorenzo Susini <susinilorenzo1@gmail.com>
e176736
to
bdeb313
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.
/approve
LGTM
LGTM label has been added. Git tree hash: 390c8f1362da1d040f2b619aa2ef8a69bd0f020d
|
/unhold |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FedeDP, jasondellaluce, loresuso The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area engine
What this PR does / why we need it:
As per PR title
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: