]> source.dussan.org Git - sonarqube.git/commit
SONAR-7914 Drop project level "Manage Dashboards" page and actions
authorStas Vilchik <vilchiks@gmail.com>
Fri, 22 Jul 2016 11:32:00 +0000 (13:32 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 25 Jul 2016 11:47:25 +0000 (13:47 +0200)
commit2e0c8fc8d35b3baf8b116baf51d08ddee3b72fd8
tree79d4ddc9f012a3ba6c0bcd0d67db89c970472f32
parent7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c
SONAR-7914 Drop project level "Manage Dashboards" page and actions
20 files changed:
it/it-tests/src/test/java/it/authorisation/DashboardSharingPermissionTest.java
it/it-tests/src/test/java/it/authorisation/SystemAdminPermissionTest.java
it/it-tests/src/test/java/it/componentDashboard/DashboardTest.java
it/it-tests/src/test/resources/authorisation/DashboardSharingPermissionTest/project-dashboard-sharing-allowed.html [deleted file]
it/it-tests/src/test/resources/authorisation/DashboardSharingPermissionTest/project-dashboard-sharing-denied.html [deleted file]
it/it-tests/src/test/resources/authorisation/SystemAdminPermissionTest/change-shared-project-dashboard-owner-failure.html [deleted file]
it/it-tests/src/test/resources/authorisation/SystemAdminPermissionTest/change-shared-project-dashboard-owner.html [deleted file]
it/it-tests/src/test/resources/componentDashboard/DashboardTest/global_dashboard/edit-project-dashboards.html [deleted file]
it/it-tests/src/test/resources/componentDashboard/DashboardTest/share_dashboard/follow-unfollow.html [deleted file]
it/it-tests/src/test/resources/componentDashboard/DashboardTest/share_dashboard/should-not-unshare-default-dashboard.html [deleted file]
server/sonar-web/src/main/js/helpers/urls.js
server/sonar-web/src/main/js/main/nav/component/component-nav-menu.js
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboards/_available_dashboards.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/_dashboard_operations.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/dashboards/_my_dashboards.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb