aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion13 days4-0/+75
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara14 days3-4/+4
* SONAR-23711 Retrieve rules based on modeOrlovAlexander14 days8-0/+101
* SONAR-24146 Update license headers for 2025Matteo Mara14 days759-759/+759
* SONAR-14367 Enable comments on azure based on settingsJacek Poreda14 days1-0/+1
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda14 days4-6/+56
* SONAR-14367 Add inline_annotations_enabled column to project_alm_settings tableJacek Poreda14 days1-1/+2
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander2025-01-071-1/+2
* SONAR-24086 allow to remove browse permission from groups/users if access via...Aurelien Poscia2025-01-071-0/+13
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses2025-01-064-42/+5
* SONAR-23119 Implement database migration logging mechanismAlain Kermis2025-01-032-0/+56
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-0310-0/+333
* SONAR-24083 Add telemetries 'project_ai_detection_enabled' and 'instance_ai_d...Dejan Milisavljevic2024-12-273-0/+16
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-278-23/+100
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona2024-12-242-0/+7
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-205-0/+47
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-204-0/+91
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-209-0/+287
* SONAR-23978 Create table 'user_ai_tool_usages' and add column 'detected_ai_co...Dejan Milisavljevic2024-12-201-1/+10
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-2011-329/+93
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-2/+14
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-183-26/+43
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-188-20/+13
* SONAR-23571 Add index on rule_tags tableEric Giffon2024-12-181-0/+1
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-184-34/+20
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-187-26/+170
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-184-0/+22
* SONAR-23738 Portfolio and Subportfolio selection mode telemetryOrlovAlexander2024-12-186-1/+140
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-062-16/+40
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-064-2/+22
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-066-3/+128
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-044-0/+42
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-043-0/+5
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-298-16/+66
* 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-299-33/+33
* SONAR-23619 Add 'isAiCodeSupported' flag to show and list endpoints of Qualit...Jacek Poreda2024-11-292-2/+13
* SONAR-23619 Add DB migration for 'quality_gates' table to add 'ai_code_suppor...Jacek Poreda2024-11-294-2/+14
* 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-273-1/+20
* SONAR-23649 Conditions mismatch notification should be enabled by default for...Léo Geoffroy2024-11-265-70/+99
* 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-195-13/+108
* CODEFIX-184 send ai suggestion enabled/disabled project count telemetry (#12228)Serhat Yenican2024-11-194-1/+37
* CODEFIX-181 Introduce a new endpoint for AI CodeFix project level enablementVojtech Suchy2024-11-194-0/+63
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-193-1/+31
* CODEFIX-177 Add 'ai_code_fix_enabled' column to the 'projects' tableSerhat Yenican2024-11-191-1/+2
* 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