aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/issue/IssueDao.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/+5
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-251-2/+2
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-311-0/+4
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20572 Rework how issues are fetched in exportEric Giffon2023-10-181-4/+0
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-11/+31
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-3/+3
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-181-0/+8
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-2/+14
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-3/+13
* SONAR-19728 Remove ordering from query, fetch issue keysJacek Poreda2023-07-191-2/+5
* SONAR-19770 - Implement DAO query for issue listantoine.vinot2023-07-191-0/+5
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-121-1/+0
* SONAR-17705 Remove deprecated endpoints: AddLocalViewAction, LocalViewAction,...Léo Geoffroy2023-02-031-1/+0
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-9/+0
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-5/+0
* Update license templates for 2023Pierre2023-01-021-1/+1
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-141-9/+0
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-1/+1
* SONAR-17093 - Improve pull endpoints performanceBelen Pruvost2022-07-261-13/+11
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-251-2/+20
* SONAR-16541 Ensure issues pull action response contains correct issue dataKlaudio Sinani2022-06-281-0/+4
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-101-2/+6
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-011-0/+8
* 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-7/+6
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-211-0/+5
* 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/+4
* SONAR-15334 - Project Export Findings endpointPierre2021-09-141-1/+7
* 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-2/+1
* SONAR-11459 Migrate module and folder issues to the rootJulien HENRY2019-01-161-0/+4
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-021-1/+1
* SONAR-10913 Exclude security hotspots and manual vulnerabilities from /batch/...Janos Gyerik2018-07-041-2/+2
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-5/+5
* Fix Quality flawsSimon Brandhof2018-05-101-1/+1
* SONAR-10544 Process external rulesDuarte Meneses2018-04-261-1/+1
* SONAR-10587 do not not return external issues in batch/issuesGuillaume Jambet2018-04-261-2/+2
* SONAR-10313 Keep the order of issues on SearchEric Hartmann2018-02-081-38/+5
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-101-0/+4
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-201-2/+2
* SONAR-9887 Reuse information from issues in short living branches targeting c...Duarte Meneses2017-10-041-0/+4
* 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-0/+13
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-2/+2