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

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

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

kobymeir
Copy link
Contributor

Status

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

Description

fix SDK nightly build on destroy instance

@kobymeir kobymeir requested a review from tkatzir October 25, 2023 22:55
@kobymeir kobymeir self-assigned this Oct 25, 2023
@kobymeir kobymeir added docs-approved ForceMerge Forcing the merge of the PR despite the build status labels Oct 25, 2023
@kobymeir
Copy link
Contributor Author

force merge: fixing SDK nightly & Content Merge build

@kobymeir kobymeir changed the title fix SDK nightly build on destroy instance fix SDK nightly build on destroy instance & Content Merge build Oct 25, 2023
@kobymeir kobymeir merged commit f96b3ba into master Oct 25, 2023
13 of 14 checks passed
@kobymeir kobymeir deleted the demisto-sdk-nightlyrun-commands-against-instance branch October 25, 2023 23:00
MosheEichler pushed a commit that referenced this pull request Oct 26, 2023
fix SDK nightly build on destroy instance & Content Merge build #30397
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 <[email protected]>

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

Co-authored-by: Moshe Eichler <[email protected]>

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

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <[email protected]>

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

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Moshe Eichler <[email protected]>

* Fixed formatting and updated docker image

* Updated docker image

---------

Co-authored-by: Nicole Casartelli <[email protected]>
Co-authored-by: Moshe Eichler <[email protected]>

* 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 <[email protected]>
Co-authored-by: Nicole Casartelli <[email protected]>
Co-authored-by: Moshe Eichler <[email protected]>
Co-authored-by: Koby Meir <[email protected]>
Co-authored-by: Dean Arbel <[email protected]>
Co-authored-by: MosheEichler <[email protected]>
sapirshuker pushed a commit that referenced this pull request Dec 21, 2023
fix SDK nightly build on destroy instance & Content Merge build #30397
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 <[email protected]>

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

Co-authored-by: Moshe Eichler <[email protected]>

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

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <[email protected]>

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

Add credential backwards compatibility.

Co-authored-by: Moshe Eichler <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Moshe Eichler <[email protected]>

* Fixed formatting and updated docker image

* Updated docker image

---------

Co-authored-by: Nicole Casartelli <[email protected]>
Co-authored-by: Moshe Eichler <[email protected]>

* 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 <[email protected]>
Co-authored-by: Nicole Casartelli <[email protected]>
Co-authored-by: Moshe Eichler <[email protected]>
Co-authored-by: Koby Meir <[email protected]>
Co-authored-by: Dean Arbel <[email protected]>
Co-authored-by: MosheEichler <[email protected]>
israelpoli pushed a commit that referenced this pull request May 15, 2024
fix SDK nightly build on destroy instance & Content Merge build #30397
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-approved ForceMerge Forcing the merge of the PR despite the build status
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant