aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * SONAR-8148 do not log data and decrease log level to debugSimon Brandhof2016-09-301-0/+9
* | SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-301-0/+1
* | Fix Quality flawsSimon Brandhof2016-09-301-2/+0
* | Bring back some methods in PermissionDao for GOVSimon Brandhof2016-09-294-0/+210
* | Merge branch 'branch-6.1' into 'master'Sébastien Lesaint2016-09-292-4/+58
|\|
| * Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-292-4/+58
| |\
| | * SONAR-8185 FileSourceDao.readLineHashesStream supports null in DBSébastien Lesaint2016-09-281-1/+33
| | * SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-281-0/+19
| | * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-281-4/+7
* | | SONAR-8099 add missing UT on CreateDefaultOrganizationSébastien Lesaint2016-09-292-0/+165
* | | Remove unused QualityProfileDao methodsSimon Brandhof2016-09-281-7/+0
* | | SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-283-1/+92
* | | SONAR-8173 drop global permission "shareDashboard"Simon Brandhof2016-09-285-9/+9
* | | Fix Quality flawsSimon Brandhof2016-09-281-5/+5
* | | Add missing DbSession parameters to PermissionDaoSimon Brandhof2016-09-281-12/+12
* | | Remove RoleDao#insertUserRole()Simon Brandhof2016-09-283-27/+21
* | | Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-2815-3/+3
* | | Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-284-22/+22
* | | Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-284-48/+2
* | | Remove user permissions from RoleDaoSimon Brandhof2016-09-289-83/+43
* | | Fix UserPermissionDao#delete()Simon Brandhof2016-09-281-0/+42
* | | Remove remaining methods related to users from PermissionDaoSimon Brandhof2016-09-281-131/+0
* | | Remove some methods related to users from RoleDaoSimon Brandhof2016-09-288-192/+35
* | | Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-282-276/+56
* | | Add UserPermissionDao to DbClientSimon Brandhof2016-09-281-1/+1
* | | Add UserPermissionDaoSimon Brandhof2016-09-281-0/+441
* | | Rename misleading PermissionQuery.withPermissionOnly() by withAtLeastOnePermi...Simon Brandhof2016-09-284-16/+16
* | | Clean-up permission templatesSimon Brandhof2016-09-281-8/+7
* | | Clean-up GroupMembershipDaoSimon Brandhof2016-09-281-104/+0
* | | Clean-up AuthorizationDaoSimon Brandhof2016-09-284-217/+5
* | | Remove deprecated code in permission DAOsSimon Brandhof2016-09-2813-324/+22
* | | SONAR-8099 create default organization when migrating to SQ 6.2Sébastien Lesaint2016-09-281-1/+1
* | | SONAR-8120 createdAt and updateAt handled in OrganizationDaoSébastien Lesaint2016-09-261-18/+53
* | | SONAR-8100 add OrganizationDao.deleteByUuid and deleteByKeySébastien Lesaint2016-09-261-0/+72
* | | SONAR-8172 add OrganizationDao.updateSébastien Lesaint2016-09-261-50/+119
* | | SONAR-7187 fix pagination on Oracle and MsSQLSébastien Lesaint2016-09-261-0/+1
* | | SONAR-8096 add selectByQuery to OrganizationDaoSébastien Lesaint2016-09-261-18/+101
* | | SONAR-8095 add OrganizationDaoSébastien Lesaint2016-09-262-1/+193
* | | SONAR-8095 add table ORGANIZATIONSSébastien Lesaint2016-09-233-1/+69
* | | SONAR-8117 Extract creation of quality gate condition into QualityGateConditi...Julien Lancelot2016-09-221-0/+49
|/ /
* | SONAR-8094 remove create table on Oracle with SECUREFILE clauseSébastien Lesaint2016-09-191-54/+0
* | SONAR-7988 support migrations on old table activitiesSimon Brandhof2016-09-161-4/+10
* | SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-162-13/+14
* | SONAR-7988 fix mssql collation which was badly defined in 5.xSimon Brandhof2016-09-169-204/+323
* | SONAR-8025 rewrite create table RULE_REPOSITORIES in javaSébastien Lesaint2016-09-163-1/+64
* | SONAR-8025 rewrite create table QPROFILE_CHANGES in javaSébastien Lesaint2016-09-166-7/+72
* | SONAR-8025 rename columns DATA as they are reserved wordsSébastien Lesaint2016-09-162-2/+2
* | SONAR-8025 create MySQL table with hardcoded Engine,Charset&CollationSébastien Lesaint2016-09-161-185/+195
* | SONAR-8025 improve column name checks + factor with table name checkSébastien Lesaint2016-09-163-6/+6
* | SONAR-8025 strengthen name checks in CreateTableBuilderSébastien Lesaint2016-09-161-186/+299