aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23425 Scanning alerts work in both MQR and STANDARD modesDejan Milisavljevic2024-10-232-1/+3
|
* SONAR-23133 Downgrade ElasticSearch Server from 8.15.2 to 8.14.3Matteo Mara2024-10-231-1/+1
|
* SONAR-23461 fixed an issue where telemetry for helm autoscaling and ↵lukasz-jarocki-sonarsource2024-10-232-2/+6
| | | | openshift was not sent
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-222221-5574/+3769
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-23205 Add rollup-plugin-license like in SC (serve 3rd-party licenses ↵David Cho-Lerat2024-10-225-4/+229
| | | | at /vendor.LICENSE.txt)
* SONAR-23205 Genereate CSP hash of assetsPath script based WEB_CONTEXT valueGrégoire Aubert2024-10-222-3/+42
|
* SONAR-23205 Add lazy loading on most routes to improve build and dev server ↵Grégoire Aubert2024-10-2238-59/+317
| | | | perfs
* SONAR-23205 Move Esbuild config into each extensionsGrégoire Aubert2024-10-222-118/+0
|
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-2238-1048/+248
|
* SONAR-23205 Migrate build system to viteJeremy Davis2024-10-2229-706/+1953
|
* CODEFIX-75 Add a service connection test button in the admin sectionDamien Urruty2024-10-227-10/+331
|
* SONAR-23460 Update SonarSecurity to version 10.8.0.33361 (#12124)Christophe Zürn2024-10-221-6/+6
|
* SONAR-23232 Fix analysis missing message showing on all Pull RequestsIsmail Cherri2024-10-223-4/+42
|
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-225-10/+37
|
* SONAR-23325 Add changelog for new severities introduced (INFO, BLOCKER)Léo Geoffroy2024-10-2110-12/+48
|
* SONAR-23430 modified api/system/liveness to not pollute logslukasz-jarocki-sonarsource2024-10-213-11/+16
|
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-2126-11/+1218
|
* SONAR-23098 Introduce Project Dependencies tabLucas2024-10-2115-5/+765
|
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-2118-2/+656
|
* SONAR-23098 Parse dependencies in the FOSSA reportJulien HENRY2024-10-211-0/+4
|
* SONAR-23098 Add dependencies to the scanner reportJulien HENRY2024-10-216-5/+57
|
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-2113-15/+184
|
* SONAR-23188 Custom design for the mode settingViktor Vorona2024-10-1910-8/+327
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-1823-90/+298
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-23259 Update QualityProfileChangesUpdater OrlovAlexander2024-10-182-18/+4
|
* SONAR-23191 Filter updates based on MQR or STANDARD modesIsmail Cherri2024-10-1810-192/+296
|
* SONAR-23191 Add filtering to changelog API (#12101)Dejan Milisavljevic2024-10-186-27/+312
|
* SONAR-23426 Update CFamily analyzer and dependencies to version 6.60.0.76379 ↵hashicorp-vault-sonar-prod[bot]2024-10-181-2/+2
| | | | (#12107)
* SONAR-22615 Inform admin that updating a group's member when SAML is enabled ↵guillaume-peoch-sonarsource2024-10-184-16/+84
| | | | is temporary
* SONAR-22871 Fix CLOB type assertionsEric Giffon2024-10-171-4/+7
|
* SONAR-23189 Adjust Rule customization modal with Mode settingViktor Vorona2024-10-175-29/+11
|
* No-JIRA Add missing package to fix issueLéo Geoffroy2024-10-171-0/+23
|
* SONAR-23250 Update plugin-api version to releasedLéo Geoffroy2024-10-161-1/+1
|
* SONAR-23250 Ignore the order of impacts on showing the customization infoViktor Vorona2024-10-164-95/+126
|
* SONAR-23250 Show only changed impacts in quality profile comparisonViktor Vorona2024-10-164-23/+96
|
* SONAR-23258 fix bug with custom rulesLéo Geoffroy2024-10-164-16/+21
|
* SONAR-23343 Add impacts to regulatory reportOrlovAlexander2024-10-162-3/+15
|
* SONAR-23250 Compare active rules impacts when comparing quality profilesDejan Milisavljevic2024-10-1610-97/+382
|
* SONAR-23250 Fix issues raised by the scanDejan Milisavljevic2024-10-162-2/+1
|
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-1612-8/+274
|
* SONAR-23250 Rename softwareQualityImpact to impactsViktor Vorona2024-10-163-11/+9
|
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-165-25/+129
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-1618-60/+209
|
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-168-59/+313
|
* SONAR-23250 Update activate_rule endpoint to support impactsLéo Geoffroy2024-10-164-4/+155
|
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-1611-234/+496
|
* SONAR-23250 Support impacts in rule/searchOrlovAlexander2024-10-165-51/+136
|
* SONAR-23263 Redesign Quality Profile select in activation modalViktor Vorona2024-10-164-60/+80
|
* SONAR-23262 Divide tests RuleList from RuleDetailsViktor Vorona2024-10-162-398/+424
|
* SONAR-23262 Show if rule is customized on the quality profile list?Viktor Vorona2024-10-166-11/+253
|