]> source.dussan.org Git - sonarqube.git/commit
SONAR-4923 Remove rule_notes and active_rule_notes table and correctly display notes...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 22 Jan 2014 10:28:45 +0000 (11:28 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 22 Jan 2014 10:28:55 +0000 (11:28 +0100)
commit8d3e8e9fef02af114b76055b79cd8b1beed657f5
tree13929d20d8806017f0fcac40857a73120fd8c74a
parente15da31ab2f4943ddc37425b103e47accb93c8d9
SONAR-4923 Remove rule_notes and active_rule_notes table and correctly display notes on ui
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/492_remove_rule_notes_and_active_rule_notes.rb [new file with mode: 0644]