Tim Buckley
|
79ef8f2823
|
Add eslint configuration
|
2015-08-03 11:20:32 -06:00 |
|
Austin Clark
|
887c35ea5d
|
Move tempest summary info to index.html
|
2015-08-03 08:16:02 -06:00 |
|
Austin Clark
|
71d7b87f7a
|
Merge branch 'master' of /home/clark/OpenStack/devstack-testing/stackviz with conflicts.
|
2015-08-03 08:05:43 -06:00 |
|
Tim Buckley
|
ea266aa617
|
Add stub unit tests from cookiecutter
|
2015-08-03 10:37:55 -06:00 |
|
Tim Buckley
|
f5f60b3c33
|
Change default test repository parent directory to ./test_data/ to avoid conflict with stackviz unit tests
|
2015-08-03 10:36:42 -06:00 |
|
Tim Buckley
|
4bf57c7152
|
Convert README to rst, and add documentation template from cookiecutter
|
2015-08-03 10:15:34 -06:00 |
|
Tim Buckley
|
4fb1c1e02e
|
Add .gitignore entries, HACKING.rst, and __init__.py contents from cookiecutter
|
2015-08-03 10:01:01 -06:00 |
|
Tim Buckley
|
3a71cc96f2
|
Add some missing base files from cookiecutter (LICENSE, manifest, setuptools config)
|
2015-08-03 09:11:51 -06:00 |
|
Tim Buckley
|
e5fb2f327b
|
Return a 404 error when no dstat csv can be loaded
|
2015-08-03 09:03:39 -06:00 |
|
Tim Buckley
|
d0112a2fc0
|
Patch to allow timeline to load successfully when dstat logs aren't availble
|
2015-08-03 08:57:31 -06:00 |
|
Tim Buckley
|
4a0f90f2df
|
Add initial dstat display of CPU / IO wait
|
2015-07-31 17:07:35 -06:00 |
|
Tim Buckley
|
be78a81490
|
Minor cleanup, and filter out small test cases to improve performance
|
2015-07-31 14:41:23 -06:00 |
|
Tim Buckley
|
a45ce16c0b
|
In-progress implementation of dstat views, with proper filtering and data preparation
|
2015-07-31 13:38:16 -06:00 |
|
Tim Buckley
|
e6afab096e
|
Allow timeline to load when dstat data is unavailable
|
2015-07-30 17:21:53 -06:00 |
|
Tim Buckley
|
e229f8b2a9
|
Incomplete implementation of dstat support. Logs are loaded and parsed when
viewing the timeline, but not yet displayed.
|
2015-07-30 17:18:12 -06:00 |
|
Tim Buckley
|
d496735a94
|
Add barebones dstat endpoint and URL mapping (currently only serving from
current directory)
|
2015-07-30 17:16:16 -06:00 |
|
Tim Buckley
|
0f81e65e5f
|
Add gzip support to summary page; use passed-in list of tempest runs from django template
|
2015-07-30 12:25:52 -06:00 |
|
Tim Buckley
|
7ea9bcabec
|
Add gzip support to results/sunburst
|
2015-07-30 11:45:50 -06:00 |
|
Tim Buckley
|
a4d8274c53
|
Fix indentation in visuals.js
|
2015-07-30 11:10:01 -06:00 |
|
Tim Buckley
|
2549d20438
|
Add run selector to results page
|
2015-07-30 11:04:09 -06:00 |
|
Tim Buckley
|
def89936d6
|
Add 'tempest_runs' variable to templates and add run selector menu to timeline
|
2015-07-30 10:43:49 -06:00 |
|
Tim Buckley
|
1baf2642ea
|
remove "latest" redirector views as the menu now links directly to the latest test run
|
2015-07-30 10:13:29 -06:00 |
|
Tim Buckley
|
033ed0e6d0
|
Update README.md to add information on static export.
|
2015-07-29 17:01:34 -06:00 |
|
Tim Buckley
|
019594d0bd
|
Merge branch 'master' of github.com:timothyb89/stackviz
|
2015-07-29 16:38:51 -06:00 |
|
Tim Buckley
|
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.
|
2015-07-29 16:36:33 -06:00 |
|
Tim Buckley
|
40638ca104
|
minor cleanup to timeline javascript
|
2015-07-29 15:03:45 -06:00 |
|
Tim Buckley
|
79959e76dc
|
Add gzip support for data in static page exports.
|
2015-07-29 15:01:29 -06:00 |
|
Tim Buckley
|
b3bdeabaf3
|
Optionally serve test run details in full when no test name is provided.
|
2015-07-29 14:10:50 -06:00 |
|
Austin Clark
|
bab8fe5f9b
|
Added more jquery to summary table display
|
2015-07-29 12:53:34 -06:00 |
|
Austin Clark
|
c2669a07be
|
Update upstream page urls
|
2015-07-29 10:24:32 -06:00 |
|
Tim Buckley
|
4a783b4a1d
|
Merge branch 'master' of github.com:timothyb89/stackviz
Conflicts:
stackviz/urls.py
|
2015-07-29 12:03:24 -06:00 |
|
Tim Buckley
|
cd1e75fb21
|
add static site exporter, and adjust urls to be friendlier to a flat filesystem directory
|
2015-07-29 12:01:29 -06:00 |
|
Tim Buckley
|
f8f7676952
|
add global template variable for tempest_latest_run
|
2015-07-29 12:00:28 -06:00 |
|
Austin Clark
|
c207eb425c
|
Removed page-specific js from template.html
|
2015-07-29 05:33:26 -06:00 |
|
Austin Clark
|
914adfe894
|
Creates directory structure for upstream data
|
2015-07-28 15:27:23 -06:00 |
|
Austin Clark
|
646794b1bd
|
Quick change to summary tables link to timeline
|
2015-07-28 12:00:41 -06:00 |
|
Austin Clark
|
6e08fb8352
|
Adds tables displaying run summary info
|
2015-07-28 11:59:11 -06:00 |
|
Austin Clark
|
00fb42aa81
|
Added pages for summary and aggregate tempest runs
|
2015-07-27 06:22:53 -06:00 |
|
Tim Buckley
|
dff0386394
|
dynamically resize the timeline to fit in the container element
|
2015-07-24 10:36:04 -06:00 |
|
Tim Buckley
|
9b4178b50a
|
Merge branch 'master' of gitlab.gozer.hpcloud.net:timothy.jas.buckley/stackviz
|
2015-07-22 11:47:49 -06:00 |
|
Tim Buckley
|
a9d2b956fd
|
add a cursor to show time at a given position on the timeline
|
2015-07-22 11:46:54 -06:00 |
|
Tim Buckley
|
d71b5fffd3
|
remove unneeded debugging information
|
2015-07-22 11:46:28 -06:00 |
|
Austin Clark
|
2c7e6d6d90
|
devstack_parser and log_node to parser folder
|
2015-07-22 08:23:28 -06:00 |
|
Austin Clark
|
56b8e829c8
|
Merge remote-tracking branch 'origin/master'
|
2015-07-20 11:40:28 -06:00 |
|
Tim Buckley
|
f302580299
|
Merge branch 'master' of gitlab.gozer.hpcloud.net:timothy.jas.buckley/stackviz
|
2015-07-20 12:54:31 -06:00 |
|
Tim Buckley
|
35b759287c
|
implement mini view and add info panels to page view
|
2015-07-20 12:53:41 -06:00 |
|
Tim Buckley
|
7aef393008
|
add new head-extra block
|
2015-07-20 12:53:11 -06:00 |
|
Austin Clark
|
8fab4fabf9
|
added line to actually display test info...
|
2015-07-20 11:39:45 -06:00 |
|
Austin Clark
|
46d07af03d
|
added button to show/hide test failures
|
2015-07-20 09:52:44 -06:00 |
|
Austin Clark
|
33aae1e6c8
|
added table displaying failed tests in tempest_results
|
2015-07-20 07:40:46 -06:00 |
|