aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | End of support of db migrations from versions lower than 3.7
* 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
| | | | | Remove enabled column from the index Set unique index (not on MySQL)
* 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 ↵Julien Lancelot2015-07-072-73/+0
| | | | DbTester.create(System2)
* 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) ↵Julien Lancelot2015-07-066-6/+151
| | | | that are directly calling classes from the core
* Revert "Fix execution of tests on non-H2 databases"Simon Brandhof2015-07-062-17/+13
| | | | This reverts commit 34ac5d84f639df6643a7976593c6f00b4283f04b.
* 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