aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | SONAR-7330 Add long dates in active rulesJulien Lancelot2016-02-292-0/+62
* | SONAR-7330 ClearRulesOverloadedDebt is now using only RuleDaoJulien Lancelot2016-02-292-37/+17
* | SONAR-7330 IssuesNotification is now using only RuleDaoJulien Lancelot2016-02-295-51/+37
* | SONAR-7330 DefaultRuleFinder is now using only RuleDaoJulien Lancelot2016-02-293-255/+294
* | SONAR-7330 RuleOperations is now using RuleIndexerJulien Lancelot2016-02-292-39/+25
* | SONAR-7330 RuleDeleter is now using RuleIndexerJulien Lancelot2016-02-292-18/+29
* | SONAR-7330 RuleCreator is now using RuleIndexerJulien Lancelot2016-02-292-114/+121
* | SONAR-7330 RuleUpdater is now using RuleIndexerJulien Lancelot2016-02-293-101/+157
* | SONAR-7330 RegisterRules is now using RuleIndexerJulien Lancelot2016-02-2910-347/+306
* | SONAR-7330 Add rule index definitionJulien Lancelot2016-02-2937-1472/+2404
* | Fix quality flawsSimon Brandhof2016-02-291-6/+7
* | Fix IssueDaoTest on MySQLSimon Brandhof2016-02-291-1/+1
* | Revert "SONAR-7330 Remove RubyRuleService"Julien Lancelot2016-02-295-0/+387
* | Fix quality flawsSimon Brandhof2016-02-293-5/+5
* | SONAR-6810 Remove unused internal WS api/issues/showSimon Brandhof2016-02-266-974/+1
* | SONAR-7333 display issue type in the issue boxStas Vilchik2016-02-263-1/+43
* | SONAR-7334 display types facet on issues pageStas Vilchik2016-02-264-2/+54
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-266-8/+53
* | SONAR-7332 Update RuleDefinition API to handle "Type" fieldSimon Brandhof2016-02-261-2/+2
* | SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-2648-45/+312
* | Remove useless usage of ES UpsertRequestSimon Brandhof2016-02-262-11/+10
* | Remove useless source field "_parent" in ES doc "issues"Simon Brandhof2016-02-261-9/+5
* | SONAR-7330 WS api/rules/update apply ES+DB patternTeryk Bellahsene2016-02-266-96/+88
* | SONAR-7330 WS api/rules/show apply ES+DB patternTeryk Bellahsene2016-02-265-29/+93
* | SONAR-7330 WS api/rules/search apply ES+DB patternTeryk Bellahsene2016-02-269-69/+621
* | SONAR-7330 Remove RubyRuleServiceTeryk Bellahsene2016-02-263-366/+0