[root]/maven-qalab-plugin/plugin-resources
images
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Benoit Xhenseval | 41 (100.0%) | 1608 (100.0%) | 39.2 |
- qalab xml moves to version 1.2 which also contains a project and module per summaryresult and file.
- the file id now also contains project-module-formerFileId in order to avoid clashes if 2 identical files in different modules/projects
- the migration from one XML format to the other is fully automatic! User MUST specify the values for 2 param in their project.properties
qalab.merge.projectName=
qalab.merge.moduleName=
- changed the movers report to show the project/module data
36 lines of code changed in:
Charts:
1/ split the chart generation from the xml parser (so at a later stage we can take the qalab data from a DB for instance)
2/ Added a Spider chart to show the stats differences at now, 30 days and 60 days.
3/ added the chart on summary pages, for html, xdoc m1 and m2.
28 lines of code changed in:
Thanks to Neil Bartlett for providing a new XSLT for generating tables at file level.
40 lines of code changed in:
The chart task will check the LATEST date on record across all types, if the last day of a given type
is AT LEAST 28h (to take into account people who use timestamp rather than date) before the latest date and there are NO records afterwards, we shall assume
that the statistics have fallen to 0 and draw a line down to 0 for the day after the last stat for that type.
2 lines of code changed in:
Use 'Current Value' and 'Previous Value' instead of 'errors' as this is more generic.
2 lines of code changed in:
Thanks to Shelby Sanders for this set of patches (see below) as well as couple of extra one (spelling summary on method, passing the axis information when using the MergeAndChartReport and found same XSLT bug in qalab/maven 1 modules).
- Changed BuildStatChartMojo to allow overriding of axis titles
- Overrode axis titles to differentiate between "Violation Count" and "Coverage Percent"
- Changed QALabStatAllMergeMojo to create an empty "qalab.xml" when there is nothing to merge in order to avoid errors in reporting
- A couple of minor fixes for reference bugs in the stylesheets
1 lines of code changed in:
Fix link.
1 lines of code changed in:
Integrated ALL qalab reports in the Maven site, Yeepeee!
14 lines of code changed in:
Created TWO reports for Maven2 that do a lot:
- report-merge-chart:
* goes through all supported items
* merges the data in qalab.xml
* Generate every charts for the qalab.xml
* generate the XDOC documents required to integrate the results
- report-movers-all:
* generates the xml for movers (i.e. calculate the movers)
* generate the XDOC documents required to integrate the results on the web site/fml/faq.fml
Both reports can be customized but that should really the exception...
366 lines of code changed in:
[ 1579457 ] Chart size properties ignored in generated HTML. Thanks to Geoff Bennett for reporting it.
The XSLT will not force any size on the images.
2 lines of code changed in:
Add some marketing...
175 lines of code changed in:
[ 1486606 ] cobertura chart shows "violations" on y-axis
and Move to new CVS: qalab.cvs.sourceforge.net
And bumping version to 0.9.1
15 lines of code changed in:
Suggestions from Jeff Jensen and removal of the DTD section in Cobertura files.
33 lines of code changed in:
Fix Movers report (link for Cobertura).
Changed mover report format to have an ID AND a path (like qalab.xml).
7 lines of code changed in:
- New XML Format: version 1.1, qalab has a version, file has an ID that is valid and a path
- Automatic conversion of qalab.xml to the newer format AND DTD.
- Changed XSL to take into account new path attribute
- Use yyyy-mm-dd if date only (ie no time "00:00:00"
- Add cobertura stats in the movers xsl.
- updated documentation for 0.9.0
- updated XML files to new format.
15 lines of code changed in:
<available..> is part of ant
2 lines of code changed in:
Request 1413630: Adding support for Cobertura
38 lines of code changed in:
errorcount replaced by statvalue in qalab.xml
new doc.
acted on checkstyle issues
10 lines of code changed in:
Adding RSS to QALab report.
229 lines of code changed in:
Add RSS feed for QALab Movers report.
55 lines of code changed in:
(4 more)