aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-156-32/+0
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-3/+0
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-10/+9
* SONAR-22880 Update migration flag on sub-portfoliosEric Giffon2024-10-091-1/+1
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-096-1/+33
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-0913-532/+0
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-096-58/+16
* SONAR-22925 Import/export of JSON measuresClaire Villard2024-10-091-0/+1
* SONAR-22875 Index project measures using the measures table (#11734)Claire Villard2024-10-091-143/+217
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-099-291/+227
* SONAR-22872 Live update of JSON measuresEric Giffon2024-10-093-0/+68
* SONAR-22872 Purge measures tableEric Giffon2024-10-094-1/+43
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-098-0/+301
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-4/+3
* SONAR-23207 Fix telemetry metrics for Cpp autoconfigAlain Kermis2024-09-271-5/+7
* SONAR-23064 Add new dismissible message typeAlain Kermis2024-09-251-1/+2
* SONAR-23064 Enhance api/qualitygates/search based on ai-assured flagZipeng WU2024-09-252-1/+14
* SONAR-23064 Add POST endpoint api/projects/set_ai_code_assuranceMatteo Mara2024-09-253-0/+13
* SONAR-23064 Add ai_code_assurance column in projects tableMatteo Mara2024-09-252-0/+13
* SONAR-22649 Create DB populator for creating generated dataAlain Kermis2024-09-191-1/+1
* SONAR-23012 Add userName in scim users endpoint responseNolwenn Cadic2024-09-184-5/+44
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-2/+0
* SONAR-22912 Backup and restore prioritizedRule flag in Quality ProfilesDejan Milisavljevic2024-09-162-0/+9
* SONAR-22914 Issues on different CVEs are different issuesantoine.vinot2024-09-122-3/+23
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-127-4/+39
* SONAR-22914 Create and update APIs for CVEsantoine.vinot2024-09-122-1/+15
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-1216-6/+426
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-288-99/+46
* SONAR-22727 index software qualitiy measure to project measuresDejan Milisavljevic2024-08-261-1/+13
* SONAR-22727 Manage new metrics in the live updateLéo Geoffroy2024-08-262-1/+12
* SONAR-22807 Implement get and patch gitlab permissions mapping endpointNolwenn Cadic2024-08-231-1/+1
* SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPINGAurélien Poscia2024-08-2312-144/+166
* SONAR-22559 Update permissions during project onboardingNolwenn Cadic2024-08-191-0/+1
* SONAR-22559 Display project name instead of ID in logsAurelien Poscia2024-08-191-0/+5
* SONAR-22479 Introduce ADHOC granularityAlain Kermis2024-07-241-7/+1
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-248-0/+245
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-243-2/+32
* SONAR-22479 added new telemetry metric 'user_enabled'lukasz-jarocki-sonarsource2024-07-241-0/+3
* NO-JIRA removed unused codelukasz-jarocki-sonarsource2024-07-101-2/+0
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-171-0/+8
* SONAR-22340 Fix SSF-584Peter Horvath2024-06-051-3/+3
* SONAR-22224 Add prioritizedRule to rules/search apiDDMili2024-06-031-0/+5
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-031-2/+2
* SONAR-22224 live update metricDDMili2024-06-032-0/+13
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-034-6/+12
* SONAR-22224 Create issue visitorDDMili2024-06-033-0/+31
* SONAR-22224 Add prioritizedRule flag to Issues indexOrlovAlexander2024-06-031-0/+10
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-034-11/+45
* SONAR-22246 Cleanup SQL query for the ncloc of biggest branchEric Giffon2024-05-163-16/+13
* SONAR-22170 Removing a quality gate should remove QG conditionsZipeng WU2024-05-033-0/+10