forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xsup 40686 rasterize (demisto#35957)
* fix * fix * fix * Update Packs/rasterize/Integrations/rasterize/rasterize.py Co-authored-by: Yuval Hayun <[email protected]> * cr * cr * cr * fix * fix * meeting notes * fix * fix * fix * pre-commit * revert * cr * cr * cr * Update Packs/rasterize/Integrations/rasterize/rasterize.py Co-authored-by: Yuval Hayun <[email protected]> * cr * cr * cr * cr * cr * cr * demo notes * fix * fix * fix * fix unit tests * fix unit tests * fix unit tests * add unit tests * fix * fix * fix * fix * adding unit tests * adding unit tests * add unit test * adding docstring * fix unit tests * add unit tests * add unit tests * add unit tests * Update Packs/rasterize/ReleaseNotes/2_0_24.md Co-authored-by: EyalPintzov <[email protected]> * fix * CR tal * Update Packs/rasterize/ReleaseNotes/2_0_24.md Co-authored-by: ShirleyDenkberg <[email protected]> * CR tal * cr notes * fix * fixes --------- Co-authored-by: Yuval Hayun <[email protected]> Co-authored-by: EyalPintzov <[email protected]> Co-authored-by: ShirleyDenkberg <[email protected]>
- Loading branch information
1 parent
e090295
commit 4053b94
Showing
8 changed files
with
294 additions
and
229 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
Large diffs are not rendered by default.
Oops, something went wrong.
238 changes: 135 additions & 103 deletions
238
Packs/rasterize/Integrations/rasterize/rasterize_test.py
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
Packs/rasterize/Integrations/rasterize/test_data/chrome_instances.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"2222": { | ||
"instance_id": "22222222-2222-2222-2222-222222222222", | ||
"chrome_options": "chrome_options2", | ||
"rasteriztion_count": 1 | ||
}, | ||
"3333": { | ||
"instance_id": "33333333-3333-3333-3333-333333333333", | ||
"chrome_options": "chrome_options3", | ||
"rasteriztion_count": 1 | ||
}, | ||
"9345": { | ||
"instance_id": "44444444-4444-4444-4444-444444444444", | ||
"chrome_options": "chrome_options4", | ||
"rasteriztion_count": 1 | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
Packs/rasterize/Integrations/rasterize/test_data/example_log_file.txt
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 @@ | ||
timestamp,log_level,message | ||
2024-09-22 10:15:30,INFO,Starting the application | ||
2024-09-22 10:15:31,DEBUG,Loading configuration from config.yaml | ||
2024-09-22 10:15:32,WARN,Memory usage is high | ||
2024-09-22 10:15:33,ERROR,Failed connect to database | ||
2024-09-22 10:15:34,INFO,Application stopped |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
|
||
#### Integrations | ||
|
||
##### Rasterize | ||
|
||
Fixed an issue where utilizing the ***rasterize*** command after reaching the **max rasterize connections** would result in the error message "Could not use local Chrome for rasterize command." |
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