]> source.dussan.org Git - sonarqube.git/commit
Quality Gates: new layout, some other improvements
authorStas Vilchik <vilchiks@gmail.com>
Fri, 28 Feb 2014 14:48:21 +0000 (15:48 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 28 Feb 2014 14:48:29 +0000 (15:48 +0100)
commitda74d65ac8398d6afb63fede473d977a8becf7fb
tree11087213276d9bfedec4db874025257dd52004d6
parentd3be23962aaba63a9e0c387b74da0d99ca974b17
Quality Gates: new layout, some other improvements
41 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/quality_gates_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_actions_template.hbs.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_condition_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_conditions_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_header_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_projects_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_renaming_template.hbs.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_detail_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_edit_template.hbs.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_sidebar_list_item_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_sidebar_list_template.hbs.erb [deleted file]
sonar-server/src/main/webapp/javascripts/issues/app.js
sonar-server/src/main/webapp/javascripts/quality-gate/app.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/app.js
sonar-server/src/main/webapp/javascripts/quality-gate/router.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/router.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-actions-view.coffee [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-condition-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-header-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-header-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-projects-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-renaming-view.coffee [deleted file]
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-renaming-view.js [deleted file]
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-edit-view.coffee [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-edit-view.js [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-sidebar-list-item-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-sidebar-list-item-view.js
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-sidebar-list-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-sidebar-list-view.js
sonar-server/src/main/webapp/stylesheets/navigator.css
sonar-server/src/main/webapp/stylesheets/navigator/base.css
sonar-server/src/main/webapp/stylesheets/navigator/base.less
sonar-server/src/main/webapp/stylesheets/quality-gates.css
sonar-server/src/main/webapp/stylesheets/quality-gates.less
sonar-server/src/main/webapp/stylesheets/style.css