aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2505 support measure variationsSimon Brandhof2011-06-2125-99/+182
|
* SONAR-2536 Execution of FindBugs should not leave unterminated threadsEvgeny Mandrikov2011-06-211-1/+4
|
* Merge remote branch 'upstream/master'Fabrice Bellingard2011-06-216-29/+35
|\
| * SONAR-2535 The resource viewer displays an error message when there are more ↵Simon Brandhof2011-06-202-22/+24
| | | | | | | | than 1'000 violations on a resource
| * SONAR-1922 improve size of HTML columnsSimon Brandhof2011-06-201-6/+6
| |
| * Fix violationsEvgeny Mandrikov2011-06-203-1/+5
| |
* | SONAR-2436 Improve CSS to grey disabled buttonsFabrice Bellingard2011-06-212-1/+13
|/
* Fix key of components registered in picocontainersimonbrandhof2011-06-201-1/+8
|
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-1726-728/+681
|
* SONAR-2428 Detection new violations, when new module added to projectEvgeny Mandrikov2011-06-1711-45/+74
|
* SONAR-2436 Add red color to "Delete"-like buttonsFabrice Bellingard2011-06-178-22/+46
|
* Add Javadocs to Metric.BuilderEvgeny Mandrikov2011-06-161-4/+31
|
* SONAR-2410 Fix positioning on IE6Fabrice Bellingard2011-06-161-0/+4
|
* SONAR-2436 Improve the look&feel of html buttonsFabrice Bellingard2011-06-161-2/+47
|
* SONAR-2520 When flagging as flase positive, set status to OPENFabrice Bellingard2011-06-162-19/+7
|
* SONAR-2520 Fix typoFabrice Bellingard2011-06-151-1/+1
|
* SONAR-2428 Detect new violations, when new module added to projectEvgeny Mandrikov2011-06-155-27/+56
|
* SONAR-2520 Fix typoFabrice Bellingard2011-06-151-1/+1
|
* SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviewsFabrice Bellingard2011-06-1516-26/+310
| | | | | | | | | - Modifications on the Web UI side to allow to resolve reviews - Modifications on the batch side to reopen reviews that were specified as resolved but the violation has not been fixed - Modifications on the WS server side to allow to change the status of a review to RESOLVED or REOPENED - Modifications on the WS client to reflect those server side changes
* 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 ↵simonbrandhof2011-06-132-18/+32
| | | | jumps two columns
* 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
| | | | | | | | | | Forbid dependency on commons-beanutils-core and instead use commons-beanutils 1.8.3
| * 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
| | | | | | | | | | | | | | DriverDatabaseConnector should register only one instance of DriverProxy in DriverManager and also should perform deregistration. But this is not enough to prevent memory leaks, so class loader for JDBC Driver should perform additional efforts for deregistration.
| * SONAR-1922 Improve UI for profile changelogEvgeny Mandrikov2011-06-083-9/+9
| | | | | | | | | | | | | | | | * Replace 'enabled' by 'on' and 'disabled' by 'off', fix typos. * Use internationalized format for date. * Add prefix 'last' to last version.
| * 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
| |