aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | No need to rename the table CE_TASK_DATA to CE_TASK_INPUT. It can be directly created with the correct name.
* | 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
| | | | | | | | | | column ID declared in schema-h2 when it doesn't exist in migration creating the table missing index CE_TASK_INPUT_UUID declared in migration by not in schema-h2
* | 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 ↵Teryk Bellahsene2016-08-112-3/+63
| | | | | | | | update disabled component
* | 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
| | | | | | | | | | instead of file system (data/ce/reports). That allows support of clustering.
* | 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
| |
* | SONAR-7926 Create WS to add project linkStas Vilchik2016-07-284-1/+27
| |
* | SONAR-7925 Create WS to list project linksStas Vilchik2016-07-281-0/+4
| |
* | SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-2818-250/+124
| |
* | SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-288-3/+288
| |
* | SONAR-7917 Fix WidgetDaoTeryk Bellahsene2016-07-282-6/+26
| |
* | Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-226-50/+156
| | | | | | | | | | | | When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as components to be disabled are executed, whereas only a single request with "UUID IN ?" could be executed.
* | merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-212-5/+5
| |
* | fix some quality flawsSébastien Lesaint2016-07-212-2/+2
| |
* | Automatic merge from branch-6.0ssjenka2016-07-201-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-201-1/+1
| | |
| * | [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-201-3/+2
| | |
* | | prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|/ /