Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2975 Rename the property sonar.hibernate.default_schema to ↵ | Simon Brandhof | 2011-11-14 | 1 | -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 plugin | Simon Brandhof | 2011-11-14 | 1 | -1/+0 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 1 | -5/+0 |
| | |||||
* | SONAR-2937 Disallow start of multiple instances at the same time on Windows | Evgeny Mandrikov | 2011-10-25 | 1 | -0/+3 |
| | |||||
* | Fix CRLF and remove executable flag for non-executable file | Evgeny Mandrikov | 2011-10-25 | 1 | -128/+128 |
| | |||||
* | SONAR-2929 Windows with UAC now displays Access Denied when not ran as ↵ | Dinesh Bolkensteyn | 2011-10-21 | 1 | -1/+1 |
| | | | | Administrator | ||||
* | Fix logs of HTTP and database requests | Simon Brandhof | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | SONAR-2916 Default logging level should be INFO on server side | Simon Brandhof | 2011-10-18 | 1 | -10/+8 |
| | |||||
* | SONAR-2883 Remote the unused file conf/derby.properties | simonbrandhof | 2011-10-09 | 1 | -1/+0 |
| | |||||
* | SONAR-2881 change the message when executing the script build-war.sh | simonbrandhof | 2011-10-09 | 1 | -1/+0 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 4 | -71/+17 |
| | |||||
* | SONAR-2874 change the Oracle driver in conf/sonar.properties | Simon Brandhof | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -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 Sanchez | 2011-09-27 | 8 | -8/+16 |
| | | | | http://jira.codehaus.org/browse/MAPPASM-113 ) | ||||
* | SONAR-2833 Fail to create SQLServer tables when collation is case-sensitive | Simon Brandhof | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | SONAR-2810 End support of JNDI JDBC datasource by WAR mode | Simon Brandhof | 2011-09-14 | 1 | -11/+0 |
| | |||||
* | SONAR-2587 add a comment in conf/sonar.properties | Simon Brandhof | 2011-09-13 | 1 | -0/+2 |
| | |||||
* | SONAR-2638 increase JDBC pool size from 10 to 20 | Simon Brandhof | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | Slight change in comments of conf/sonar.properties | Simon Brandhof | 2011-09-06 | 1 | -3/+3 |
| | |||||
* | SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL | Simon Brandhof | 2011-09-06 | 1 | -3/+8 |
| | |||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-09-06 | 1 | -8/+8 |
| | |||||
* | Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas" | Fabrice Bellingard | 2011-08-22 | 1 | -8/+8 |
| | | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0. | ||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-08-19 | 1 | -8/+8 |
| | |||||
* | Minor changes on labels | Simon Brandhof | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.properties | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+8 |
| | |||||
* | Remove the logback logger dedicated to i18n | Simon Brandhof | 2011-07-27 | 1 | -4/+0 |
| | |||||
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | SONAR-75 Apply first version of contribution by www.serli.com | Simon Brandhof | 2011-06-13 | 1 | -0/+4 |
| | |||||
* | SONAR-2493 Fix build-war.sh | Evgeny Mandrikov | 2011-06-02 | 2 | -4/+4 |
| | | | | | Variable ANT_HOME should be exported in order to be available for child processes. | ||||
* | SONAR-2491 fix Java Service Wrapper on Solaris | Simon Brandhof | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Add comment in conf/sonar.properties for Oracle installation | simonbrandhof | 2011-05-12 | 1 | -1/+3 |
| | |||||
* | Remove some dead code | simonbrandhof | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -1/+1 |
| | | | | info level | ||||
* | Remove unused file | Evgeny Mandrikov | 2011-04-20 | 1 | -2/+2 |
| | |||||
* | Fix loading of db dialect in ruby on rails | simonbrandhof | 2011-04-18 | 1 | -3/+2 |
| | |||||
* | SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC ↵ | simonbrandhof | 2011-04-14 | 1 | -15/+19 |
| | | | | datasource is loaded from JNDI | ||||
* | SONAR-2163 remove useless windows-*/wrapper.exe files | simonbrandhof | 2011-03-28 | 2 | -0/+0 |
| | |||||
* | SONAR-2163 downgrade JSW startup scripts to v. 3.2.3.6 | simonbrandhof | 2011-03-28 | 20 | -2193/+1032 |
| | |||||
* | SONAR-2163 Change service wrapper | Evgeny Mandrikov | 2011-02-21 | 51 | -6327/+300 |
| | | | | * Use JSW binaries from Sonatype | ||||
* | Add Postgresql 9.x to comment of sonar.properties | simonbrandhof | 2011-02-14 | 1 | -2/+2 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 5 | -80/+80 |
| | |||||
* | SONAR-2116 Cannot build 2.5 war, ant-nodeps-1.7.0.jar library is missing | simonbrandhof | 2011-01-24 | 1 | -0/+0 |
| | |||||
* | SONAR-2110 Add Tomcat 7.x to list of supported servers | simonbrandhof | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | SONAR-1811 The file ../../logs/sonar.log is created when using the WAR packaging | simonbrandhof | 2010-11-18 | 2 | -20/+32 |
| | |||||
* | SONAR-1991: Fix link for Jtds open source driver | Godin | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | SONAR-1943 Add proxy authentication support for update center | simonbrandhof | 2010-11-09 | 1 | -5/+16 |
| | |||||
* | add documentation about HTTP proxies in conf/sonar.properties | simonbrandhof | 2010-11-02 | 1 | -0/+13 |
| | |||||
* | SONAR-1039 Issue with connecting sonar default database in a windows machine ↵ | simonbrandhof | 2010-10-18 | 1 | -0/+3 |
| | | | | via the maven build in solaris machine | ||||
* | fix URL in /extensions/rules/checkstyle/README.txt and ↵ | simonbrandhof | 2010-10-13 | 2 | -2/+2 |
| | | | | pmd/extensions/rules/pmd/README.txt |