Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Added support to allow users to include/exclude elapsed time results from flow jobs/runs on Roslyn Dashboard. #354

Closed
smile21prc opened this issue Jun 28, 2016 · 1 comment
Assignees
Labels

Comments

@smile21prc
Copy link
Contributor

Copied from TFS work item #234599.

• Added support to allow users to include/exclude elapsed time results from flow jobs/runs:
• To be performance efficient, instead of dynamically judging whether a job/run is a flow one every time loading the elapsed time report, add a column “FlowRun” in “BuildResultDate” and “BuildResultExtract” tables (as well as any other tables that are necessary) in Azure DB. When that run result entry is stored into Azure DB, that column will be set to “1” if that is a flow run, or “0” otherwise.
• Add a check box on views below to allow users to include/exclude elapsed time results from flow jobs/runs:
• “Total Elapsed Time List of all Projects” view
• “Job Elapsed Time List” view
• “Job Elapsed Time per build” view

@smile21prc smile21prc self-assigned this Jun 28, 2016
@smile21prc
Copy link
Contributor Author

Completed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant