aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-8025 rewrite create table PROPERTIES2 in javaSébastien Lesaint2016-09-163-1/+69
* | SONAR-8025 add support for autoincrement column to CreateTableBuilderSébastien Lesaint2016-09-162-18/+206
* | SONAR-8025 add IntegerColumnDefSébastien Lesaint2016-09-161-0/+114
* | SONAR-8025 rewrite create table INTERNAL_PROPERTIES in javaSébastien Lesaint2016-09-163-1/+66
* | SONAR-8025 rewrite create table CE_SCANNER_CONTEXT in javaSébastien Lesaint2016-09-162-1/+64
* | SONAR-8025 rewrite create table CE_TASK_INPUT in javaSébastien Lesaint2016-09-163-1/+64
* | SONAR-8025 add LOB storage clause to CreateTableBuilder for OracleSébastien Lesaint2016-09-162-1/+61
* | SONAR-8025 add CreateTableBuilderSébastien Lesaint2016-09-162-0/+331
* | SONAR-8025 add BlobColumnDefSébastien Lesaint2016-09-161-0/+113
* | SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDefSébastien Lesaint2016-09-162-7/+7
* | 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-141-4/+4
* | SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-142-1/+114
* | Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97'Julien Lancelot2016-09-132-0/+26
|\|
| * SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-131-39/+68
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-131-0/+13
* | SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-122-67/+1
* | SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-126-2/+284
* | SONAR-7851 copy activities to qprofile_changesSimon Brandhof2016-09-122-0/+155
* | SONAR-8058 fix DB migration of views definition (wrong key)Sébastien Lesaint2016-09-091-1/+1
* | SONAR-7676 remove PropertyDao#deleteById and add deleteByQuerySébastien Lesaint2016-09-091-49/+0
* | SONAR-7676 remove PropertyDto#idSébastien Lesaint2016-09-091-8/+8
* | improve DbTester SQL utility methods exception stacktraceSébastien Lesaint2016-09-091-0/+7
* | SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUESébastien Lesaint2016-09-0937-647/+1192
* | add DbTest#select(DbSession, String)Sébastien Lesaint2016-09-091-0/+4
* | SONAR-7676 removing dead code from Properties related classesSébastien Lesaint2016-09-091-27/+0
* | SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-093-1/+427
* | SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTestSébastien Lesaint2016-09-095-295/+182
* | SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-064-10/+13
* | SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-053-1/+115
* | SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-052-1/+422
* | properly handle connections in DbTester utility methodsSébastien Lesaint2016-09-051-23/+63
* | SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-301-0/+39
* | SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXTSébastien Lesaint2016-08-292-7/+37
* | SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysisSébastien Lesaint2016-08-291-21/+0
* | SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-294-15/+14
* | SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-261-0/+16
* | SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-261-0/+7
* | SONAR-7844 re-enable some UTs disabled for H2Sébastien Lesaint2016-08-252-3/+5
* | SONAR-7975 Return inherited values in /api/settings/values for modulesJulien Lancelot2016-08-251-5/+42
* | SONAR-7969 Create /api/settings/values WSJulien Lancelot2016-08-252-40/+72
* | SONAR-7970 Create WS api/settings/set persist a simple value settingTeryk Bellahsene2016-08-232-0/+76
* | Merge branch 'branch-5.6'Sébastien Lesaint2016-08-231-0/+26
|\|
| * SONAR-6846 support duplicate snapshots with islast=trueSébastien Lesaint2016-08-221-0/+26
* | fixing coverage of ClobColumnDefSébastien Lesaint2016-08-221-0/+6
* | SONAR-7967 add hasScannerContext to CeActivityDtoSébastien Lesaint2016-08-221-11/+37
* | SONAR-7911 purge scanner_context table when analysis is deletedSébastien Lesaint2016-08-224-7/+35
* | remove dead code in PurgeCommandSébastien Lesaint2016-08-221-21/+0
* | SONAR-7844 persist scanner context in DB instead of logging itSébastien Lesaint2016-08-221-6/+15