]> source.dussan.org Git - sonarqube.git/commit
SONAR-3570 Project "deletion" should run asynchronously
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 08:27:58 +0000 (10:27 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 5 Jul 2012 08:30:34 +0000 (10:30 +0200)
commit1bab9db0c398f5fc7571409e4ae4967c45c5c855
treed16ccf694e456ab5b2f7206227d1a655a96a6dd4
parente8f9f465365d336d69276cd392262b64a1516501
SONAR-3570 Project "deletion" should run asynchronously

=> To prevent HTTP timeout.
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb
sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/_pending_deletions_screen.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/bulk_deletion/pending_deletions.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/deletion.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/pending_deletion.html.erb [new file with mode: 0644]