]> source.dussan.org Git - sonarqube.git/commit
SONAR-5007 new helper in environment.rb for executing java migrations
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 Jun 2014 22:36:40 +0000 (00:36 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 Jun 2014 22:45:34 +0000 (00:45 +0200)
commit24ec2501f751dc2a122f1e5f905ee4151ec8b891
treeb991508ebe817229dce6a01c104620c9303dcdae
parent369f12960fba6653e630042ab977c97e479a3076
SONAR-5007 new helper in environment.rb for executing java migrations
12 files changed:
sonar-server/src/main/webapp/WEB-INF/config/environment.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/490_migrate_package_keys.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/497_update_issue_message_by_rule_name_when_no_message.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/513_convert_issue_debt_to_minutes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/514_update_issue_changelog_debt_to_minutes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/515_update_measures_debt_to_minutes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/516_update_development_cost_to_minutes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/521_update_requirement_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/525_update_not_resolved_issues_on_removed_components.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/530_merge_measure_data_into_project_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/531_update_issues_action_plan_key_on_removed_action_plan.rb