aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-2711-75/+147
* SONAR-20764 Use adhoc type when indexing adhoc rulesEric Giffon2023-11-222-2/+25
* SONAR-21043 - Remove Elasticsearch usage for missing rules countantoine.vinot2023-11-204-5/+62
* SONAR-21002 Adapt migration tests for all db vendorsEric Giffon2023-11-171-1/+0
* SONAR-21002 Make migration tests runnable on all db vendorsEric Giffon2023-11-172-78/+3
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-176-233/+8
* NO-JIRA Fix code smellsLéo Geoffroy2023-11-081-2/+0
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-084-10/+4
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-084-23/+22
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-082-0/+124