aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-122-0/+32
|
* SONAR-22914 Create and update APIs for CVEsantoine.vinot2024-09-121-0/+17
|
* SONAR-22914 Add CVEs DB migration and DAOsantoine.vinot2024-09-123-0/+218
|
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-284-36/+36
|
* SONAR-22727 Manage new metrics in the live updateLéo Geoffroy2024-08-261-14/+20
|
* 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-232-142/+161
|
* SONAR-22479 Introduce ADHOC granularityAlain Kermis2024-07-241-4/+4
|
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+79
|
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-241-0/+24
|
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-031-2/+2
|
* SONAR-22224 Create issue visitorDDMili2024-06-031-0/+7
|
* SONAR-22246 Cleanup SQL query for the ncloc of biggest branchEric Giffon2024-05-161-4/+4
|
* 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-031-0/+13
|
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-021-4/+107
|
* SONAR-21818 Add information if project is part of a monorepo to telemetry.Wojtek Wajerowicz2024-03-271-9/+25
|
* SONAR-21770 Accept new metrics 'new_maintainability_issues', ↵Dejan Milisavljevic2024-03-251-4/+47
| | | | 'new_reliability_issues', 'new_security_issues'
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1628-46/+60
| | | | org.apache.commons:commons-lang3
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-22109-3261/+3612
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-164-28/+20
|
* SONAR-20582 make the gitlab vulnerability synchronization conditional on ↵Steve Marion2024-02-061-2/+6
| | | | having sent a sast report to gitlab at least once.
* SONAR-21528 Improve RuleRegister performance by executing similar ↵Jacek Poreda2024-02-021-0/+67
| | | | updates/inserts on after another
* SONAR-21233 Be case insensitive on user email for issue assignmentantoine.vinot2024-02-011-0/+3
|
* SONAR-21455 Compute high_impact_accepted_issues with impacts queryEric Giffon2024-01-311-35/+40
|
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-311-0/+39
|
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-2513-75/+123
|
* SONAR-20997 Replace "cancelled" with "canceled"David Cho-Lerat2024-01-191-1/+1
|
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-171-1/+1
|
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-11/+26
|
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-171-0/+12
|
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-171-1/+17
|
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-171-0/+66
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03110-110/+110
|
* SONAR-21244 Clean github_orgs_groups table when disabling GitHub auto ↵Wojtek Wajerowicz2023-12-221-2/+16
| | | | provisioning.
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
|
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ↵Jacek Poreda2023-11-281-1/+67
| | | | Engine
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships ↵Wojtek Wajerowicz2023-11-282-0/+106
| | | | (GET/POST/DELETE)
* SONAR-19478 Builtin quality profile should be default if custom default ↵Léo Geoffroy2023-11-271-5/+20
| | | | profile has no rules
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-272-15/+25
|
* SONAR-21043 - Remove Elasticsearch usage for missing rules countantoine.vinot2023-11-201-1/+37
|
* SONAR-21002 Improve DB migration tests to use actual migration instead of ↵Léo Geoffroy2023-11-172-2/+2
| | | | schema.sql
* SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code TaxonomyAlain Kermis2023-10-301-0/+13
|
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-261-0/+15
|
* SONAR-20664 - Add ProjectExportDao for all Export stepsBenjamin Campomenosi2023-10-231-0/+222
|
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-7/+7
|
* SONAR-19378 Add unicity constraint on properties tableLéo Geoffroy2023-10-201-5/+37
|
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-181-12/+10
|
* SONAR-20708 Add sorting project by creation date in search_projects endpointWojtek Wajerowicz2023-10-181-0/+1
|
* SONAR-20672 QualityProfileChange now record the version of SQ the change ↵Steve Marion2023-10-161-0/+18
| | | | was done with. Added sq_version field in database. refactor QpChange insertion to batch insert at the same date to improve change grouping in UI. refactor rule impact. add "sonarQubeVersion" parameter to "api/qualityprofile/changelog" endpoint.