-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable filtering of flow jobs/runs, feature enhancement and bug fixes. (
#10) * Elapsed Time Support. * Elapsed Support * Make changes to match Jared and Daniel's * Stable Elapsed Time View. * Add the view to show the sum of elapsed time of all jobs, for each repo. * Enabled the "Job Elapsed Time List" page for each repo * Make JobET view full function. * Job ET per build view is complete * Use public URL instead of debugging one, so it'll be accessible by others. * Use @Url.Action instead of a hardcoded URI (#3) Url.Action(...) is a built-in MVC helper function that can build up a URI regardless of where the website is running. This allows the code to work regardless of where the webpage is deployed ( localhost , jdash-et , jdash , etc). * 1. Add support to make bootstrap table columns sortable. 2. Make "Job ET per build" table sortable, so managers can choose to sort by either "Build Number", and "Elapsed Time". * Add "ElapsedTime" in the main layout as the entrance of Elapsed Time Report. * Add report on average ET per job and average ET per build (of a job). * Changes to address Jared's comments. * Make table on "Job Elapsed Time List" view sortable. * Disable dropdown list from "Job Elapsed Time per build“ view. * Change to show elapsed time in minutes instead of seconds to keep consistency. * Fixed table sorting issue on "Job Elapsed Time List" view, caused ty inappropriate data type. * UI Work to 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 * Fixed the issue below: When too many project names are loaded in "Total Elapsed Time List of all Projects" view, some of them disappear. * Make table on "Job Elapsed Time List" view sortable. * Disable dropdown list from "Job Elapsed Time per build“ view. * Change to show elapsed time in minutes instead of seconds to keep consistency. * Fixed table sorting issue on "Job Elapsed Time List" view, caused ty inappropriate data type. * UI Work to 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 * Fixed the issue below: When too many project names are loaded in "Total Elapsed Time List of all Projects" view, some of them disappear. * Not showing flow job/runs as default. * Older runs (before the DB column was added) don't have the field of "JobKind" yet, so checking its existence first to avoid exception. * Google chart has bugs when dealing checked checkbox as default. As a result, I have to make the check box starting from an "unchecked" state. * Address all review comments from Jared.
- Loading branch information
1 parent
bb922e5
commit 23bad16
Showing
7 changed files
with
116 additions
and
31 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