summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-27switch to processing XML output from subunit tools in order to get more data ↵Clark Laughlin
than CSV format has
2015-05-27another script to dump in xml formatClark Laughlin
2015-05-27try to remove the existing image firstClark Laughlin
2015-05-27improvements to results display -- test lists in sortable/filterable tables nowClark Laughlin
2015-05-26show failure details as expanding sectionsClark Laughlin
2015-05-26fleshing out the web UI some moreClark Laughlin
2015-05-26enable always restartClark Laughlin
2015-05-26added note about container being auto-removedClark Laughlin
2015-05-26change which docker image is being used to get the latest neo4j versionClark Laughlin
2015-05-26enable run as Docker containerClark Laughlin
2015-05-26setup to run in a Docker container, fix bug where not parsing command line argsClark Laughlin
2015-05-25begin adding event handling for displaying actual test log dataClark Laughlin
2015-05-25make header more compactClark Laughlin
2015-05-25changed colors to be more Linaro-yClark Laughlin
2015-05-25reorg, update web app to create charts based on queries and not hard-coded ↵Clark Laughlin
categorization
2015-05-16updated chart data handlingClark Laughlin
2015-05-15disabled some debug outputClark Laughlin
2015-05-15added more query handlers, more work on web uiClark Laughlin
2015-05-15implemented more queriesClark Laughlin
2015-05-14initial work on web appClark Laughlin
2015-05-13changed property nameClark Laughlin
2015-05-13added epoch timestamp for filtering useClark Laughlin
2015-05-12lots of reorgClark Laughlin
2015-05-12fixed pathClark Laughlin
2015-05-12cleanupClark Laughlin
2015-05-12reorgClark Laughlin
2015-05-12renamed relationship nameClark Laughlin
2015-05-12add test data to grphClark Laughlin
2015-05-12starting using virtualenv, new graph libraryClark Laughlin
2015-05-12store test results in databaseClark Laughlin
2015-05-11* force gc to free memoryClark Laughlin
* rename directory
2015-05-11major reorgClark Laughlin
2015-05-08removed index page templateClark Laughlin
2015-05-08initial versionsClark Laughlin
2015-05-08lava-pull.py:Clark Laughlin
- read paths from EVs rather than hard-code - remove index page creation - create metadata.json that can be read by upload process - update whitelist
2015-05-08renamed subunit -> toolsClark Laughlin
2015-05-08parse-subunit-stream: initial versionClark Laughlin
simple script to parse a subunit stream and extract individual CSV files containing failed, passing, skipped, etc tests
2015-05-05additional debuggingClark Laughlin
2015-04-28lava-pull.py: generate an HTML index file based on a templateClark Laughlin
The index file pulls in the text of template-summary.txt and failing-tests.txt and provides a better summary of the test than just using an apache-generated index page.
2015-04-28lava-pull.py: add support for setting date/time stamp of root directoryClark Laughlin
The date/time stamp of the directory is now set to the original creation date for the LAVA bundle.
2015-04-28lava-pull.py: updated naming for log directories to include metadataClark Laughlin
such as os distro, os version, and devstack branch
2015-04-28lava-pull.py: a few more comments, and implementation of whitelists forClark Laughlin
files
2015-04-27lava-pull.py: added some documentation and starting making changes toClark Laughlin
whitelist file patterns to place at the top-level rather than blacklisting files
2015-04-27lava-pull.py: Initial versionClark Laughlin
lava-pull.py retrieves the contents of a LAVA bundle stream, decodes it, and writes the various attachments to a simple filesystem structure. Each time it is run, it only downloads bundles it has not previously processed.