aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/issue/IssueMapper.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-0/+3
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-251-1/+1
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-311-0/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-181-3/+0
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-181-0/+3
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-1/+4
* SONAR-19728 Remove ordering from query, fetch issue keysJacek Poreda2023-07-191-1/+1
* SONAR-19770 - Implement DAO query for issue listantoine.vinot2023-07-191-0/+2
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-4/+0
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-2/+0
* Update license templates for 2023Pierre2023-01-021-1/+1
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-141-2/+0
* SONAR-17093 - Improve pull endpoints performanceBelen Pruvost2022-07-261-6/+6
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-251-3/+12
* SONAR-16541 Ensure issues pull action response contains correct issue dataKlaudio Sinani2022-06-281-0/+2
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-101-3/+3
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-011-0/+5
* Revert "SONAR-16370 compute issue hashes when processing scanner report"Lukasz Jarocki2022-05-131-0/+1
* SONAR-16370 compute issue hashes when processing scanner reportLukasz Jarocki2022-05-111-1/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-211-3/+3
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-211-0/+4
* SONAR-15335 - Avoid returning duplicates in Export FindingsBelen Pruvost2021-09-141-0/+2
* SONAR-15334 - Project Export Findings endpointPierre2021-09-141-0/+4
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+1
* SONAR-11459 Migrate module and folder issues to the rootJulien HENRY2019-01-161-0/+2
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11455 improve SQL and network perf of PersistIssuesStepSébastien Lesaint2018-12-051-0/+3
* SONAR-8368 reopen only closed issues closed less than 30 days agoSébastien Lesaint2018-08-211-1/+1
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-211-1/+3
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-5/+2
* SONAR-10544 Process external rulesDuarte Meneses2018-04-261-0/+2
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-101-0/+6
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-201-1/+1
* SONAR-9887 Reuse information from issues in short living branches targeting c...Duarte Meneses2017-10-041-0/+2
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-221-1/+1
* SONAR-9567 load issues from DB instead of ES in WS batch/issuesSimon Brandhof2017-07-191-2/+7
* SONAR-9535 Upgrade to MyBatis 3.4.4Eric Hartmann2017-07-111-1/+1
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+42