aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-17786 Update Jetty to 11.XJacek Poreda2024-12-181-62/+70
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-1835-175/+176
|
* SONAR-23932 Drop support of deprecated org.sonar.api.web.ServletFilterJacek Poreda2024-12-185-124/+44
|
* NO JIRA fix quality gate status.Matteo Mara2024-12-181-1/+0
|
* SONAR-23893 Inject different AiCodeAssuranceVerifier impl depending on editionAnita Stanisz2024-12-181-1/+2
|
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-181-0/+2
|
* SONAR-23738 Portfolio and Subportfolio selection mode telemetryOrlovAlexander2024-12-185-0/+199
|
* SONAR-23901 replace invalid documentation upgrade url.Steve Marion2024-12-091-1/+1
|
* SONAR-23732 Migrate telemetry key from 'portfolio_reports_confidential_flag' ↵Dejan Milisavljevic2024-12-063-116/+0
| | | | to 'pdf_reports_confidential_flag' and define it only for Enterprise+
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-061-0/+2
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-061-0/+2
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-041-0/+4
|
* SONAR-23619 Add new action to list and show QG endpoints (#12391)Anita Stanisz2024-11-291-0/+2
|
* SONAR-23729 Drop telemetry metric about CPP configuration typeMatteo Mara2024-11-294-229/+0
|
* SONAR-23755 Add core extension common to allow SQS specific behavior to ↵Steve Marion2024-11-283-4/+8
| | | | happen. Add to DefaultLinkGenerator extension point to modify the default documentation base URL.
* SONAR-23367 Send notification to instance admins about the existence of two ↵Léo Geoffroy2024-11-261-3/+5
| | | | modes.
* SONAR-23299 Add missing portfolios and views metrics and reindex project measureLéo Geoffroy2024-11-051-4/+6
|
* SONAR-23466 Partially revert changes made by SONAR-22914Julien HENRY2024-10-241-3/+2
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-241-4/+4
| | | | plugin API
* SONAR-23205 Genereate CSP hash of assetsPath script based WEB_CONTEXT valueGrégoire Aubert2024-10-222-3/+42
|
* SONAR-23205 Migrate build system to viteJeremy Davis2024-10-224-4/+5
|
* NO-JIRA Fix SQ Issuesantoine.vinot2024-10-221-2/+2
|
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-161-0/+2
|
* SONAR-23195 MQR mode for Code and Measures pagesIsmail Cherri2024-10-161-1/+1
|
* SONAR-23194 Project overview adopts MQR modeIsmail Cherri2024-10-161-1/+1
|
* SONAR-23188 MQR Mode settingViktor Vorona2024-10-163-0/+140
|
* NO-JIRA Refactor v2 telemetry data providerDamien Urruty2024-10-156-114/+23
| | | | Introduce an abstract class to differentiate static characteristics (dimension, metric key, ...) and dynamic (the actual value) to better show how it is supposed to be used. It will also prevent future duplication reports on data providers
* SONAR-23327 Added support for sending telemetry data in compute engine processlukasz-jarocki-sonarsource2024-10-111-1/+1
|
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-092-55/+25
|
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-093-30/+14
| | | | Co-authored-by: Claire Villard <claire.villard@sonarsource.com>
* NO-JIRA Remove unused importMatteo Mara2024-09-271-1/+0
|
* SONAR-23207 Fix telemetry metrics for Cpp autoconfigAlain Kermis2024-09-271-3/+3
|
* SONAR-23064 Enhance api/qualitygates/search based on ai-assured flagZipeng WU2024-09-251-0/+4
|
* SONAR-23100 Confidential header can be removed from the Portfolio reportDejan Milisavljevic2024-09-204-0/+140
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* MMF-3988 Hide ratings and remove legacy mode settingViktor Vorona2024-09-194-141/+0
|
* SONAR-23029 fix ssflukasz-jarocki-sonarsource2024-09-133-8/+8
|
* SONAR-22914 Support 2 built-in SCA rulesJulien HENRY2024-09-121-4/+5
|
* SONAR-22891 added new telemetry metriclukasz-jarocki-sonarsource2024-09-0610-32/+30
|
* [NO-JIRA] Fix bean naming in API V2 + enable failing fast in case same bean ↵Jacek Poreda2024-09-041-0/+3
| | | | names appears
* SONAR-19290 remove "X-Content-Security-Policy" and "X-WebKit-CSP" headers as ↵Steve Marion2024-08-262-4/+0
| | | | they are deprecated and all the browser we support use "Content-Security-Policy".
* SONAR-22728 Changes for the rebaseDejan Milisavljevic2024-08-261-0/+1
|
* SONAR-22730 Telemetry on legacy mode propertyOrlovAlexander2024-08-264-2/+142
|
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-261-1/+1
|
* SONAR-22727 Define new metrics for project ratingsDejan Milisavljevic2024-08-261-0/+2
|
* SONAR-22787 Add FIPS environment information to support info fileAlain Kermis2024-08-264-15/+114
|
* SONAR-22516 add telemetry for email configurationBogdana2024-08-161-0/+6
|
* SONAR-22149 Drop Cross-Origin related HTTP security headersAlain Kermis2024-07-262-132/+0
|
* SONAR-22479 Fixing issuesAlain Kermis2024-07-242-7/+9
|
* SONAR-22479 Added new upgrade related telemetry metrics for the installation ↵Matteo Mara2024-07-242-2/+8
| | | | dimension
* SONAR-22479 Introduce ADHOC granularityAlain Kermis2024-07-242-3/+5
|