-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI - Add and implement data tables (#153)
* Add download as JSON, working on CSV * Implement CSV, fix JSON exports * Update GUI - radio button to select file type * Update button, fix "Show All" for long stdouts * Add DataTables js utility & use on history page * update DT, refine history page, finish deployments * Update css for datatables * remove unnecessary info below table * add DataTable to processes table * update history to fix loading issue * Fix sorting on history page * Fix history not displaying all log rows * Removing paging for test suite support * Update processes page to fix select feature * Fixed double sorting icon * Add moment.js and DataTables integration - filter * Update where table is drawn to speed up page load * Update REST to return all processes * Defer renderings * Update processes page to only load 5000 at first * Increase search delay to increase performance * Attempt at fixing snippets test * Update xpath for new filter button * Update sleep timer * Update sleep, change from id to xpath * Update to "waitForElementXPath" * Copy from Selenium IDE, add sleep * wait even longer * Wait for process page to load * Revert, increase waiting * Change how we wait for add button * Update xpath for elements * Add wait for ajax spinner to dissappear * Fix duration * Need to wait even longer * Try using search bar instead of builder * Try to get console output * Fix qstring missing ? * Update to get # of procs loaded * reduce sleep, fix merge error * FINALLY fixed test errors - updating rest of them * Missed process page loading indirectly * Update completed element ID path * Update css selector * add screenshots for debugging * Remove reference to "complete" button
- Loading branch information
Showing
315 changed files
with
288,505 additions
and
510 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
Oops, something went wrong.