Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3012 Add new_unreviewed_violations metric | Fabrice Bellingard | 2012-01-17 | 8 | -80/+271 |
| | | | | In order to more easily track incoming violations without a review | ||||
* | Remove unused Ruby code : JNDI support in activerecord adapters | Simon Brandhof | 2012-01-16 | 2 | -32/+7 |
| | |||||
* | SONAR-3155 Change the info message displayed by the Timeline widget when ↵ | Simon Brandhof | 2012-01-16 | 1 | -1/+1 |
| | | | | only one snapshot is available | ||||
* | SONAR-3148 Do not log errors when the URL /charts/trends has bad parameters | Simon Brandhof | 2012-01-16 | 2 | -25/+21 |
| | |||||
* | Add some HTML ids for integration tests | Simon Brandhof | 2012-01-16 | 2 | -4/+4 |
| | |||||
* | SONAR-2990 The category filter is lost when adding a widget to a dashboard | Simon Brandhof | 2012-01-16 | 4 | -10/+13 |
| | |||||
* | SONAR-2009 Redirect to original URL when user logs in | Simon Brandhof | 2012-01-16 | 2 | -1/+2 |
| | |||||
* | Refactor org.sonar.batch.bootstrapper.Batch | Simon Brandhof | 2012-01-16 | 2 | -31/+31 |
| | |||||
* | Remove unused files | Evgeny Mandrikov | 2012-01-16 | 4 | -652/+0 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 6 | -16/+21 |
| | |||||
* | SONAR-3012 Check that resource is not a unit test for reviews metrics | Fabrice Bellingard | 2012-01-16 | 2 | -4/+16 |
| | |||||
* | SONAR-1263 Add support for AJP13 host | Evgeny Mandrikov | 2012-01-16 | 4 | -17/+26 |
| | |||||
* | SONAR-3166 Move the false-positive widget to the bottom of the page | Fabrice Bellingard | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | SONAR-3164 AnnotationCheckFactory does not detect properties declared in ↵ | Simon Brandhof | 2012-01-13 | 4 | -14/+90 |
| | | | | inherited classes | ||||
* | SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtils | Simon Brandhof | 2012-01-13 | 2 | -0/+202 |
| | |||||
* | SONAR-3012 fix NPE | Simon Brandhof | 2012-01-13 | 1 | -3/+5 |
| | |||||
* | Do not delete the temporary directory /deploy in development mode | Simon Brandhof | 2012-01-13 | 1 | -4/+12 |
| | |||||
* | Hardcode usage of SLF4J in MyBatis | Simon Brandhof | 2012-01-13 | 1 | -0/+2 |
| | |||||
* | SONAR-2959 add example to enable SQL logs on server-side | Simon Brandhof | 2012-01-13 | 1 | -11/+20 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 8 | -64/+304 |
| | | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation) | ||||
* | SONAR-3166 Provide by default a new "Reviews" page | Fabrice Bellingard | 2012-01-13 | 4 | -1/+65 |
| | |||||
* | SONAR-3012 Improvements on Review Activity | Fabrice Bellingard | 2012-01-13 | 6 | -33/+79 |
| | | | | | - Computes metrics even on folders/packages - Fixes a bug in computation of unreviewed violations - Improves widget rendering | ||||
* | SONAR-3112 Metric 'test_failures' should be qualitative | Evgeny Mandrikov | 2012-01-13 | 1 | -3/+2 |
| | |||||
* | SONAR-3138 Prevent security flaw, refactor code | Evgeny Mandrikov | 2012-01-13 | 1 | -64/+81 |
| | |||||
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 9 | -91/+323 |
| | |||||
* | Remove useless exclusion in assembly.xml | Simon Brandhof | 2012-01-12 | 1 | -1/+0 |
| | |||||
* | SONAR-3012 New widget to monitor the review activity | Fabrice Bellingard | 2012-01-12 | 17 | -62/+750 |
| | | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics | ||||
* | SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future ↵ | Evgeny Mandrikov | 2012-01-11 | 12 | -82/+125 |
| | | | | enhancements | ||||
* | SONAR-3137 Add exception handling | Evgeny Mandrikov | 2012-01-11 | 1 | -7/+16 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 2084 | -2086/+2086 |
| | |||||
* | SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo ↵ | Simon Brandhof | 2012-01-10 | 21 | -662/+1 |
| | | | | 1.0-beta-1 | ||||
* | Revert SONAR-3036 : do not upgrade to latest version of protovis-msie.js | Simon Brandhof | 2012-01-10 | 1 | -14/+7 |
| | |||||
* | Remove Ruby on Rails warning | Fabrice Bellingard | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3137,SONAR-2292 Fix startup failure | Evgeny Mandrikov | 2012-01-10 | 2 | -10/+13 |
| | |||||
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 35 | -4666/+346 |
| | | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions | ||||
* | SONAR-3137,SONAR-2292 Complete API for external security systems | Evgeny Mandrikov | 2012-01-10 | 12 | -302/+501 |
| | |||||
* | Remove unused imports | Simon Brandhof | 2012-01-09 | 1 | -3/+0 |
| | |||||
* | Add logs when restoring backup of configuration | Simon Brandhof | 2012-01-09 | 5 | -2/+13 |
| | |||||
* | SONAR-3150 Lock size of email-notifications plugin to prevent regressions | Evgeny Mandrikov | 2012-01-09 | 1 | -0/+24 |
| | |||||
* | SONAR-3150 Lock size of other plugins with dependencies | Evgeny Mandrikov | 2012-01-09 | 3 | -1/+72 |
| | | | | | | | To prevent regressions for following plugins: * jacoco * checkstyle * squid java | ||||
* | SONAR-3139 Allow to use Sonar CPD with existing extension point CpdMapping | Evgeny Mandrikov | 2012-01-09 | 4 | -12/+216 |
| | |||||
* | SONAR-3137 Add experimental API to retrieve users from external system | Evgeny Mandrikov | 2012-01-09 | 4 | -15/+147 |
| | |||||
* | Add some unit tests | simonbrandhof | 2012-01-09 | 7 | -81/+98 |
| | |||||
* | Remove "Sign up" link from tabindex. | Julien HENRY | 2012-01-09 | 2 | -2/+2 |
| | |||||
* | SONAR-3150 Reduce size of PMD and FindBugs plugins | Evgeny Mandrikov | 2012-01-09 | 2 | -32/+75 |
| | | | | | | | * Remove unused dependencies * Lock size with help of maven-enforcer-plugin to prevent future regressions | ||||
* | Copy only plugins instead of all libraries, when launching dev mode for ↵ | Evgeny Mandrikov | 2012-01-08 | 7 | -7/+21 |
| | | | | sonar-server | ||||
* | Experimental refactoring to improve support of booleans in MyBatis | simonbrandhof | 2012-01-08 | 13 | -63/+67 |
| | |||||
* | Improve HTML of review form in order to simplify integration tests | simonbrandhof | 2012-01-08 | 1 | -2/+1 |
| | |||||
* | Remove executable flag for source files | Evgeny Mandrikov | 2012-01-06 | 2 | -0/+0 |
| | |||||
* | SONAR-3144 Fix corner case, when implementations of CpdMapping not presented | Evgeny Mandrikov | 2012-01-06 | 2 | -11/+43 |
| |