-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* skiped docker validation for beta integration * added changelog * edit after testing * added support to format beta integration * changed the changelog description * edits after build failed * edits after pre-commit failed * edits after unittests failed * edits after unittests failed * Update demisto_sdk/commands/format/update_integration.py Co-authored-by: Shai Yaakovi <[email protected]> * Update demisto_sdk/commands/format/update_description.py Co-authored-by: Shai Yaakovi <[email protected]> Co-authored-by: Shai Yaakovi <[email protected]>
- Loading branch information
1 parent
22f49e3
commit 369d466
Showing
10 changed files
with
142 additions
and
37 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
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
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
6 changes: 6 additions & 0 deletions
6
demisto_sdk/tests/test_files/description_formatted_with_beta_description-test.md
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Note: This is a beta Integration, which lets you implement and test pre-release software. Since the integration is beta, it might contain bugs. Updates to the integration during the beta phase might include non-backward compatible features. We appreciate your feedback on the quality and usability of the integration to help us identify issues, fix them, and continually improve. | ||
## Integration | ||
- data for the test | ||
|
||
### Other section | ||
more data |
5 changes: 5 additions & 0 deletions
5
demisto_sdk/tests/test_files/description_without_beta_description-test.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Integration | ||
- data for the test | ||
|
||
### Other section | ||
more data |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
category: IT Services | ||
commonfields: | ||
id: test integration | ||
version: -1 | ||
configuration: | ||
- display: Application ID | ||
hidden: false | ||
name: app_id | ||
required: true | ||
defaultvalue: 40191 | ||
type: 0 | ||
description: description | ||
service. | ||
display: test integration | ||
name: test integration | ||
script: | ||
commands: | ||
- deprecated: false | ||
description: test command. | ||
execution: false | ||
name: command-test | ||
dockerimage: demisto/pto:1.0.0.24047 | ||
feed: false | ||
isfetch: true | ||
longRunning: false | ||
longRunningPort: false | ||
runonce: false | ||
script: '-' | ||
subtype: python3 | ||
type: python | ||
fromversion: 6.0.0 | ||
defaultmapperin: testing Incoming Mapper | ||
defaultclassifier: testing | ||
tests: | ||
- betaTest |