]> source.dussan.org Git - sonarqube.git/commit
SONAR-3529 prepare for json parsing of property sets
authorDavid Gageot <david@gageot.net>
Tue, 25 Sep 2012 13:58:42 +0000 (15:58 +0200)
committerDavid Gageot <david@gageot.net>
Tue, 25 Sep 2012 13:59:38 +0000 (15:59 +0200)
commitdad576683bcc8aa250e4c018375e86c7dc6dbd61
tree8b5913b5ee2e49c083e43f51ca87153bd4ed776a
parentd86f29b63dc617efc57b81c9305f5420390e061c
SONAR-3529 prepare for json parsing of property sets
19 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
sonar-plugin-api/src/main/java/org/sonar/api/Property.java
sonar-plugin-api/src/main/java/org/sonar/api/config/PropertyDefinition.java
sonar-plugin-api/src/main/java/org/sonar/api/config/PropertySetValue.java
sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java
sonar-plugin-api/src/test/java/org/sonar/api/config/PropertyDefinitionTest.java
sonar-plugin-api/src/test/java/org/sonar/api/config/PropertySetValueTest.java [new file with mode: 0644]
sonar-plugin-api/src/test/java/org/sonar/api/config/SettingsTest.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
sonar-server/src/main/webapp/WEB-INF/app/models/property_set.rb
sonar-server/src/main/webapp/WEB-INF/app/views/property_sets/_list.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/property_sets/index.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_multi_value.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_settings.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_type_PROPERTY_SET.html.erb