-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add multi-threading for image request pairs #1 * Add data comparison feature #4 * Capture render times and errors in Report.csv #9 * Create Tableau workbook for analyzing results #12 * Add option to specify input viz list with CSV #6 * Match views based on content url rather than just LUID #13 * Add auto-retry feature #14 * Force refresh on viz exports #8 * Add logging capabilities #7 * Structure output folder based on unique content url values #5 * Save partial progress #2 * Add source code to master branch #10
- Loading branch information
Showing
5 changed files
with
955 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 2.0 | ||
* Add multi-threading for image request pairs #1 | ||
* Add data comparison feature #4 | ||
* Capture render times and errors in Report.csv #9 | ||
* Create Tableau workbook for analyzing results #12 | ||
* Add option to specify input viz list with CSV #6 | ||
* Match views based on content url rather than just LUID #13 | ||
* Add auto-retry feature #14 | ||
* Force refresh on viz exports #8 | ||
* Add logging capabilities #7 | ||
* Structure output folder based on unique content url values #5 | ||
* Save partial progress #2 | ||
* Add source code to master branch #10 | ||
|
||
## 1.3 | ||
* fixed 'SSL: CERTIFICATE_VERIFY_FAILED' issue when conecting to Tableau Server with SSL enabled |
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
Oops, something went wrong.