aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/config
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22516 Retrieve SMTP configuration from internal_propertiesAntoine Vigneau2024-08-161-0/+86
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-2110-1671/+0
* Update license headers for 2022 [update headers]Pierre2022-01-2810-10/+10
* SONAR-14833 Order of fields in SMTP settings is not idealDuarte Meneses2021-07-011-0/+8
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-49/+1
* SONAR-14498 Support JSON property typeJacek2021-02-261-0/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0810-10/+10
* remove use of Stream.peek()Pierre2020-12-091-2/+7
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-3/+22
* SONAR-13214 Restore a minimal Settings API for backward compatibilityJulien HENRY2020-03-231-0/+147
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-235-746/+0
* Format all headers for 2020Wouter Admiraal2020-01-0714-14/+14
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-2/+2
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-261-4/+0
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-125-398/+1
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-124-19/+19
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-261-7/+5
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-0/+4
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-5/+5
* SONAR-11465 API cleanupJulien HENRY2019-01-164-5/+5
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-161-0/+210
* Fix license headers for 2019Duarte Meneses2019-01-0217-17/+17
* Mention ".secured" naming convention in PropertyDefinition Java APISimon Brandhof2018-11-211-0/+4
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-021-1/+4
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-121-143/+0
* SONAR-10288 scanner multivalue property parsing ignore empty fieldsSébastien Lesaint2018-01-251-2/+4
* Fix license headers for 2018Simon Brandhof2018-01-0718-18/+18
* Fix quality flawsJulien Lancelot2017-10-261-2/+2
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-0/+13
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-193-5/+19
* SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP qual...Teryk Bellahsene2017-07-311-4/+7
* Fix Quality flawsSimon Brandhof2017-07-261-2/+2
* Decrease coupling with GuavaSimon Brandhof2017-07-253-33/+27
* SONAR-9283 support trailing/heading whitespaces in propertiesSébastien Lesaint2017-07-211-5/+5
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-043-6/+25
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-048-62/+281
* Remove some usages of Guava in APISimon Brandhof2017-06-198-56/+47
* SONAR-9351 enforce in API allowed qualifiers on PropertyDefinitionSébastien Lesaint2017-06-011-4/+35
* Fix Quality flawsSimon Brandhof2017-03-281-1/+3
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1015-30/+30
* fix quality flawsTeryk Bellahsene2016-11-101-13/+9
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-091-3/+1
* SONAR-8024 Deprecate PropertyFieldDefinition#indicativeSizeJulien Lancelot2016-09-151-5/+11
* SONAR-7987 Deprecate PropertyDefinition#propertySetKey()Julien Lancelot2016-09-151-0/+8
* Remove unused methods about settings in JRubyFacadeSimon Brandhof2016-09-121-1/+0
* SONAR-8047 Validate settings of type REGULAR_EXPRESSIONTeryk Bellahsene2016-09-121-31/+62
* SONAR-8050 Validate settings of type LONGTeryk Bellahsene2016-09-121-8/+16
* SONAR-7978 Add test email configuration form to the settings page (#1216)Stas Vilchik2016-09-061-2/+4
* Improve javadoc of SettingsSimon Brandhof2016-09-062-39/+108
* SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-061-2/+69