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

[Marketplace Contribution] Recorded Future Identity - Content Pack Update #30246

Conversation

xsoar-bot
Copy link
Contributor

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Contributor

@NicCas

Video Link

Short demo video of the Pack usage. Speeds up the review. Optional but recommended. Use a video sharing service such as Google Drive or YouTube.

@content-bot content-bot added Contribution Thank you! Contributions are always welcome! External PR Partner Support Level Indicates that the contribution is for Partner supported pack labels Oct 17, 2023
@content-bot content-bot changed the base branch from master to contrib/xsoar-contrib_NicCas-contrib-IdentityRecordedFuture October 17, 2023 22:54
@content-bot
Copy link
Collaborator

Thank you for your contribution. Your generosity and caring are unrivaled! Rest assured - our content wizard @MosheEichler will very shortly look over your proposed changes.
For your convenience, here is a link to the contributions SLAs document.

Copy link
Contributor

@MosheEichler MosheEichler left a comment

Choose a reason for hiding this comment

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

Hey @NicCas

Thank you for your contribution!
Good work :)

Please see my little comments.

Please feel free to reach out to me with any questions - I'm available here or on slack :)
Thanks again

@edik24 edik24 self-assigned this Oct 18, 2023
NicCas and others added 3 commits October 18, 2023 08:26
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…re/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…ture' into NicCas-contrib-IdentityRecordedFuture
@@ -1,5 +1,7 @@
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401


Copy link
Contributor

Choose a reason for hiding this comment

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

@NicCas Remove these empty lines to remove the diff

NicCas and others added 7 commits October 20, 2023 12:27
…re/IdentityRecordedFuture.py


Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…re/IdentityRecordedFuture.yml


Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…ture' into NicCas-contrib-IdentityRecordedFuture
Require credential parameter to be mandatory to ensure there is an API token before saving the instance.
Copy link
Contributor

@MosheEichler MosheEichler left a comment

Choose a reason for hiding this comment

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

Hey @NicCas

Thank you for your fixes.
Please see my comments.

@MosheEichler MosheEichler added the pending-contributor The PR is pending the response of its creator label Oct 22, 2023
NicCas and others added 5 commits October 23, 2023 09:04
…re/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…re/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
…ture' into NicCas-contrib-IdentityRecordedFuture
…ture' into NicCas-contrib-IdentityRecordedFuture
@MosheEichler MosheEichler merged commit c4068a8 into demisto:contrib/xsoar-contrib_NicCas-contrib-IdentityRecordedFuture Oct 25, 2023
19 of 23 checks passed
MosheEichler added a commit that referenced this pull request Oct 27, 2023
…date (#30391)

* [Marketplace Contribution] Recorded Future Identity - Content Pack Update (#30246)

* "contribution update to pack "Recorded Future Identity""

* Update Packs/IdentityRecordedFuture/ReleaseNotes/1_2_0.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Added credential backwards compatibility

* Update IdentityRecordedFuture.yml

Require credential parameter to be mandatory to ensure there is an API token before saving the instance.

* Changed parameter name from 'token' to 'credential'

* Uses new 'credential' parameter for api token

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Fixed formatting and updated docker image

* Updated docker image

---------

Co-authored-by: Nicole Casartelli <npcasartelli@gmail.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Adding junit output support for test-content command (#29906)

Adding junit output support for test-content command #29906

* gitlab CI build parameters (#30392)

gitlab CI build parameters #30392

* fix merge to master pipeline (#30396)

fix merge to master pipeline #30396

* fix SDK nightly build on destroy instance & Content Merge build (#30397)

fix SDK nightly build on destroy instance & Content Merge build #30397

* RegexGroups - Empty Results on Error (#30386)

* implemented fetch-events

* add tests

* fix tests

* change to empty list upon error

* revert

* fixes

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: Nicole Casartelli <npcasartelli@gmail.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: Koby Meir <kobymeir@users.noreply.github.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
Co-authored-by: MosheEichler <meichler@paloaltonetworks.com>
sapirshuker pushed a commit that referenced this pull request Dec 21, 2023
…date (#30391)

* [Marketplace Contribution] Recorded Future Identity - Content Pack Update (#30246)

* "contribution update to pack "Recorded Future Identity""

* Update Packs/IdentityRecordedFuture/ReleaseNotes/1_2_0.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.py

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Added credential backwards compatibility

* Update IdentityRecordedFuture.yml

Require credential parameter to be mandatory to ensure there is an API token before saving the instance.

* Changed parameter name from 'token' to 'credential'

* Uses new 'credential' parameter for api token

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/IdentityRecordedFuture/Integrations/IdentityRecordedFuture/IdentityRecordedFuture.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Fixed formatting and updated docker image

* Updated docker image

---------

Co-authored-by: Nicole Casartelli <npcasartelli@gmail.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Adding junit output support for test-content command (#29906)

Adding junit output support for test-content command #29906

* gitlab CI build parameters (#30392)

gitlab CI build parameters #30392

* fix merge to master pipeline (#30396)

fix merge to master pipeline #30396

* fix SDK nightly build on destroy instance & Content Merge build (#30397)

fix SDK nightly build on destroy instance & Content Merge build #30397

* RegexGroups - Empty Results on Error (#30386)

* implemented fetch-events

* add tests

* fix tests

* change to empty list upon error

* revert

* fixes

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: Nicole Casartelli <npcasartelli@gmail.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: Koby Meir <kobymeir@users.noreply.github.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
Co-authored-by: MosheEichler <meichler@paloaltonetworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contribution Thank you! Contributions are always welcome! External PR Partner Support Level Indicates that the contribution is for Partner supported pack Partner-Approved pending-contributor The PR is pending the response of its creator
Projects
None yet
6 participants