aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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-177-233/+9
* 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
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-082-1/+29
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-082-1/+32
* SONAR-20235 Add externalIdentity filter in api/users/searchAntoine Vigneau2023-11-023-2/+21
* SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code TaxonomyAlain Kermis2023-10-303-0/+36
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-264-0/+28
* SONAR-20664 - Add ProjectExportDao for all Export stepsBenjamin Campomenosi2023-10-234-0/+294
* SONAR-20664 migrate ExportIssueStep to MyBatis.Benjamin Campomenosi2023-10-232-3/+59
* SONAR-20699 Local projects always apply permissions templateAntoine Vigneau2023-10-201-9/+15
* SONAR-20699 Auto-bind project to GitHub DevOps configAurelien Poscia2023-10-201-1/+2
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-202-11/+15
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-202-5/+38
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-201-50/+50
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-184-37/+13
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-182-6/+14
* SONAR-20661 Return functional issue creation dateEric Giffon2023-10-161-0/+1
* SONAR-20672 QualityProfileChange now record the version of SQ the change was...Steve Marion2023-10-165-4/+46
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-165-10/+21
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-162-17/+85
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-136-16/+60
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-135-0/+39
* SONAR-20548 Return CCT changes in api/qualityprofiles/changelogEric Giffon2023-10-108-112/+181