summaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8148 do not log data and decrease log level to debugSimon Brandhof2016-09-302-2/+12
* Merge branch 'branch-5.6' into 'branch-6.1'Sébastien Lesaint2016-09-294-7/+71
|\
| * SONAR-8148 use sonar-api logger rather than SLF4J'sSébastien Lesaint2016-09-291-2/+2
| * SONAR-8185 FileSourceDao.readLineHashesStream supports null in DBSébastien Lesaint2016-09-282-2/+36
| * SONAR-8185 FileSourceDao.selectLineHashes supports null in DBSébastien Lesaint2016-09-282-1/+25
| * SONAR-8148 exception proof FeedFileSourcesBinaryDataSébastien Lesaint2016-09-282-5/+11
* | 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
* | SONAR-7851 create table qprofile_changesSimon Brandhof2016-09-123-2/+15
* | SONAR-8058 fix DB migration of views definition (wrong key)Sébastien Lesaint2016-09-092-2/+2
* | SONAR-7676 remove PropertyDao#deleteById and add deleteByQuerySébastien Lesaint2016-09-094-59/+28
* | fix some quality flaws and lacking coverageSébastien Lesaint2016-09-092-3/+3
* | SONAR-7676 remove PropertyDto#idSébastien Lesaint2016-09-093-19/+8
* | improve DbTester SQL utility methods exception stacktraceSébastien Lesaint2016-09-091-0/+7
* | rewrite PropertiesMapper.findNotificationSubscribers without subselectSébastien Lesaint2016-09-091-5/+8
* | SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUESébastien Lesaint2016-09-0944-792/+1553
* | add DbTest#select(DbSession, String)Sébastien Lesaint2016-09-091-0/+4
* | SONAR-7676 removing dead code from Properties related classesSébastien Lesaint2016-09-094-85/+0