]> source.dussan.org Git - sonarqube.git/commit
SONAR-7922 Rewrite "Quality Profiles" project page (#1118)
authorStas Vilchik <vilchiks@gmail.com>
Tue, 26 Jul 2016 14:21:19 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2016 14:21:19 +0000 (16:21 +0200)
commit940c3eb71b6c8fd6cb34c4ff93a1e661ec19a4c5
tree195de2c237f89ada52d0d467dd9bd138581bc19c
parentfcba3fa1650b1afc794094e20764191ae8bca910
SONAR-7922 Rewrite "Quality Profiles" project page (#1118)
16 files changed:
it/it-tests/src/test/resources/authorisation/QualityProfileAdminPermissionTest/profile-admin.html
server/sonar-web/src/main/js/api/quality-profiles.js
server/sonar-web/src/main/js/apps/project-admin/app.js
server/sonar-web/src/main/js/apps/project-admin/deletion/Form.js
server/sonar-web/src/main/js/apps/project-admin/quality-profiles/Header.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-profiles/ProfileRow.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-profiles/QualityProfiles.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-profiles/Table.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/actions.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/profiles.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/profilesByProject.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/rootReducer.js [new file with mode: 0644]
server/sonar-web/src/main/js/main/nav/component/component-nav-menu.js
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/quality_profiles.html.erb [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties