-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LocatorIds into the report page for asset analyzer command (#194)
* Add LocatorIds into the report page for asset analyzer command Description: When reporting the result to HTML page, to help customers to figure out the mapping between streaing Url on input asset and the streaming URL of the generated output asset, this change adds a new column in the report page to include LocatorIds for each input asset, if the locatorIds (Guid) are available. One input can have zero or multiple locatorIds, when it has multiple locatorIds, the report page uses ";\n" as a separator line between two locators. Adjust the percentage of each column in the report page, use it as guideline, the column length is not guaranteed if the asset name contains a word with a long list of characters without separators like ',-' etc. Some minor fix to make it report correct number of assets without locators. * Update the AnalysisResult.LocatorIds property's type to List<string> instead a plain string So that it is easier to work with both JSON and HTML report page.
- Loading branch information
Showing
4 changed files
with
37 additions
and
10 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