]> source.dussan.org Git - sonarqube.git/commit
SONAR-7122 Drop the ability to customize the web app context
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 1 Feb 2016 19:35:30 +0000 (20:35 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 2 Feb 2016 15:15:33 +0000 (16:15 +0100)
commit8f7a9ad479a219fc22ac729a23f220e450c572b7
treefc702b589ac386098987cf09ef4da01f53375fd8
parentec20fce8d932bd19c3f3ed2ed007fe5367f6c2f4
SONAR-7122 Drop the ability to customize the web app context
90 files changed:
it/it-tests/pom.xml
it/it-tests/src/test/java/it/Category1Suite.java
it/it-tests/src/test/java/it/Category2Suite.java
it/it-tests/src/test/java/it/Category3Suite.java
it/it-tests/src/test/java/it/Category4Suite.java
it/it-tests/src/test/java/it/analysis/IssuesModeTest.java
it/it-tests/src/test/java/util/ItUtils.java
server/sonar-process-monitor/src/test/resources/org/sonar/process/ProcessTest/sonar.properties
server/sonar-process/src/test/resources/org/sonar/process/ProcessTest/sonar.properties
server/sonar-server/src/main/java/org/sonar/server/app/Webapp.java
server/sonar-server/src/main/java/org/sonar/server/platform/ServerImpl.java
server/sonar-server/src/test/java/org/sonar/server/app/WebappTest.java
server/sonar-server/src/test/java/org/sonar/server/platform/ServerImplTest.java
server/sonar-server/src/test/java/org/sonar/server/platform/ServerLifecycleNotifierTest.java
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/_change_password_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/_favorites.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/notifications.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/action_plans/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/api_documentation/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/background_tasks/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/code/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/coding_rules/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/component/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/component_issues/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/confirm/_confirm.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/custom_measures/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboards/_create_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboards/_delete_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboards/_edit_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/email_configuration/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/_filter_copy_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/_filter_edit_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/_filter_save_as_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/manage.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/issues/search.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_footer.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/nonav.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_copy_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_edit_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_favourites.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_save_as_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_search_header.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/metrics/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/overview/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/permission_templates/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/_delete_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/background_tasks.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/deletion.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/profile.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/qualitygate.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project_roles/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/projects/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/quality_gates/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/roles/global.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/server_id_configuration/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/setup/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/system/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/updatecenter/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/users/_edit_form.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/users/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/view_projects/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/widget/index.html.erb
sonar-application/src/main/assembly/conf/sonar.properties
sonar-batch/src/main/java/org/sonar/batch/platform/DefaultServer.java
sonar-plugin-api/src/main/java/org/sonar/api/platform/Server.java