aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Use an icon to display help message in treemapsSimon Brandhof2012-02-161-0/+2
|
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵Simon Brandhof2012-02-158-36/+36
| | | | RULE_FAILURES
* SONAR-3208 complete database tablesSimon Brandhof2012-02-148-17/+17
| | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS
* SONAR-3014 Improve renderingFabrice Bellingard2012-02-141-1/+2
|
* Improve the component org.sonar.dbcleaner.api.PurgeTaskSimon Brandhof2012-02-144-19/+36
| | | | | * add javadoc * use simple and generic method names
* SONAR-3120 Resources associated to a module which has been removed from a ↵Simon Brandhof2012-02-142-74/+18
| | | | multi-module project are never purged
* Rename ACTION_PLANS.DEAD_LINE to DEADLINESimon Brandhof2012-02-132-3/+3
|
* SONAR-3263Simon Brandhof2012-02-132-8/+2
|
* Improve rendering of rules configurationsimonbrandhof2012-02-131-1/+0
|
* Improve the stability of EmailNotificationChannelTest by using different ↵simonbrandhof2012-02-131-37/+27
| | | | SMTP ports
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-095-26/+32
| | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator.
* SONAR-3014 Improve display of links not starting with 'http(s)'Fabrice Bellingard2012-02-091-3/+11
| | | | | Initial request: => The main project dashboard "Links" column provides a Developer Connection link that browsers do not support
* SONAR-3210 Compute new measure for Java files - comments in fileEvgeny Mandrikov2012-02-092-2/+9
|
* Increase code coverage + fix SQL pitfallFabrice Bellingard2012-02-093-20/+86
|
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-092-23/+18
| | | | + Use this API to save LoC in Java files
* SONAR-3210 Compute new measure for Java files - LoC in fileEvgeny Mandrikov2012-02-095-0/+193
|
* SONAR-3246 Provide "zoom in/zoom out" feature in the Filter Treemap componentSimon Brandhof2012-02-081-2/+3
| | | | | * Major refactoring of javascript code for treemap navigation. * Extract the execution of filters in a dedicated Ruby component : Filters.execute(filter)
* SONAR-2069 add description to the treemap widgetSimon Brandhof2012-02-082-4/+4
|
* Reduce number of static fields in CheckstyleSquidBridgeEvgeny Mandrikov2012-02-083-46/+114
|
* Fix JavaAstScannerEvgeny Mandrikov2012-02-082-37/+50
| | | | | It should close original stream instead of newly created ByteArrayInputStream
* SONAR-2747 Improve descriptionFabrice Bellingard2012-02-081-1/+1
|
* SONAR-2747 Update JavadocFabrice Bellingard2012-02-081-1/+1
|
* SONAR-2747 Improve email messageFabrice Bellingard2012-02-084-10/+5
|
* SONAR-2747 Verification is now done on period1Fabrice Bellingard2012-02-084-27/+11
| | | And not necessarily 'since last analysis' period.
* Fix violationsFabrice Bellingard2012-02-081-4/+0
|
* SONAR-2747 Fix bug if not enough PastSnapshotsFabrice Bellingard2012-02-082-3/+14
|
* SONAR-2069 add missing property to l10n bundleSimon Brandhof2012-02-071-0/+9
|
* SONAR-2754 change default value of sonar.dbcleaner.cleanDirectorySimon Brandhof2012-02-072-4/+4
|
* SONAR-2747 Fix bug with NPE when first analysisFabrice Bellingard2012-02-072-1/+17
|
* Fix some quality flawsEvgeny Mandrikov2012-02-073-10/+89
|
* SONAR-2124 Handle case when parent rule param has default empty valueFabrice Bellingard2012-02-071-0/+1
|
* SONAR-2069 fix path to treemap widget + minor refactoringSimon Brandhof2012-02-071-1/+1
|
* SONAR-2747 Update email template for reviewsFabrice Bellingard2012-02-072-22/+2
| | | | | Remove the unnecessary "--" line at the end of the mail, which makes GMail hide the footer (as it considers this as a signature).
* SONAR-2747 Improve email renderingFabrice Bellingard2012-02-074-11/+32
|
* SONAR-2069 sanitize ruby code for treemapSimon Brandhof2012-02-071-1/+1
|
* SONAR-3104 Improve renderingFabrice Bellingard2012-02-071-1/+1
|
* Fix path to treemap erb templatesimonbrandhof2012-02-071-1/+1
|
* SONAR-2132 redirect to original URI when user clicks on the link "Login"simonbrandhof2012-02-061-1/+0
|
* SONAR-2069 New treemap widgetSimon Brandhof2012-02-063-0/+52
|
* Fix regressionEvgeny Mandrikov2012-02-061-2/+4
|
* Fix some quality flawsSimon Brandhof2012-02-062-2/+2
|
* Fix some quality flawsEvgeny Mandrikov2012-02-062-19/+25
|
* SONAR-1492 Improve rendering for rules in quality profilesFabrice Bellingard2012-02-061-2/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-02-041-11/+9
|
* SONAR-3235 Make the numbers non breakable on the hotspot widgetsFabrice Bellingard2012-02-033-12/+7
|
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-039-15/+400
| | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...)
* Fix some quality flawsEvgeny Mandrikov2012-02-031-1/+6
|
* Cleanup build log for sonar-squid-java-plugin by redirecting test output to fileEvgeny Mandrikov2012-02-031-0/+4
|
* SONAR-3094 Improve the display of the "Differential Views" tab Fabrice Bellingard2012-02-021-1/+1
| | | | | => In the "Global Settings" page, the description of the field "period1".
* SONAR-3231 Allow to associate measure with committerEvgeny Mandrikov2012-02-012-11/+17
|