aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/config/SettingsTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-453/+0
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Redundant throws clause in testsDavid Gageot2015-05-071-1/+1
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+1
* Replace fest-assert by assertJSimon Brandhof2015-01-101-6/+6
* Fix quality flawsSimon Brandhof2014-10-151-1/+15
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Add unit test to Settings#getBoolean()Simon Brandhof2013-10-041-12/+25
* SONAR-4061 The property 'sonar.password' is not encryptableJulien HENRY2013-06-261-23/+23
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-251-2/+2
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-241-2/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-261-15/+15
* SONAR-3940 do not duplicate property in settings pageSimon Brandhof2012-12-071-1/+10
* SONAR-3940 property relocationSimon Brandhof2012-11-071-1/+39
* SONAR-3898 API: add methods getFloat() and getDouble() to org.sonar.api.confi...Simon Brandhof2012-10-221-20/+75
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-281-38/+21
* SONAR-3529 prepare for json parsing of property setsDavid Gageot2012-09-251-12/+31
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-201-1/+48
* Add some tests to org.sonar.api.config.SettingsSimon Brandhof2012-07-061-2/+51
* API: add Settings#getStringLines(String key)Simon Brandhof2012-07-061-6/+67
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-211-36/+42
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-15/+13
* SONAR-3316 trim all the propertiesSimon Brandhof2012-03-151-0/+15
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim va...simonbrandhof2011-12-071-1/+23
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-0/+124