aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-241-7/+21
* Improve MetricDao code coverageTeryk Bellahsene2015-07-242-12/+209
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-243-3/+3
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-243-5/+8
* Rename ComponentDao methods according to new conventionsTeryk Bellahsene2015-07-241-3/+3
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-2316-104/+104
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-232-5/+8
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-231-42/+131
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-231-0/+188
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-232-9/+8
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-221-0/+190
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-149/+3
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-1740-0/+3594
* SONAR-6716 remove data migrations of v4.4Simon Brandhof2015-07-172-74/+0
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-5/+5
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-1611-229/+228
* SONAR-6702 Fix UT on MsSQL when projects.kee is nullJulien Lancelot2015-07-161-7/+9
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-161-6/+7
* Remove no more used PurgeDao.selectPurgeableFileUuids()Julien Lancelot2015-07-161-11/+3
* Move custom measures in sonar-dbTeryk Bellahsene2015-07-162-0/+202
* Merge SqlUtil and DatabaseUtilsSimon Brandhof2015-07-121-0/+17
* Fix travis.sh to execute db tests on mysql and postgresSimon Brandhof2015-07-081-1/+2
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-081-0/+581
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-083-396/+11
* Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy...Julien Lancelot2015-07-072-73/+0
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-0751-1421/+1128
* FIX Redundant throws clauseDavid Gageot2015-07-077-8/+8
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-0616-89/+84
* Revert "Fix execution of tests on non-H2 databases"Simon Brandhof2015-07-062-17/+13
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-062-13/+17
* Fix quality flaws in DaoSimon Brandhof2015-07-0610-316/+66
* Improve testability of DaoSimon Brandhof2015-07-0612-470/+202
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-0623-469/+2256
* Extract module sonar-dbSimon Brandhof2015-07-04108-0/+12164