aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion8 days4-0/+75
|
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara9 days3-4/+4
|
* SONAR-23711 Retrieve rules based on modeOrlovAlexander9 days8-0/+101
|
* SONAR-24146 Update license headers for 2025Matteo Mara9 days759-759/+759
|
* SONAR-14367 Enable comments on azure based on settingsJacek Poreda9 days1-0/+1
|
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda9 days4-6/+56
|
* SONAR-14367 Add inline_annotations_enabled column to project_alm_settings tableJacek Poreda9 days1-1/+2
|
* SONAR-22345 Reflect changes to prioritized rule in the changelogOrlovAlexander11 days1-1/+2
|
* SONAR-24086 allow to remove browse permission from groups/users if access ↵Aurelien Poscia11 days1-0/+13
| | | | via another mean
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses12 days4-42/+5
| | | Co-authored-by: Cody Simms <cody.simms@sonarsource.com>
* 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 ↵Dejan Milisavljevic2024-12-273-0/+16
| | | | 'instance_ai_detection_enabled'
* 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 ↵Dejan Milisavljevic2024-12-201-1/+10
| | | | 'detected_ai_code' to table 'projects'
* SONAR-24057 Optimize querying of branch measures to only load required ↵Eric Giffon2024-12-2011-329/+93
| | | | measures in memory
* 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
| | | 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-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
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* 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 ↵Viktor Vorona2024-12-043-0/+5
| | | | first analysis bug
* 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 ↵Jacek Poreda2024-11-292-2/+13
| | | | Quality Gates
* SONAR-23619 Add DB migration for 'quality_gates' table to add ↵Jacek Poreda2024-11-294-2/+14
| | | | '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-273-1/+20
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-265-70/+99
| | | | 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-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-23625 support for different version for community build.Steve Marion2024-11-151-3/+4
| | | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-10/+2
|