]> source.dussan.org Git - sonarqube.git/commit
SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile) +...
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Feb 2011 11:14:18 +0000 (12:14 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Feb 2011 13:32:36 +0000 (14:32 +0100)
commit303de3527f9d9bc4394bf997dfa287a8f7b3b375
tree4a6d448acc29d63b73d2b0b9095b54ca70d77770
parentb054b6a871861db92348b555f3296976f74d1ee9
SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile) + support the ENABLED column
sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rules_profile.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/db/migrate/016_add_rules_profiles_provided_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/039_add_rules_profiles_language.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/055_create_profiles_per_project.rb