aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-099-9/+9
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-201-4/+3
* NO-JIRA Remove public modifier from Junit5 Test classes10.6.0.92116branch-10.6Matteo Mara2024-06-202-2/+2
* SONAR-20296 Update minimum database version checks for Oracle and PostgresMatteo Mara2024-06-202-66/+57
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-039-9/+9
* SONAR-21002 Improve DB migration tests to use actual migration instead of sch...Léo Geoffroy2023-11-171-0/+7
* SONAR-19612 Change index constraint for postgresql 15- and add support for "N...Léo Geoffroy2023-10-202-3/+29
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-114-15/+16
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-132-729/+0
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-3/+4
* SONAR-17737 Support special index name for index drop in migrationsLéo Geoffroy2023-01-041-20/+29
* Update license templates for 2023Pierre2023-01-0211-11/+11
* SONAR-17762 Allow customization of HikariCP configurationJacek2022-12-131-8/+32
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-293-34/+82
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-021-3/+3
* Update license headers for 2022 [update headers]Pierre2022-01-2811-11/+11
* Improve code qualityDuarte Meneses2021-11-206-12/+10
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-196-53/+37
* SONAR-14685 installation fails on Oracle with quoted schema nameZipeng WU2021-04-271-0/+97
* SONAR-14323 Optimize DB migrations from 7.9 LTS to 8.X LTSDuarte Meneses2021-02-081-0/+40
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0811-11/+11
* fix code smellsPierre2020-12-141-1/+1
* fix multiple checked exceptions assertions on overall codePierre2020-12-091-12/+6
* SONAR-13594 Upgrade to 8.4 fails on MS SQL ServerDuarte Meneses2020-07-101-14/+33
* Format all headers for 2020Wouter Admiraal2020-01-0711-11/+11
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-2/+0
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-026-976/+0
* remove DBUnitSébastien Lesaint2019-08-095-418/+70
* CreateDb initialize DB without starting full SQSébastien Lesaint2019-08-092-125/+20
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-094-71/+51
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-097-213/+139
* MMF-769 User can close their account (#1861)Benoit2019-07-121-1/+0
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-122-2/+2
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-122-2/+2
* SONAR-12246 remove mysql specific error messageSimon Brandhof2019-07-101-13/+0
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-106-129/+5
* SONAR-12127 optimize migrations on LIVE_MEASURES and PROJECT_MEASURESSébastien Lesaint2019-06-281-1/+9
* SONAR-11964 Fail at startup when detecting MySQLJulien Lancelot2019-06-282-18/+20
* SONAR-11264 enforce ES boostrap checks on all editionsSébastien Lesaint2019-05-231-0/+10
* SONAR-12026 Migrate existing hotspots statusesJulien Lancelot2019-05-221-0/+3
* SONAR-11962 Warn when detecting MySQL at startupPierre Guillot2019-05-171-1/+3
* Fix license headers for 2019Duarte Meneses2019-01-0221-21/+21
* SONARCLOUD-192 core extension can now declare MyBatis mapper and aliasSébastien Lesaint2018-12-212-16/+29
* SONAR-11539 Support new dbcp property nameBenoit2018-12-041-2/+51
* SONARCLOUD-161 add Dialect#supportsUpsert(), true only on postgreSQLSimon Brandhof2018-10-305-2/+57
* SONARCLOUD-161 move db validations to Dialect#init()Simon Brandhof2018-10-306-179/+203
* SONARCLOUD-161 improve Dialect#matchesJdbcUrl()Simon Brandhof2018-10-305-14/+14