]> source.dussan.org Git - sonarqube.git/commit
SONAR-7921 Rewrite "Quality Gate" project page (#1138)
authorStas Vilchik <vilchiks@gmail.com>
Wed, 10 Aug 2016 12:04:38 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2016 12:04:38 +0000 (14:04 +0200)
commit143f3c560bcf7ceac9585c1dfea7311f037834cb
tree6d8c5b4884c699ca6f996c0eb9639db7bcfa9fc7
parent04c13b353fcb16dc53b1287f301301dad8d79abf
SONAR-7921 Rewrite "Quality Gate" project page (#1138)
21 files changed:
it/it-tests/src/test/java/it/projectAdministration/ProjectQualityGatePageTest.java [new file with mode: 0644]
it/it-tests/src/test/java/pageobjects/Navigation.java
it/it-tests/src/test/java/pageobjects/ProjectQualityGatePage.java [new file with mode: 0644]
server/sonar-web/src/main/js/api/quality-gates.js
server/sonar-web/src/main/js/apps/project-admin/app.js
server/sonar-web/src/main/js/apps/project-admin/components/GlobalMessagesContainer.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-gate/Form.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-gate/Header.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-gate/QualityGate.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/quality-profiles/QualityProfiles.js
server/sonar-web/src/main/js/apps/project-admin/store/actions.js
server/sonar-web/src/main/js/apps/project-admin/store/gateByProject.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/gates.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/project-admin/store/rootReducer.js
server/sonar-web/src/main/js/components/controls/GlobalMessages.js [new file with mode: 0644]
server/sonar-web/src/main/js/components/store/globalMessages.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_gate.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/project/qualitygate.html.erb [deleted file]
sonar-core/src/main/resources/org/sonar/l10n/core.properties