-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[XSOAR CI/CD] New playbook - Delete Custom Content #27385
[XSOAR CI/CD] New playbook - Delete Custom Content #27385
Conversation
…aybook_to_delete_custom_items
id: fab4e101-1e2b-45b0-847e-e69efca67d62 | ||
version: -1 | ||
name: Download custom content | ||
description: Download files from Core server |
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.
description: Download files from Core server | |
description: Download files from the Core server. |
id: e20d6675-4dc5-4b6b-842b-4db3257ccfeb | ||
version: -1 | ||
name: GetIdsFromCustomContent | ||
description: Extract custom content ids from custom content bundle file and exclude ids as specified. |
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.
description: Extract custom content ids from custom content bundle file and exclude ids as specified. | |
description: Extract custom content IDs from custom content bundle file and exclude IDs as specified. |
id: b376e0ed-14a7-4a90-8e29-ec279cd50067 | ||
version: -1 | ||
name: Delete Content | ||
description: Delete content to keep XSOAR tidy. |
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.
description: Delete content to keep XSOAR tidy. | |
description: Delete content to keep Cortex XSOAR tidy. |
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.
@ShirleyDenkberg
Delete content to be able to install them via the CI/CD process.
id: 1e75bc98-ff87-4cf7-856c-b3d7f5b670c5 | ||
version: -1 | ||
name: Print Status | ||
description: Prints text to war room (Markdown supported) |
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.
description: Prints text to war room (Markdown supported) | |
description: Prints text to War Room (Markdown supported) |
id: 9b1ed2f4-0c81-4675-8f22-1bb51118e29e | ||
version: -1 | ||
name: Print Deletion Error | ||
description: Prints an error entry with a given message |
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.
description: Prints an error entry with a given message | |
description: Prints an error entry with a given message. |
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/README.md
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/README.md
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/README.md
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/README.md
Outdated
Show resolved
Hide resolved
@bziser @ShahafBenYakir @DinaMeylakh Doc review completed. |
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
…aybook_to_delete_custom_items
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.
looks good, initial CR :)
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/GetIdsFromCustomContent.py
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/GetIdsFromCustomContent.py
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/GetIdsFromCustomContent.py
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/GetIdsFromCustomContent.py
Outdated
Show resolved
Hide resolved
Packs/ContentManagement/Scripts/GetIdsFromCustomContent/GetIdsFromCustomContent.py
Outdated
Show resolved
Hide resolved
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 add return types to all the functions
…aybook_to_delete_custom_items
…aybook_to_delete_custom_items
* New playbook - Delete Custom Content * Update the RN; Fix the unit tests * Update the docker image; Add playbook image * Apply suggestions from code review * Added return types
* New playbook - Delete Custom Content * Update the RN; Fix the unit tests * Update the docker image; Add playbook image * Apply suggestions from code review * Added return types
Status
Related Issues
fixes: link to the issue
Description
Add new playbook - Delete Custom Content.
Add new script - GetIdsFromCustomContent