-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PAPP-33317: ServiceNow - updated pagination logic (#18)
* Servicenow: PAPP-29359 Added new action - search sources * Update README.md * Adding empty commit * Minor Changes * Discarding the changes of connector and const file * Discarding the changes of connector and const file * Discarding the changes of connector and const file * Adding the changes of connector and const file * targetting static test failure * updated paginatin logic * updated copyright version and linting issues * Update README.md * empty commit * updated app version and release note * Update README.md * precommit changes * updated request params in get varaible action * updated logic for pagination * linitng changes * updated linting changes * Update README.md * updated pagination logic * Added pagination for search sources action * add verbose for search source and updated SERVICENOW_ERROR_FROM_SERVER message * Update README.md * Removed limit and page key-value from result and also add result if there is no records * Checking and breaking the loop if we got 1000 empty pages * Upodate search sources pagination logic based on pages and use sysparam_query key in get variable action based on API doc * Revert changes of get_variable action and update min_phantom_version * Update README.md * Updated min_phantom_version * Update README.md * Update example_values for search sources action * Update README.md * Update release notes * succinct the comments --------- Co-authored-by: dhwanis-crest <[email protected]> Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar> Co-authored-by: mmomin-crest <[email protected]>
- Loading branch information
1 parent
4fd9111
commit b921589
Showing
20 changed files
with
630 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/phantomcyber/dev-cicd-tools | ||
rev: v1.16 | ||
rev: v1.18 | ||
hooks: | ||
- id: org-hook | ||
- id: package-app-dependencies | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.4.0 | ||
rev: v1.5.0 | ||
hooks: | ||
- id: detect-secrets | ||
args: ['--no-verify', '--exclude-files', '^servicenow.json$'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
Splunk SOAR ServiceNow | ||
Copyright (c) 2016-2023 Splunk Inc. | ||
Copyright (c) 2016-2024 Splunk Inc. | ||
|
||
Third-party Software Attributions: | ||
|
||
Library: beautifulsoup4 | ||
Version: 4.9.1 | ||
License: MIT | ||
Copyright 2004-2017 Leonard Richardson | ||
Copyright 2004-2019 Leonard Richardson | ||
Copyright 2018 Isaac Muse | ||
|
||
Library: python-magic | ||
Version: 0.4.18 | ||
License: MIT | ||
|
@@ -21,8 +14,3 @@ License: MIT | |
License: Zope | ||
Copyright 1987-2006 implementation only works for dates between | ||
Copyright 2003-2019 Stuart Bishop <[email protected]> | ||
|
||
Library: requests | ||
Version: 2.25.0 | ||
License: Apache 2.0 | ||
Kenneth Reitz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
**Unreleased** | ||
* Fixed bug in pagination logic [PAPP-33317] | ||
* Added new 'search sources' action support [PAPP-30131] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
beautifulsoup4==4.9.1 | ||
python-magic==0.4.18 | ||
pytz==2021.1 |
Oops, something went wrong.