Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2505 support measure variations | Simon Brandhof | 2011-06-21 | 25 | -99/+182 |
| | |||||
* | SONAR-2536 Execution of FindBugs should not leave unterminated threads | Evgeny Mandrikov | 2011-06-21 | 1 | -1/+4 |
| | |||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-06-21 | 6 | -29/+35 |
|\ | |||||
| * | SONAR-2535 The resource viewer displays an error message when there are more ↵ | Simon Brandhof | 2011-06-20 | 2 | -22/+24 |
| | | | | | | | | than 1'000 violations on a resource | ||||
| * | SONAR-1922 improve size of HTML columns | Simon Brandhof | 2011-06-20 | 1 | -6/+6 |
| | | |||||
| * | Fix violations | Evgeny Mandrikov | 2011-06-20 | 3 | -1/+5 |
| | | |||||
* | | SONAR-2436 Improve CSS to grey disabled buttons | Fabrice Bellingard | 2011-06-21 | 2 | -1/+13 |
|/ | |||||
* | Fix key of components registered in picocontainer | simonbrandhof | 2011-06-20 | 1 | -1/+8 |
| | |||||
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 26 | -728/+681 |
| | |||||
* | SONAR-2428 Detection new violations, when new module added to project | Evgeny Mandrikov | 2011-06-17 | 11 | -45/+74 |
| | |||||
* | SONAR-2436 Add red color to "Delete"-like buttons | Fabrice Bellingard | 2011-06-17 | 8 | -22/+46 |
| | |||||
* | Add Javadocs to Metric.Builder | Evgeny Mandrikov | 2011-06-16 | 1 | -4/+31 |
| | |||||
* | SONAR-2410 Fix positioning on IE6 | Fabrice Bellingard | 2011-06-16 | 1 | -0/+4 |
| | |||||
* | SONAR-2436 Improve the look&feel of html buttons | Fabrice Bellingard | 2011-06-16 | 1 | -2/+47 |
| | |||||
* | SONAR-2520 When flagging as flase positive, set status to OPEN | Fabrice Bellingard | 2011-06-16 | 2 | -19/+7 |
| | |||||
* | SONAR-2520 Fix typo | Fabrice Bellingard | 2011-06-15 | 1 | -1/+1 |
| | |||||
* | SONAR-2428 Detect new violations, when new module added to project | Evgeny Mandrikov | 2011-06-15 | 5 | -27/+56 |
| | |||||
* | SONAR-2520 Fix typo | Fabrice Bellingard | 2011-06-15 | 1 | -1/+1 |
| | |||||
* | SONAR-2520 Add support for RESOLVED and REOPENED statuses for reviews | Fabrice Bellingard | 2011-06-15 | 16 | -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 Brandhof | 2011-06-15 | 1 | -3/+2 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 29 | -40/+327 |
| | |||||
* | Add warning in pom.xml for future Derby upgrade | Simon Brandhof | 2011-06-14 | 1 | -7/+14 |
| | |||||
* | SONAR-2410 Footer extension is hidden by sidebar | Simon Brandhof | 2011-06-14 | 2 | -41/+29 |
| | |||||
* | Fix HTML (minor) | Simon Brandhof | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Fix treemap | Simon Brandhof | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | SONAR-2521 Add antiResourceLocking=true to Tomcat descriptor | Simon Brandhof | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Add some icons | Simon Brandhof | 2011-06-14 | 7 | -0/+5 |
| | |||||
* | SONAR-1902 After removing a column in a filter, the move left functions ↵ | simonbrandhof | 2011-06-13 | 2 | -18/+32 |
| | | | | jumps two columns | ||||
* | Remove dependency on classworlds - use only plexus-classworlds | Evgeny Mandrikov | 2011-06-13 | 4 | -20/+44 |
| | |||||
* | Remove unnecessary dependencies in sonar-checkstyle-plugin | Evgeny Mandrikov | 2011-06-13 | 1 | -0/+4 |
| | |||||
* | Remove unnecessary dependencies in sonar-surefire-plugin | Evgeny Mandrikov | 2011-06-13 | 1 | -10/+4 |
| | |||||
* | Remove unnecessary dependencies in sonar-googleanalytics-plugin | Evgeny Mandrikov | 2011-06-13 | 1 | -16/+6 |
| | |||||
* | SONAR-75 Apply first version of contribution by www.serli.com | Simon Brandhof | 2011-06-13 | 40 | -21/+1597 |
| | |||||
* | Fix some minor violations | simonbrandhof | 2011-06-10 | 5 | -35/+6 |
| | |||||
* | Fix license headers | simonbrandhof | 2011-06-10 | 3 | -36/+55 |
| | |||||
* | Add javadoc to org.sonar.api.platform.PluginRepository | simonbrandhof | 2011-06-10 | 2 | -1/+5 |
| | |||||
* | SONAR-2507 add unit tests to ServerPluginRepository | simonbrandhof | 2011-06-10 | 4 | -20/+106 |
| | |||||
* | Fix build - remove invalid import | simonbrandhof | 2011-06-10 | 1 | -3/+2 |
| | |||||
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 65 | -2871/+549 |
|\ | |||||
| * | quick-build scripts: allow to pass additional parameters for Maven | Evgeny Mandrikov | 2011-06-09 | 2 | -2/+2 |
| | | |||||
| * | SONAR-2414 use blue instead of green in clouds | Simon Brandhof | 2011-06-09 | 4 | -6/+15 |
| | | |||||
| * | SONAR-2512 Fix dependencies on commons-beanutils | Evgeny Mandrikov | 2011-06-09 | 3 | -0/+38 |
| | | | | | | | | | | Forbid dependency on commons-beanutils-core and instead use commons-beanutils 1.8.3 | ||||
| * | SONAR-2414 remove the Clouds page written in GWT | simonbrandhof | 2011-06-08 | 38 | -2785/+83 |
| | | |||||
| * | SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks | Evgeny Mandrikov | 2011-06-08 | 6 | -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 changelog | Evgeny Mandrikov | 2011-06-08 | 3 | -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 locales | Simon Brandhof | 2011-06-08 | 4 | -1/+37 |
| | | |||||
| * | Fix compatibility with ant task | Simon Brandhof | 2011-06-08 | 2 | -12/+1 |
| | | |||||
| * | SONAR-2488 Fix conversion to integer for comment ID | Fabrice Bellingard | 2011-06-08 | 1 | -2/+2 |
| | | |||||
| * | SONAR-2414 first version of cloud refactoring | simonbrandhof | 2011-06-08 | 4 | -1/+121 |
| | | |||||
| * | Clone properties when creating ProjectDefinition | Simon Brandhof | 2011-06-07 | 2 | -1/+12 |
| | |