| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix quality flaws | Teryk Bellahsene | 2015-07-21 | 2 | -2/+30 |
* | Remove unused db classes Snapshot and ResourceModel | Simon Brandhof | 2015-07-20 | 2 | -162/+3 |
* | Fix quality flaws | Julien Lancelot | 2015-07-17 | 3 | -0/+75 |
* | Move Java db migrations from sonar-server to sonar-db | Simon Brandhof | 2015-07-17 | 229 | -0/+13126 |
* | SONAR-6716 remove data migrations of v4.4 | Simon Brandhof | 2015-07-17 | 10 | -498/+2 |
* | SONAR-6716 do not accept db upgrades from versions previous to LTS | Simon Brandhof | 2015-07-16 | 1 | -0/+7 |
* | SONAR-6716 Fix quality flaw in DatabaseVersion | Simon Brandhof | 2015-07-16 | 1 | -1/+2 |
* | SONAR-6716 Remove unused db migrations of data (not structures) | Simon Brandhof | 2015-07-16 | 1 | -9/+0 |
* | Rename remaining variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -5/+5 |
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 11 | -229/+228 |
* | SONAR-6702 Fix UT on MsSQL when projects.kee is null | Julien Lancelot | 2015-07-16 | 8 | -26/+28 |
* | SONAR-6702 Reactivate previously removed components | Julien Lancelot | 2015-07-16 | 4 | -18/+26 |
* | SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE index | Julien Lancelot | 2015-07-16 | 4 | -78/+26 |
* | SONAR-6702 Add migration to remove duplicated components with same key | Julien Lancelot | 2015-07-16 | 2 | -1/+2 |
* | Remove no more used PurgeDao.selectPurgeableFileUuids() | Julien Lancelot | 2015-07-16 | 5 | -110/+3 |
* | Move custom measures in sonar-db | Teryk Bellahsene | 2015-07-16 | 8 | -6/+308 |
* | Fix quality flaws | Julien Lancelot | 2015-07-15 | 1 | -0/+2 |
* | Merge SqlUtil and DatabaseUtils | Simon Brandhof | 2015-07-12 | 2 | -0/+87 |
* | Fix travis.sh to execute db tests on mysql and postgres | Simon Brandhof | 2015-07-08 | 1 | -1/+2 |
* | Move ComponentDao from sonar-server to sonar-db | Julien Lancelot | 2015-07-08 | 16 | -0/+1489 |
* | SONAR-6701 - Drop the db table SEMAPHORES | Simon Brandhof | 2015-07-08 | 16 | -831/+21 |
* | Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(Sy... | Julien Lancelot | 2015-07-07 | 2 | -73/+0 |
* | Refactor dao unit tests to use DbTester.create(System2) | Julien Lancelot | 2015-07-07 | 78 | -1934/+1228 |
* | FIX Redundant throws clause | David Gageot | 2015-07-07 | 7 | -8/+8 |
* | Fix QualityGateConditionDaoTest on Oracle | Simon Brandhof | 2015-07-07 | 2 | -12/+12 |
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 16 | -89/+84 |
* | Add classes for backward compatibility of plugins/libs (like sonar-license) t... | Julien Lancelot | 2015-07-06 | 6 | -6/+151 |
* | Revert "Fix execution of tests on non-H2 databases" | Simon Brandhof | 2015-07-06 | 2 | -17/+13 |
* | Fix execution of tests on non-H2 databases | Simon Brandhof | 2015-07-06 | 2 | -13/+17 |
* | Fix quality flaws in Dao | Simon Brandhof | 2015-07-06 | 22 | -380/+76 |
* | Improve testability of Dao | Simon Brandhof | 2015-07-06 | 39 | -509/+258 |
* | Move some classes from sonar-server to sonar-db | Simon Brandhof | 2015-07-06 | 136 | -915/+4895 |
* | Extract module sonar-db | Simon Brandhof | 2015-07-04 | 764 | -0/+48762 |