aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org/sonar/server/rule2/RuleNormalizer.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor or rule2 By DAOv.2Stephane Gamard2014-05-131-162/+0
* SONAR-5007 Complete new web services api/qualityprofiles and api/rulesSimon Brandhof2014-05-121-7/+5
* Updated RuleNormalizer for RuleDto.getTag is now a listStephane Gamard2014-05-091-2/+2
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-071-19/+2
* SONAR-5007 refactor DAO frameworkSimon Brandhof2014-05-071-2/+10
* fix quality flawsStephane Gamard2014-05-061-46/+58
* Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndexStephane Gamard2014-05-051-82/+2
* Rename some fields in rules2Simon Brandhof2014-05-051-10/+2
* Rename ES field RuleParam.VALUE to DEFAULT_VALUESimon Brandhof2014-05-051-3/+23
* BaseDao Synchronisation based on Dto and RuleNormalizerStephane Gamard2014-05-021-48/+51
* AddedSONAR-5237 - Working facets for RuleService and RuleIndex. Tested with m...Stephane Gamard2014-05-021-12/+9
* AddedSONAR-5237 - Added ActiveRuleParam and updated IndexMediumTestStephane Gamard2014-05-011-4/+22
* AddedSONAR-5237 - Added all tags and updated IndexMediumTestStephane Gamard2014-05-011-15/+17
* SONAR-5237 - Added active rule and IndexMediumTestStephane Gamard2014-05-011-17/+57
* SONAR-5237 - Added tags and RuleParams to RuleServiceStephane Gamard2014-05-011-4/+63
* Fix some quality flawsSimon Brandhof2014-05-011-5/+2
* SONAR-5237 - Fixed some SearchMediumTestsStephane Gamard2014-05-011-2/+4
* Drop UnsuportedException and improve rule searchSimon Brandhof2014-05-011-1/+1
* SONAR-5237 - Implemented IndexAction compatible with DtoStephane Gamard2014-05-011-2/+6
* Fix some quality flawsSimon Brandhof2014-05-011-8/+1
* Cleanup org.sonar.server.rule2Simon Brandhof2014-04-301-5/+2
* Added license headerStephane Gamard2014-04-301-0/+19
* SONAR-5237 - Added base Mapping for RuleStephane Gamard2014-04-301-10/+30
* SONAR-5237 - Created Base and Rule Normalizer classesStephane Gamard2014-04-301-0/+78