aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/DaoModule.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-141-1/+3
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-101-4/+0
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-091-4/+0
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-091-9/+1
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-161-2/+0
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-161-0/+2
* Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-281-2/+2
* Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-281-2/+2
* Add UserPermissionDao to DbClientSimon Brandhof2016-09-281-0/+2
* SONAR-8095 add OrganizationDaoSébastien Lesaint2016-09-261-2/+3
* SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-141-0/+2
* SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-121-2/+0
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-2/+5
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-0/+2
* SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-291-2/+2
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-4/+6
* SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-181-2/+2
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-0/+2
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-051-2/+2
* Move permissions template classes and resources to a specific package in sona...Teryk Bellahsene2016-07-121-1/+1
* SONAR-7723 Create dao for perm_tpl_characteristicsTeryk Bellahsene2016-06-091-0/+2
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-4/+0
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-291-0/+2
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-2/+0
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-011-0/+2
* 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-0/+2
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-2/+4
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-0/+2
* Replace DaoUtils by DaoModuleTeryk Bellahsene2015-07-231-0/+124