Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.122.12 | Eric Hartmann | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC2 | Eric Hartmann | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Fix potential NPE in Gradle task | simonbrandhof | 2011-11-14 | 1 | -3/+6 |
| | |||||
* | Fix loading of Gradle global properties | simonbrandhof | 2011-11-14 | 2 | -6/+47 |
| | |||||
* | Remove System.out.println() calls | simonbrandhof | 2011-11-12 | 1 | -12/+0 |
| | |||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 5 | -85/+16 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC1 | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 5 | -5/+0 |
| | |||||
* | SONAR-2967 extract the new component ProjectFilter from ProjectTree | simonbrandhof | 2011-11-04 | 6 | -71/+245 |
| | |||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 1 | -5/+5 |
| | | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests | ||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 1 | -5/+0 |
| | |||||
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 2 | -3/+5 |
| | |||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 3 | -4/+5 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-26 | 1 | -1/+0 |
| | |||||
* | SONAR-2642 add DAOs to picocontainer + improve unit tests | Simon Brandhof | 2011-10-26 | 1 | -0/+4 |
| | |||||
* | SONAR-2642 first step to integration mybatis | Simon Brandhof | 2011-10-25 | 2 | -3/+49 |
| | |||||
* | SONAR-801 Events on Dashboard confused for same project dates | Fabrice Bellingard | 2011-10-25 | 2 | -4/+22 |
| | | | | | It is now possible to specify 'sonar.projectDate' as a standard ISO time. (ex. "2011-10-25T10:45:42+0100") | ||||
* | Fix violations | Evgeny Mandrikov | 2011-10-25 | 1 | -2/+0 |
| | |||||
* | SONAR-2796 Display which directories Sonar will use during analysis | Evgeny Mandrikov | 2011-10-24 | 1 | -7/+0 |
| | | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component. | ||||
* | SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col. | Fabrice Bellingard | 2011-10-24 | 1 | -0/+2 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 1 | -5/+5 |
| | |||||
* | Fix config of Hibernate logs on batch side | Simon Brandhof | 2011-10-18 | 1 | -10/+8 |
| | |||||
* | SONAR-2681 Provide meaningful error message when unable to determine Maven ↵ | Evgeny Mandrikov | 2011-10-13 | 2 | -16/+39 |
| | | | | | | project structure This occurs because of usage of Advanced Reactor Options. | ||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 28 | -855/+1 |
| | |||||
* | Improve unit tests | Evgeny Mandrikov | 2011-10-13 | 2 | -5/+8 |
| | |||||
* | SONAR-2896 Fix ability to configure Maven plugins under Maven 2.x | Evgeny Mandrikov | 2011-10-12 | 1 | -2/+5 |
| | |||||
* | SONAR-2861 fix loading of property sonar.skippedModules | Simon Brandhof | 2011-10-10 | 1 | -4/+9 |
| | |||||
* | SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin | Simon Brandhof | 2011-10-10 | 5 | -35/+34 |
| | |||||
* | SONAR-2719 support Maven 3 | Simon Brandhof | 2011-10-10 | 2 | -35/+0 |
| | |||||
* | SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ↵ | Simon Brandhof | 2011-10-10 | 5 | -252/+0 |
| | | | | ProjectConfiguration | ||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 2 | -6/+43 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 2 | -2/+2 |
| | |||||
* | Add unit test BatchSettingsTest | Simon Brandhof | 2011-10-07 | 1 | -0/+68 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 25 | -388/+634 |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions | ||||
* | SONAR-2735 Fix handling of different ways to declare Maven modules | Evgeny Mandrikov | 2011-09-30 | 2 | -13/+31 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2603 provide a dedicated page to generate server id | simonbrandhof | 2011-09-11 | 1 | -2/+2 |
| | |||||
* | SONAR-2744 Fix regression in usage of 'sonar.phase' | Evgeny Mandrikov | 2011-09-08 | 6 | -22/+32 |
| | |||||
* | SONAR-2579 Creating an event through the web service API leads to a ↵ | Simon Brandhof | 2011-09-08 | 1 | -1/+1 |
| | | | | org.sonar.api.Batch.Event exception | ||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release-2.10' | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
|\ | |||||
| * | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2692 allow ExtensionProvider#provide() to return null | Simon Brandhof | 2011-08-12 | 1 | -5/+7 |
| | | |||||
* | | SONAR-2603 generate server key at startup | Simon Brandhof | 2011-08-09 | 1 | -24/+20 |
|/ | |||||
* | SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed ↵ | Simon Brandhof | 2011-08-08 | 4 | -14/+17 |
| | | | | before Initializer extensions | ||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2627 False-positive flags disappear after second analysis run | Simon Brandhof | 2011-08-04 | 1 | -2/+4 |
| |