aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviewsFabrice Bellingard2011-06-1516-26/+310
* Remove useless logs during server startup (minor)Simon Brandhof2011-06-151-3/+2
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-1529-40/+327
* Add warning in pom.xml for future Derby upgradeSimon Brandhof2011-06-141-7/+14
* SONAR-2410 Footer extension is hidden by sidebarSimon Brandhof2011-06-142-41/+29
* Fix HTML (minor)Simon Brandhof2011-06-141-1/+1
* Fix treemapSimon Brandhof2011-06-141-2/+2
* SONAR-2521 Add antiResourceLocking=true to Tomcat descriptorSimon Brandhof2011-06-141-1/+1
* Add some iconsSimon Brandhof2011-06-147-0/+5
* SONAR-1902 After removing a column in a filter, the move left functions jumps...simonbrandhof2011-06-132-18/+32
* Remove dependency on classworlds - use only plexus-classworldsEvgeny Mandrikov2011-06-134-20/+44
* Remove unnecessary dependencies in sonar-checkstyle-pluginEvgeny Mandrikov2011-06-131-0/+4
* Remove unnecessary dependencies in sonar-surefire-pluginEvgeny Mandrikov2011-06-131-10/+4
* Remove unnecessary dependencies in sonar-googleanalytics-pluginEvgeny Mandrikov2011-06-131-16/+6
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-1340-21/+1597
* Fix some minor violationssimonbrandhof2011-06-105-35/+6
* Fix license headerssimonbrandhof2011-06-103-36/+55
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-102-1/+5
* SONAR-2507 add unit tests to ServerPluginRepositorysimonbrandhof2011-06-104-20/+106
* Fix build - remove invalid importsimonbrandhof2011-06-101-3/+2
* Merge remote branch 'upstream/master'simonbrandhof2011-06-1065-2871/+549
|\
| * quick-build scripts: allow to pass additional parameters for MavenEvgeny Mandrikov2011-06-092-2/+2
| * SONAR-2414 use blue instead of green in cloudsSimon Brandhof2011-06-094-6/+15
| * SONAR-2512 Fix dependencies on commons-beanutilsEvgeny Mandrikov2011-06-093-0/+38
| * SONAR-2414 remove the Clouds page written in GWTsimonbrandhof2011-06-0838-2785/+83
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-086-70/+244
| * SONAR-1922 Improve UI for profile changelogEvgeny Mandrikov2011-06-083-9/+9
| * Improve date format with english and german localesSimon Brandhof2011-06-084-1/+37
| * Fix compatibility with ant taskSimon Brandhof2011-06-082-12/+1
| * SONAR-2488 Fix conversion to integer for comment IDFabrice Bellingard2011-06-081-2/+2
| * SONAR-2414 first version of cloud refactoringsimonbrandhof2011-06-084-1/+121
| * Clone properties when creating ProjectDefinitionSimon Brandhof2011-06-072-1/+12
| * Fix violationsEvgeny Mandrikov2011-06-077-27/+30
* | Revert deleted filessimonbrandhof2011-06-102-0/+3
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-1010-103/+274
* | SONAR-2507 remove the tables PLUGINS and PLUGIN_FILESsimonbrandhof2011-06-1011-110/+70
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-1057-1898/+1358
|/
* Fix recursive loop in ProjectDefinition#setSourceDirs()Simon Brandhof2011-06-071-2/+8
* Do not allow to change ProjectDefinition#propertiesSimon Brandhof2011-06-074-19/+15
* Improve Spanish format of dates/timessimonbrandhof2011-06-073-16/+10
* Use always the same pattern to display dates and times.simonbrandhof2011-06-074-3/+53
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-0622-117/+256
* SONAR-2268 Do not save invalid parameters for rulesEvgeny Mandrikov2011-06-062-6/+6
* SONAR-2396 Disallow selection of 'new_' metrics for alertsEvgeny Mandrikov2011-06-031-1/+2
* SONAR-553 Execute ProjectLinksSensor only for latest analysisEvgeny Mandrikov2011-06-032-5/+17
* Add ProjectDefinition#resetSourceDirs() and resetTestDirs()Simon Brandhof2011-06-032-0/+30
* SONAR-2497 add logsSimon Brandhof2011-06-031-11/+13
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-033-8/+100
* Fix unit test on windowsSimon Brandhof2011-06-031-9/+8
* Allow to manually define source files to analyzeSimon Brandhof2011-06-036-47/+182