| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crlf | Evgeny Mandrikov | 2011-03-31 | 1 | -6/+6 |
* | SONAR-2279 API : new extension points to handle lifecycle events | Evgeny Mandrikov | 2011-03-31 | 6 | -0/+277 |
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
* | fix CI | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
* | Fix coding violations | simonbrandhof | 2011-03-27 | 10 | -13/+24 |
* | fix coding violations | simonbrandhof | 2011-03-27 | 4 | -8/+13 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
* | SONAR-2287 Add measures about new violations to filters | simonbrandhof | 2011-03-18 | 1 | -12/+48 |
* | Add new_coverage metrics to filters | simonbrandhof | 2011-03-16 | 1 | -7/+0 |
* | SONAR-2280 ProjectFileSystem.resolvePath should return canonical file | Evgeny Mandrikov | 2011-03-16 | 3 | -8/+30 |
* | SONAR-2228 Fix equals and hashCode for ActiveRuleParam | Evgeny Mandrikov | 2011-03-15 | 2 | -24/+24 |
* | Use Metric.Builder factory in CoreMetrics | simonbrandhof | 2011-03-14 | 1 | -8/+26 |
* | SONAR-2251 Unstable state of violations when stopping a build | simonbrandhof | 2011-03-14 | 1 | -0/+8 |
* | API: DateUtils is now thread-safe | simonbrandhof | 2011-03-14 | 2 | -17/+122 |
* | SONAR-2274 API: add utility class to execute command-lines | simonbrandhof | 2011-03-13 | 9 | -0/+379 |
* | Reduce dependencies on database | Evgeny Mandrikov | 2011-03-12 | 1 | -0/+5 |
* | API: improve DateUtils methods, but are not thread-safe | simonbrandhof | 2011-03-11 | 1 | -13/+17 |
* | API: add method Java#isJavaFile(java.io.File) | simonbrandhof | 2011-03-11 | 1 | -0/+7 |
* | add the method ProjectUtils.toIoFiles(..) | simonbrandhof | 2011-03-09 | 1 | -0/+16 |
* | Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t... | simonbrandhof | 2011-03-08 | 2 | -3/+110 |
* | SONAR-2218 add drilldown on new lines to cover + add period select-box on mea... | simonbrandhof | 2011-03-07 | 1 | -1/+2 |
* | SONAR-2257 Cleanup sonar-plugin-api dependencies | Evgeny Mandrikov | 2011-03-04 | 1 | -28/+10 |
* | Remove useless configuration of maven-deploy-plugin | Evgeny Mandrikov | 2011-03-04 | 1 | -6/+0 |
* | 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 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+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 |