aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/config
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-217-1068/+0
|
* Update license headers for 2022 [update headers]Pierre2022-01-287-7/+7
|
* Improve code qualityDuarte Meneses2021-11-202-14/+14
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-12/+7
|
* SONAR-14833 Order of fields in SMTP settings is not idealDuarte Meneses2021-07-011-0/+7
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-11/+2
|
* SONAR-14498 Support JSON property typeJacek2021-02-261-19/+34
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-087-7/+7
|
* fix assertions on incompatible types on overall codePierre2020-12-091-1/+1
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-17/+48
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-232-247/+0
|
* Format all headers for 2020Wouter Admiraal2020-01-079-9/+9
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-3/+3
|
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-261-12/+0
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-1/+1
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-123-831/+1
| | | | sonar-plugin-api-impl
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-261-13/+7
|
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-0/+12
|
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-161-0/+265
|
* Fix license headers for 2019Duarte Meneses2019-01-0210-10/+10
|
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-021-1/+19
| | | | To fix Bitbucket/GitHub oauth, and probably many other places
* SONAR-10817 Cleanup of old editionsEric Hartmann2018-06-121-161/+0
|
* SONAR-10594 add more tests for Configuration#getBoolean()Simon Brandhof2018-05-101-0/+31
|
* Fix license headers for 2018Simon Brandhof2018-01-0711-11/+11
|
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-021-1/+2
|
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-021-3/+3
|
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-193-12/+192
|
* SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP ↵Teryk Bellahsene2017-07-312-6/+7
| | | | qualifier
* SONAR-9283 support trailing/heading whitespaces in propertiesSébastien Lesaint2017-07-211-0/+104
| | | | for numbers and boolean types
* SONAR-9478 Replace Settings by ConfigurationJulien HENRY2017-07-041-1/+1
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-042-1/+5
|
* SONAR-9351 enforce in API allowed qualifiers on PropertyDefinitionSébastien Lesaint2017-06-011-5/+113
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-33/+28
| | | | and decrease usages of Hamcrest
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1010-20/+20
|
* SONAR-8047 Validate settings of type REGULAR_EXPRESSIONTeryk Bellahsene2016-09-121-1/+14
|
* SONAR-8050 Validate settings of type LONGTeryk Bellahsene2016-09-121-0/+13
|
* SONAR-8055 Declare emails configuration with PropertyDefinitionJulien Lancelot2016-09-061-0/+5
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-062-89/+56
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-7969 Property with fields is considered as a PROPERTY_SETJulien Lancelot2016-08-251-0/+2
|
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-051-4/+3
|
* Fix project title in copyright headersSimon Brandhof2016-01-1310-10/+10
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0510-40/+40
|
* 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
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* 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
|