Commit Log (Page 1 of 5)

back to main page

Pages: 1 2 3 4 5 Next

Summary Period: 2006-11-13 to 2006-11-01 (Commits 181-230 of 230)

marchy 2006-11-13 15:18

corrected some minor mistakes on index page

6 lines of code changed in:

benoitx 2006-11-12 23:06

Added a script for statSvn.

172 lines of code changed in:

benoitx 2006-11-12 22:10

Tidy

5 lines of code changed in:

benoitx 2006-11-12 21:33

More build tuning...

7 lines of code changed in:

benoitx 2006-11-12 21:20

Try to sort out a combined build m1 and m2... not trivial... lots of dark magic...

62 lines of code changed in:

benoitx 2006-11-12 18:41

Bit of tidy up...

345 lines of code changed in:

benoitx 2006-11-12 16:41

Move to version 1.0

90 lines of code changed in:

benoitx 2006-11-09 23:49

document latest changes.

9 lines of code changed in:

benoitx 2006-11-09 23:37

Fix Checkstyle warnings.

28 lines of code changed in:

benoitx 2006-11-09 23:33

Fix Checkstyle warning.

3 lines of code changed in:

  • qalab/src/main/java/net/objectlab/qalab/parser: SingleStat.java (+3 -1)
benoitx 2006-11-09 23:31

Fix PMD warning.

4 lines of code changed in:

benoitx 2006-11-09 23:27

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.

137 lines of code changed in:

benoitx 2006-11-09 22:26

The summary table now defines 2 columns per type and generates only one row for each date entry.

81 lines of code changed in:

benoitx 2006-11-09 22:26

Use different stroke per type.

24 lines of code changed in:

benoitx 2006-11-09 18:11

Defining a colo(u)r per statistics... not obvious choice, Shelby feel free to suggest a better set..

42 lines of code changed in:

benoitx 2006-11-09 10:25

typo.

1 lines of code changed in:

benoitx 2006-11-09 10:24

On the chart, display only the EXISTING types (rather than the list). Have not had a chance to compile (machine @ work being cleared at the moment). But it should work...

7 lines of code changed in:

benoitx 2006-11-08 00:23

try to make it more explicit.

2 lines of code changed in:

benoitx 2006-11-07 23:53

Use 'Current Value' and 'Previous Value' instead of 'errors' as this is more generic.

16 lines of code changed in:

benoitx 2006-11-07 21:20

changed the pom back to old version of findbugs until it is released.

13 lines of code changed in:

benoitx 2006-11-07 17:35

quick changes for reports

13 lines of code changed in:

benoitx 2006-11-07 15:52

Run both Cobertura reports (xml & html) in one go...

5 lines of code changed in:

benoitx 2006-11-07 11:05

Fix a few issues with site generation (broken links, missing data)

913 lines of code changed in:

benoitx 2006-11-07 08:22

Spelling mistake.

1 lines of code changed in:

benoitx 2006-11-07 08:19

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

137 lines of code changed in:

benoitx 2006-11-07 01:26

As noticed by Shelby, the Cobertura stats could be part of the movers as they are kept at file level.

The trend however should be inverted as 100 = 0 defects, so qalab calculates 100-statValue as the actual move.

Change across the board.

177 lines of code changed in:

benoitx 2006-11-06 17:35

A fair amount of tidying up for the consolidated site generation.

88 lines of code changed in:

benoitx 2006-11-06 15:15

Tidying up a few loose ends (like an extra "a" character on maven 2 reports).

119 lines of code changed in:

benoitx 2006-11-06 14:50

Removed link as it now appears in footer.

0 lines of code changed in:

benoitx 2006-11-06 14:37

Fix link.

1 lines of code changed in:

benoitx 2006-11-06 12:47

removed duplicated reports and versions

5 lines of code changed in:

benoitx 2006-11-06 12:37

typo!

41 lines of code changed in:

benoitx 2006-11-05 21:14

Modularised build. Use the 'releasebuild.bat' in qalab root directory to build:

1/ the QALab library by maven2

2/ Maven 2 plugin and site

3/ QALab via Maven1 and site

4/ Maven 1 Plugin and site

5/ Fully integrated site

184 lines of code changed in:

benoitx 2006-11-04 17:39

Prepare for modularised m1 build.Fit in the standard Maven layout.

161 lines of code changed in:

benoitx 2006-11-04 17:35

Prepare for modularised m1 build (full) and basic m2 build.

465 lines of code changed in:

benoitx 2006-11-04 17:30

Fit in the standard Maven layout.Prepare for modularised m1 build.

1784 lines of code changed in:

benoitx 2006-11-04 17:29

Fit in the standard Maven layout.

827 lines of code changed in:

benoitx 2006-11-04 17:28

Prepare for modularised m1 build.

907 lines of code changed in:

benoitx 2006-11-03 16:45

The missing file! Sorry about that.

571 lines of code changed in:

benoitx 2006-11-03 15:32

[Bug 1579462] Use the xdoc directory variable.

53 lines of code changed in:

benoitx 2006-11-03 12:25

Suggested changes by Shelby.

3 lines of code changed in:

benoitx 2006-11-03 12:17

re-introduced the @parameter, I do not think that I can add back the @required as this mojo should not be used anymore... (well there are better ways!)

1 lines of code changed in:

benoitx 2006-11-03 11:59

Integrated ALL qalab reports in the Maven site, Yeepeee!

18 lines of code changed in:

benoitx 2006-11-02 22:31

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...

2182 lines of code changed in:

benoitx 2006-11-02 20:04

Fix spacing.

2 lines of code changed in:

benoitx 2006-11-02 17:39

Moved version to 1.0-b1 across the board, except the Maven2 plugin (what should we do for that version???)

40 lines of code changed in:

benoitx 2006-11-02 17:17

reformatted

184 lines of code changed in:

benoitx 2006-11-02 17:17

Movers Default is checkstyle, pmd and findbugs. Please note that there is no point of adding pmd-cpd, simian or Cobertura as no statistics are kept at file level for those.

393 lines of code changed in:

benoitx 2006-11-02 17:11

* Integrated the reports in the maven site (Oh Yes!!) via the generation of xdocs. This is now the default behaviour but one can still call the old stylesheets

* Created a simple QALabStatAllMergeMojo that creates all merge in one go with default values from Maven. But it is configurable also.

1176 lines of code changed in:

benoitx 2006-11-01 22:46

removed unnecessary comment.

1 lines of code changed in:

Pages: 1 2 3 4 5 Next

Generated by StatSVN v0.1