aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-api
Commit message (Collapse)AuthorAgeFilesLines
...
* [NO-JIRA] Use record for data classesZipeng WU2023-01-122-34/+3
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-8/+7
|
* Update license templates for 2023Pierre2023-01-02146-146/+146
|
* [NO-JIRA] Unit test should generate jars in temporary folderZipeng WU2022-12-303-14/+6
|
* SONAR-17579 add security Link attributes noopener and noreferrerZipeng WU2022-12-192-0/+0
|
* SONAR-17735 Telemetry improvementsalain2022-12-191-0/+1
|
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-067-277/+38
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-20/+20
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* NO-JIRA Fix code smellsAntoine Vinot2022-10-142-4/+0
|
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-1415-36/+22
|
* SONAR-17118 migrate branch support flag to features/list APIMatteo Mara2022-10-121-1/+2
|
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-291-4/+8
|
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-191-1/+0
|
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-196-131/+219
|
* SONAR-17210 - Update Github Scanning Alerts on status changesAntoine Vinot2022-08-302-14/+42
|
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-222-15/+16
| | | | API version
* SONAR-16642 fix race condition on HealthReducerPierre2022-07-141-8/+2
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-091-1/+0
|
* SONAR-13822 Make plugin requirements check consistence between CE and WEB ↵Jacek2022-06-071-50/+1
| | | | processes
* SONAR-14503: Remove `plugin` word from the installed plugins log messageDimitris Kavvathas2022-06-032-2/+11
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-314-22/+22
| | | | - introduce internal SonarQubeVersion
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-251-2/+1
| | | | | | | | SONAR-16316 Export CSV files with issues SONAR-16316 Create Web API 'api/regulatory_reports/download' SONAR-16316 Export Scanner Context SONAR-16316 Write report zip file SONAR-16316 Integrate pdf report in zip file
* 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 ↵Aurelien2022-05-061-1/+1
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-061-2/+1
|
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-062-13/+5
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* 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
| | | | This reverts commit b77a6640703c3a7740b7d4b42c2b54aba7c417cd
* 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 ↵Klaudio Sinani2021-11-092-0/+86
| | | | collision + unit test
* 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
|