| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-2218 add drilldown on new lines to cover + add period select-box on mea... | simonbrandhof | 2011-03-07 | 1 | -1/+2 |
* | Metric name must be required in Metric.Builder factory | simonbrandhof | 2011-03-01 | 3 | -63/+44 |
* | SONAR-2218 improve drilldown page in order to display variations | simonbrandhof | 2011-03-01 | 1 | -1/+6 |
* | SONAR-2218 compute coverage on new/changed code | simonbrandhof | 2011-02-28 | 1 | -51/+145 |
* | API: add methods MeasureUtils.getVariation(...) and MeasureUtils.getVariation... | simonbrandhof | 2011-02-28 | 2 | -5/+60 |
* | SONAR-1914 reload measures with PersistenceMode.DATABASE on demand | simonbrandhof | 2011-02-26 | 4 | -0/+33 |
* | SONAR-2218 add NewCoverageDecorator + add DateUtils to API | simonbrandhof | 2011-02-25 | 3 | -7/+58 |
* | Use Metric.Builder on some definitions in CoreMetrics | simonbrandhof | 2011-02-25 | 1 | -9/+31 |
* | API: fix CoverageMeasuresBuilder for Cobertura | simonbrandhof | 2011-02-25 | 2 | -56/+43 |
* | SONAR-1846 define SCM metrics in core | simonbrandhof | 2011-02-25 | 1 | -18/+41 |
* | fix unit tests again :( | simonbrandhof | 2011-02-25 | 1 | -2/+2 |
* | Fix unit test | simonbrandhof | 2011-02-25 | 2 | -36/+24 |
* | Add support of Multisets in KeyValueFormat | simonbrandhof | 2011-02-25 | 2 | -163/+224 |
* | SONAR-2238 Remove the metric "uncovered_complexity_by_tests" | simonbrandhof | 2011-02-25 | 1 | -12/+0 |
* | SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ste... | simonbrandhof | 2011-02-25 | 6 | -51/+573 |
* | Improve KeyValueFormat: support typed parsing | simonbrandhof | 2011-02-25 | 3 | -86/+437 |
* | SONAR-2214 Increase the maximum size of chart extensions | simonbrandhof | 2011-02-24 | 1 | -2/+2 |
* | SONAR-2193 Pattern matching should work in case if pattern ends on "/**" | Evgeny Mandrikov | 2011-02-19 | 2 | -3/+1 |
* | API: rename BlockUnit to Method | simonbrandhof | 2011-02-14 | 2 | -12/+58 |
* | SONAR-2193: Add unit tests | Evgeny Mandrikov | 2011-02-14 | 1 | -2/+16 |
* | Improve code: fix some violations | simonbrandhof | 2011-02-10 | 1 | -1/+3 |
* | Do not deprecate Project.getFileSystem() | simonbrandhof | 2011-02-10 | 1 | -2/+1 |
* | Fix some violations | simonbrandhof | 2011-02-10 | 3 | -9/+11 |
* | Add a javadoc to ResourceFilter | simonbrandhof | 2011-02-08 | 1 | -1/+2 |
* | Rename Scopes.TYPE to Scopes.PROGRAM_UNIT | simonbrandhof | 2011-02-07 | 3 | -13/+20 |
* | SONAR-2172: New extension point - Initializer | Evgeny Mandrikov | 2011-02-07 | 4 | -29/+85 |
* | SONAR-2172: New extension point - AbstractInitializer | Evgeny Mandrikov | 2011-02-05 | 3 | -3/+52 |
* | Replace enum Environment by class EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 2 | -102/+0 |
* | SONAR-2169: Add CoverageExtension to API | Evgeny Mandrikov | 2011-02-04 | 2 | -2/+38 |
* | Fix bug on deprecated profiles | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 332 | -2239/+2239 |
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 2 | -26/+72 |
* | SONAR-2094 Support backups without the field <enabled> | simonbrandhof | 2011-02-02 | 1 | -3/+7 |
* | Merge branch 'SONAR-2094' | simonbrandhof | 2011-02-02 | 1 | -2/+13 |
|\ |
|
| * | SONAR-2094 Add the column RULES_PROFILES.ENABLED | simonbrandhof | 2011-02-01 | 1 | -2/+13 |
* | | Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces... | simonbrandhof | 2011-02-02 | 2 | -12/+34 |
* | | SONAR-2137: Fix updating of past violations | Evgeny Mandrikov | 2011-02-02 | 1 | -1/+1 |
|/ |
|
* | Add missing deprecated annotations | Evgeny Mandrikov | 2011-02-01 | 4 | -12/+17 |
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 5 | -61/+75 |
* | Add properties "sonar.projectName" and "sonar.projectDescription" | Evgeny Mandrikov | 2011-01-31 | 1 | -0/+10 |
* | Add some unit tests | simonbrandhof | 2011-01-28 | 1 | -7/+46 |
* | SONAR-2149 Resource filters are ignored in complexity distributions of Java p... | simonbrandhof | 2011-01-28 | 6 | -219/+134 |
* | Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resourc... | simonbrandhof | 2011-01-28 | 1 | -0/+6 |
* | add helper methods to Qualifiers + do not accept null parameters | simonbrandhof | 2011-01-28 | 2 | -22/+63 |
* | add methods Scopes#isHigherThan() and isHigherThanOrEquals() | simonbrandhof | 2011-01-28 | 2 | -5/+48 |
* | SONAR-2151: Add new property to manage source encoding | Evgeny Mandrikov | 2011-01-28 | 4 | -11/+34 |
* | SONAR-2148: Add new properties to manage level of Java language | Evgeny Mandrikov | 2011-01-28 | 1 | -10/+10 |
* | SONAR-2126: Change API to work with file system of a project | Evgeny Mandrikov | 2011-01-27 | 6 | -87/+87 |
* | Add the method ResourceUtils#isPersistable(Resource) | simonbrandhof | 2011-01-26 | 2 | -1/+35 |
* | Add javadoc to InputFile + improve JavaFile#toString() | simonbrandhof | 2011-01-26 | 2 | -9/+7 |