]> source.dussan.org Git - sonarqube.git/commit
SONAR-1956 improve filters in order to display variations
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 10 Dec 2010 13:37:09 +0000 (13:37 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 10 Dec 2010 13:37:09 +0000 (13:37 +0000)
commitfe0b0a7a4ba6ecca89ee70452f22d9e9dcc1e924
tree3eb400acc77b5173120a89acf28266c2f15ac038
parenta55b6d2875e0386cef1c95b6e638c8dd5d9939d0
SONAR-1956 improve filters in order to display variations
16 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/timemachine/PastSnapshotFinder.java
sonar-server/src/main/java/org/sonar/server/filters/Filter.java
sonar-server/src/main/java/org/sonar/server/filters/MeasureCriterion.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/criterion.rb
sonar-server/src/main/webapp/WEB-INF/app/models/filter_context.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/filter_result.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_criterion.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_variations_to_filters.rb
sonar-server/src/main/webapp/images/trend-up.png
sonar-server/src/test/java/org/sonar/server/filters/FilterExecutorTest.java