aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/DaoModuleTest.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-34/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-251-1/+1
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-161-1/+1
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-141-1/+1
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-101-1/+1
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-091-1/+1
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-091-1/+1
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-161-1/+1
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-161-1/+1
* Add UserPermissionDao to DbClientSimon Brandhof2016-09-281-1/+1
* SONAR-8095 add OrganizationDaoSébastien Lesaint2016-09-261-1/+1
* SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-141-1/+1
* SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-121-1/+1
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-1/+1
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-1/+1
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-1/+1
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-1/+1
* SONAR-7723 Create dao for perm_tpl_characteristicsTeryk Bellahsene2016-06-091-1/+1
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-1/+1
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-291-1/+1
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-1/+1
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-011-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-1/+1
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-1/+1
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-1/+1
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-231-0/+35