aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22479 Introduce ADHOC granularityAlain Kermis2024-07-242-11/+5
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-2411-0/+403
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-244-2/+56
* SONAR-22479 added new telemetry metric 'user_enabled'lukasz-jarocki-sonarsource2024-07-241-0/+3
* SONAR-22479 added new table 'telemetry_metrics_sent'lukasz-jarocki-sonarsource2024-07-241-0/+7
* NO-JIRA removed unused codelukasz-jarocki-sonarsource2024-07-101-2/+0
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-3/+3
* SONAR-21920 fixed issues in migrations 10_4_002 and 10_4_003lukasz-jarocki-sonarsource2024-06-201-1/+1
* 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 rule show apiOrlovAlexander2024-06-031-0/+1
* 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-035-8/+14
* SONAR-22224 Create issue visitorDDMili2024-06-034-0/+38
* SONAR-22224 Add prioritizedRule flag to Issues indexOrlovAlexander2024-06-032-3/+14
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-035-11/+48
* SONAR-22224 DB migration to add prioritized_rule columnsOrlovAlexander2024-06-031-2/+4
* SONAR-22246 Cleanup SQL query for the ncloc of biggest branchEric Giffon2024-05-164-20/+17
* NO-JIRA remove redundant quality gate UUID creationZipeng WU2024-05-081-3/+1
* SONAR-22170 Removing a quality gate should remove QG conditionsZipeng WU2024-05-034-0/+23
* SONAR-19324 rely on project_branches instead of components when calling api/p...lukasz-jarocki-sonarsource2024-04-051-46/+28
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-025-6/+199
* SONAR-21821 Add monorepo related project 'CreationMethod'sWojtek Wajerowicz2024-03-282-10/+17
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-281-1/+1
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-275-13/+51
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-255-18/+88
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-224-11/+11
* [NO-JIRA] Remove unused classesJacek Poreda2024-03-201-53/+0
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-16109-230/+290
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-22192-4022/+4381
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-1614-75/+35
* SONAR-20582 make the gitlab vulnerability synchronization conditional on havi...Steve Marion2024-02-062-2/+13
* SONAR-21528 Improve RuleRegister performance by executing similar updates/ins...Jacek Poreda2024-02-022-0/+89
* SONAR-21233 Be case insensitive on user email for issue assignmentantoine.vinot2024-02-012-1/+4
* SONAR-21455 Compute high_impact_accepted_issues with impacts queryEric Giffon2024-01-314-68/+69
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-315-0/+117
* SONAR-21501 fix ssf-550Matteo Mara2024-01-301-1/+1
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-2515-77/+126
* SONAR-21476 Fix JFrog authentication with vaultJacek Poreda2024-01-241-0/+1
* SONAR-20997 Replace "cancelled" with "canceled"David Cho-Lerat2024-01-191-1/+1
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-194-5/+4
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-174-4/+4
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-173-47/+97
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-171-7/+0
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-174-2/+23
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-175-1/+30
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-178-0/+190