aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23119 Create 'migration_logs' tableAlain Kermis42 hours8-0/+244
|
* SONAR-24083 Add telemetries 'project_ai_detection_enabled' and ↵Dejan Milisavljevic9 days3-0/+16
| | | | 'instance_ai_detection_enabled'
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus9 days5-23/+32
|
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona12 days2-0/+7
|
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-204-0/+25
|
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-203-0/+25
|
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-208-0/+205
|
* SONAR-24057 Optimize querying of branch measures to only load required ↵Eric Giffon2024-12-209-156/+53
| | | | measures in memory
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-183-26/+43
| | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* 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-186-18/+104
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-183-0/+12
|
* SONAR-23738 Portfolio and Subportfolio selection mode telemetryOrlovAlexander2024-12-184-1/+75
|
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-061-0/+14
|
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-063-0/+12
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-064-3/+66
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-043-0/+16
|
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix ↵Viktor Vorona2024-12-042-0/+2
| | | | first analysis bug
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-296-10/+44
|
* SONAR-23619 Add aiCodeAssurance field to search quality gate endpoint (#12362)Anita Stanisz2024-11-292-1/+10
|
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-296-19/+19
|
* SONAR-23619 Add 'isAiCodeSupported' flag to show and list endpoints of ↵Jacek Poreda2024-11-291-2/+4
| | | | Quality Gates
* SONAR-23619 Add DB migration for 'quality_gates' table to add ↵Jacek Poreda2024-11-292-1/+11
| | | | 'ai_code_supported' boolean flag
* 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-272-0/+14
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-263-7/+18
| | | | for Quality gate administrators
* SONAR-23367 Send notification to instance admins about the existence of two ↵Léo Geoffroy2024-11-261-0/+5
| | | | modes.
* 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-193-0/+18
|
* CODEFIX-181 Introduce a new endpoint for AI CodeFix project level enablementVojtech Suchy2024-11-193-0/+13
|
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-192-0/+13
|
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-10/+2
|
* SONAR-23474 Project import/export supports manual impact severityLéo Geoffroy2024-11-111-0/+1
|
* 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-112-5/+25
|
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-054-0/+111
|
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-291-3/+10
| | | | Make published_at and last_modified_at nullable
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-2411-25/+88
| | | | plugin API
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-213-0/+29
|
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-218-0/+262
|
* SONAR-23259 add changelog management for impactsLéo Geoffroy2024-10-181-1/+20
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* SONAR-23191 Add filtering to changelog API (#12101)Dejan Milisavljevic2024-10-182-0/+20
|
* SONAR-23343 Add impacts to regulatory reportOrlovAlexander2024-10-161-2/+14
|
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-162-0/+7
|
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-161-0/+1
|
* SONAR-23250 Initial population of active_rules with impactsDejan Milisavljevic2024-10-163-0/+17
|
* 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-162-11/+30
|
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-162-3/+20
|