aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/issue/IssueChangeDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-15321 Large number of entries in 'issue_changes'Duarte Meneses2022-04-071-1/+8
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11494 prevent loading of closed issue changes to OOMSébastien Lesaint2018-12-051-0/+10
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-5/+0
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9949 Copy all issue attributes when merging a short in a long living br...Julien HENRY2017-10-201-0/+4
* rename Collectors to MoreCollectorsSébastien Lesaint2017-04-031-2/+2
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-12/+3
* Replace DbClient#closeSession(DbSession) by try-with-resourcesSimon Brandhof2017-02-251-5/+1
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+87