aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-184-35/+5
|
* SONAR-3175 Document the constraint on number of JAR files in jdbc-driver ↵Simon Brandhof2012-01-175-0/+9
| | | | directories
* Remove unused filesEvgeny Mandrikov2012-01-164-652/+0
|
* SONAR-1263 Add support for AJP13 hostEvgeny Mandrikov2012-01-164-17/+26
|
* 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-106-6/+6
|
* 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-252-132/+132
|
* 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
|
* SONAR-2587 add a comment in conf/sonar.propertiesSimon Brandhof2011-09-131-0/+2
|
* SONAR-2638 increase JDBC pool size from 10 to 20Simon Brandhof2011-09-091-1/+1
|
* Slight change in comments of conf/sonar.propertiesSimon Brandhof2011-09-061-3/+3
|
* SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQLSimon Brandhof2011-09-061-3/+8
|
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-09-061-8/+8
|
* Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas"Fabrice Bellingard2011-08-221-8/+8
| | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0.
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-08-191-8/+8
|
* Minor changes on labelsSimon Brandhof2011-08-041-1/+1
|
* SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.propertiesEvgeny Mandrikov2011-07-281-1/+8
|
* Remove the logback logger dedicated to i18nSimon Brandhof2011-07-271-4/+0
|
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-1/+1
|
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-131-0/+4
|
* SONAR-2493 Fix build-war.shEvgeny Mandrikov2011-06-022-4/+4
| | | | | Variable ANT_HOME should be exported in order to be available for child processes.
* SONAR-2491 fix Java Service Wrapper on SolarisSimon Brandhof2011-05-311-1/+1
|
* Add comment in conf/sonar.properties for Oracle installationsimonbrandhof2011-05-121-1/+3
|
* Remove some dead codesimonbrandhof2011-05-051-1/+1
|
* SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵Evgeny Mandrikov2011-04-271-1/+1
| | | | info level
* Remove unused fileEvgeny Mandrikov2011-04-201-2/+2
|