| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-1450: Revert some changes made yesterday | Godin | 2010-11-30 | 1 | -4/+6 |
* | Fix violations reported on Nemo | Godin | 2010-11-30 | 2 | -8/+8 |
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 3 | -69/+12 |
* | SONAR-249 always save measures with diff values, even if best value | simonbrandhof | 2010-11-29 | 1 | -12/+0 |
* | SONAR-249 add the decorator to calculate differential values of measures. | simonbrandhof | 2010-11-29 | 1 | -4/+10 |
* | SONAR-2017 Log execution time of decorators | simonbrandhof | 2010-11-28 | 1 | -1/+1 |
* | Fix violations reported on Nemo | Godin | 2010-11-28 | 1 | -3/+6 |
* | Fix violations reported on Nemo | Godin | 2010-11-26 | 8 | -34/+25 |
* | SONAR-1405: The API must optionally allow plugins to add rule violations on l... | Godin | 2010-11-26 | 3 | -7/+29 |
* | SONAR-249: extract persistence layer from data index + dump measures at the e... | simonbrandhof | 2010-11-26 | 12 | -191/+179 |
* | fix javadoc | simonbrandhof | 2010-11-24 | 1 | -4/+1 |
* | SONAR-1556: When a language is specified with the 'sonar.language' property b... | Godin | 2010-11-23 | 1 | -5/+8 |
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 4 | -152/+0 |
* | trying to fix a jetty deadlock issue in the unit test HttpDownloaderTest | simonbrandhof | 2010-11-16 | 1 | -10/+102 |
* | Increase code coverage for XMLRuleParser | Godin | 2010-11-16 | 1 | -2/+9 |
* | SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ... | Godin | 2010-11-15 | 2 | -2/+91 |
* | fix unit test | simonbrandhof | 2010-11-12 | 1 | -4/+4 |
* | SONAR-1953 Minimum period used in purge tasks should be configurable | simonbrandhof | 2010-11-12 | 2 | -0/+81 |
* | fix backward-compatibility with jacoco 0.2 | simonbrandhof | 2010-11-10 | 1 | -7/+7 |
* | SONAR-1943 Add proxy authentication support for update center | simonbrandhof | 2010-11-09 | 2 | -18/+119 |
* | custom dashboards: add the annotation @WidgetLayout with values DEFAULT (gray... | simonbrandhof | 2010-11-05 | 3 | -2/+68 |
* | SONAR-1668 Name of the project does not get updated | simonbrandhof | 2010-11-05 | 1 | -1/+1 |
* | SONAR-1643 filter widgets by category when configuring a dashboard | simonbrandhof | 2010-11-03 | 1 | -0/+34 |
* | Improve routines for patterns, add unit tests | Godin | 2010-11-03 | 2 | -2/+22 |
* | add the method getURL() to org.sonar.api.platform.Server | simonbrandhof | 2010-11-02 | 1 | -0/+6 |
* | HttpDownloader should not create file if fail to download | Godin | 2010-11-01 | 2 | -3/+21 |
* | SONAR-1643 add example of widget properties in plugin archetype + use enumera... | simonbrandhof | 2010-11-01 | 4 | -15/+25 |
* | SONAR-1643 add widget properties | simonbrandhof | 2010-10-29 | 1 | -12/+2 |
* | SONAR-1904: WildcardPattern "**/Reader" shouldn't match "org.sonar.channel.Co... | Godin | 2010-10-29 | 2 | -5/+16 |
* | SONAR-1837: | Godin | 2010-10-28 | 1 | -4/+21 |
* | SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UI | simonbrandhof | 2010-10-28 | 2 | -2/+19 |
* | SONAR-1643 apply a part of the GSOC branch | simonbrandhof | 2010-10-28 | 3 | -0/+123 |
* | SONAR-1772: Remove deprecated property "sonar.findbugs.maxHeap" | Godin | 2010-10-25 | 1 | -15/+2 |
* | SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactory | Godin | 2010-10-25 | 2 | -5/+6 |
* | Add unit test for cloned rules to AnnotationCheckFactory | Godin | 2010-10-25 | 2 | -9/+33 |
* | SONAR-1772: Minor fixes | Godin | 2010-10-21 | 1 | -1/+12 |
* | SONAR-1830 support rating metric type in drilldowns and timemachine | simonbrandhof | 2010-10-21 | 1 | -1/+1 |
* | SONAR-1830 new metric type 'rating' | simonbrandhof | 2010-10-19 | 1 | -2/+3 |
* | SONAR-1852 Add the analysis date to the Java web service client libray | simonbrandhof | 2010-10-19 | 1 | -2/+2 |
* | add the methods Characteristic.getChildren(boolean onlyEnabled) | simonbrandhof | 2010-10-18 | 1 | -4/+21 |
* | fix compatibility with Java 1.5 | simonbrandhof | 2010-10-11 | 3 | -5/+7 |
* | trying to fix a unit test which sometimes fails on windows | simonbrandhof | 2010-10-11 | 1 | -1/+2 |
* | in fact Java 1.5 should support enum in annotations if the enum is defined be... | simonbrandhof | 2010-10-11 | 3 | -6/+5 |
* | fix build compatibility with Java 1.5 | simonbrandhof | 2010-10-11 | 3 | -5/+7 |
* | rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rule | simonbrandhof | 2010-10-11 | 4 | -9/+6 |
* | API: apply the same pattern between rules and profiles API. The extension poi... | simonbrandhof | 2010-10-08 | 3 | -45/+27 |
* | API: improve the pattern to define quality profiles. The extension point is o... | simonbrandhof | 2010-10-08 | 18 | -306/+234 |
* | quality model API: simplify difference between property numeric value and tex... | simonbrandhof | 2010-10-04 | 4 | -75/+39 |
* | quality model API: removeCharacteristic() must support disabled characteristics | simonbrandhof | 2010-10-04 | 1 | -1/+8 |
* | quality models API: add Model.removeCharacteristic(...) | simonbrandhof | 2010-10-04 | 3 | -0/+35 |