Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-7893 end of support of MSSQL 2008 | Simon Brandhof | 2016-08-24 | 1 | -2/+1 | |
| | | ||||||
* | | SONAR-7844 add missing pk to scanner_context | Simon Brandhof | 2016-08-23 | 1 | -3/+1 | |
| | | ||||||
* | | SONAR-7903 add missing pk to ce_task_input | Simon Brandhof | 2016-08-23 | 1 | -4/+1 | |
| | | ||||||
* | | SONAR-7903 merge db migrations | Simon Brandhof | 2016-08-23 | 1 | -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 setting | Teryk Bellahsene | 2016-08-23 | 2 | -0/+76 | |
| | | ||||||
* | | Merge branch 'branch-5.6' | Sébastien Lesaint | 2016-08-23 | 2 | -9/+38 | |
|\| | ||||||
| * | SONAR-6846 support duplicate snapshots with islast=true | Sébastien Lesaint | 2016-08-22 | 2 | -9/+38 | |
| | | ||||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | [maven-release-plugin] prepare release 5.6.15.6.1 | David Rautureau | 2016-07-25 | 1 | -3/+2 | |
| | | ||||||
* | | fixing coverage of ClobColumnDef | Sébastien Lesaint | 2016-08-22 | 1 | -0/+6 | |
| | | ||||||
* | | remove dead code in CeActivityMapper.xml | Sébastien Lesaint | 2016-08-22 | 1 | -8/+0 | |
| | | ||||||
* | | SONAR-7967 add hasScannerContext to CeActivityDto | Sébastien Lesaint | 2016-08-22 | 3 | -17/+80 | |
| | | ||||||
* | | SONAR-7911 purge scanner_context table when analysis is deleted | Sébastien Lesaint | 2016-08-22 | 7 | -7/+51 | |
| | | ||||||
* | | remove dead code in PurgeCommand | Sébastien Lesaint | 2016-08-22 | 2 | -50/+0 | |
| | | ||||||
* | | SONAR-7844 persist scanner context in DB instead of logging it | Sébastien Lesaint | 2016-08-22 | 1 | -6/+15 | |
| | | ||||||
* | | SONAR-7844 add ScannerContextDao | Sébastien Lesaint | 2016-08-22 | 11 | -19/+464 | |
| | | ||||||
* | | SONAR-7844 add table SCANNER_CONTEXT | Sébastien Lesaint | 2016-08-22 | 3 | -2/+13 | |
| | | ||||||
* | | SONAR-7903 fix bad declarations of CE_TASK_INPUT_UUID in schema-h2 | Sébastien Lesaint | 2016-08-22 | 1 | -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 DB | Sébastien Lesaint | 2016-08-18 | 2 | -1/+36 | |
| | | ||||||
* | | add DatabaseUtils#executeLargeUpdates which returns rows count | Sébastien Lesaint | 2016-08-18 | 1 | -0/+19 | |
| | | ||||||
* | | SONAR-7842 support error message in DAO and CeActivityDto | Sébastien Lesaint | 2016-08-18 | 3 | -34/+152 | |
| | | ||||||
* | | SONAR-7842 add error columns to CE_ACTIVITY | Sébastien Lesaint | 2016-08-18 | 8 | -4/+159 | |
| | | ||||||
* | | SONAR-7842 make ClobColumnDef support all DBs | Sébastien Lesaint | 2016-08-18 | 2 | -44/+31 | |
| | | ||||||
* | | SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUT | Sébastien Lesaint | 2016-08-18 | 10 | -32/+35 | |
| | | ||||||
* | | SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid key | Teryk Bellahsene | 2016-08-12 | 2 | -1/+17 | |
| | | ||||||
* | | SONAR-7930 WS api/components/bulk_update_key handles special characters | Teryk Bellahsene | 2016-08-12 | 2 | -8/+15 | |
| | | ||||||
* | | SONAR-7928 SONAR-7929 Update and bulk update of component key does not ↵ | Teryk Bellahsene | 2016-08-11 | 2 | -3/+63 | |
| | | | | | | | | update disabled component | |||||
* | | SONAR-7958 fix UUID_PATH of file created by ComponentTesting | Sébastien Lesaint | 2016-08-10 | 6 | -35/+36 | |
| | | ||||||
* | | SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStep | Sébastien Lesaint | 2016-08-10 | 3 | -13/+31 | |
| | | ||||||
* | | SONAR_7958 add column PROJECTS.B_UUID_PATH | Sébastien Lesaint | 2016-08-10 | 25 | -13/+167 | |
| | | ||||||
* | | SONAR-7903 fix unit test on MSSQL | Simon Brandhof | 2016-08-05 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-7903 Drop pending tasks | Simon Brandhof | 2016-08-05 | 8 | -6/+126 | |
| | | ||||||
* | | SONAR-7903 persist analysis reports in db | Simon Brandhof | 2016-08-05 | 13 | -23/+321 | |
| | | | | | | | | | | instead of file system (data/ce/reports). That allows support of clustering. | |||||
* | | Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDao | Teryk Bellahsene | 2016-08-05 | 13 | -23/+23 | |
| | | ||||||
* | | SONAR-7929 Create WS api/components/bulk_update_key | Teryk Bellahsene | 2016-08-05 | 2 | -5/+74 | |
| | | ||||||
* | | SONAR-7928 SONAR-4770 Create WS api/components/update_key | Teryk Bellahsene | 2016-08-05 | 3 | -3/+12 | |
| | | ||||||
* | | SONAR-7923 Create WS api/qualitygates/get_by_project | Teryk Bellahsene | 2016-07-29 | 6 | -20/+79 | |
| | | ||||||
* | | SONAR-7927 Create WS to delete project link | Stas Vilchik | 2016-07-28 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7926 Create WS to add project link | Stas Vilchik | 2016-07-28 | 4 | -1/+27 | |
| | | ||||||
* | | SONAR-7925 Create WS to list project links | Stas Vilchik | 2016-07-28 | 1 | -0/+4 | |
| | | ||||||
* | | SONAR-7917 Drop is_global from DB table dashboards | Teryk Bellahsene | 2016-07-28 | 18 | -250/+124 | |
| | | ||||||
* | | SONAR-7917 Delete project dashboard data in DB | Teryk Bellahsene | 2016-07-28 | 8 | -3/+288 | |
| | | ||||||
* | | SONAR-7917 Fix WidgetDao | Teryk Bellahsene | 2016-07-28 | 2 | -6/+26 | |
| | | ||||||
* | | Fix performance issue in CE when many files have being deleted/moved | Simon Brandhof | 2016-07-22 | 6 | -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 methods | Sébastien Lesaint | 2016-07-21 | 2 | -5/+5 | |
| | | ||||||
* | | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 2 | -2/+2 | |
| | | ||||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-20 | 1 | -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 iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | [maven-release-plugin] prepare release 6.0-RC16.0-RC1 | David Rautureau | 2016-07-20 | 1 | -3/+2 | |
| | | | ||||||
* | | | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 | |
|/ / |