aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-0/+1
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-10/+2
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-19/+14
* SONAR-23363 Database Migration for manual_severity flag OrlovAlexander2024-11-111-3/+19
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-053-0/+78
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-2/+2
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-10/+9
* SONAR-22914 Issues on different CVEs are different issuesantoine.vinot2024-09-121-0/+1
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-121-2/+4
* SONAR-22914 Create and update APIs for CVEsantoine.vinot2024-09-121-0/+11
* SONAR-22727 Manage new metrics in the live updateLéo Geoffroy2024-08-261-0/+9
* SONAR-22224 live update metricDDMili2024-06-031-0/+10
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-031-0/+1
* SONAR-22224 Add prioritizedRule flag to Issues indexOrlovAlexander2024-06-031-0/+10
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-031-0/+11
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-253-3/+12
* [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-164-18/+19
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-163-18/+4
* SONAR-21455 Compute high_impact_accepted_issues with impacts queryEric Giffon2024-01-312-10/+21
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-313-0/+64
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-2/+2
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-173-3/+3
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-0/+14
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-172-1/+5
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-173-0/+91
* NO-JIRA Update license headers to 2024Pierre2024-01-0319-19/+19
* [SONAR-21081] - Remove usage of Uuid.createFast from production codeantoine.vinot2023-12-041-1/+1
* NO-JIRA Fix code smellsLéo Geoffroy2023-11-081-2/+0
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-082-2/+1
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-8/+8
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-081-1/+11
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-1/+7
* SONAR-20896 Adjust Gitlab vulnerabilities with new Clean Code TaxonomyAlain Kermis2023-10-301-0/+14
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-182-7/+0
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-11/+31
* SONAR-20601 Fix `returns_first_page_with_100_results_by_default` testBenjamin Campomenosi2023-10-051-1/+1
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-212-3/+28
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-6/+7
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-291-0/+1
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-3/+3
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-182-3/+9
* SONAR-20021 Adding clean code taxonomy to issues endpointslukasz-jarocki-sonarsource2023-08-181-1/+10
* SONAR-20021 Add test for cleanCodeAttribute for SearchActionlukasz-jarocki-sonarsource2023-08-181-0/+1
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-181-0/+6
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-183-0/+327
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-183-4/+31
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-184-6/+158
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-0/+12
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ...Dimitris Kavvathas2023-08-023-16/+30