aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3012 Add new_unreviewed_violations metricFabrice Bellingard2012-01-178-80/+271
| | | | In order to more easily track incoming violations without a review
* Remove unused Ruby code : JNDI support in activerecord adaptersSimon Brandhof2012-01-162-32/+7
|
* SONAR-3155 Change the info message displayed by the Timeline widget when ↵Simon Brandhof2012-01-161-1/+1
| | | | only one snapshot is available
* SONAR-3148 Do not log errors when the URL /charts/trends has bad parametersSimon Brandhof2012-01-162-25/+21
|
* Add some HTML ids for integration testsSimon Brandhof2012-01-162-4/+4
|
* SONAR-2990 The category filter is lost when adding a widget to a dashboardSimon Brandhof2012-01-164-10/+13
|
* SONAR-2009 Redirect to original URL when user logs inSimon Brandhof2012-01-162-1/+2
|
* Refactor org.sonar.batch.bootstrapper.BatchSimon Brandhof2012-01-162-31/+31
|
* Remove unused filesEvgeny Mandrikov2012-01-164-652/+0
|
* Fix violationsEvgeny Mandrikov2012-01-166-16/+21
|
* SONAR-3012 Check that resource is not a unit test for reviews metricsFabrice Bellingard2012-01-162-4/+16
|
* SONAR-1263 Add support for AJP13 hostEvgeny Mandrikov2012-01-164-17/+26
|
* SONAR-3166 Move the false-positive widget to the bottom of the pageFabrice Bellingard2012-01-161-1/+1
|
* SONAR-3164 AnnotationCheckFactory does not detect properties declared in ↵Simon Brandhof2012-01-134-14/+90
| | | | inherited classes
* SONAR-3169 API: new utility class org.sonar.api.utils.FieldUtilsSimon Brandhof2012-01-132-0/+202
|
* SONAR-3012 fix NPESimon Brandhof2012-01-131-3/+5
|
* Do not delete the temporary directory /deploy in development modeSimon Brandhof2012-01-131-4/+12
|
* Hardcode usage of SLF4J in MyBatisSimon Brandhof2012-01-131-0/+2
|
* SONAR-2959 add example to enable SQL logs on server-sideSimon Brandhof2012-01-131-11/+20
|
* Sanitize batch bootstrapperSimon Brandhof2012-01-138-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" pageFabrice Bellingard2012-01-134-1/+65
|
* SONAR-3012 Improvements on Review ActivityFabrice Bellingard2012-01-136-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 qualitativeEvgeny Mandrikov2012-01-131-3/+2
|
* SONAR-3138 Prevent security flaw, refactor codeEvgeny Mandrikov2012-01-131-64/+81
|
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-129-91/+323
|
* Remove useless exclusion in assembly.xmlSimon Brandhof2012-01-121-1/+0
|
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-1217-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 Mandrikov2012-01-1112-82/+125
| | | | enhancements
* SONAR-3137 Add exception handlingEvgeny Mandrikov2012-01-111-7/+16
|
* Update copyright header for this new yearSimon Brandhof2012-01-102084-2086/+2086
|
* SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo ↵Simon Brandhof2012-01-1021-662/+1
| | | | 1.0-beta-1
* Revert SONAR-3036 : do not upgrade to latest version of protovis-msie.jsSimon Brandhof2012-01-101-14/+7
|
* Remove Ruby on Rails warningFabrice Bellingard2012-01-101-1/+1
|
* SONAR-3137,SONAR-2292 Fix startup failureEvgeny Mandrikov2012-01-102-10/+13
|
* SONAR-3139 Refactor our fork of PMD CPDEvgeny Mandrikov2012-01-1035-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 systemsEvgeny Mandrikov2012-01-1012-302/+501
|
* Remove unused importsSimon Brandhof2012-01-091-3/+0
|
* Add logs when restoring backup of configurationSimon Brandhof2012-01-095-2/+13
|
* SONAR-3150 Lock size of email-notifications plugin to prevent regressionsEvgeny Mandrikov2012-01-091-0/+24
|
* SONAR-3150 Lock size of other plugins with dependenciesEvgeny Mandrikov2012-01-093-1/+72
| | | | | | | To prevent regressions for following plugins: * jacoco * checkstyle * squid java
* SONAR-3139 Allow to use Sonar CPD with existing extension point CpdMappingEvgeny Mandrikov2012-01-094-12/+216
|
* SONAR-3137 Add experimental API to retrieve users from external systemEvgeny Mandrikov2012-01-094-15/+147
|
* Add some unit testssimonbrandhof2012-01-097-81/+98
|
* Remove "Sign up" link from tabindex.Julien HENRY2012-01-092-2/+2
|
* SONAR-3150 Reduce size of PMD and FindBugs pluginsEvgeny Mandrikov2012-01-092-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 Mandrikov2012-01-087-7/+21
| | | | sonar-server
* Experimental refactoring to improve support of booleans in MyBatissimonbrandhof2012-01-0813-63/+67
|
* Improve HTML of review form in order to simplify integration testssimonbrandhof2012-01-081-2/+1
|
* Remove executable flag for source filesEvgeny Mandrikov2012-01-062-0/+0
|
* SONAR-3144 Fix corner case, when implementations of CpdMapping not presentedEvgeny Mandrikov2012-01-062-11/+43
|