aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-314-22/+22
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-251-2/+1
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-114-20/+25
* SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDtoLéo Geoffroy2022-05-061-1/+1
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-064-90/+90
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to RULE_DESC_SECTIONS.CONT...Aurelien2022-05-061-1/+1
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-2/+1
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce RuleSectionDescrip...Léo Geoffroy2022-05-062-13/+5
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-4/+4
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2214-30/+32
* [NO-JIRA] Fix QG issue on null-safety for TypeValidationsJacek2022-02-081-20/+4
* Update license headers for 2022 [update headers]Pierre2022-01-28148-148/+148
* SONAR-15776 Remove deprecation for 'Plugin-Dependencies' attributeWouter Admiraal2022-01-272-15/+0
* Improve code qualityDuarte Meneses2021-11-204-25/+30
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1919-262/+163
* Improve code qualityDuarte Meneses2021-11-181-2/+1
* NO-JIRA fixed unit test that was not passing on windowsLukasz Jarocki2021-11-101-1/+1
* SONAR-15579 Improve error verbosity on permission template matching key colli...Klaudio Sinani2021-11-092-0/+86
* Fix code quality issuesDuarte Meneses2021-10-252-4/+4
* SONAR-15507 added new property sonar.updatecenter.cache.ttlLukasz Jarocki2021-10-212-3/+14
* SONAR-15433 Bitbucket auth plugin is not allowed anymore (feature is embedded)Pierre2021-09-281-2/+2
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-161-0/+24
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-192-2/+2
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-192-2/+2
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-192-2/+2
* SONAR-15237 Register removal of pluginsDuarte Meneses2021-08-045-11/+518
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-045-0/+555
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-2/+2
* SONAR-14871 Basic project binding validation endpointJacek2021-06-103-1/+94
* SONAR-14735 Improve log message for plugins risk consent warningJacek2021-04-232-2/+4
* SONAR-14606 Add WARN log when plugins consent not acceptedJacek2021-04-152-8/+25
* SONAR-14606 make consent required when startup with external pluginsZipeng WU2021-04-152-0/+211
* SONAR-14523 implemented splitting plugins into twoLukasz Jarocki2021-03-082-8/+70
* SONAR-14499 Support schema validation for JSON property typesZipeng WU2021-02-261-0/+1
* SONAR-14342 Deprecate Plugin-Dependencies attribute for pluginsDuarte Meneses2021-02-102-2/+17
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08134-134/+134
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-222-14/+12
* SONAR-13999 move project default visibility to global settingsJacek2020-12-222-0/+114
* fix code smellsPierre2020-12-141-1/+1
* SONAR-14189 sonar.dbcleaner.branchesToKeepWhenInactive ignored when set on pr...Michal Duda2020-12-043-300/+0
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-1/+1
* SONAR-13643 Improve error message when duplicate plugins are presentDuarte Meneses2020-09-182-14/+26
* SONAR-13843 Fail if git or svn plugins are installedDuarte Meneses2020-09-182-10/+34
* SONAR-13643 Save plugins with typeDuarte Meneses2020-09-1824-897/+1379
* SONAR-13644 load bundled plugins from 'lib/extension' directoryJacek2020-09-182-47/+129
* Fix warning message when minimal version of required plugin is not installedGilles Querret2020-07-092-2/+3
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-252-12/+12
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-231-1/+1
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-314-47/+46