aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-23711 Retrieve rules based on modeOrlovAlexander2025-01-092-0/+58
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09118-118/+118
|
* SONAR-14367 Add new field to ProjectAlmSettingDto and update queriesJacek Poreda2025-01-091-5/+31
|
* SONAR-24122 Fix application refresh not refreshing referencersDuarte Meneses2025-01-061-13/+1
| | | Co-authored-by: Cody Simms <cody.simms@sonarsource.com>
* SONAR-23119 Create 'migration_logs' tableAlain Kermis2025-01-031-0/+79
|
* SONAR-23978 Detect AI CodeDejan Milisavljevic2024-12-201-0/+22
|
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-201-0/+66
|
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-201-0/+82
|
* SONAR-24057 Optimize querying of branch measures to only load required ↵Eric Giffon2024-12-202-173/+40
| | | | measures in memory
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-182-19/+14
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-8/+66
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23734 Total number of applications TelemetryOrlovAlexander2024-12-181-0/+10
|
* SONAR-23738 Portfolio and Subportfolio selection mode telemetryOrlovAlexander2024-12-181-0/+28
|
* SONAR-23688 Index active rules impactsDejan Milisavljevic2024-12-061-16/+26
|
* SONAR-23731 Portfolio report telemetryOrlovAlexander2024-12-061-2/+10
|
* SONAR-23512 Project report telemetryOrlovAlexander2024-12-061-0/+24
|
* SONAR-23736 Add application report TelemetryOrlovAlexander2024-12-041-0/+26
|
* SONAR-23619 Add Sonar way for AI Code Quality GateJacek2024-11-292-6/+22
|
* SONAR-23619 Rename ai_code_assurance_column (#12320)Anita Stanisz2024-11-291-12/+12
|
* SONAR-23619 Add 'isAiCodeSupported' flag to show and list endpoints of ↵Jacek Poreda2024-11-291-0/+9
| | | | Quality Gates
* SONAR-23619 Add DB migration for 'quality_gates' table to add ↵Jacek Poreda2024-11-291-0/+1
| | | | 'ai_code_supported' boolean flag
* SONAR-23637 Export of CSV finding files includes impactsOrlovAlexander2024-11-271-1/+6
|
* SONAR-23649 Conditions mismatch notification should be enabled by default ↵Léo Geoffroy2024-11-261-56/+75
| | | | for Quality gate administrators
* CODEFIX-192 Add ai code fix enablement to audit logs (#12238)Serhat Yenican2024-11-191-4/+8
|
* CODEFIX-184 send ai suggestion enabled/disabled project count telemetry (#12228)Serhat Yenican2024-11-191-1/+19
|
* CODEFIX-181 Introduce a new endpoint for AI CodeFix project level enablementVojtech Suchy2024-11-191-0/+50
|
* CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)Serhat Yenican2024-11-191-1/+18
|
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-111-14/+51
|
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-0/+54
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-248-39/+37
| | | | plugin API
* SONAR-23098 Create Project Dependencies DB modelantoine.vinot2024-10-211-0/+183
|
* SONAR-23250 Support impacts in QP export-importOrlovAlexander2024-10-161-0/+2
|
* SONAR-23250 Add facilitator method for impacts Léo Geoffroy2024-10-161-15/+25
|
* SONAR-23250 Update active_rules table and dtoOrlovAlexander2024-10-161-0/+6
|
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-152-45/+0
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-4/+3
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-1422-168/+168
|
* SONAR-22880 Update migration flag on sub-portfoliosEric Giffon2024-10-091-0/+3
|
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-092-2/+48
|
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-093-457/+1
|
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-092-90/+36
|
* SONAR-22925 Import/export of JSON measuresClaire Villard2024-10-091-0/+649
|
* SONAR-22875 Index project measures using the measures table (#11734)Claire Villard2024-10-091-26/+27
| | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com>
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-092-412/+5
| | | | Co-authored-by: Claire Villard <claire.villard@sonarsource.com>
* SONAR-22872 Purge measures tableEric Giffon2024-10-091-15/+46
|
* SONAR-23207 Fix telemetry metrics for Cpp autoconfigAlain Kermis2024-09-271-3/+3
|
* SONAR-23064 Add POST endpoint api/projects/set_ai_code_assuranceMatteo Mara2024-09-251-2/+28
|
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-251-0/+17
|
* SONAR-22649 Create DB populator for creating generated dataAlain Kermis2024-09-194-13/+7
|
* SONAR-23012 Add userName in scim users endpoint responseNolwenn Cadic2024-09-181-12/+30
|