]> source.dussan.org Git - sonarqube.git/commit
SONAR-3755 Add first version of Issues drilldown
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 16 Apr 2013 09:11:49 +0000 (11:11 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 16 Apr 2013 09:11:49 +0000 (11:11 +0200)
commitc1b8246f1512e42dde50486d059d906b98c6eec2
treef4b4b0c0403c53b08746faa09c0ba73c5f5115f8
parent9f8e526ef4cf4cdbeb497378bb893910eeebb9b7
SONAR-3755 Add first version of Issues drilldown
16 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-batch/src/main/java/org/sonar/batch/issue/IssuesDecorator.java
sonar-server/src/main/java/org/sonar/server/ui/DefaultPages.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_header_issues.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_index_issues.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_issue.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options_issues.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_rules_filter_issues.html.erb [new file with mode: 0644]
sonar-server/src/test/java/org/sonar/server/ui/ViewsTest.java