aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/issue/IssueDtoTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-1/+1
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-0/+3
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-15/+17
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-031-0/+3
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-26/+28
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-2/+0
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-191-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-081-4/+3
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-081-9/+8
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-0/+25
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-1/+1
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-36/+43
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-3/+11
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+90
* SONAR-20021 Add clean code attribute to RuleDto and IssueDtoLéo Geoffroy2023-08-181-1/+3
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-301-26/+33
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-5/+39
* Revert "SONAR-19050 Add rule type rule characteristic to issue dto"Duarte Meneses2023-04-281-20/+7
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-281-4/+4
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-4/+4
* SONAR-19050 Add rule type rule characteristic to issue dtoLéo Geoffroy2023-04-241-7/+20
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-11/+4
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-15/+14
* SONAR-17592 adding column messageFormattings to issues tableLukasz Jarocki2022-12-011-10/+17
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-081-2/+9
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-071-5/+5
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-151-8/+4
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-2/+2
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-241-21/+4
* 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/+5
* Improve code qualityDuarte Meneses2021-11-201-3/+3
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-12/+10
* SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI...Lukasz Jarocki2021-10-131-0/+102
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-3/+3
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-1/+1
* SONAR-10577 return if an issue is from an external analyser in issue searchGuillaume Jambet2018-04-261-1/+2
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-141-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-311-2/+2
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+151