aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/DbClient.java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' tableBenoît Gianinetti2019-05-151-0/+7
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11579 Create WS to store/load user settingsJulien Lancelot2018-12-201-0/+7
* SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purgeSébastien Lesaint2018-11-201-0/+7
* SONAR-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-161-6/+13
* SONAR-11238 add table CE_TASK_MESSAGESébastien Lesaint2018-10-101-0/+7
* SONAR-11038 Rename table alm_project_mappings -> project_alm_bindingsJulien HENRY2018-08-101-5/+5
* SONAR-11038 Add table: alm_project_mappings (#559)Janos Gyerik2018-08-101-0/+7
* SONAR-10517 Create table project_mappingsJulien HENRY2018-05-161-0/+7
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-261-1/+8
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-011-6/+13
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-201-5/+5
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-0/+7
* SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-041-7/+0
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-171-0/+7
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-0/+7
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-0/+7
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-0/+8
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-0/+8
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-071-0/+7
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-291-8/+1
* SONAR-8785 cache DbSession in ThreadLocals for HTTP requestsSébastien Lesaint2017-07-111-2/+4
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-051-0/+7
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-141-0/+7
* SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-261-7/+0
* SONAR-8892 Add an organization member in databaseTeryk Bellahsene2017-03-211-0/+7
* Replace DbClient#closeSession(DbSession) by try-with-resourcesSimon Brandhof2017-02-251-5/+0
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+376