aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-204-10/+11
|
* Move some purge tasks to MyBatissimonbrandhof2012-01-244-259/+0
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* Update copyright header for this new yearSimon Brandhof2012-01-1013-13/+13
|
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-162-0/+65
| | | | + remove the useless column DASHBOARDS.KEE
* SONAR-3055 API: remove the attribute "classes" of the annotations ↵Simon Brandhof2011-12-051-30/+0
| | | | @DependsUpon and @DependedUpon
* Remove hardcoded path for MostViolatedRulesWidgetSimon Brandhof2011-11-251-2/+2
|
* SONAR-2475 remove org.sonar.api.checks.checkers and ↵simonbrandhof2011-05-279-856/+0
| | | | org.sonar.api.checks.profiles
* SONAR-2475 remove org.sonar.api.rules.RulePriorityMappersimonbrandhof2011-05-271-29/+0
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-2518-1553/+0
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* SONAR-2189 Remove the component SquidSearchsimonbrandhof2011-02-211-52/+0
|
* Upgrade copyright headerssimonbrandhof2011-02-0441-280/+280
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-031-100/+0
|
* SONAR-2130 deprecate the component SquidSearchsimonbrandhof2011-01-241-0/+52
|
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-084-12/+30
| | | | * Fix javadocs
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-2/+2
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-073-18/+13
|
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-014-42/+13
|
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-183-0/+212
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-282-184/+9
| | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager
* fix backward compatibility of the interface GeneratesViolations.simonbrandhof2010-09-271-0/+30
|
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-232-2/+2
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1413-0/+1060
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1420-0/+1897
|
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-061-47/+0
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-064-0/+454
value of rule parameters in Q profile console