Commit Graph

  • 9265857772 Add stroke to test rects; color rects in overview by pass/fail/skip to match main view Tim Buckley 2015-08-18 16:36:46 -0600
  • d2057b4003 Add dstat lanes for memory, network, and disk utiliziation; calculate dstat min and max values for each field; add support for line dstat charts Tim Buckley 2015-08-18 16:29:46 -0600
  • f39db38cea Correct potential edge cast in binaryMinIndex and binaryMaxIndex when a search value is out of bounds. Tim Buckley 2015-08-18 13:54:33 -0600
  • f15bcf0545 Fix "Overview" to link to `index.html` rather than `/` Tim Buckley 2015-08-17 14:03:42 -0600
  • 767b75faf5 Merge remote-tracking branch 'origin/master' Austin Clark 2015-08-17 10:49:08 -0600
  • 7db56eb513 Adds convert_stream method Austin Clark 2015-08-17 10:48:55 -0600
  • 8dcc345e93 Correct directory creation when an existing (but empty) target directory is specified. Tim Buckley 2015-08-13 16:40:48 -0600
  • 2b799786b8 Include bower components during `setup.py install`, and use properly use relative static directory during export. Tim Buckley 2015-08-13 14:45:09 -0600
  • e3d841f2b7 Merge pull request #1 from nakato/node-binary Tim Buckley 2015-08-12 09:34:07 -0600
  • a9dd483839 On ubuntu you also need nodejs-legacy Sachi King 2015-08-12 13:02:02 +1000
  • dcc0da3d14 Merge branch 'master' of github.com:timothyb89/stackviz Tim Buckley 2015-08-11 17:07:52 -0600
  • 00e1e473fc Move export_static.py to export.py; add executable command definition to setup.cfg to install `stackviz-export` command during `setup.py install`. Tim Buckley 2015-08-11 17:06:09 -0600
  • 923b153b63 Added logging output to sunburst Austin Clark 2015-08-11 15:28:15 -0600
  • e216d42597 Add jquery-ui to bower.json Tim Buckley 2015-08-11 13:52:20 -0600
  • 0f9ebdbc33 Add dialog box to show timeline details Austin Clark 2015-08-11 13:47:09 -0600
  • fcf1fa7072 Merge remote-tracking branch 'origin/master' Austin Clark 2015-08-06 06:31:14 -0600
  • 65098d0d41 Changes <script> tag to <link> for run css Austin Clark 2015-08-06 06:31:01 -0600
  • 73903ee48e Add labels to DStat lanes Tim Buckley 2015-08-05 17:53:16 -0600
  • e868b28632 Minor formatting fix Tim Buckley 2015-08-05 17:27:21 -0600
  • 6b1728b5c5 Add run_metadata to upstream_run.html Austin Clark 2015-08-05 13:54:33 -0600
  • d3073994d6 Fix settings.py to only use test_data in TEST_REPOSITORIES Austin Clark 2015-08-05 07:28:29 -0600
  • 643274d784 Adds OFFLINE mode to settings (for static site menu.html) Austin Clark 2015-08-05 07:15:43 -0600
  • aed4cba45e Fix even more pep8 violations Austin Clark 2015-08-04 14:27:28 -0600
  • 07b8a3246f Fix various pep8 violations Austin Clark 2015-08-04 11:57:23 -0600
  • ae820f9ff2 Add missing license headers; remove unused/empty app.js Tim Buckley 2015-08-04 10:12:39 -0600
  • c32375e4bc Add upstream run data display page Austin Clark 2015-08-04 09:16:58 -0600
  • 535af7b879 Improve error output for missing data during static export. Tim Buckley 2015-08-03 16:34:17 -0600
  • 4c3bbd1adb Export DStat logs during export_static if available Tim Buckley 2015-08-03 16:13:41 -0600
  • 397a59859b Use indirect reference to settings to allow export_static's overrides to work correctly. Tim Buckley 2015-08-03 16:10:00 -0600
  • aa18041457 Remove summary page from export list (moved into index.html) Tim Buckley 2015-08-03 15:46:19 -0600
  • a39d9cc9e3 Add arguments to configure test repository and dstat logfile locations. Tim Buckley 2015-08-03 15:45:36 -0600
  • 36473acceb Add testing instructions to README.rst Tim Buckley 2015-08-03 15:33:51 -0600
  • 7c3d0b3d9e Reformat timeline.js to match openstack eslint configuration Tim Buckley 2015-08-03 15:16:51 -0600
  • 7c66f0d749 Minor adjustments to karma config and npm packages Tim Buckley 2015-08-03 15:16:26 -0600
  • 2eec3431ae Add package.json and karma.conf.js for JS unit testing (borrowed from Horizon) Tim Buckley 2015-08-03 14:08:16 -0600
  • c65b5d1a02 Add more test cookiecutter template items Tim Buckley 2015-08-03 11:26:08 -0600
  • 0aba5bb97f Remove DevStack entries from menu until they are actually implemented Tim Buckley 2015-08-03 11:25:02 -0600
  • 79ef8f2823 Add eslint configuration Tim Buckley 2015-08-03 11:20:32 -0600
  • 887c35ea5d Move tempest summary info to index.html Austin Clark 2015-08-03 08:16:02 -0600
  • 71d7b87f7a Merge branch 'master' of /home/clark/OpenStack/devstack-testing/stackviz with conflicts. Austin Clark 2015-07-29 12:54:50 -0600
  • ea266aa617 Add stub unit tests from cookiecutter Tim Buckley 2015-08-03 10:37:55 -0600
  • f5f60b3c33 Change default test repository parent directory to `./test_data/` to avoid conflict with stackviz unit tests Tim Buckley 2015-08-03 10:36:42 -0600
  • 4bf57c7152 Convert README to rst, and add documentation template from cookiecutter Tim Buckley 2015-08-03 10:15:34 -0600
  • 4fb1c1e02e Add .gitignore entries, HACKING.rst, and __init__.py contents from cookiecutter Tim Buckley 2015-08-03 09:58:20 -0600
  • 3a71cc96f2 Add some missing base files from cookiecutter (LICENSE, manifest, setuptools config) Tim Buckley 2015-08-03 09:11:51 -0600
  • e5fb2f327b Return a 404 error when no dstat csv can be loaded Tim Buckley 2015-08-03 09:03:39 -0600
  • d0112a2fc0 Patch to allow timeline to load successfully when dstat logs aren't availble Tim Buckley 2015-08-03 08:57:31 -0600
  • 4a0f90f2df Add initial dstat display of CPU / IO wait Tim Buckley 2015-07-31 17:07:35 -0600
  • be78a81490 Minor cleanup, and filter out small test cases to improve performance Tim Buckley 2015-07-31 14:41:23 -0600
  • a45ce16c0b In-progress implementation of dstat views, with proper filtering and data preparation Tim Buckley 2015-07-31 13:38:16 -0600
  • e6afab096e Allow timeline to load when dstat data is unavailable Tim Buckley 2015-07-30 17:21:53 -0600
  • e229f8b2a9 Incomplete implementation of dstat support. Logs are loaded and parsed when viewing the timeline, but not yet displayed. Tim Buckley 2015-07-30 17:18:12 -0600
  • d496735a94 Add barebones dstat endpoint and URL mapping (currently only serving from current directory) Tim Buckley 2015-07-30 17:16:16 -0600
  • 0f81e65e5f Add gzip support to summary page; use passed-in list of tempest runs from django template Tim Buckley 2015-07-30 12:25:52 -0600
  • 7ea9bcabec Add gzip support to results/sunburst Tim Buckley 2015-07-30 11:45:50 -0600
  • a4d8274c53 Fix indentation in visuals.js Tim Buckley 2015-07-30 11:10:01 -0600
  • 2549d20438 Add run selector to results page Tim Buckley 2015-07-30 11:04:09 -0600
  • def89936d6 Add 'tempest_runs' variable to templates and add run selector menu to timeline Tim Buckley 2015-07-30 10:43:49 -0600
  • 1baf2642ea remove "latest" redirector views as the menu now links directly to the latest test run Tim Buckley 2015-07-30 10:13:29 -0600
  • 033ed0e6d0 Update README.md to add information on static export. Tim Buckley 2015-07-29 17:01:34 -0600
  • 019594d0bd Merge branch 'master' of github.com:timothyb89/stackviz Tim Buckley 2015-07-29 16:38:51 -0600
  • 8941517a54 Load details (e.g. logging info) on demand, even for static-exported sites. Note that all data is now loaded in one request, so gzip is recommended. Tim Buckley 2015-07-29 16:36:33 -0600
  • 40638ca104 minor cleanup to timeline javascript Tim Buckley 2015-07-29 15:03:45 -0600
  • bab8fe5f9b Added more jquery to summary table display Austin Clark 2015-07-29 12:53:05 -0600
  • 79959e76dc Add gzip support for data in static page exports. Tim Buckley 2015-07-29 15:01:29 -0600
  • b3bdeabaf3 Optionally serve test run details in full when no test name is provided. Tim Buckley 2015-07-29 14:10:50 -0600
  • c2669a07be Update upstream page urls Austin Clark 2015-07-29 10:24:32 -0600
  • 4a783b4a1d Merge branch 'master' of github.com:timothyb89/stackviz Tim Buckley 2015-07-29 12:03:24 -0600
  • cd1e75fb21 add static site exporter, and adjust urls to be friendlier to a flat filesystem directory Tim Buckley 2015-07-29 12:01:29 -0600
  • f8f7676952 add global template variable for tempest_latest_run Tim Buckley 2015-07-29 12:00:28 -0600
  • c207eb425c Removed page-specific js from template.html Austin Clark 2015-07-29 05:33:26 -0600
  • 914adfe894 Creates directory structure for upstream data Austin Clark 2015-07-28 15:27:23 -0600
  • 646794b1bd Quick change to summary tables link to timeline Austin Clark 2015-07-28 12:00:41 -0600
  • 6e08fb8352 Adds tables displaying run summary info Austin Clark 2015-07-28 11:59:11 -0600
  • 00fb42aa81 Added pages for summary and aggregate tempest runs Austin Clark 2015-07-27 06:22:53 -0600
  • dff0386394 dynamically resize the timeline to fit in the container element Tim Buckley 2015-07-24 10:36:04 -0600
  • 9b4178b50a Merge branch 'master' of gitlab.gozer.hpcloud.net:timothy.jas.buckley/stackviz Tim Buckley 2015-07-22 11:47:49 -0600
  • a9d2b956fd add a cursor to show time at a given position on the timeline Tim Buckley 2015-07-22 11:46:54 -0600
  • d71b5fffd3 remove unneeded debugging information Tim Buckley 2015-07-22 11:46:28 -0600
  • 2c7e6d6d90 devstack_parser and log_node to parser folder Austin Clark 2015-07-22 08:23:28 -0600
  • 56b8e829c8 Merge remote-tracking branch 'origin/master' Austin Clark 2015-07-20 11:40:28 -0600
  • f302580299 Merge branch 'master' of gitlab.gozer.hpcloud.net:timothy.jas.buckley/stackviz Tim Buckley 2015-07-20 12:54:31 -0600
  • 35b759287c implement mini view and add info panels to page view Tim Buckley 2015-07-20 12:53:41 -0600
  • 7aef393008 add new head-extra block Tim Buckley 2015-07-20 12:53:11 -0600
  • 8fab4fabf9 added line to actually display test info... Austin Clark 2015-07-20 11:39:45 -0600
  • 46d07af03d added button to show/hide test failures Austin Clark 2015-07-20 09:52:44 -0600
  • 33aae1e6c8 added table displaying failed tests in tempest_results Austin Clark 2015-07-20 07:40:46 -0600
  • d93502315c add preliminary timeline chart (not quite finished) Tim Buckley 2015-07-17 15:55:22 -0600
  • 82a1136f01 Moved viz scripts to external file, added colors to sunburst Austin Clark 2015-07-17 07:18:33 -0600
  • 6e4efaffb2 individual test data added in results.html Austin Clark 2015-07-16 14:21:39 -0600
  • 514d349626 add name_full field to tree nodes to allow for easier details lookup Tim Buckley 2015-07-16 16:54:56 -0600
  • cd885c8f6c updated API call in results.html Austin Clark 2015-07-16 12:36:40 -0600
  • 0e145f0927 fixed regex in urls and redirects in results.py + timeline.py Austin Clark 2015-07-16 12:33:12 -0600
  • 819d2d7f12 refactored latest_results to results, updated urls Austin Clark 2015-07-16 12:23:30 -0600
  • 7920f221f5 cleaned up sunburst and added time graph Austin Clark 2015-07-16 11:18:25 -0600
  • 307ed49ab2 reimplement TempestRunDetailsEndpoint to use a direct cache for details info Tim Buckley 2015-07-16 11:42:27 -0600
  • 46a2254b74 add URL mappings for new API endpoints and timeline view Tim Buckley 2015-07-16 11:22:07 -0600
  • a7ddfa3132 add timeline view and template Tim Buckley 2015-07-16 11:21:53 -0600
  • 357ab6aeea add API endpoints for raw and details views Tim Buckley 2015-07-16 11:21:09 -0600
  • b2e036836f use the new api in tempest results viewer Tim Buckley 2015-07-15 16:42:12 -0600