aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-098-5/+524
* | SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTestSébastien Lesaint2016-09-096-420/+253
* | Fix quality flawsJulien Lancelot2016-09-072-15/+10
* | Fix Quality flawsSimon Brandhof2016-09-071-6/+0
* | SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-064-10/+13
* | SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-057-3/+206
* | SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-059-5/+715
* | properly handle connections in DbTester utility methodsSébastien Lesaint2016-09-051-23/+63
* | SONAR-7675 add table INTERNAL_PROPERTIESSébastien Lesaint2016-09-053-1/+13
* | Allow try-with-resources with SqlStatement in DB migrationsSimon Brandhof2016-09-052-4/+4
* | SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-301-2/+6
* | SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-301-0/+39
* | SONAR-7892 do not support upgrade from before SQ 5.6Sébastien Lesaint2016-08-301-1/+1
* | SONAR-7844 merge migration creating and recreating CE_SCANNER_CONTEXTSébastien Lesaint2016-08-301-1/+0
* | SONAR-7986 Remove property set values when removing property setJulien Lancelot2016-08-301-2/+6
* | SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXTSébastien Lesaint2016-08-299-14/+102
* | SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysisSébastien Lesaint2016-08-294-37/+0
* | SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-2910-67/+42
* | SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-293-11/+11
* | SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-262-0/+21
* | 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-254-6/+14
* | SONAR-7975 Return inherited values in /api/settings/values for modulesJulien Lancelot2016-08-254-7/+67
* | SONAR-7969 Create /api/settings/values WSJulien Lancelot2016-08-256-40/+205
* | SONAR-7893 end of support of MSSQL 2008Simon Brandhof2016-08-241-2/+1
* | SONAR-7844 add missing pk to scanner_contextSimon Brandhof2016-08-231-3/+1
* | SONAR-7903 add missing pk to ce_task_inputSimon Brandhof2016-08-231-4/+1
* | SONAR-7903 merge db migrationsSimon Brandhof2016-08-231-1/+0
* | 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-232-9/+38
|\|
| * SONAR-6846 support duplicate snapshots with islast=trueSébastien Lesaint2016-08-222-9/+38
* | fixing coverage of ClobColumnDefSébastien Lesaint2016-08-221-0/+6
* | remove dead code in CeActivityMapper.xmlSébastien Lesaint2016-08-221-8/+0
* | SONAR-7967 add hasScannerContext to CeActivityDtoSébastien Lesaint2016-08-223-17/+80
* | SONAR-7911 purge scanner_context table when analysis is deletedSébastien Lesaint2016-08-227-7/+51
* | remove dead code in PurgeCommandSébastien Lesaint2016-08-222-50/+0
* | SONAR-7844 persist scanner context in DB instead of logging itSébastien Lesaint2016-08-221-6/+15
* | SONAR-7844 add ScannerContextDaoSébastien Lesaint2016-08-2211-19/+464
* | SONAR-7844 add table SCANNER_CONTEXTSébastien Lesaint2016-08-223-2/+13
* | SONAR-7903 fix bad declarations of CE_TASK_INPUT_UUID in schema-h2Sébastien Lesaint2016-08-221-1/+2