aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6734 add MBean to expose Commpute Engine Queue infoSébastien Lesaint2015-08-031-0/+7
* SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...Teryk Bellahsene2015-07-311-50/+114
* refactoring of permissionsTeryk Bellahsene2015-07-3021-139/+168
* New WS api/rules/list for batchSimon Brandhof2015-07-302-0/+61
* Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-dbSimon Brandhof2015-07-301-0/+27
* Remove call to deprecated RuleDao from CE RuleCacheLoaderSimon Brandhof2015-07-281-0/+31
* Make the AnalysisReportDaoTest test strongerTeryk Bellahsene2015-07-241-18/+26
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-246-6/+77
* Apply conventions to IssueDaoSimon Brandhof2015-07-241-6/+19
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-242-9/+48
* 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-234-42/+157
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-238-0/+237
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-232-9/+8
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-223-0/+212
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-149/+3
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-17176-0/+8154
* 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-168-26/+28
* SONAR-6702 Reactivate previously removed componentsJulien Lancelot2015-07-161-6/+7
* SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE indexJulien Lancelot2015-07-161-76/+23
* Remove no more used PurgeDao.selectPurgeableFileUuids()Julien Lancelot2015-07-162-99/+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-0813-0/+1264
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-084-400/+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-0770-1724/+1128
* FIX Redundant throws clauseDavid Gageot2015-07-077-8/+8
* Fix QualityGateConditionDaoTest on OracleSimon Brandhof2015-07-072-12/+12
* 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-0632-470/+202
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-0692-633/+3376
* Extract module sonar-dbSimon Brandhof2015-07-04467-0/+20452