| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-2371 SurefireSensor should not insert unit test measures when there is ... | Evgeny Mandrikov | 2011-04-20 | 1 | -4/+31 |
* | SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate ... | Evgeny Mandrikov | 2011-04-19 | 1 | -0/+2 |
* | SONAR-2218 coverage of new code must be computed even if there are no previou... | simonbrandhof | 2011-03-08 | 3 | -15/+12 |
* | SONAR-2218 compute coverage on new/changed code | simonbrandhof | 2011-02-28 | 2 | -2/+98 |
* | SONAR-2218 aggregate variations of coverage of changed code + add sample of w... | simonbrandhof | 2011-02-27 | 1 | -12/+11 |
* | SONAR-2218 add NewCoverageDecorator + add DateUtils to API | simonbrandhof | 2011-02-25 | 1 | -0/+183 |
* | SONAR-2238 Remove the metric "uncovered_complexity_by_tests" | simonbrandhof | 2011-02-25 | 1 | -63/+0 |
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 31 | -161/+161 |
* | SONAR-791 When the source directory is not exactly the java package root, Son... | simonbrandhof | 2011-01-24 | 2 | -72/+2 |
* | SONAR-2127 API: do not automatically create hierarchy of resource tree | simonbrandhof | 2011-01-21 | 1 | -1/+2 |
* | merge 2.5: fix tracking of violations when message contains whitespace or is ... | simonbrandhof | 2011-01-13 | 1 | -5/+47 |
* | merge 2.5-RC2: save SNAPSHOTS.VARIATION_x columns on views | simonbrandhof | 2011-01-10 | 1 | -1/+1 |
* | Move timemachine components from core plugin to batch + do not depend on Snap... | simonbrandhof | 2010-12-27 | 19 | -889/+20 |
* | SONAR-1941 fix tracking of violations since previous analysis | simonbrandhof | 2010-12-21 | 1 | -9/+12 |
* | SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add SNAPSHOTS.PERIODx_... | simonbrandhof | 2010-12-15 | 12 | -57/+59 |
* | fix bug in SONAR-1729 | simonbrandhof | 2010-12-10 | 1 | -1/+1 |
* | SONAR-249 define default values of periods | simonbrandhof | 2010-12-09 | 1 | -0/+19 |
* | SONAR-1729 Violations decorator should test if the measure exist before savin... | simonbrandhof | 2010-12-09 | 1 | -13/+31 |
* | Deprecate Rule.setPluginName() , Rule.getPluginName() and related stuff, beca... | Godin | 2010-12-08 | 2 | -6/+6 |
* | SONAR-1937 fix calculation of new_violations : compare to a date instead of a... | simonbrandhof | 2010-12-08 | 11 | -53/+56 |
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -12/+12 |
* | SONAR-1450 log comparison dates at batch startup + improve the algorithm of p... | simonbrandhof | 2010-12-07 | 3 | -74/+49 |
* | SONAR-1450 measure 'new_violations' is missing on rules and packages/projects... | simonbrandhof | 2010-12-07 | 1 | -6/+0 |
* | SONAR-2032 Delete the measures on metric 'violations' and rule priority | simonbrandhof | 2010-12-06 | 1 | -6/+0 |
* | SONAR-2011: Instead of deprecated project.getPom() use injected MavenProject ... | Godin | 2010-12-06 | 1 | -6/+6 |
* | Improve ViolationsDecoratorTest | Godin | 2010-12-06 | 1 | -5/+16 |
* | Add unit tests for NewViolationsDecorator | Godin | 2010-12-06 | 1 | -3/+14 |
* | NewViolationsDecorator : | Godin | 2010-12-06 | 1 | -13/+145 |
* | SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column... | simonbrandhof | 2010-12-06 | 9 | -43/+43 |
* | NewViolationsDecorator should count new violations by priority and by rule | Godin | 2010-12-06 | 1 | -7/+8 |
* | SONAR-249 rename some methods of PastSnapshot so sonar can detect it's a bean | simonbrandhof | 2010-12-04 | 2 | -10/+10 |
* | some method renaming + improve code Q | simonbrandhof | 2010-12-04 | 2 | -2/+2 |
* | SONAR-249 add some unit tests | simonbrandhof | 2010-12-04 | 1 | -0/+59 |
* | SONAR-249 support configurations by custom date or by last analysis | simonbrandhof | 2010-12-03 | 6 | -7/+314 |
* | SONAR-249 add the select-box to display variation periods | simonbrandhof | 2010-12-03 | 5 | -14/+107 |
* | SONAR-249 correctly save the variations configuration into the table SNAPSHOTS | simonbrandhof | 2010-12-03 | 8 | -20/+166 |
* | SONAR-1450: Prevent NPE with Natural and VB plugins | Godin | 2010-12-03 | 1 | -0/+3 |
* | SONAR-1450: Remove unused methods, improve unit tests | Godin | 2010-12-03 | 2 | -27/+36 |
* | SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister... | Godin | 2010-12-03 | 1 | -22/+22 |
* | Fix violations reported on Nemo. | Godin | 2010-12-02 | 1 | -2/+12 |
* | SONAR-1450: Improve unit tests | Godin | 2010-12-02 | 3 | -1/+83 |
* | SONAR-1450: Compare violations using checksums | Godin | 2010-12-02 | 1 | -0/+95 |
* | SONAR-249 save configuration used for measure variations and new violations i... | simonbrandhof | 2010-12-01 | 6 | -98/+144 |
* | SONAR-2007 Remove the useless ISO Categories + fix components page | simonbrandhof | 2010-12-01 | 4 | -129/+26 |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-12-01 | 1 | -4/+31 |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-11-30 | 2 | -4/+26 |
* | SONAR-1450: Add first implementation of NewViolationsDecorator | Godin | 2010-11-30 | 1 | -0/+42 |
* | SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3) | simonbrandhof | 2010-11-30 | 2 | -15/+15 |
* | SONAR-249 add variation values to Ruby API | simonbrandhof | 2010-11-30 | 2 | -9/+9 |
* | SONAR-249 add the class TimeMachineConfiguration | simonbrandhof | 2010-11-29 | 3 | -20/+67 |