Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix backward-compatibility of DefaultProjectFileSystem | Simon Brandhof | 2013-02-14 | 1 | -0/+73 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 1 | -0/+30 |
| | |||||
* | Temporarily revert org.sonar.api.batch.AbstractCoverageExtension | Simon Brandhof | 2012-11-04 | 2 | -0/+96 |
| | |||||
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 2 | -114/+0 |
| | | | | Both of them have been deprecated long time ago. | ||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 1 | -0/+1 |
| | |||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 3 | -203/+0 |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* | SONAR-3332 API: delete the deprecated class ↵ | Simon Brandhof | 2012-03-15 | 2 | -297/+0 |
| | | | | org.sonar.api.batch.AbstractViolationsStaxParser | ||||
* | Fix some quality flaws, particularly on newly inspected code | Simon Brandhof | 2012-02-20 | 4 | -10/+11 |
| | |||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 4 | -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 year | Simon Brandhof | 2012-01-10 | 14 | -14/+14 |
| | |||||
* | SONAR-1929 do not register dashboards which name already exits | Simon Brandhof | 2011-12-16 | 2 | -0/+65 |
| | | | | + remove the useless column DASHBOARDS.KEE | ||||
* | SONAR-3055 API: remove the attribute "classes" of the annotations ↵ | Simon Brandhof | 2011-12-05 | 1 | -30/+0 |
| | | | | @DependsUpon and @DependedUpon | ||||
* | Remove hardcoded path for MostViolatedRulesWidget | Simon Brandhof | 2011-11-25 | 1 | -2/+2 |
| | |||||
* | SONAR-2475 remove org.sonar.api.checks.checkers and ↵ | simonbrandhof | 2011-05-27 | 31 | -1803/+0 |
| | | | | org.sonar.api.checks.profiles | ||||
* | SONAR-2475 remove org.sonar.api.rules.RulePriorityMapper | simonbrandhof | 2011-05-27 | 1 | -29/+0 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 26 | -2197/+0 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | SONAR-2189 Remove the component SquidSearch | simonbrandhof | 2011-02-21 | 1 | -52/+0 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 65 | -406/+406 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 1 | -100/+0 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 6 | -0/+114 |
| | |||||
* | SONAR-2130 deprecate the component SquidSearch | simonbrandhof | 2011-01-24 | 1 | -0/+52 |
| | |||||
* | * SONAR-1809: MetricFinder should be available on server side | Godin | 2010-12-08 | 4 | -12/+30 |
| | | | | * Fix javadocs | ||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 1 | -6/+8 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 4 | -21/+17 |
| | |||||
* | SONAR-2007 Remove the useless ISO Categories + fix components page | simonbrandhof | 2010-12-01 | 5 | -62/+19 |
| | |||||
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 3 | -0/+212 |
| | |||||
* | SONAR-1814 remove the API to find a plugin from an extension : | simonbrandhof | 2010-09-28 | 3 | -256/+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. | simonbrandhof | 2010-09-27 | 1 | -0/+30 |
| | |||||
* | add AnnotationRuleRepository to load rules from sonar-check-api annotations | simonbrandhof | 2010-09-23 | 2 | -2/+2 |
| | |||||
* | add the package org.sonar.api.checks in order to implement its own rules engine | simonbrandhof | 2010-09-23 | 5 | -21/+38 |
| | |||||
* | undo: some unit tests have been wrongly moved to sonar-deprecated | simonbrandhof | 2010-09-16 | 10 | -492/+0 |
| | |||||
* | move deprecated rule API to sonar-deprecated | simonbrandhof | 2010-09-14 | 28 | -0/+1978 |
| | |||||
* | move deprecated check api to sonar-deprecated | simonbrandhof | 2010-09-14 | 46 | -0/+3045 |
| | |||||
* | SONAR-1229 Export/Import a given Sonar quality profile | simonbrandhof | 2010-09-06 | 2 | -65/+0 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 5 | -0/+544 |
value of rule parameters in Q profile console |