aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/issue
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-095-5/+5
* 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-22224 Add prioritizedRule flag to Issues indexOrlovAlexander2024-06-031-3/+4
* 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-225-53/+60
* 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-192-3/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-082-8/+3
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-15/+14
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-081-0/+18
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-0/+25
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-212-3/+4
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-36/+43
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean Co...Jacek Poreda2023-08-181-0/+89
* 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-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-134-1556/+0
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-023-79/+6
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-92/+0
* Update license templates for 2023Pierre2023-01-028-8/+8
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-141-92/+0
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-012-30/+41
* SONAR-17592 adding column messageFormattings to issues tableLukasz Jarocki2022-12-011-10/+17
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-8/+8
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-191-4/+4
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-291-1/+1
* [NO JIRA] Fix Flaky IssueDaoTestBelen Pruvost2022-07-261-2/+2
* SONAR-17093 - Improve pull endpoints performanceBelen Pruvost2022-07-261-31/+22
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-252-9/+80
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist t...Aurelien Poscia2022-07-081-2/+9
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-081-6/+82
* SONAR-16597 Ensure issues pull action returns issues data only for requested ...Klaudio Sinani2022-07-082-13/+129
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-6/+6
* SONAR-16541 Ensure issues pull action response contains correct issue dataKlaudio Sinani2022-06-281-0/+16
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-151-8/+4
* SONAR-11401 Performance hotspot when changing state of issueDuarte Meneses2022-06-101-112/+96
* SONAR-16388 Fix live measure computation on reference branchJacek2022-06-031-0/+43
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-011-4/+98
* SONAR-16419 merge rules and rules metadata in single table and DTOZipeng WU2022-05-242-2/+2