aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Log error when fail to deploy maven repositorysimonbrandhof2011-11-091-1/+3
* Remove boring violations about serialization on a class that is never serializedSimon Brandhof2011-11-081-2/+1
* Remove some commented-out codeEvgeny Mandrikov2011-11-081-4/+0
* Fix blocker violationsimonbrandhof2011-11-061-1/+1
* Improve exception message when the internal maven repository can not be deployedSimon Brandhof2011-11-041-1/+1
* Fix coding violationsSimon Brandhof2011-11-038-5/+16
* SONAR-2963 open the coverage tab when drilldowning on new IT coverageSimon Brandhof2011-11-031-1/+3
* Fix some violationsSimon Brandhof2011-11-021-0/+4
* SONAR-2952 Make the coverage tab support integration test measuressimonbrandhof2011-11-011-8/+14
* SONAR-2932 log exception stacktracesimonbrandhof2011-10-301-0/+4
* SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare migrat...Simon Brandhof2011-10-273-140/+4
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-272-4/+4
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-261-1/+20
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
* SONAR-2642 do not duplicate derby DDL filesSimon Brandhof2011-10-262-2/+10
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-251-5/+7
* Fix violationsEvgeny Mandrikov2011-10-252-2/+0
* SONAR-2695 case-insensitive sort of filter resultsSimon Brandhof2011-10-242-21/+45
* Fix violationsEvgeny Mandrikov2011-10-241-5/+1
* SONAR-2916 Default logging level should be INFO on server sideSimon Brandhof2011-10-181-2/+2
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-092-54/+11
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-0911-65/+164
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-0722-523/+529
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-44/+3
* Log a warning if an ExtensionProvider includes other providersSimon Brandhof2011-09-131-5/+9
* SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool o...simonbrandhof2011-09-111-0/+4
* SONAR-2603 increase size of server idsimonbrandhof2011-09-111-1/+1
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-114-23/+22
* SONAR-2784 When the maximum number of JDBC connections is reached some JDBC c...Simon Brandhof2011-09-091-2/+7
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-094-51/+61
* SONAR-2603 Generate the server key on the fly.Simon Brandhof2011-08-123-32/+4
* SONAR-2603 generate server key before loading pluginsSimon Brandhof2011-08-122-13/+25
* SONAR-2692 allow ExtensionProvider#provide() to return nullSimon Brandhof2011-08-121-5/+7
* SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-117-31/+93
* SONAR-2603 the IP address to use must be set by userSimon Brandhof2011-08-112-97/+70
* SONAR-2689 Do not support the version 1.0-beta-1 of the Sonar maven plugin an...Simon Brandhof2011-08-113-48/+9
* SONAR-2603 generate server key at startupSimon Brandhof2011-08-094-22/+206
* SONAR-75 show key when label is missingsimonbrandhof2011-08-071-1/+1
* Some code improvementsSimon Brandhof2011-08-022-6/+5
* Fix new violationsSimon Brandhof2011-08-022-3/+4
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-013-4/+19
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-292-0/+13
* SONAR-75 Improve i18n APISimon Brandhof2011-07-293-4/+44
* SONAR-2582 The Filter Path field is not working with Oracle DBFreddy Mallet2011-07-281-2/+4
* Improve shutdown of NotificationServiceEvgeny Mandrikov2011-07-281-1/+7
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-281-22/+4
* SONAR-2649 Add server property 'sonar.notifications.delay'Evgeny Mandrikov2011-07-281-33/+44
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-271-0/+3
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-261-20/+1
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-223-26/+48