summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-0216-79/+78
* Removed unused codeJulien Lancelot2016-03-021-3/+0
* SONAR-7347 Change the default quality gates to use new_vulnerabilities and ne...Teryk Bellahsene2016-03-022-10/+10
* SONAR-7101 Deprecate Common Rule SkippedUnitTestsSimon Brandhof2016-03-021-1/+3
* Remove deprecated calls to RulesDefinition#setDebtSubCharacteristic()Simon Brandhof2016-03-023-9/+0
* Fix quality flawsSimon Brandhof2016-03-0210-13/+15
* SONAR-7330 Index active rules in ES only once when registering profilesJulien Lancelot2016-03-021-13/+11
* SONAR-7330 Fix indexation of debt model resetJulien Lancelot2016-03-011-4/+4
* SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-0118-47/+9
* SONAR-7330 drop RuleNormalizer and RuleMappingTeryk Bellahsene2016-03-019-678/+103
* SONAR-7330 WS api/rules/show drop unused parametersTeryk Bellahsene2016-03-011-6/+1
* SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-011-36/+38
* WS api/rules/search document active field is not returned by defaultTeryk Bellahsene2016-03-011-1/+1
* SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by typeSimon Brandhof2016-02-292-23/+119
* Remove unused annotation @DbTestsSimon Brandhof2016-02-29104-321/+112
* SONAR-7330 RubyRuleService is now using RuleDaoJulien Lancelot2016-02-293-73/+75
* SONAR-7330 RuleUpdater is now using RuleIndexer - FJulien Lancelot2016-02-291-11/+0
* Fix quality flawsJulien Lancelot2016-02-2910-169/+171
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-2952-2489/+25
* SONAR-7330 Remove old DbClient in serverJulien Lancelot2016-02-2939-110/+59
* SONAR-7330 Replace usage of selectParamsByActiveRuleKey by selectParamsByActi...Julien Lancelot2016-02-2911-20/+35
* SONAR-7330 Rename date properties in RuleDoc and ActiveRuleDocJulien Lancelot2016-02-2910-69/+49
* SONAR-7330 Update date columns of rules and active_rulesJulien Lancelot2016-02-2934-101/+90
* SONAR-7330 Remove Dto interface from RuleDto and ActiveRuleDtoJulien Lancelot2016-02-295-20/+14
* SONAR-7330 Cleanup NormalizerJulien Lancelot2016-02-296-573/+20
* SONAR-7330 Remove old Index used by daov2Julien Lancelot2016-02-2926-1145/+415
* SONAR-7330 Add RuleIndexer in missing classesJulien Lancelot2016-02-296-13/+75
* SONAR-7330 Remove old RuleDao and ActiveRuleDaoJulien Lancelot2016-02-2961-2007/+133
* SONAR-7330 SearchActionTest is now using new ActiveRuleDaoJulien Lancelot2016-02-291-17/+9
* SONAR-7330 CreateAction is now only using RuleDaoJulien Lancelot2016-02-292-43/+67
* SONAR-7330 SearchAction is now using new RuleIndexJulien Lancelot2016-02-298-106/+125
* SONAR-7330 ActiveRuleCompleter is now using new ActiveRuleDaoJulien Lancelot2016-02-291-4/+4
* SONAR-7330 Fix MediumTests because missing Es indexesJulien Lancelot2016-02-2923-320/+342
* SONAR-7330 CompareAction is now only using daoJulien Lancelot2016-02-291-20/+31
* SONAR-7330 QProfileComparison is now only using daoJulien Lancelot2016-02-294-65/+72
* SONAR-7330 QProfileBackuper is now only using daoJulien Lancelot2016-02-292-43/+86
* SONAR-7330 Fix BackendCleanupMediumTestJulien Lancelot2016-02-292-14/+19
* SONAR-7330 Fix IssueServiceMediumTestJulien Lancelot2016-02-291-0/+5
* SONAR-7330 RegisterQualityProfiles is now using ActiveRuleIndexerJulien Lancelot2016-02-292-16/+24
* SONAR-7330 QProfileFactory is now using ActiveRuleIndexerJulien Lancelot2016-02-292-43/+68
* SONAR-7330 QProfileService is now using ActiveRuleIndexerJulien Lancelot2016-02-292-15/+40
* SONAR-7330 QProfileExporters is now using ActiveRuleIndexerJulien Lancelot2016-02-293-15/+37
* SONAR-7330 QProfileReset is now using ActiveRuleIndexerJulien Lancelot2016-02-292-27/+54
* SONAR-7330 RuleActivator is now using ActiveRuleIndexerJulien Lancelot2016-02-292-284/+335
* SONAR-7330 Remove last usage of old RuleIndexJulien Lancelot2016-02-296-16/+19
* SONAR-7330 Use new RuleIndex in RuleActivatorJulien Lancelot2016-02-291-26/+12
* SONAR-7330 QProfileLoader is now using new ActiveRuleIndexJulien Lancelot2016-02-297-56/+53
* SONAR-7330 Replace usage of deprecateActiveRuleDao by activeRuleDaoJulien Lancelot2016-02-2911-123/+111
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-2918-124/+125
* SONAR-7330 Add active rule index definitionJulien Lancelot2016-02-2929-314/+1552