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

Adding junit output support for test-content command #29906

Merged
merged 153 commits into from Oct 25, 2023
Merged

Conversation

kobymeir
Copy link
Contributor

@kobymeir kobymeir commented Sep 27, 2023

Status

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

Related Issues

fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-8574

Description

Adding junit output support for test-content command

SDK: demisto/demisto-sdk#3681

No mandatory dependencies were added on this pull request.

.gitlab/ci/.gitlab-ci.yml Outdated Show resolved Hide resolved
@kobymeir
Copy link
Contributor Author

force merge reason:
[BA115] - The file Tests/scripts/convert_test_result_to_jira_issues.py

@kobymeir kobymeir merged commit 17d4cf8 into master Oct 25, 2023
18 of 20 checks passed
@kobymeir kobymeir deleted the test-playbooks-junit branch October 25, 2023 20:07
MosheEichler pushed a commit that referenced this pull request Oct 26, 2023
Adding junit output support for test-content command #29906
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
Adding junit output support for test-content command #29906
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
Projects
None yet
2 participants