aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
...
* | | Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-2813-59/+48
* | | Remove dead code in GroupPermissionMapper.xmlSimon Brandhof2016-09-281-55/+0
* | | Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-2810-61/+15
* | | Remove user permissions from RoleDaoSimon Brandhof2016-09-2813-121/+52
* | | Fix UserPermissionDao#delete()Simon Brandhof2016-09-283-5/+55
* | | Remove remaining methods related to users from PermissionDaoSimon Brandhof2016-09-285-171/+1
* | | Remove some methods related to users from RoleDaoSimon Brandhof2016-09-2817-279/+76
* | | Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-2811-327/+136
* | | Add UserPermissionDao to DbClientSimon Brandhof2016-09-283-1/+10
* | | Drop useless DTOs in permissionsSimon Brandhof2016-09-283-140/+0
* | | Add UserPermissionDaoSimon Brandhof2016-09-289-1/+831
* | | Rename misleading PermissionQuery.withPermissionOnly() by withAtLeastOnePermi...Simon Brandhof2016-09-287-33/+39
* | | Clean-up permission templatesSimon Brandhof2016-09-284-88/+9
* | | Fix Quality flawsSimon Brandhof2016-09-281-1/+1
* | | Replace MyBatis SqlSession by org.sonar.db.DbSessionSimon Brandhof2016-09-286-26/+20
* | | Clean-up GroupMembershipDaoSimon Brandhof2016-09-283-129/+0
* | | Clean-up AuthorizationDaoSimon Brandhof2016-09-288-341/+11
* | | Remove deprecated code in permission DAOsSimon Brandhof2016-09-2818-588/+24
* | | fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-1/+1
* | | SONAR-8098 create organization in H2 schemaSébastien Lesaint2016-09-281-0/+3
* | | SONAR-8099 create default organization when migrating to SQ 6.2Sébastien Lesaint2016-09-285-3/+92
* | | SONAR-8120 createdAt and updateAt handled in OrganizationDaoSébastien Lesaint2016-09-262-18/+64
* | | SONAR-8100 add OrganizationDao.deleteByUuid and deleteByKeySébastien Lesaint2016-09-264-1/+97
* | | SONAR-8172 add OrganizationDao.updateSébastien Lesaint2016-09-264-51/+150
* | | SONAR-7187 fix pagination on Oracle and MsSQLSébastien Lesaint2016-09-262-2/+3
* | | SONAR-8096 add selectByQuery to OrganizationDaoSébastien Lesaint2016-09-264-31/+159
* | | SONAR-8095 add OrganizationDaoSébastien Lesaint2016-09-2610-3/+494
* | | SONAR-8095 add table ORGANIZATIONSSébastien Lesaint2016-09-239-5/+168
* | | SONAR-8095 sort DTO aliases and Mapper declaration in alphabetic orderSébastien Lesaint2016-09-231-67/+69
* | | SONAR-8117 Extract creation of quality gate condition into QualityGateConditi...Julien Lancelot2016-09-222-0/+56
* | | SONAR-8116 Return rating metrics in api/qualitygates/appJulien Lancelot2016-09-221-1/+3
* | | Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|/ /
* | SONAR-8094 remove create table on Oracle with SECUREFILE clauseSébastien Lesaint2016-09-192-71/+0
* | SONAR-7988 support migrations on old table activitiesSimon Brandhof2016-09-163-5/+24
* | SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-163-18/+16
* | SONAR-7988 fix mssql collation which was badly defined in 5.xSimon Brandhof2016-09-1619-412/+585
* | SONAR-8025 rewrite create table RULE_REPOSITORIES in javaSébastien Lesaint2016-09-165-2/+113
* | SONAR-8025 rewrite create table QPROFILE_CHANGES in javaSébastien Lesaint2016-09-1611-11/+127
* | SONAR-8025 rename columns DATA as they are reserved wordsSébastien Lesaint2016-09-167-10/+10
* | SONAR-8025 minor internal refacto of CreateTableBuilderSébastien Lesaint2016-09-161-14/+14
* | SONAR-8025 create MySQL table with hardcoded Engine,Charset&CollationSébastien Lesaint2016-09-162-209/+226
* | SONAR-8025 improve column name checks + factor with table name checkSébastien Lesaint2016-09-1614-78/+95
* | SONAR-8025 strengthen name checks in CreateTableBuilderSébastien Lesaint2016-09-162-188/+325
* | SONAR-8025 ddl changes must not be executed with a PreparedStatementSébastien Lesaint2016-09-161-2/+4
* | SONAR-8025 rewrite create table PROPERTIES2 in javaSébastien Lesaint2016-09-165-1/+128
* | SONAR-8025 add support for autoincrement column to CreateTableBuilderSébastien Lesaint2016-09-163-25/+324
* | SONAR-8025 add IntegerColumnDefSébastien Lesaint2016-09-162-0/+193
* | SONAR-8025 rewrite create table INTERNAL_PROPERTIES in javaSébastien Lesaint2016-09-165-1/+117
* | SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in javaSébastien Lesaint2016-09-164-1/+113
* | SONAR-8025 rewrite create table CE_TASK_INPUT in javaSébastien Lesaint2016-09-166-3/+119