aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-3/+2
* | 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
* | SONAR-7842 truncate errorMessage to avoid max length error in DBSébastien Lesaint2016-08-182-1/+36
* | add DatabaseUtils#executeLargeUpdates which returns rows countSébastien Lesaint2016-08-181-0/+19
* | SONAR-7842 support error message in DAO and CeActivityDtoSébastien Lesaint2016-08-183-34/+152
* | SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-188-4/+159
* | SONAR-7842 make ClobColumnDef support all DBsSébastien Lesaint2016-08-182-44/+31
* | SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-1810-32/+35
* | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-122-1/+17
* | SONAR-7930 WS api/components/bulk_update_key handles special charactersTeryk Bellahsene2016-08-122-8/+15
* | SONAR-7928 SONAR-7929 Update and bulk update of component key does not update...Teryk Bellahsene2016-08-112-3/+63
* | SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-106-35/+36
* | SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-103-13/+31
* | SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-1025-13/+167
* | SONAR-7903 fix unit test on MSSQLSimon Brandhof2016-08-051-2/+2
* | SONAR-7903 Drop pending tasksSimon Brandhof2016-08-058-6/+126
* | SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-0513-23/+321
* | Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-0513-23/+23
* | SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-052-5/+74
* | SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-053-3/+12
* | SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-296-20/+79
* | SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-281-1/+1