]> source.dussan.org Git - sonarqube.git/commit
SONAR-4923 Fix issue where active rule parent id where not updated in ES when setting...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 09:49:57 +0000 (10:49 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 09:50:07 +0000 (10:50 +0100)
commitcd44bc8dd3a6035abdf30ba4ab3e011c7f0a18ec
tree1ef95e1426936718a300870f2c5c53770e6644fc
parentf4b8c3e47166faded5c49adb6c49e817f9bd2bdf
SONAR-4923 Fix issue where active rule parent id where not updated in ES when setting parent profile
17 files changed:
sonar-core/src/main/java/org/sonar/core/qualityprofile/db/ActiveRuleDto.java
sonar-core/src/main/resources/org/sonar/core/qualityprofile/db/ActiveRuleMapper.xml
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileOperations.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileRule.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileRuleParam.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfiles.java
sonar-server/src/main/java/org/sonar/server/rule/ActiveRuleDocument.java
sonar-server/src/main/java/org/sonar/server/rule/RuleDocument.java
sonar-server/src/main/java/org/sonar/server/rule/RuleRegistry.java
sonar-server/src/main/resources/org/sonar/server/es/config/mappings/active_rule_mapping.json
sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json
sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfilesTest.java
sonar-server/src/test/java/org/sonar/server/rule/ProfileRulesTest.java
sonar-server/src/test/resources/org/sonar/server/rule/ProfileRulesTest/find_active_rules_with_inheritance/active_rule25.json [new file with mode: 0644]
sonar-server/src/test/resources/org/sonar/server/rule/ProfileRulesTest/find_active_rules_with_inheritance/active_rule391.json [new file with mode: 0644]