]> source.dussan.org Git - sonarqube.git/commit
SONAR-37 & SONAR-2911 Add comparison tool
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 29 Nov 2012 10:28:02 +0000 (11:28 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 29 Nov 2012 12:46:38 +0000 (13:46 +0100)
commitc0449e0a612fc44c4a4bff06a35c1f744c898608
tree322fce23a111977b4c27933c6f67576e0553998a
parent9322b252de6c294af1b54377c9df3a7c737771f8
SONAR-37 & SONAR-2911 Add comparison tool

- To compare projects to each others (SONAR-37)
- To compare X versions of a project (SONAR-2911)
13 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/DefaultResourceTypes.java
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/comparison/_versions.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/comparison/index.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/layouts/_tools.html.erb
sonar-server/src/main/webapp/images/controls/move_down.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/controls/move_left.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/controls/move_right.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/controls/move_up.png [new file with mode: 0644]