aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/config
Commit message (Expand)AuthorAgeFilesLines
* Tests should use ExpectedExceptionDavid Gageot2015-05-131-25/+20
* Redundant throws clause in testsDavid Gageot2015-05-073-4/+4
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+1
* Revert change on equals on Category since it is breaking UIJulien HENRY2015-02-231-0/+34
* SONAR-6079 A license might be displayed as expired even though it's not the caseJulien HENRY2015-02-171-3/+16
* Replace fest-assert by assertJSimon Brandhof2015-01-106-12/+12
* Fix quality flawsSimon Brandhof2014-10-151-1/+15
* Fix administration section in webappSimon Brandhof2014-10-031-13/+0
* Code clean-upSimon Brandhof2014-10-023-4/+1
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-3/+5
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-119-9/+9
* Add unit test to Settings#getBoolean()Simon Brandhof2013-10-041-12/+25
* SONAR-4660 Move 'Security' in its own category and move 'Encryption' inside. ...Julien Lancelot2013-09-191-33/+32
* SONAR-4644 Failure "Duplicate Keys not allowed" in PicoContainerSimon Brandhof2013-09-091-0/+6
* Improve code coverageJulien HENRY2013-08-011-1/+1
* Added unit tests to cover additional branchesJean-Baptiste Vilain2013-07-191-0/+11
* SONAR-4501 Moved Category & SubCategory to internal packageJulien HENRY2013-07-162-1/+7
* SONAR-4501 Make properties (sub)categories case insensitivesJulien HENRY2013-07-162-19/+82
* SONAR-4061 The property 'sonar.password' is not encryptableJulien HENRY2013-06-263-60/+43
* Add javadoc to org.sonar.api.config.PropertyDefinitionSimon Brandhof2013-06-061-0/+15
* Rename some remaining "Sonar" to "SonarQube"Simon Brandhof2013-06-021-1/+1
* SONAR-4340 Don't show Obeo license propertyJulien HENRY2013-05-201-1/+3
* SONAR-4340 Display additional properties on licensesJulien HENRY2013-05-201-47/+53
* SONAR-3159 Sub categories are now displayed as tabsJulien HENRY2013-04-251-2/+2
* Rename PropertyDefinition#subcategory() to subCategory()Simon Brandhof2013-04-251-2/+2
* Revert Rename PropertyDefinitions to PropertyDefsJulien Lancelot2013-04-252-36/+36
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-253-16/+16
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-243-16/+16
* Rename PropertyDefinition by PropertyDefJulien Lancelot2013-04-242-37/+37
* Forbid setting both onQualifiers and onlyOnQualifiersJulien Lancelot2013-04-231-27/+58
* Update PropertyDefinition API : rename Builder.build() to Builder.builder(), ...Julien Lancelot2013-04-232-29/+50
* Update copyright headersSimon Brandhof2013-04-228-32/+32
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-218-24/+24
* SONAR-3159 Properties sub-categories, sort and descriptionJulien HENRY2013-04-191-12/+25
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-042-11/+7
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ...Julien Lancelot2013-03-271-7/+11
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-263-140/+247
* Add unit testFabrice Bellingard2013-02-191-0/+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
* Fix violationsDavid Gageot2012-10-051-11/+11
* SONAR-3529 Improve property setsDavid Gageot2012-10-041-1/+3
* SONAR-3529 Property field validationDavid Gageot2012-10-011-1/+4
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-286-247/+38
* SONAR-3529 prepare for json parsing of property setsDavid Gageot2012-09-253-15/+97
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-241-1/+17
* SONAR-3529 API: ability to define property sets. Fix server startupDavid Gageot2012-09-241-0/+1
* SONAR-3529 API: ability to define property setsDavid Gageot2012-09-243-0/+140
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-203-78/+133