aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3229 PMD fails when inspecting Java files suffixed with .javSimon Brandhof2012-03-202-43/+49
|
* SONAR-3289 On java projects compute complexity distribution by fileEvgeny Mandrikov2012-03-205-130/+115
| | | | And do not compute complexity distribution by class.
* SONAR-3072 Fix wrong refactoring of ViolationTrackingDecoratorEvgeny Mandrikov2012-03-191-1/+1
|
* SONAR-2721 Display number of "projects" in "Size" widgetEvgeny Mandrikov2012-03-192-0/+5
| | | | Thus add new metric - 'projects'.
* Reformat code for some core widgetsEvgeny Mandrikov2012-03-194-69/+66
| | | | | * Replace tabs by spaces * Align blocks
* SONAR-3072 Restore behaviour of tracking of violations when importSources=falseEvgeny Mandrikov2012-03-161-13/+19
|
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-168-193/+197
|
* Add missing license headersEvgeny Mandrikov2012-03-152-0/+38
|
* SONAR-3072 sonar-diff module is useless for the moment, so remove itEvgeny Mandrikov2012-03-1511-9/+396
| | | | Move all code directly into sonar-core-plugin.
* SONAR-3072 Add greedy algorithm to track violations based on blocksEvgeny Mandrikov2012-03-158-13/+305
|
* Merge remote-tracking branch 'origin/master'Simon Brandhof2012-03-15756-0/+0
|\
| * Merge branch 'current'Fabrice Bellingard2012-03-15756-0/+0
| |\
| | * SONAR-3319 Update location of HMLT files in L10n English pluginFabrice Bellingard2012-03-15756-0/+0
| | |
* | | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-155-11/+0
|/ / | | | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* / SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-148-139/+176
|/
* SONAR-2084 add the page "Settings Encryption"Simon Brandhof2012-03-141-0/+1
|
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-142-5/+1
|
* SONAR-3277 Add message to inform about dups with deleted resources Fabrice Bellingard2012-03-131-0/+1
|
* SONAR-2841 Tests suite results are not always ignoredFabrice Bellingard2012-03-093-1/+78
|
* SONAR-3006 Make the TimeMachine service a dashboard pageFabrice Bellingard2012-03-083-0/+113
| | | | | => New dashboard implemented, still need to remove the "old" time machine service when this new dashboard has been tested and validated.
* Merge remote-tracking branch 'origin/release-2.14'Eric Hartmann2012-03-082-5/+8
|\
| * Persist duplications XML measure directly into databaseEvgeny Mandrikov2012-03-082-6/+14
| |
| * Do not close false-positivesSimon Brandhof2012-03-082-5/+8
| |
* | Persist duplications XML measure directly into databaseEvgeny Mandrikov2012-03-072-6/+14
| |
* | SONAR-2270 Make Checkstyle:ParameterNumber rule instantiableSimon Brandhof2012-03-071-8/+2
| |
* | SONAR-3172 It should not be possible to create a manual violation on a unit ↵Simon Brandhof2012-03-071-0/+1
| | | | | | | | test source code
* | Merge branch 'release-2.14'Eric Hartmann2012-03-063-12/+26
|\|
| * Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-053-3/+18
| |
| * Improve purge tasks of DbCleanerSimon Brandhof2012-03-053-10/+9
| | | | | | | | | | * improve logs * decrease the nb of SQL requests required to purge aborted builds and historical data of directories/files
* | Merge branch 'release-2.14'Eric Hartmann2012-03-0536-1553/+931
|\|
| * Fix support of dry run modeSimon Brandhof2012-03-023-8/+11
| |
| * Add unit tests, remove the hibernate model Review and improve ReviewPredicatesSimon Brandhof2012-03-023-5/+5
| |
| * Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14Simon Brandhof2012-03-022-1/+56
| |\
| | * Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-022-1/+56
| | |
| * | Fix performance issues when processing reviewsSimon Brandhof2012-03-0228-1534/+857
| |/ | | | | | | -> refactor the core decorators that update and close reviews in order to decrease the number of SQL requests
| * Rollback change on widget CSS classnameSimon Brandhof2012-03-013-10/+10
| | | | | | | | -> CSS class of widgets is the widget id, for example <div class="coverage"> if the widget id is "coverage"
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-02-2714-14/+14
| |
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-2714-20/+17
| |
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-2714-14/+14
| |
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-2714-14/+14
|/
* SONAR-3242 replace the icon by a link "more actions" in the footer of the ↵simonbrandhof2012-02-241-1/+1
| | | | violation
* Improve description of the Checkstyle rule "Trailing Comment"Simon Brandhof2012-02-232-7/+48
|
* SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines ↵Simon Brandhof2012-02-223-19/+16
| | | | instead of multiLines causing the functionality to fail every time
* Fix some quality flawsSimon Brandhof2012-02-221-1/+0
|
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-229-75/+82
| | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-212-4/+41
|
* Fix some quality flawsEvgeny Mandrikov2012-02-215-9/+11
|
* Add unit tests and fix some quality flawsSimon Brandhof2012-02-203-3/+109
|
* SONAR-3242 Add a "Reply" action on the last commentFabrice Bellingard2012-02-201-0/+3
| | | | + always show the actions, in order to make it simpler to comment reviews.
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-186-133/+267
|