Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SONAR-2347] Close a review when its corresponding violation does not | Fabrice Bellingard | 2011-04-20 | 1 | -78/+80 |
| | | | | exist anymore | ||||
* | SONAR-1865 Dollars ($) are not accepted in java class names | simonbrandhof | 2011-04-15 | 2 | -14/+5 |
| | |||||
* | SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean) | simonbrandhof | 2011-04-12 | 1 | -2/+13 |
| | |||||
* | SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID | simonbrandhof | 2011-04-12 | 1 | -0/+12 |
| | |||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 2 | -26/+4 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | API: add methods to InputFileUtils | simonbrandhof | 2011-04-11 | 2 | -16/+63 |
| | |||||
* | API: add the file org.sonar.api.resources.InputFileUtils | simonbrandhof | 2011-04-10 | 2 | -0/+251 |
| | |||||
* | SONAR-2322 Filter unit tests files listed in surefire reports | simonbrandhof | 2011-04-08 | 2 | -19/+15 |
| | |||||
* | Fix typo | Evgeny Mandrikov | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-04-05 | 9 | -27/+38 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -0/+50 |
| | |||||
* | 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 |
| | | | | | | * Remove unused method DefaultDecoratorContext#getSession() and as a result dependency on DatabaseSession * Replace DefaultIndex by SonarIndex in DefaultDecoratorContext and in DefaultSensorContext | ||||
* | 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() ↵ | simonbrandhof | 2011-03-08 | 2 | -3/+110 |
| | | | | to DateUtils | ||||
* | SONAR-2218 add drilldown on new lines to cover + add period select-box on ↵ | simonbrandhof | 2011-03-07 | 1 | -1/+2 |
| | | | | measures drilldown | ||||
* | SONAR-2257 Cleanup sonar-plugin-api dependencies | Evgeny Mandrikov | 2011-03-04 | 1 | -28/+10 |
| | | | | | | Remove dependency on commons-dbcp, picocontainer and some hibernate dependencies. We can't remove hibernate-annotations for the moment, because it's used, however should be removed in future. | ||||
* | 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 ↵ | simonbrandhof | 2011-02-28 | 2 | -5/+60 |
| | | | | MeasureUtils.getVariationAsLong(...) | ||||
* | 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 |
| |