]> source.dussan.org Git - sonarqube.git/commit
SONAR-1722 improve the tab "Hierarchy" of inheritance of profiles
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 13:22:53 +0000 (13:22 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 13:22:53 +0000 (13:22 +0000)
commitedae963aa71586cc2d2b97d82864cf23776f9198
tree6b03c93c7217a64d99aace6fba7fcc9acb43444a
parentb47ed977b4bc3c66db4eb269faaa5cd9c77207a3
SONAR-1722 improve the tab "Hierarchy" of inheritance of profiles
sonar-server/src/main/java/org/sonar/server/configuration/ProfilesManager.java
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/profile.rb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/hierarchy.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/inheritance.html.erb [deleted file]
sonar-server/src/main/webapp/stylesheets/style.css
sonar-server/src/test/java/org/sonar/server/configuration/InheritedProfilesTest.java