aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/issue/IssueDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-1/+1
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-041-17/+0
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-8/+6
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-111-14/+51
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-0/+54
* SONAR-22914 Create and update APIs for CVEsantoine.vinot2024-09-121-0/+17
* SONAR-22727 Manage new metrics in the live updateLéo Geoffroy2024-08-261-14/+20
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-251-4/+47
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+5
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-56/+66
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-18/+13
* 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-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-11/+26
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code TaxonomyAlain Kermis2023-10-301-0/+13
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-181-12/+10
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-6/+54
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-1/+2
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-26/+28
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-181-0/+36
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-0/+28
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-4/+63
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-1/+3
* SONAR-19728 Remove ordering from query, fetch issue keysJacek Poreda2023-07-191-28/+27
* SONAR-19728 add api/issues/list WS actionJacek Poreda2023-07-191-2/+3
* SONAR-19770 - Implement DAO query for issue listantoine.vinot2023-07-191-62/+230
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-1/+1
* SONAR-19339 Fix propagation of 'resolution' field for api/hotspots/pullJacek Poreda2023-06-021-7/+19
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-0/+4
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-7/+7
* Revert "SONAR-19050 Add rule type rule characteristic to issue dto"Duarte Meneses2023-04-281-4/+0
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-3/+3
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-3/+3
* SONAR-19050 Add rule type rule characteristic to issue dtoLéo Geoffroy2023-04-241-0/+4
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+630