aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion10 days2-0/+6
|
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara11 days1-1/+1
|
* SONAR-23711 Retrieve rules based on modeOrlovAlexander11 days4-0/+15
|
* SONAR-24146 Update license headers for 2025Matteo Mara11 days493-493/+493
|
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda11 days1-0/+17
|
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses14 days2-9/+3
| | | Co-authored-by: Cody Simms <cody.simms@sonarsource.com>
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-037-0/+209
|
* SONAR-24083 Add telemetries 'project_ai_detection_enabled' and ↵Dejan Milisavljevic2024-12-272-0/+6
| | | | 'instance_ai_detection_enabled'
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-23/+32
|
* SONAR-23402 Back up/restore clean code attributes for custom rulesViktor Vorona2024-12-241-0/+5
|
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-203-0/+16
|
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-202-0/+14
|
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-207-0/+170
|
* SONAR-24057 Optimize querying of branch measures to only load required ↵Eric Giffon2024-12-207-119/+30
| | | | measures in memory
* SONAR-23936 Query all portfolio projects at once rather than recursivelyCody Simms2024-12-182-15/+29
| | | 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-185-11/+72
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* 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 ↵Viktor Vorona2024-12-041-0/+1
| | | | first analysis bug
* 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 ↵Jacek Poreda2024-11-291-0/+10
| | | | '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-271-0/+6
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-262-5/+16
| | | | 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-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
| | | | 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-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
| | | Co-authored-by: OrlovAlexander <alexander.orlov@sonarsource.com>
* 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
|