aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.122.12Eric Hartmann2011-11-281-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2011-11-141-1/+1
|
* [maven-release-plugin] prepare release 2.12-RC2Eric Hartmann2011-11-141-1/+1
|
* Fix potential NPE in Gradle tasksimonbrandhof2011-11-141-3/+6
|
* Fix loading of Gradle global propertiessimonbrandhof2011-11-142-6/+47
|
* Remove System.out.println() callssimonbrandhof2011-11-121-12/+0
|
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-115-85/+16
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2011-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.12-RC1Eric Hartmann2011-11-091-1/+1
|
* Fix violationsEvgeny Mandrikov2011-11-075-5/+0
|
* SONAR-2967 extract the new component ProjectFilter from ProjectTreesimonbrandhof2011-11-046-71/+245
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-311-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.DBSTATISTICSsimonbrandhof2011-10-301-5/+0
|
* SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabledsimonbrandhof2011-10-302-3/+5
|
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-273-4/+5
|
* Fix violationsEvgeny Mandrikov2011-10-261-1/+0
|
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
|
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-252-3/+49
|
* SONAR-801 Events on Dashboard confused for same project datesFabrice Bellingard2011-10-252-4/+22
| | | | | It is now possible to specify 'sonar.projectDate' as a standard ISO time. (ex. "2011-10-25T10:45:42+0100")
* Fix violationsEvgeny Mandrikov2011-10-251-2/+0
|
* SONAR-2796 Display which directories Sonar will use during analysisEvgeny Mandrikov2011-10-241-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 Bellingard2011-10-241-0/+2
|
* Fix violationsEvgeny Mandrikov2011-10-241-5/+5
|
* Fix config of Hibernate logs on batch sideSimon Brandhof2011-10-181-10/+8
|
* SONAR-2681 Provide meaningful error message when unable to determine Maven ↵Evgeny Mandrikov2011-10-132-16/+39
| | | | | | project structure This occurs because of usage of Advanced Reactor Options.
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-1328-855/+1
|
* Improve unit testsEvgeny Mandrikov2011-10-132-5/+8
|
* SONAR-2896 Fix ability to configure Maven plugins under Maven 2.xEvgeny Mandrikov2011-10-121-2/+5
|
* SONAR-2861 fix loading of property sonar.skippedModulesSimon Brandhof2011-10-101-4/+9
|
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-105-35/+34
|
* SONAR-2719 support Maven 3Simon Brandhof2011-10-102-35/+0
|
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ↵Simon Brandhof2011-10-105-252/+0
| | | | ProjectConfiguration
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-092-6/+43
|
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-092-2/+2
|
* Add unit test BatchSettingsTestSimon Brandhof2011-10-071-0/+68
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0725-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 modulesEvgeny Mandrikov2011-09-302-13/+31
|
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-111-2/+2
|
* SONAR-2744 Fix regression in usage of 'sonar.phase'Evgeny Mandrikov2011-09-086-22/+32
|
* SONAR-2579 Creating an event through the web service API leads to a ↵Simon Brandhof2011-09-081-1/+1
| | | | org.sonar.api.Batch.Event exception
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
|
* Merge branch 'release-2.10'Simon Brandhof2011-08-151-1/+1
|\
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
| |
| * [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
| |
* | SONAR-2692 allow ExtensionProvider#provide() to return nullSimon Brandhof2011-08-121-5/+7
| |
* | SONAR-2603 generate server key at startupSimon Brandhof2011-08-091-24/+20
|/
* SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed ↵Simon Brandhof2011-08-084-14/+17
| | | | before Initializer extensions
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-041-2/+4
|