aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ /
* | 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
* | SONAR-8025 add LOB storage clause to CreateTableBuilder for OracleSébastien Lesaint2016-09-163-2/+81
* | SONAR-8025 add CreateTableBuilderSébastien Lesaint2016-09-163-0/+470
* | SONAR-8025 add BlobColumnDefSébastien Lesaint2016-09-162-0/+195
* | SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDefSébastien Lesaint2016-09-168-26/+26
* | SONAR-8025 add DbTester#assertPrimaryKeySébastien Lesaint2016-09-161-2/+71
* | SONAR-8025 add DbTester#executeDdlSébastien Lesaint2016-09-161-0/+10
* | SONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDtoSimon Brandhof2016-09-142-13/+7
* | SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-149-2/+346
* | SONAR-8079 create table rule_repositoriesSimon Brandhof2016-09-143-2/+10
* | Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97'Julien Lancelot2016-09-135-4/+30
|\|
| * SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-134-43/+72
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-131-0/+13
* | SONAR-7851 drop table ACTIVITIESSimon Brandhof2016-09-123-16/+2
* | SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-129-295/+47
* | SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-1215-9/+669
* | SONAR-7851 copy activities to qprofile_changesSimon Brandhof2016-09-126-1/+232