-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the ResultsFileName from the web caching #3
Comments
jaredpar
pushed a commit
that referenced
this issue
Jun 23, 2016
* 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.
jaredpar
pushed a commit
that referenced
this issue
Jul 8, 2016
#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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't interesting to the server anymore. Only item of interest is whether this is HTML or XML content.
The text was updated successfully, but these errors were encountered: