]> source.dussan.org Git - sonarqube.git/commit
SONAR-3825 manage system filters
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 26 Nov 2012 16:27:58 +0000 (17:27 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 26 Nov 2012 16:27:58 +0000 (17:27 +0100)
commit1ac7e40d2210a59f3650d3c1d5a394afdbe09e45
tree59e2e941670f7061b5728974b53f7fcd2838fdc8
parent83f1a6be23cc239d4d3790e57ff1fa24306a0a82
SONAR-3825 manage system filters
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/system_measure_filters_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/system_measure_filters/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/357_move_existing_measure_filters.rb