-
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
Devo v2 dev #32989
Devo v2 dev #32989
Conversation
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @jbabazadeh will know the proposed changes are ready to be reviewed. |
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.
Hi @namrata-metron
Thank you for your contribution!
Good work :)
Please see my comments.
Also-
-
please update the docker image to the latest- is: 1.0.0.87725.
To update the docker image run:
demisto-sdk format -ud -i Packs/Devo/Integrations/Devo_v2/Devo_v2.yml -
You need to add more unit tests in order to reach a coverage of at least 78.07 percent (currently: 77.84 percent).
Please feel free to reach out to me with any questions
Thanks again
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.
@namrata-metron ,thanks for the changes you made.
Please see my comment
Please add another test cause its still not reach the coverage is needed.
Also you need to sign our Contributor License Agreement
Hi @namrata-metron , We're ready for a demo. Please check this page, and let me know when you're available for one over DFIR. Also can you please pull the changes from master? (merge from master into your branch) |
Hi @jbabazadeh, |
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.
Reviewed the changes
d60424d
to
e68ec0b
Compare
c5709e5
to
5ce08d1
Compare
Hi @namrata-metron , |
Thanks for the update! And I'm available tomorrow for the demo meeting. Here is my mail Id: [email protected] |
bf04d3c
to
5ce08d1
Compare
4481318
to
8cf0bac
Compare
Hi @jbabazadeh, |
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 for the demo
33be079
into
demisto:contrib/metron-labs_devo_V2-dev
Thank you for your contribution. Your external PR has been merged and the changes are now included in an internal PR for further review. The internal PR will be merged to the master branch within 3 business days. |
* write_to_table_command & write_to_lookup_table_command changes * updated test cases & bug fixes * updated devo_write_to_table test case * prevoius code reverted * diff changes * Bug fixes * Validation checks & Unit test cases added * code reverted & working on readme file * readme file changes updated * optional parameters check added * code reverted * updated test cases & implemented the requested suggestions * reverted changes * added additional unit test cases * Docker image tag updated * Updated the release note for latest docker image * Docker Image updated Co-authored-by: namrata-metron <[email protected]> Co-authored-by: JudithB <[email protected]>
Hi @namrata-metron , |
* write_to_table_command & write_to_lookup_table_command changes * updated test cases & bug fixes * updated devo_write_to_table test case * prevoius code reverted * diff changes * Bug fixes * Validation checks & Unit test cases added * code reverted & working on readme file * readme file changes updated * optional parameters check added * code reverted * updated test cases & implemented the requested suggestions * reverted changes * added additional unit test cases * Docker image tag updated * Updated the release note for latest docker image * Docker Image updated Co-authored-by: namrata-metron <[email protected]> Co-authored-by: JudithB <[email protected]>
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
Description
This pull request introduces optimizations and improvements to the write_to_table_command and write_to_lookup_table_command functionalities. The changes enhance performance, improve error handling, and streamline code for better maintainability.
Must have