aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/DbClient.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8353 add WebhookDeliveryDaoSimon Brandhof2016-11-141-0/+7
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-101-14/+0
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-091-14/+0
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-091-28/+0
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-161-7/+0
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-161-0/+7
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-131-1/+1
* Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-281-5/+5
* Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-281-5/+5
* Add UserPermissionDao to DbClientSimon Brandhof2016-09-281-0/+7
* SONAR-8095 add OrganizationDaoSébastien Lesaint2016-09-261-0/+7
* SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-141-0/+7
* SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-121-7/+0
* SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-121-0/+7
* Fix Quality flawsSimon Brandhof2016-09-071-6/+0
* SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-051-3/+10
* SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-291-7/+7
* SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-221-0/+7
* SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-181-5/+5
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-4/+11
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-051-5/+5
* 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/+7
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-14/+0
* SONAR-7330 Rename activeRuleDao to deprecatedActiveRuleDao in DbClientJulien Lancelot2016-02-291-0/+7
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-7/+0
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-011-0/+7
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-0/+7
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-5/+12
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-0/+7
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-231-0/+7
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-221-1/+8
* Move custom measures in sonar-dbTeryk Bellahsene2015-07-161-1/+8
* Move ComponentDao from sonar-server to sonar-dbJulien Lancelot2015-07-081-0/+7
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-081-7/+0
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-0/+77
* Improve testability of DaoSimon Brandhof2015-07-061-0/+270