]> source.dussan.org Git - sonarqube.git/commit
SONAR-5114 Modify client side application to support App WS
authorStas Vilchik <vilchiks@gmail.com>
Wed, 5 Mar 2014 17:16:25 +0000 (18:16 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 5 Mar 2014 17:16:31 +0000 (18:16 +0100)
commit50aca35f98ddaf325772979e73a8e25ec7aa262b
tree485b912cae8cd66340838fbba6e68d67958b398d
parent292c533649df419f3dd97036dc799624c48d3075
SONAR-5114 Modify client side application to support App WS

Also add translation module
34 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/karma.conf.js
sonar-server/src/main/java/org/sonar/server/qualitygate/ws/QgateAppHandler.java
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
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
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_empty_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_edit_template.hbs.erb
sonar-server/src/main/webapp/WEB-INF/app/views/quality_gates/templates/_quality_gate_sidebar_list_empty_template.hbs.erb
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/javascripts/common/handlebars-extensions.js
sonar-server/src/main/webapp/javascripts/common/inputs.coffee
sonar-server/src/main/webapp/javascripts/common/inputs.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/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-conditions-view.coffee
sonar-server/src/main/webapp/javascripts/quality-gate/views/quality-gate-detail-conditions-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/tests/common/inputsSpec.coffee
sonar-server/src/main/webapp/javascripts/tests/common/inputsSpec.js
sonar-server/src/main/webapp/javascripts/tests/translateSpec.coffee [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/tests/translateSpec.js [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/translate.js [new file with mode: 0644]
sonar-server/wro.xml