]> source.dussan.org Git - sonarqube.git/commit
SONAR-3218 / SONAR-3146 Improve the Sonar migration service
authorFabrice Bellingard <bellingard@gmail.com>
Sun, 20 May 2012 14:48:03 +0000 (16:48 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 21 May 2012 09:35:55 +0000 (11:35 +0200)
commit3ac561534b999d16bb09b84d9a92faa021c05d99
tree1aa0c06b974fc3283f1a50762b48bcadfa62d364
parent5fd580c1b1788d125dfbf6dff553da60d090dec3
SONAR-3218 / SONAR-3146 Improve the Sonar migration service

- Offers better mechanism to prevent any parallel executions
- Provides information on the time already spent
- Adapt UI & WS to use this mechanism
12 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/server_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/dbdown.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/dbdown.rhtml [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/failed.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/form.rhtml [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/setup/not_upgradable.html.erb [deleted file]
sonar-server/src/main/webapp/stylesheets/style.css