aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/source
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-092-2/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-222-16/+18
* NO-JIRA Update license headers to 2024Pierre2024-01-032-2/+2
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-379/+0
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+2
* Update license templates for 2023Pierre2023-01-023-3/+3
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+2
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-231-0/+39
* Update license headers for 2022 [update headers]Pierre2022-01-283-3/+3
* Improve code qualityDuarte Meneses2021-11-202-3/+3
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-18/+11
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-261-68/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-083-3/+3
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-17/+9
* fix code smellsPierre2020-12-141-1/+1
* SONAR-13221 File sourcesDuarte Meneses2020-05-252-5/+14
* Format all headers for 2020Wouter Admiraal2020-01-073-3/+3
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-99/+0
* remove DBUnitSébastien Lesaint2019-08-092-23/+43
* SONAR-11904 Create API endpoint to get snippetsDuarte Meneses2019-05-061-0/+18
* SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPEJulien Lancelot2019-02-111-10/+0
* Revert "SONAR-11650 Drop DATA_TYPE from FILE_SOURCES"Julien Lancelot2019-02-111-0/+10
* SONAR-11650 Drop DATA_TYPE from FILE_SOURCESJulien Lancelot2019-02-111-10/+0
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-172-69/+7
* SONAR-11463 Change FileMoveDetection to use uuids instead of keysJulien HENRY2019-01-161-16/+16
* Fix license headers for 2019Duarte Meneses2019-01-024-4/+4
* SONAR-10430 do not compute distance for files with too far sizeSébastien Lesaint2018-05-281-36/+159
* SONAR-10430 add FileSourceDto#getLineCount()Sébastien Lesaint2018-05-283-11/+145
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-092-9/+10
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-092-3/+94
* Minor refactoringDuarte Meneses2018-05-091-29/+26
* Fix license headers for 2018Simon Brandhof2018-01-073-4/+3
* Remove DbUnit from ComponentDaoTestJulien Lancelot2017-08-211-0/+78
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-4/+8
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-172-0/+286