aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/config/PropertyDefinitions.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-223/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-3/+22
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-5/+5
* SONAR-11465 API cleanupJulien HENRY2019-01-161-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-191-1/+5
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-0/+1
* Remove some usages of Guava in APISimon Brandhof2017-06-191-2/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-091-3/+1
* SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-261-0/+2
* SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-041-2/+2
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-9/+9
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-2/+2
* Useless codeDavid Gageot2015-05-121-4/+4
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-3/+5
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-5/+4
* SONAR-5682 drop deprecated PropertyDefinitions#getPropertiesByCategory()Simon Brandhof2014-10-031-34/+0
* Fix administration section in webappSimon Brandhof2014-10-031-2/+9
* Code clean-upSimon Brandhof2014-10-021-2/+0
* Fix some quality flawsSimon Brandhof2014-03-191-1/+1
|\
| * Fixes a couple of issues by using interfaces rather than a specific implement...Hans Joachim Desserud2013-11-021-1/+1
* | Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|/
* SONAR-4660 Move 'Security' in its own category and move 'Encryption' inside. ...Julien Lancelot2013-09-191-15/+12
* SONAR-4501 Moved Category & SubCategory to internal packageJulien HENRY2013-07-161-0/+3
* SONAR-4501 Make properties (sub)categories case insensitivesJulien HENRY2013-07-161-6/+45
* Add javadoc to org.sonar.api.config.PropertyDefinitionSimon Brandhof2013-06-061-0/+4
* SONAR-3159 Sub categories are now displayed as tabsJulien HENRY2013-04-251-3/+8
* Rename PropertyDefinition#subcategory() to subCategory()Simon Brandhof2013-04-251-1/+1
* Revert Rename PropertyDefinitions to PropertyDefsJulien Lancelot2013-04-251-15/+15
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-251-0/+180
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-241-180/+0
* Rename PropertyDefinition by PropertyDefJulien Lancelot2013-04-241-20/+16
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3159 Properties sub-categories, sort and descriptionJulien HENRY2013-04-191-8/+22
* Fix quality flawJulien Lancelot2013-03-281-1/+3
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ...Julien Lancelot2013-03-271-46/+9
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-261-11/+20
* SONAR-3940 do not duplicate property in settings pageSimon Brandhof2012-12-071-3/+6
* SONAR-3940 property relocationSimon Brandhof2012-11-071-0/+20
* SONAR-3754 Trying to remove duplicationDavid Gageot2012-09-241-25/+36
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-201-3/+50
* Revert change that broke the APIDavid Gageot2012-05-281-2/+2