aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12782 Updating labels for project tokensRevanshu Paliwal2022-06-013-63/+155
|
* SONAR-16370 Added integration test for new endpoint api/issues/pullLukasz Jarocki2022-06-012-0/+106
|
* SONAR-16316 Include issues with 'diff' issue changes into csv resultJacek2022-06-012-7/+33
|
* SONAR-16316 Add ITDuarte Meneses2022-06-015-0/+152
|
* SONAR-16453 Access api/qualitygates/project_status with Execute Analysis ↵Matteo Mara2022-06-012-3/+35
| | | | permission
* SONAR-16316 Improvements on quality gate findings CSV fileKlaudio Sinani2022-06-013-67/+28
|
* SONAR-16316 Changing name for the pdf fileRevanshu Paliwal2022-06-011-1/+1
|
* SONAR-16397 fix show hotspot API endpoint's payloadAurelien Poscia2022-06-012-7/+7
|
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-0116-6/+1334
|
* SONAR-16337 Handle shortcuts and inputs when keydownGuillaume Peoc'h2022-05-3116-12/+96
|
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-3128-340/+658
|
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-313-6/+6
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-3127-112/+210
| | | | - introduce internal SonarQubeVersion
* SONAR-16397 Add DB migration to migrate rule descriptions to new structureAurelien Poscia2022-05-316-14/+509
|
* SONAR-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-302-2/+79
|
* SONAR-16177 fix SSF-206Aurelien Poscia2022-05-308-135/+350
|
* SONAR-16252 update protobuf to 3.21.0Zipeng WU2022-05-301-1/+1
|
* SONAR-16302 Adhoc description sections are not populated correctly on web ↵Léo Geoffroy2022-05-272-9/+26
| | | | api (#5996)
* SONAR-16416 Fix SSF-266Jacek2022-05-277-63/+229
|
* SONAR-16407 Update gitlab logoJeremy Davis2022-05-272-3/+2
|
* SONAR-16365 Adding title to rule description sectionMathieu Suen2022-05-254-15/+74
|
* SONAR-14648 Handle 'Open in IDE' errorsJeremy Davis2022-05-251-1/+2
|
* SONAR-16383 Change secondary issues in file to allow focus on the current issueMathieu Suen2022-05-2518-232/+220
|
* NO-JIRA Fix validate task running conditionPhilippe Perrin2022-05-251-1/+1
|
* SONAR-16397 Hotspot API: return default section in 'riskDescription' field ↵Aurelien Poscia2022-05-252-3/+3
| | | | instead of 'vulnerabilityDescription'
* Remove unnecessary dependency managemant on jackson dataformatZipeng WU2022-05-251-5/+0
|
* SONAR-16419 Fix rule metadata migrationZipeng WU2022-05-251-1/+1
|
* SONAR-16245 Place others category at the endJeremy Davis2022-05-252-21/+31
|
* SONAR-16316 Update wording for value type & error threshold of quality gate ↵Klaudio Sinani2022-05-252-26/+94
| | | | findings
* SONAR-16316 Changing button text from cancel to closeRevanshu Paliwal2022-05-251-1/+1
|
* SONAR-16316 Migrate Quality Profile & Quality Gate queries to Quality Gate & ↵Klaudio Sinani2022-05-2514-163/+165
| | | | Quality Profile daos
* SONAR-16316 Add resolution and commentsDuarte Meneses2022-05-253-2/+28
|
* SONAR-16316 Add quality gate and quality profile findingsKlaudio Sinani2022-05-2510-1/+357
|
* SONAR-16316 Update the sonarqube docs to inform users of how to download a ↵Peeter Piegaze2022-05-251-1/+16
| | | | regulatory report
* SONAR-16316 New place for regulatory reportRevanshu Paliwal2022-05-2513-97/+543
|
* SONAR-16316 Regulatory report api integration fixesRevanshu Paliwal2022-05-251-2/+2
|
* SONAR-16316 Fill report dataDuarte Meneses2022-05-2519-244/+116
|
* SONAR-16316 Add new `regulatoryReportFeatureEnabled` feature flagKlaudio Sinani2022-05-253-3/+42
|
* SONAR-16316 Page and link to download regulatory reportRevanshu Paliwal2022-05-258-2/+168
|
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-2513-11/+345
| | | | | | | | 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
* feat(BUILD-1436): sbom pluginJulien Carsique2022-05-244-18/+43
|
* SONAR-16303 Add frontend IT for advance ruleMathieu Suen2022-05-2428-157/+475
|
* SONAR-16303 Add advanced rule description tabs for issuePhilippe Perrin2022-05-241-8/+29
|
* SONAR-16303 The 'Why is this an issue' button is not available anymore on ↵Mathieu Suen2022-05-2429-331/+1012
| | | | the issue page
* SONAR-16303 Display rule description header and tabs for issuesPhilippe Perrin2022-05-248-53/+283
|
* [NO JIRA] Fix small typoWouter Admiraal2022-05-241-1/+1
|
* SONAR-16426 Remove old SonarCloud specific codeWouter Admiraal2022-05-2417-683/+3
| | | | | | - Drop all SonarCloud translation keys - Drop SonarCloud-specific CSS - Drop SonarCloud-specific documentation pages
* SONAR-16426 Remove SonarCloud code (frontend)Guillaume Peoc'h2022-05-2418-235/+21
|
* SONAR-16431 Fix project recomputation failure when project is part of large ↵Jacek2022-05-242-14/+25
| | | | portfolio
* [NO JIRA] Remove dead code, fix 'initial token name' bugWouter Admiraal2022-05-243-29/+31
| | | | | | | | - Remove methods that are no longer used - Passing the initial token name as a prop was broken, and the name was always reset to an empty string. This is now fixed. - Passing an initial token name to `getUniqueTokenName()` should not be optional (doesn't make any sense to pass an empty string).