aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16039 - Migrate existing issues to new_code tableBelen Pruvost2022-03-311-0/+7
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-241-17/+0
* Update license headers for 2022 [update headers]Pierre2022-01-2811-11/+11
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-213-10/+23
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-212-0/+12
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-213-0/+77
* SONAR-15487 change quickfix type to be false by default (Solving issue with O...Pierre2021-10-191-5/+4
* SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI...Lukasz Jarocki2021-10-131-1/+1
* SONAR-15479 updated saving issues from report in the database - added quickFi...Lukasz Jarocki2021-10-131-0/+3
* SONAR-15478 added a new boolean column to the Issues table quick_fix_availableLukasz Jarocki2021-10-131-0/+11
* SONAR-15334 - Addressing validation feedbackBelen Pruvost2021-09-161-0/+11
* SONAR-15335 - Avoid returning duplicates in Export FindingsBelen Pruvost2021-09-142-0/+6
* SONAR-15334 - Project Export Findings endpointPierre2021-09-143-1/+21
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0810-10/+10
* Code smell fix: remove unused codeZipeng WU2020-12-111-1/+0
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-6/+6
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-082-2/+21
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-11/+15
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-3/+0
* SONAR-13221 Issue changesDuarte Meneses2020-05-252-5/+9
* SONAR-13221 Set primary key of 'ISSUES' table to column 'KEE' and drop 'ID'Julien Lancelot2020-05-251-10/+0
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-2/+12
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-5/+1
* SONAR-12723 remove hotspots from issues APIJacek2020-01-131-1/+5
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-131-12/+0
* Format all headers for 2020Wouter Admiraal2020-01-0710-10/+10
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-1/+1
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-093-12/+11
* SONAR-11925 Includes hotspots by default in the response of api/issues/searchJulien Lancelot2019-04-231-2/+1
* SONAR-11859 Fix issue changelogJulien HENRY2019-04-231-5/+19
* SONAR-11858 Apply light issue tracking with siblings for all branchesJulien HENRY2019-04-231-5/+5
* SONAR-11459 Migrate module and folder issues to the rootJulien HENRY2019-01-162-0/+6
* Fix license headers for 2019Duarte Meneses2019-01-0210-10/+10
* SONAR-11494 prevent loading of closed issue changes to OOMSébastien Lesaint2018-12-053-4/+20
* SONAR-11455 improve SQL and network perf of PersistIssuesStepSébastien Lesaint2018-12-051-0/+3
* SONAR-10361 Handle assigning issue to a user with commas in name (#903)Benoit2018-11-121-1/+1
* SONAR-8368 reopen only closed issues closed less than 30 days agoSébastien Lesaint2018-08-211-1/+1
* SONAR-8368 support reopening closed issues which had no lineSébastien Lesaint2018-08-211-3/+3
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-212-1/+10
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-211-2/+2
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-021-1/+1
* SONAR-10992 Set default value for types of issues/search: bug, vulnerability,...Janos Gyerik2018-07-171-1/+2
* SONAR-10913 Exclude security hotspots and manual vulnerabilities from /batch/...Janos Gyerik2018-07-041-2/+2
* SONAR-10868 Add issues.from_hotspot for security hotspotsJanos Gyerik2018-07-041-0/+13
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-11/+0
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-234-15/+25
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-234-20/+17
* Fix Quality flawsSimon Brandhof2018-05-101-1/+1
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-261-1/+1
* SONAR-10544 Process external rulesDuarte Meneses2018-04-262-1/+3