aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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-222218-5570/+3768
| | | | | | | 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-224-3/+228
| | | | 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-2237-58/+315
| | | | 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-226-10/+317
|
* 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-2114-5/+743
|
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-2118-2/+656
|
* SONAR-23188 Custom design for the mode settingViktor Vorona2024-10-198-8/+313
|
* 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-189-191/+295
|
* SONAR-23191 Add filtering to changelog API (#12101)Dejan Milisavljevic2024-10-185-22/+311
|
* SONAR-22615 Inform admin that updating a group's member when SAML is enabled ↵guillaume-peoch-sonarsource2024-10-183-16/+83
| | | | 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
|
* 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-163-25/+35
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-167-85/+8
|
* 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-163-4/+153
|
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-1611-234/+496
|
* SONAR-23250 Support impacts in rule/searchOrlovAlexander2024-10-164-51/+135
|
* SONAR-23263 Redesign Quality Profile select in activation modalViktor Vorona2024-10-163-59/+77
|
* 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-165-11/+250
|
* SONAR-23250 Add backward and forward severity mapping for quality profileLéo Geoffroy2024-10-162-0/+220
|
* SONAR-23261 Custom software quality severitiesViktor Vorona2024-10-1613-207/+711
|
* SONAR-23250 Support impacts in BuiltInQProfileInsertImplOrlovAlexander2024-10-162-16/+67
|
* SONAR-23250 Add facilitator method for impacts Léo Geoffroy2024-10-164-26/+111
|
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-167-4/+139
|
* SONAR-23188 Rename isLegacy into isStandardMode and useLegacyCCTMode into ↵Ismail Cherri2024-10-1645-232/+255
| | | | useStandardExperienceMode
* SONAR-23191 Quality Profile details adopts MQR modeIsmail Cherri2024-10-167-185/+273
|
* SONAR-23191 Quality Profile comparison pageViktor Vorona2024-10-161-5/+12
|
* SONAR-23197 Project list adapt MQR/Standard modeViktor Vorona2024-10-164-8/+48
|