aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* Make the AnalysisReportDaoTest test strongerTeryk Bellahsene2015-07-241-18/+26
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-2420-59/+256
* Support of large number of keys in IssueDao#selectByKeys(...)Simon Brandhof2015-07-241-4/+19
* Apply conventions to IssueDaoSimon Brandhof2015-07-242-16/+29
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-244-14/+91
* Improve MetricDao code coverageTeryk Bellahsene2015-07-243-17/+216
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-2411-11/+11
* RowNotFoundException is the default Exception at the DAO layerTeryk Bellahsene2015-07-248-14/+22
* Rename ComponentDao methods according to new conventionsTeryk Bellahsene2015-07-241-3/+3
* Rename MetricDao methods following the new conventionTeryk Bellahsene2015-07-241-2/+3
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-2345-287/+283
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-233-55/+61
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-236-42/+188
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-2310-0/+356
* Create RowNotFoundException as the default DAO Exception thrownTeryk Bellahsene2015-07-231-0/+35
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-237-35/+5407
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-226-3/+377
* Fix quality flawsTeryk Bellahsene2015-07-212-2/+30
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-202-162/+3
* Fix quality flawsJulien Lancelot2015-07-173-0/+75
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-17229-0/+13126
* SONAR-6716 remove data migrations of v4.4Simon Brandhof2015-07-1710-498/+2
* SONAR-6716 do not accept db upgrades from versions previous to LTSSimon Brandhof2015-07-161-0/+7
* SONAR-6716 Fix quality flaw in DatabaseVersionSimon Brandhof2015-07-161-1/+2
* SONAR-6716 Remove unused db migrations of data (not structures)Simon Brandhof2015-07-161-9/+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-164-18/+26
* SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE indexJulien Lancelot2015-07-164-78/+26
* SONAR-6702 Add migration to remove duplicated components with same keyJulien Lancelot2015-07-162-1/+2
* Remove no more used PurgeDao.selectPurgeableFileUuids()Julien Lancelot2015-07-165-110/+3
* Move custom measures in sonar-dbTeryk Bellahsene2015-07-168-6/+308
* Fix quality flawsJulien Lancelot2015-07-151-0/+2
* Merge SqlUtil and DatabaseUtilsSimon Brandhof2015-07-122-0/+87
* 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-0816-0/+1489
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-0816-831/+21
* 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-0778-1934/+1228
* 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
* Add classes for backward compatibility of plugins/libs (like sonar-license) t...Julien Lancelot2015-07-066-6/+151
* 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-0622-380/+76
* Improve testability of DaoSimon Brandhof2015-07-0639-509/+258
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-06136-915/+4895
* Extract module sonar-dbSimon Brandhof2015-07-04764-0/+48762