Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 7 | -1068/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 7 | -7/+7 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 2 | -14/+14 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 1 | -12/+7 |
| | |||||
* | SONAR-14833 Order of fields in SMTP settings is not ideal | Duarte Meneses | 2021-07-01 | 1 | -0/+7 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 1 | -11/+2 |
| | |||||
* | SONAR-14498 Support JSON property type | Jacek | 2021-02-26 | 1 | -19/+34 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 7 | -7/+7 |
| | |||||
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | SONAR-13272 fix issue with setting some properties through env variables | Michal Duda | 2020-04-14 | 1 | -17/+48 |
| | |||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 2 | -247/+0 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 9 | -9/+9 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 1 | -3/+3 |
| | |||||
* | SC-795 remove SonarCloud label from emails | Simon Brandhof | 2019-07-26 | 1 | -12/+0 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -1/+1 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 3 | -831/+1 |
| | | | | sonar-plugin-api-impl | ||||
* | SONAR-10725 fix EmailSettings.getServerBaseURL() | Sébastien Lesaint | 2019-04-26 | 1 | -13/+7 |
| | |||||
* | SONAR-11757 single notification for FPs and changes on my issues | Sébastien Lesaint | 2019-04-23 | 1 | -0/+12 |
| | |||||
* | SONAR-11459 Remove ModuleFileSystemInitializer | Julien HENRY | 2019-01-16 | 1 | -0/+265 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 10 | -10/+10 |
| | |||||
* | SONAR-11073 Remove trailing slash in "Server base URL" | Julien HENRY | 2018-08-02 | 1 | -1/+19 |
| | | | | To fix Bitbucket/GitHub oauth, and probably many other places | ||||
* | SONAR-10817 Cleanup of old editions | Eric Hartmann | 2018-06-12 | 1 | -161/+0 |
| | |||||
* | SONAR-10594 add more tests for Configuration#getBoolean() | Simon Brandhof | 2018-05-10 | 1 | -0/+31 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 11 | -11/+11 |
| | |||||
* | SONAR-9771 add property email.fromName and use it in email notifications | Sébastien Lesaint | 2017-10-02 | 1 | -1/+2 |
| | |||||
* | SONAR-4824 Prevent notification when user does not have Browse permission | Eric Hartmann | 2017-10-02 | 1 | -3/+3 |
| | |||||
* | SONAR-9283 Settings, Configuration and Props trim values at insert | Sébastien Lesaint | 2017-09-19 | 3 | -12/+192 |
| | |||||
* | SONAR-9551 PropertyDefinition and ResourceTypeTree correctly handles APP ↵ | Teryk Bellahsene | 2017-07-31 | 2 | -6/+7 |
| | | | | qualifier | ||||
* | SONAR-9283 support trailing/heading whitespaces in properties | Sébastien Lesaint | 2017-07-21 | 1 | -0/+104 |
| | | | | for numbers and boolean types | ||||
* | SONAR-9478 Replace Settings by Configuration | Julien HENRY | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | SONAR-9478 Deprecate Settings and introduce new Configuration interface | Julien HENRY | 2017-07-04 | 2 | -1/+5 |
| | |||||
* | SONAR-9351 enforce in API allowed qualifiers on PropertyDefinition | Sébastien Lesaint | 2017-06-01 | 1 | -5/+113 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 2 | -33/+28 |
| | | | | and decrease usages of Hamcrest | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 10 | -20/+20 |
| | |||||
* | SONAR-8047 Validate settings of type REGULAR_EXPRESSION | Teryk Bellahsene | 2016-09-12 | 1 | -1/+14 |
| | |||||
* | SONAR-8050 Validate settings of type LONG | Teryk Bellahsene | 2016-09-12 | 1 | -0/+13 |
| | |||||
* | SONAR-8055 Declare emails configuration with PropertyDefinition | Julien Lancelot | 2016-09-06 | 1 | -0/+5 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 2 | -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_SET | Julien Lancelot | 2016-08-25 | 1 | -0/+2 |
| | |||||
* | SONAR-7727 Remove deprecated stuff from Resources API | Julien HENRY | 2016-07-05 | 1 | -4/+3 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 10 | -10/+10 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -40/+40 |
| | |||||
* | Tests should use ExpectedException | David Gageot | 2015-05-13 | 1 | -25/+20 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -4/+4 |
| | |||||
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 1 | -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 UI | Julien HENRY | 2015-02-23 | 1 | -0/+34 |
| | |||||
* | SONAR-6079 A license might be displayed as expired even though it's not the case | Julien HENRY | 2015-02-17 | 1 | -3/+16 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 6 | -12/+12 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2014-10-15 | 1 | -1/+15 |
| | |||||
* | Fix administration section in webapp | Simon Brandhof | 2014-10-03 | 1 | -13/+0 |
| |