aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
* 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-16108-229/+289
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-22191-4020/+4375
* 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-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
* SONAR-21259 Create new table issues_fixedEric Giffon2024-01-171-0/+6
* NO-JIRA Update license headers to 2024Pierre2024-01-03708-708/+708
* SONAR-21244 Clean github_orgs_groups table when disabling GitHub auto provisi...Wojtek Wajerowicz2023-12-224-2/+30
* SONAR-21119 Add Gitlab BBT for user provisioningAntoine Vigneau2023-12-221-0/+4
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
* [SONAR-21081] - Remove usage of Uuid.createFast from production codeantoine.vinot2023-12-041-1/+1
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-286-1/+257
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-2810-5/+256
* SONAR-19478 Builtin quality profile should be default if custom default profi...Léo Geoffroy2023-11-274-10/+25