aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-207-119/+30
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-182-15/+29
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-2/+2
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-185-11/+72
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-182-0/+6
* SONAR-23738 Portfolio and Subportfolio selection mode telemetryOrlovAlexander2024-12-183-1/+57
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-061-0/+14
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-062-0/+6
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-063-0/+50
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-042-0/+6
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-0/+1
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-294-5/+22
* SONAR-23619 Add aiCodeAssurance field to search quality gate endpoint (#12362)Anita Stanisz2024-11-291-0/+9
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-294-13/+13
* SONAR-23619 Add DB migration for 'quality_gates' table to add 'ai_code_suppor...Jacek Poreda2024-11-291-0/+10
* SONAR-23733 Use Software Quality metrics when in MQR modeDejan Milisavljevic2024-11-291-0/+13
* SONAR-23637 Export of CSV finding files includes impactsOrlovAlexander2024-11-271-0/+6
* SONAR-23649 Conditions mismatch notification should be enabled by default for...Léo Geoffroy2024-11-262-5/+16
* SONAR-23367 Send notification to instance admins about the existence of two m...Léo Geoffroy2024-11-261-0/+5
* CODEFIX-192 Add ai code fix enablement to audit logs (#12238)Serhat Yenican2024-11-193-9/+52
* CODEFIX-184 send ai suggestion enabled/disabled project count telemetry (#12228)Serhat Yenican2024-11-192-0/+10
* CODEFIX-181 Introduce a new endpoint for AI CodeFix project level enablementVojtech Suchy2024-11-192-0/+6
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-191-0/+10
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-10/+2
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-19/+14
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-111-3/+19
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-053-0/+78
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-291-3/+10
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-2411-25/+88
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-212-0/+16
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-217-0/+190
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-181-1/+20
* SONAR-23191 Add filtering to changelog API (#12101)Dejan Milisavljevic2024-10-181-0/+10
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-161-0/+5
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-161-0/+1
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-162-0/+7
* SONAR-23250 Update rule activator to support impact severity overridesLéo Geoffroy2024-10-161-0/+7
* SONAR-23250 Add facilitator method for impacts Léo Geoffroy2024-10-161-4/+21
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-161-3/+14
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-154-14/+0
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-3/+0
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-10/+9
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-094-1/+15
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-0911-398/+0
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-094-18/+6
* SONAR-22925 Import/export of JSON measuresClaire Villard2024-10-091-0/+1
* SONAR-22875 Index project measures using the measures table (#11734)Claire Villard2024-10-091-143/+217
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-097-125/+147
* SONAR-22872 Live update of JSON measuresEric Giffon2024-10-093-0/+68