aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6827 fix selectBySnapshotAndMetricKeysJulien Lancelot2015-09-073-0/+55
* SONAR-6749 Add query to get custom measures from a metric key and a text valueJulien Lancelot2015-09-071-0/+14
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0524-30/+71
* Load project UUID from action plan DAOSimon Brandhof2015-08-052-2/+2
* refactoring of permissionsTeryk Bellahsene2015-07-3018-0/+33
* New WS api/rules/list for batchSimon Brandhof2015-07-301-0/+27
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-0/+12
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-241-2/+27
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-233-0/+26
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-237-0/+49
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-222-0/+22
* Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-17136-0/+4560
* SONAR-6702 Fix UT on MsSQL when projects.kee is nullJulien Lancelot2015-07-167-19/+19
* SONAR-6702 Add migration to update PROJECTS.PROJECTS_KEE indexJulien Lancelot2015-07-161-76/+23
* Remove no more used PurgeDao.selectPurgeableFileUuids()Julien Lancelot2015-07-161-88/+0
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-0812-0/+683
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-081-4/+0
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-0719-303/+0
* Fix QualityGateConditionDaoTest on OracleSimon Brandhof2015-07-072-12/+12
* Improve testability of DaoSimon Brandhof2015-07-0620-0/+0
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-0669-164/+1120
* Extract module sonar-dbSimon Brandhof2015-07-04359-0/+8288