]> source.dussan.org Git - sonarqube.git/commit
SONAR-1937 add the field 'age' to violations web service + display the select box...
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 7 Dec 2010 16:17:50 +0000 (16:17 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 7 Dec 2010 16:17:50 +0000 (16:17 +0000)
commit0cd519b35d499f60fceec66f08dc7ca80301f127
tree8c9a547da0ee1ce5c1bf20e9d139f1f705b42bec
parentc1cfffea2098a53ab078deb9bebe47b627c389cf
SONAR-1937 add the field 'age' to violations web service + display the select box to filter violations by period
plugins/sonar-core-gwt/src/main/java/org/sonar/plugins/core/violationsviewer/client/ViolationsPanel.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/timemachine/TimeMachineConfigurationPersister.java
sonar-gwt-api/src/main/java/org/sonar/wsclient/gwt/unmarshallers/ViolationUnmarshaller.java
sonar-server/src/main/webapp/WEB-INF/app/helpers/drilldown_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/index.html.erb
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Violation.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ViolationUnmarshaller.java