aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Revert removal of public constructor of FilteredLoggerSimon Brandhof2013-02-221-0/+4
|
* Fix quality flawsSimon Brandhof2013-02-211-5/+2
|
* Remove the unsupported "mysql 6.x" from sonar.propertiesSimon Brandhof2013-02-201-1/+1
|
* Update deprecated linkFabrice Bellingard2013-02-121-1/+1
|
* SONAR-4127 Remove the empty directories /extensions/rules/checkstyle|pmd ↵Simon Brandhof2013-02-053-2/+1
| | | | from distribution
* Remove extras/mysql/fix_nullable_measure_values.sql from distributionSimon Brandhof2013-01-311-5/+0
| | | | This file was required for migrations from versions < 1.8
* SONAR-3963 The script in charge to produce sonar.war generates a misleading ↵Julien Lancelot2012-11-221-8/+8
| | | | message about the sonar home directory
* Remove useless Maven dependenciesSimon Brandhof2012-11-071-5/+0
|
* SONAR-3866 Ignore "... JVM BUG(s) ..." logs generated by JettyDavid Gageot2012-11-072-0/+80
|
* SONAR-3830 Configure embedded Jetty's thread poolDavid Gageot2012-11-063-26/+39
|
* Add comment in sonar.properties to highlight that sonar.jdbc.schema is ↵Simon Brandhof2012-10-181-0/+1
| | | | case-sensitive
* SONAR-3621 use JSON format between rails and java componentsSimon Brandhof2012-10-091-0/+4
| | | | This is the first step before the refactoring of the tables FILTERS, FILTER_COLUMNS and CRITERIA
* Remove unused directorySimon Brandhof2012-09-132-6/+4
|
* SONAR-3662 Remove the property sonar.jdbc.validationQuerySimon Brandhof2012-07-141-5/+0
|
* SONAR-2965 FIX enforce validation query on DataSourceDavid Gageot2012-07-111-0/+5
|
* SONAR-2965 enforce validation query on DataSourceDavid Gageot2012-07-111-5/+0
|
* SONAR-3590 Log all Rails warnings & errors in "sonar.log" fileFabrice Bellingard2012-07-061-6/+12
| | | | | => Initial issue: when an exception is raised in a ruby widget, the error stack trace is not logged in the sonar.log file
* Fix folder name forgotten during migration to h2David Gageot2012-07-061-0/+0
|
* Replacing Derby with H2David Gageot2012-07-031-10/+7
|
* Remove warningsDavid Gageot2012-04-271-3/+3
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-0/+1
|
* SONAR-3307 Add the parameter rewriteBatchedStatements=true to MySQL JDBC URLSimon Brandhof2012-03-051-1/+1
|
* SONAR-3212 Document format of conf/sonar.propertiesEvgeny Mandrikov2012-02-081-2/+2
|
* SONAR-3212 Document format of conf/sonar.propertiesEvgeny Mandrikov2012-02-021-0/+3
|
* SONAR-3180 Remove the support of AJP connectorSimon Brandhof2012-01-183-31/+4
|
* SONAR-3175 Document the constraint on number of JAR files in jdbc-driver ↵Simon Brandhof2012-01-175-0/+9
| | | | directories
* SONAR-1263 Add support for AJP13 hostEvgeny Mandrikov2012-01-163-15/+21
|
* SONAR-2959 add example to enable SQL logs on server-sideSimon Brandhof2012-01-131-11/+20
|
* Update copyright header for this new yearSimon Brandhof2012-01-105-5/+5
|
* SONAR-2660 Add commentEvgeny Mandrikov2011-12-231-1/+4
|
* SONAR-2660 Check that temporary directory is available for creation of a new ↵Evgeny Mandrikov2011-12-211-0/+14
| | | | files
* Fix typo in conf/sonar.propertiesSimon Brandhof2011-12-161-2/+2
|
* SONAR-3045 Guess the property sonar.jdbc.driverClassNameSimon Brandhof2011-11-301-7/+13
|
* SONAR-2975 Rename the property sonar.hibernate.default_schema to ↵Simon Brandhof2011-11-141-6/+10
| | | | | | | sonar.jdbc.schema MyBatis mappers are refactored at the same time. Schema is not explicitely used in SQL requests anymore. Schema is automatically handled by the connection pool (commons dbcp) for Oracle and PostgreSQL.
* Remove 2 commented-out lines + add a DEBUG log when excluding pluginSimon Brandhof2011-11-141-1/+0
|
* Fix coding violationsSimon Brandhof2011-11-031-1/+1
|
* Remove unused logger org.sonar.DBSTATISTICSsimonbrandhof2011-10-301-5/+0
|
* SONAR-2937 Disallow start of multiple instances at the same time on WindowsEvgeny Mandrikov2011-10-251-0/+3
|
* Fix CRLF and remove executable flag for non-executable fileEvgeny Mandrikov2011-10-251-128/+128
|
* SONAR-2929 Windows with UAC now displays Access Denied when not ran as ↵Dinesh Bolkensteyn2011-10-211-1/+1
| | | | Administrator
* Fix logs of HTTP and database requestsSimon Brandhof2011-10-191-1/+1
|
* SONAR-2916 Default logging level should be INFO on server sideSimon Brandhof2011-10-181-10/+8
|
* SONAR-2883 Remote the unused file conf/derby.propertiessimonbrandhof2011-10-091-1/+0
|
* SONAR-2881 change the message when executing the script build-war.shsimonbrandhof2011-10-091-1/+0
|
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-094-71/+17
|
* SONAR-2874 change the Oracle driver in conf/sonar.propertiesSimon Brandhof2011-10-071-1/+1
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-23/+4
| | | | | | | | 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
* Exit code is not properly returned when using RUN_AS_USER (from ↵Carlos Sanchez2011-09-278-8/+16
| | | | http://jira.codehaus.org/browse/MAPPASM-113 )
* SONAR-2833 Fail to create SQLServer tables when collation is case-sensitiveSimon Brandhof2011-09-261-1/+1
|
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-11/+0
|