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

added new XSIAM content items - case fields, layouts and layout rules #4240

Merged
merged 50 commits into from
Jun 5, 2024

Conversation

yucohen
Copy link
Contributor

@yucohen yucohen commented Apr 17, 2024

Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items. #4240

@yucohen yucohen marked this pull request as ready for review June 2, 2024 13:11
@yucohen yucohen requested a review from DeanArbel June 2, 2024 13:11
Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items. #4240

demisto_sdk/commands/common/schemas/casefield.yml Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/parsers/case_field.py Outdated Show resolved Hide resolved
Comment on lines 193 to 195
self.data["group"] != "incident"
and self.data["group"] != "indicator"
and self.data["group"] != "case"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pairing tends to repeat itself (incident + indicator + case) - usually when there's such a strong pairing it's better to unify them under a common constant, and use the constant for conditions.
Let's discuss this offline

@yucohen yucohen changed the title added new content items added new XSIAM content items - case fields, layouts and layout rules Jun 2, 2024
.changelog/4240.yml Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items - Case Fields, Case layouts and Case Layout Rules. #4240

Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items - Case Fields, Case layouts and Case Layout Rules. #4240

Copy link
Contributor

@DeanArbel DeanArbel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

@yucohen yucohen merged commit 45c3b8a into master Jun 5, 2024
25 checks passed
@yucohen yucohen deleted the CIAC-9930-xsiam_content_items branch June 5, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants