summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/compute/contrib/coverage_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial mismatch of license headerDirk Mueller2013-06-251-1/+1
* Do not raise NEW exceptionsBoris Pavlovic2013-06-221-1/+2
* nova coverage creates lots of empty foldersYang Yu2013-05-031-1/+3
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-39/+18
* Add reset function to nova coverage.Mitsuhiko Yamazaki2013-04-081-1/+24
* Prevent nova services' coverage data from combining into nova-api'sMitsuhiko Yamazaki2013-03-111-5/+8
* Merge "Standardize the coverage initializations."Jenkins2013-03-041-6/+5
|\
| * Standardize the coverage initializations.Mitsuhiko Yamazaki2013-02-211-6/+5
* | Merge "Fallback coverage backdoor telnet connection to lo"Jenkins2013-03-041-3/+20
|\ \
| * | Fallback coverage backdoor telnet connection to loMatthew Treinish2013-02-281-3/+20
* | | Fix IBM copyright stringsKurt Taylor2013-03-011-1/+1
|/ /
* / Use a fake coverage module instead of real one.Vishvananda Ishaya2013-02-201-8/+13
|/
* Avoid hard dependency on python-coverage.Dan Prince2013-01-271-2/+9
* Enable N302: Import modules onlyJoe Gordon2013-01-251-2/+2
* Merge "Handle directory conflicts with html output."Jenkins2013-01-131-0/+3
|\
| * Handle directory conflicts with html output.Matthew Treinish2013-01-111-0/+3
* | Fix N402 for nova/apiSean Dague2013-01-081-4/+4
|/
* Merge "Add html reports to report action in coverage extension."Jenkins2013-01-041-5/+13
|\
| * Add html reports to report action in coverage extension.Matthew Treinish2012-12-201-5/+13
* | Add remaining get_backdoor_port() rpc calls to coverage.Matthew Treinish2013-01-021-0/+15
* | Removed unused imports.Chuck Short2012-12-211-4/+0
|/
* Fix _find_ports() for when backdoor_port is None.Matthew Treinish2012-12-201-1/+10
* Add coverage extension to nova API.Matthew Treinish2012-12-111-0/+236