Skip to content

Bump pytest-mock from 2.0.0 to 3.7.0 #14

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps pytest-mock from 2.0.0 to 3.7.0.

Release notes

Sourced from pytest-mock's releases.

3.7.0

  • Python 3.10 now officially supported.
  • Dropped support for Python 3.6.

3.6.1 (2021-05-06)

3.6.0 (2021-04-24)

  • pytest-mock no longer supports Python 3.5.
  • Correct type annotations for mocker.patch.object to also include the string form. Thanks @​plannigan for the PR (#235).
  • reset_all now supports return_value and side_effect keyword arguments. Thanks @​alex-marty for the PR (#214).

3.5.1 (2021-01-10)

  • Use inspect.getattr_static instead of resorting to object.__getattribute__ magic. This should better comply with objects which implement a custom descriptor protocol. Thanks @​yesthesoup for the PR (#224).

3.5.0 (2021-01-04)

  • Now all patch functions will emit a warning instead of raising a ValueError when used as a context-manager. Thanks @​iforapsy for the PR (#221).
  • Additionally, mocker.patch.context_manager is available when the user intends to mock a context manager (for example threading.Lock object), which will not emit that warning.

3.4.0 (2020-12-15)

  • Add [mock.seal]{.title-ref} alias to the [mocker]{.title-ref} fixture (#211). Thanks @​coiax for the PR.

  • Fixed spying on exceptions not covered by the Exception superclass (#215), like KeyboardInterrupt -- PR #216 by @​webknjaz.

    Before the fix, both spy_return and spy_exception were always assigned to None whenever such an exception happened. And after this fix, spy_exception is set to a correct value of an exception

3.3.1 (2020-08-24)

  • Introduce MockFixture as an alias to MockerFixture.

    Before 3.3.0, the fixture class was named MockFixture, but was renamed to MockerFixture to better match the mocker fixture. While not officially part of the API, it was later discovered that this broke the code of some users which already imported pytest_mock.MockFixture for type annotations, so we decided to reintroduce the name as an alias.

    Note however that this is just a stop gap measure, and new code should use MockerFixture for type annotations.

  • Improved typing for MockerFixture.patch (#201). Thanks @​srittau for the PR.

... (truncated)

Changelog

Sourced from pytest-mock's changelog.

3.7.0 (2022-01-28)

  • Python 3.10 now officially supported.
  • Dropped support for Python 3.6.

3.6.1 (2021-05-06)

  • Fix mocker.resetall() when using mocker.spy() ([#237](https://github.com/pytest-dev/pytest-mock/issues/237)). Thanks @blaxter for the report and @shadycuz_ for the PR.

.. _@​blaxter: https://github.com/blaxter .. _@​shadycuz: https://github.com/shadycuz .. _#237: pytest-dev/pytest-mock#237

3.6.0 (2021-04-24)

  • pytest-mock no longer supports Python 3.5.

  • Correct type annotations for mocker.patch.object to also include the string form. Thanks @plannigan_ for the PR ([#235](https://github.com/pytest-dev/pytest-mock/issues/235)_).

  • reset_all now supports return_value and side_effect keyword arguments. Thanks @alex-marty_ for the PR ([#214](https://github.com/pytest-dev/pytest-mock/issues/214)_).

.. _@​alex-marty: https://github.com/alex-marty .. _@​plannigan: https://github.com/plannigan .. _#214: pytest-dev/pytest-mock#214 .. _#235: pytest-dev/pytest-mock#235

3.5.1 (2021-01-10)

  • Use inspect.getattr_static instead of resorting to object.__getattribute__ magic. This should better comply with objects which implement a custom descriptor protocol. Thanks @yesthesoup_ for the PR ([#224](https://github.com/pytest-dev/pytest-mock/issues/224)_).

.. _@​yesthesoup: https://github.com/yesthesoup .. _#224: pytest-dev/pytest-mock#224

3.5.0 (2021-01-04)

  • Now all patch functions will emit a warning instead of raising a ValueError when used as a context-manager. Thanks @iforapsy_ for the PR ([#221](https://github.com/pytest-dev/pytest-mock/issues/221)_).

  • Additionally, mocker.patch.context_manager is available when the user intends to mock a context manager (for example threading.Lock object), which will not emit that warning.

... (truncated)

Commits
  • 3c6b070 Remove obsolete tox envs
  • 5947b5a Release 3.7.0
  • f128a23 Merge pull request #273 from nicoddemus/asyncio-272
  • cb4d567 Drop Python 3.6, add support for 3.10
  • 0b869db Configure asyncio_mode to fix tests
  • 3ca933a Merge pull request #269 from pytest-dev/pre-commit-ci-update-config
  • 2bf7b61 [pre-commit.ci] pre-commit autoupdate
  • 2d411f8 Merge pull request #267 from pytest-dev/pre-commit-ci-update-config
  • 83c7468 [pre-commit.ci] pre-commit autoupdate
  • 3256ac0 Merge pull request #266 from pytest-dev/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 21, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-mock-3.7.0 branch 3 times, most recently from 2e76151 to 477d658 Compare March 3, 2022 14:45
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-mock-3.7.0 branch 4 times, most recently from 276fbe3 to fa01e3a Compare March 16, 2022 06:56
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 2.0.0 to 3.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v2.0.0...v3.7.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-mock-3.7.0 branch from fa01e3a to b307856 Compare March 17, 2022 17:59
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 29, 2022

Looks like pytest-mock is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 29, 2022
@dependabot dependabot bot deleted the dependabot/pip/pytest-mock-3.7.0 branch March 29, 2022 16:33
xsoar-bot pushed a commit that referenced this pull request May 11, 2023
…misto#26334) (demisto#26442)

* Update Cortex ASM - Service Ownership playbook

- Fixed an issue where GCP project is not found.
- Updated the Cortex ASM - Service Ownership playbook to check for GCP as an external service before completing GCP related tasks for ranking users.

* Remove unneccessary condition from playbook

- Local validate did not catch input that was not defined, but CI/CD validate did
- Removing unused conditional check in "What provider is this service?" task #14

* Update Service Ownership and GCP Enrichment playbooks

- Remove Service Account lookup and source updates from Cortex_ASM_-_GCP_Enrichment playbook.
- Remove retrieval of owners assocaited to a service account until more testing is completed.

* Update release notes

* Updates from code review

* Update PNG

Co-authored-by: John <[email protected]>
Co-authored-by: GuyAfik <[email protected]>
xsoar-bot pushed a commit that referenced this pull request Jul 9, 2024
…emisto#35310)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #1/19 (demisto#35234)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #9/19 (demisto#35242)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #8/19 (demisto#35241)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #7/19 (demisto#35240)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #4/19 (demisto#35237)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #11/19 (demisto#35244)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #19/19 (demisto#35252)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #3/19 (demisto#35236)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #10/19 (demisto#35243)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #12/19 (demisto#35245)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #13/19 (demisto#35246)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #14/19 (demisto#35247)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #17/19 (demisto#35250)

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #15/19 (demisto#35248)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #15/19

* Fix text encoding

* Update Pulsedive.yml

---------

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #16/19 (demisto#35249)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #16/19

* Update ThousandEyes.yml

---------

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #2/19 (demisto#35235)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #2/19

* pre-commit fixes

* fix

---------

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

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #6/19 (demisto#35239)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #6/19

* Empty commit

* fixes

* fix

* space

* fix

---------

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

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #5/19 (demisto#35238)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #5/19

* fixes

* Empty commit

* Empty commit

* Empty commit

* Empty commit

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: inbalapt1 <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #18/19 (demisto#35251)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Update RN

* Empty commit to re-trigger build pipeline

---------

Co-authored-by: Tal Zichlinsky <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: inbalapt1 <[email protected]>
xsoar-bot pushed a commit that referenced this pull request Sep 10, 2024
…emisto#35310)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #1/19 (demisto#35234)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #9/19 (demisto#35242)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #8/19 (demisto#35241)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #7/19 (demisto#35240)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #4/19 (demisto#35237)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #11/19 (demisto#35244)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #19/19 (demisto#35252)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #3/19 (demisto#35236)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #10/19 (demisto#35243)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #12/19 (demisto#35245)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #13/19 (demisto#35246)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #14/19 (demisto#35247)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #17/19 (demisto#35250)

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #15/19 (demisto#35248)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #15/19

* Fix text encoding

* Update Pulsedive.yml

---------

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #16/19 (demisto#35249)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #16/19

* Update ThousandEyes.yml

---------

Co-authored-by: Tal Zichlinsky <[email protected]>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #2/19 (demisto#35235)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #2/19

* pre-commit fixes

* fix

---------

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

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #6/19 (demisto#35239)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #6/19

* Empty commit

* fixes

* fix

* space

* fix

---------

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

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #5/19 (demisto#35238)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #5/19

* fixes

* Empty commit

* Empty commit

* Empty commit

* Empty commit

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: inbalapt1 <[email protected]>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #18/19 (demisto#35251)

Co-authored-by: Tal Zichlinsky <[email protected]>

* Update RN

* Empty commit to re-trigger build pipeline

---------

Co-authored-by: Tal Zichlinsky <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: inbalapt1 <[email protected]>
davistonehub pushed a commit that referenced this pull request Mar 25, 2025
* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* fix json

* limit common scripts

* fix Core layouts

* fix Core layouts

---------

Co-authored-by: Israel Lappe <[email protected]>
Co-authored-by: darbel <[email protected]>
inbalapt1 pushed a commit that referenced this pull request Mar 26, 2025
* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* fix json

* limit common scripts

* fix Core layouts

* fix Core layouts

---------

Co-authored-by: Israel Lappe <[email protected]>
Co-authored-by: darbel <[email protected]>
inbalapt1 pushed a commit that referenced this pull request Mar 26, 2025
* Added first draft for Quick action: Create Issue in Jira

* Added first draft for Quick action: Create ServiceNow Ticket

* Fixing Items in JIRA quick action

* Adding Corrects Fields in Open Service Now Ticket

* Quick Action Slack Integration

* Quick Action MSFT Teams Integration

* re-format the ${issue} syntax after clarifications

* Adding Platform to pack_metadata.json

* Updating pack_metadata.json for all Packs, according to platform-content-support

* update supportsquickactions to higher scope
adding hidden to relevant quiack-action cmds

* Update slack to slackV3

* Remove deprecated arguments from JIRA cmd

* Update default Value in Jira

* Update Docker images versions

* Update Release notes for quick actions Packs

* Adding supports quick action for slack V3

* Change order of pre-defined options

* Change defaultValue to predefined

* Change pretty name for short_description in ServiceNowv2.yml

* Remove prettyname for non required params

* Update JiraV3.yml according to design changes

* Update MicrosoftTeams.yml according to design changes

* Update SlackV3.yml according to design changes

* Update ServiceNowv2.yml according to design changes

* Change from issue to alert keyword

* Fixes After demo: Remove user option from teams and slack. Remove defaultValue from Servicenow TicketType

* After Server fix - change from alert to issue keyword

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/ReleaseNotes/2_7_8.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/ReleaseNotes/3_2_16.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update release note file name

* Update description after pre commit notes

* Create 3_5_12.md

* Update Descriptions and params after product meeting

* Revert "Create 3_5_12.md"

This reverts commit 348e186.

* Because of ST failed - update description in commands

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* fix json

* limit common scripts

* Revert "Merge branch 'test-platform-mp' into nivbs/CIAC-13013_Quick_Actions"

This reverts commit 78e897c, reversing
changes made to d2885a5.

* Update release notes before pre commit

* Update release notes before pre commit

* Update current version in pack_metadata.json

* Applying changes to adjust pre-commit tests

* Making sure that send slack message and send teams message dont run as one action

* Updating SlackV3_test.py to support new version

* Revert docker changes in slack and teams because of build not supporting new versions

* Revert slack test changes becuase docker versions were not updated

* Remove Unnecessary description in Teams

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Israel Lappe <[email protected]>
Co-authored-by: darbel <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
RotemAmit pushed a commit that referenced this pull request Mar 26, 2025
* Added first draft for Quick action: Create Issue in Jira

* Added first draft for Quick action: Create ServiceNow Ticket

* Fixing Items in JIRA quick action

* Adding Corrects Fields in Open Service Now Ticket

* Quick Action Slack Integration

* Quick Action MSFT Teams Integration

* re-format the ${issue} syntax after clarifications

* Adding Platform to pack_metadata.json

* Updating pack_metadata.json for all Packs, according to platform-content-support

* update supportsquickactions to higher scope
adding hidden to relevant quiack-action cmds

* Update slack to slackV3

* Remove deprecated arguments from JIRA cmd

* Update default Value in Jira

* Update Docker images versions

* Update Release notes for quick actions Packs

* Adding supports quick action for slack V3

* Change order of pre-defined options

* Change defaultValue to predefined

* Change pretty name for short_description in ServiceNowv2.yml

* Remove prettyname for non required params

* Update JiraV3.yml according to design changes

* Update MicrosoftTeams.yml according to design changes

* Update SlackV3.yml according to design changes

* Update ServiceNowv2.yml according to design changes

* Change from issue to alert keyword

* Fixes After demo: Remove user option from teams and slack. Remove defaultValue from Servicenow TicketType

* After Server fix - change from alert to issue keyword

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/ReleaseNotes/2_7_8.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/Jira/ReleaseNotes/3_2_16.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update release note file name

* Update description after pre commit notes

* Create 3_5_12.md

* Update Descriptions and params after product meeting

* Revert "Create 3_5_12.md"

This reverts commit 348e186.

* Because of ST failed - update description in commands

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <[email protected]>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <[email protected]>

* fix json

* limit common scripts

* Revert "Merge branch 'test-platform-mp' into nivbs/CIAC-13013_Quick_Actions"

This reverts commit 78e897c, reversing
changes made to d2885a5.

* Update release notes before pre commit

* Update release notes before pre commit

* Update current version in pack_metadata.json

* Applying changes to adjust pre-commit tests

* Making sure that send slack message and send teams message dont run as one action

* Updating SlackV3_test.py to support new version

* Revert docker changes in slack and teams because of build not supporting new versions

* Revert slack test changes becuase docker versions were not updated

* Remove Unnecessary description in Teams

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Israel Lappe <[email protected]>
Co-authored-by: darbel <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
xsoar-bot added a commit that referenced this pull request Apr 1, 2025
…emisto#39230) (demisto#39322)

* "contribution update to pack 'Microsoft Sentinel'"

* Revert unwanted changes

* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml



* Update Packs/AzureSentinel/Integrations/AzureSentinel/README.md



* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml



* Revert unwanted changes part 2

* Aligned tests to the input type change

* update release notes

* fix unittest

* Update Packs/AzureSentinel/ReleaseNotes/1_5_60.md



* fix

* Added a note to the readme regarding the debugger panel (demisto#39243)

* CRTX-133204-Trellix_ePO-fix (demisto#39248)

* changed metadata file

* added release notes

* added release notes

---------



* fix: get mapping fields function does not except any arguments (demisto#38786) (demisto#39261)

* fix: get mapping fields function does not except any arguments

* feat: add Bryan van der Net to CONTRIBUTORS.json

* fix: update SentinelOne V2 integration to resolve mapping fields error and enhance configuration sections

* fix: update Docker image version for SentinelOne V2 integration

* docs: update Docker image version in release notes for SentinelOne V2 integration

* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/ReleaseNotes/3_2_37.md



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* style: pr still showing changes on the release notes

* Bump version and generate release notes



* revert: revert config changes

* chore: bump version and update release notes

* style: undo random formatting changes

---------





* Modeling rules modification - CRTX-151278 (demisto#39103)

* Modified modeling rule after the modification of the integration

* Fixed schema file

* Added release note and modified modeling rule

* Pack's version update

* Update Packs/qualys/ReleaseNotes/3_2_4.md



* Modified modeling rule

* Bump pack from version qualys to 3.2.5.

* Added xdm.event.type to assets events

* Added tag

* Fixed schema file

* Fixed schema file

---------




* Update Pan-OS playbook for supporting version 11 (demisto#39249)

* added itamar (demisto#39265)

* Added the validate-validation-config-file hook to content (demisto#39260)

* Added the validate-validation-config-file hook to content

* fixes

* fix validations

* Automation research releases (demisto#39270)

* new playbook - First Azure AD PowerShell operation for a user (demisto#39159)

* new playbook

* RN

* description fixed

* added ignore

* Bump pack from version CortexResponseAndRemediation to 1.1.25.

* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* task description

* position fix

* fix for old link to documentation

* continue on error

* fix

* skip if

* fix

* fix

* added issilent: true

---------





* Automation Research Release - 1 (demisto#39269)

* fix: get mapping fields function does not except any arguments (demisto#38786) (demisto#39261)

* fix: get mapping fields function does not except any arguments

* feat: add Bryan van der Net to CONTRIBUTORS.json

* fix: update SentinelOne V2 integration to resolve mapping fields error and enhance configuration sections

* fix: update Docker image version for SentinelOne V2 integration

* docs: update Docker image version in release notes for SentinelOne V2 integration

* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/ReleaseNotes/3_2_37.md



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* style: pr still showing changes on the release notes

* Bump version and generate release notes



* revert: revert config changes

* chore: bump version and update release notes

* style: undo random formatting changes

---------





* Modeling rules modification - CRTX-151278 (demisto#39103)

* Modified modeling rule after the modification of the integration

* Fixed schema file

* Added release note and modified modeling rule

* Pack's version update

* Update Packs/qualys/ReleaseNotes/3_2_4.md



* Modified modeling rule

* Bump pack from version qualys to 3.2.5.

* Added xdm.event.type to assets events

* Added tag

* Fixed schema file

* Fixed schema file

---------




* Update Pan-OS playbook for supporting version 11 (demisto#39249)

* added itamar (demisto#39265)

---------











---------













* add codeowner (demisto#39272)

* [GenericPolling] Update docs (demisto#39250)

* RN

* Update Packs/CommonPlaybooks/ReleaseNotes/2_6_55.md



* Update Packs/CommonPlaybooks/ReleaseNotes/2_6_55.md



---------




* edit readme file (demisto#39196)

* edit readme file

* documentation after tech writing fixes

* fix to soft break (line break)

* improve images resolution

* change permission list to bullet style

* [Code owners] Update ContentManagement with talzich (demisto#39284)

* Platform content support merge gateway (demisto#39268)

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------



* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------



* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------



* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------



* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------



* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------



* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------



* fix json

* limit common scripts

* fix Core layouts

* fix Core layouts

---------




* IBM HA - add "haIntegrationEventID" to multiple integrations (demisto#38846)

* add haIntegrationEventID key to qradar incidents

* added rn

* fixes

* in progress

* reverts & preperation

* tests fixes

* added haIntegrationEventID to more itnegrations

* added rns

* fixes

* fixes

* added sections to uptycs

* work in progress, save before testing

* working windows integration

* done all 9 integrations

* added rns

* fix proof point

* fix unit test

* validations fixes

* validations fixes

* reverts

* update uptycs contacts

* update rns

* update rns

* revert ms atp

* reverts

* reverts

* updated docker

* fixed empty offset issue

* added rn

* reverts

* Add ICDM Integration (demisto#38982) (demisto#39283)

* Add ICDM Integration

* Fix Formatting and Pipeline errors

* Update Sections

* Minor changes and refactors to address Review comments

* Fix Unit test for network indicator

* do not use deprecated method utcnow()

* Fix context path and format readable output of Protection Commands

* Update Readme

* Fix version info in Readme



* Box Quick Update (demisto#39267)

* Updated README and pack_metadata

* Updated README

* Update Packs/Box/README.md



* Update Packs/Box/README.md



* Update Packs/Box/README.md



* Update Packs/Box/README.md



---------



* [Trellix_ePO] Remove MP xsoar (demisto#39296)

* hide pack (demisto#39290) (demisto#39294)



* CortexCoreIR: added `quick actions` commands (demisto#38663)

* added prettynames placeholder

* added quickaction

* update prettypredefined

* capital prettyPredefined

* update prettypredefined

* JUST FOR TEST SDK FIX

* correct prettypredefined

* test script

* uuse sdk from branch

* added supportedModules

* adding the wrapper commands

* remove "platform" properties from script

* revert poetry changes

* remove quick action from the orig command

* correct the name of quick actions

* fix wrong

* update CoreIR integration with IA related & py code

* PM changes

* restore pack_metadata

* replace placeholders

* run ruff format after merge master

* added RN

* fix alert

* update the RN

---------



* drop CortexVulnerabilityManagement from platform (demisto#39299)

* Nivbs/ciac 13013 quick actions (demisto#38979)

* Added first draft for Quick action: Create Issue in Jira

* Added first draft for Quick action: Create ServiceNow Ticket

* Fixing Items in JIRA quick action

* Adding Corrects Fields in Open Service Now Ticket

* Quick Action Slack Integration

* Quick Action MSFT Teams Integration

* re-format the ${issue} syntax after clarifications

* Adding Platform to pack_metadata.json

* Updating pack_metadata.json for all Packs, according to platform-content-support

* update supportsquickactions to higher scope
adding hidden to relevant quiack-action cmds

* Update slack to slackV3

* Remove deprecated arguments from JIRA cmd

* Update default Value in Jira

* Update Docker images versions

* Update Release notes for quick actions Packs

* Adding supports quick action for slack V3

* Change order of pre-defined options

* Change defaultValue to predefined

* Change pretty name for short_description in ServiceNowv2.yml

* Remove prettyname for non required params

* Update JiraV3.yml according to design changes

* Update MicrosoftTeams.yml according to design changes

* Update SlackV3.yml according to design changes

* Update ServiceNowv2.yml according to design changes

* Change from issue to alert keyword

* Fixes After demo: Remove user option from teams and slack. Remove defaultValue from Servicenow TicketType

* After Server fix - change from alert to issue keyword

* Update Packs/Slack/ReleaseNotes/3_5_11.md



* Update Packs/Slack/ReleaseNotes/3_5_11.md



* Update Packs/ServiceNow/ReleaseNotes/2_7_8.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml



* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml



* Update Packs/Jira/ReleaseNotes/3_2_16.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Apply suggestions from code review



* Update release note file name

* Update description after pre commit notes

* Create 3_5_12.md

* Update Descriptions and params after product meeting

* Revert "Create 3_5_12.md"

This reverts commit 348e186.

* Because of ST failed - update description in commands

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------



* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------



* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------



* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------



* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------



* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------



* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------



* fix json

* limit common scripts

* Revert "Merge branch 'test-platform-mp' into nivbs/CIAC-13013_Quick_Actions"

This reverts commit 78e897c, reversing
changes made to d2885a5.

* Update release notes before pre commit

* Update release notes before pre commit

* Update current version in pack_metadata.json

* Applying changes to adjust pre-commit tests

* Making sure that send slack message and send teams message dont run as one action

* Updating SlackV3_test.py to support new version

* Revert docker changes in slack and teams because of build not supporting new versions

* Revert slack test changes becuase docker versions were not updated

* Remove Unnecessary description in Teams

---------







* Fix validate content tpb (demisto#39297)

* Increase timeout

* fix tpb yml

* FormatURL does not correctly extract URLs from URLs of type ProofPoint URLDefense v3 (demisto#39086)

* first commit

* add rn

* add tests- urls are from api

* Bump pack from version CommonScripts to 1.19.34.

* improve code

* Bump pack from version ApiModules to 2.2.43.

* add rn

* fix docker

* fix code

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix test

* Bump pack from version CommonScripts to 1.19.35.

* fix test

* fix test playbook

* fix warnings

* fix warnings

* fix warnings

* fix warnings

---------



* Modified readme file - Proofpoint TAP (demisto#39289)

* Modified readme file

* Update Packs/ProofpointTAP/README.md



---------



* Improve handling of command execution timeout using timed thread in QualysV2 (demisto#39074)

* Updated Silverfort Pack README (demisto#38764) (demisto#39304)

* Updated Silverfort README

* Updated based on ilaredo's feedback

* Trigger build workflow



* Fix for list of techniques in InvestigationDetailedSummaryToTable (demisto#39291)

* fix for customer issue

* FeedDomainTools Release v1.0.1 (demisto#39280) (demisto#39305)

* Add release notes

* Removed release notes

* Add domain discovery feed.

* Added domainrdap feeds

* Add test cases for domainrdap feeds

* Revert hardcoded indicator type

* Remove unnecessary comment

* Update README

* Update release notes



* Fix upload flow core packs validation (demisto#39306)

* update the RN

* empty

* Intense sso failures fix (demisto#39301)

* Change 90 days to 1 day

* Change 90 days to 1 day

* RN

---------

Co-authored-by: xsoar-bot <[email protected]>
Co-authored-by: ROCCO <[email protected]>
Co-authored-by: ispRM <[email protected]>
Co-authored-by: inbalapt1 <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Shachar Kidor <[email protected]>
Co-authored-by: sdaniel6 <[email protected]>
Co-authored-by: Shahaf Ben Yakir <[email protected]>
Co-authored-by: bryanster <[email protected]>
Co-authored-by: Jelle Hol <[email protected]>
Co-authored-by: yasta5 <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Content Bot <[email protected]>
Co-authored-by: Niv Ben Salmon <[email protected]>
Co-authored-by: EyalPintzov <[email protected]>
Co-authored-by: Yuval Hayun <[email protected]>
Co-authored-by: Daniel Rezvani <[email protected]>
Co-authored-by: Karina Fishman <[email protected]>
Co-authored-by: Adi Peretz <[email protected]>
Co-authored-by: Jacob Levy <[email protected]>
Co-authored-by: Arad Carmi <[email protected]>
Co-authored-by: lironcohen272 <[email protected]>
Co-authored-by: Menachem Weinfeld <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
Co-authored-by: Israel Lappe <[email protected]>
Co-authored-by: darbel <[email protected]>
Co-authored-by: rundssoar <[email protected]>
Co-authored-by: eepstain <[email protected]>
Co-authored-by: johnnywilkes <[email protected]>
Co-authored-by: Danny_Fried <[email protected]>
Co-authored-by: barryyosi-panw <[email protected]>
Co-authored-by: Tal Zichlinsky <[email protected]>
Co-authored-by: Tal Carmeli <[email protected]>
Co-authored-by: Kamal Qarain <[email protected]>
Co-authored-by: Frank Gasparovic <[email protected]>
Co-authored-by: Andrew Shamah <[email protected]>
Co-authored-by: Bri <[email protected]>
Co-authored-by: Tomer Haimof <[email protected]>
Co-authored-by: RotemAmit <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

0 participants