aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-7786 compress DUPLICATIONS_INDEX migrationsSébastien Lesaint2016-07-1116-267/+127
| |
* | SONAR-7700 re-enable ignored UTs on PurgeDaoSébastien Lesaint2016-07-115-216/+144
| |
* | SONAR-7700 Decrease size of B VARCHAR columns in PROJECTSSimon Brandhof2016-07-115-14/+12
| |
* | SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-1138-210/+1336
| | | | | | | | | | B columns are used to keep changes in a "functional" transaction but not a DB transaction
* | SONAR-7700 support boolean columns in java db migrationsSimon Brandhof2016-07-112-0/+172
| |
* | Fix Quality flawsSimon Brandhof2016-07-112-4/+4
| |
* | SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-087-4/+1217
| |
* | fix various quality flawsSébastien Lesaint2016-07-073-6/+4
| |
* | SONAR-7705 add UT for MeasureDao#selectProjectMeasuresOfDeveloperSébastien Lesaint2016-07-071-8/+72
| |
* | SONAR-7800 add override of MeasureDao#selectByQuery with ResultHandlerSébastien Lesaint2016-07-073-0/+108
| |
* | SONAR-7683 add SnapshotDao#selectByUuidsSébastien Lesaint2016-07-073-18/+32
| |
* | SONAR-7705 add MeasureDao#selectProjectMeasuresOfDeveloperSébastien Lesaint2016-07-073-18/+30
| |
* | SONAR-7705 replace id by uuid in ViewsSnapshotDtoSébastien Lesaint2016-07-072-6/+6
| |
* | SONAR-7780 add MeasureQuery.analysisUuidSébastien Lesaint2016-07-075-75/+158
| | | | | | | | required by Governance
* | SONAR-7705 refactoringSimon Brandhof2016-07-066-55/+82
| | | | | | | | including some renaming of "snapshot" to "analysis"
* | SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-0620-284/+97
| |
* | Remove unused methods of IdUuidPairsSimon Brandhof2016-07-061-16/+1
| |
* | Optimize insert in table RESOURCE_INDEXSimon Brandhof2016-07-061-3/+15
| | | | | | | | by specifying the JDBC types of columns in MyBatis mapper.
* | SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-0610-18/+276
| |
* | SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-0685-2226/+655
| |
* | SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-057-31/+32
| |
* | SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-048-117/+50
| |
* | SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-0416-229/+307
| |
* | SONAR-7705 replace purge by cpt of scope PRJ by purge by analysesSébastien Lesaint2016-07-048-82/+131
| |
* | SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-047-34/+106
| |
* | ComponentTreeQuery: since sortFields can't be null, enforce itSébastien Lesaint2016-07-041-0/+1
| |
* | SONAR-7705 delete analysis measures using new ANALYSIS_UUID columnSébastien Lesaint2016-07-043-12/+11
| |
* | SONAR-7705 PurgeDao#purge: aborted analysis can be delete from rootSébastien Lesaint2016-07-044-38/+37
| | | | | | | | no need to try and delete them on each node of scope PROJECT in the tree
* | SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)Sébastien Lesaint2016-07-048-77/+117
| |
* | SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-043-24/+35
| |
* | SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-046-23/+101
| |
* | SONAR-7705 remove work Resource from PurgeMapper and use uuidsSébastien Lesaint2016-07-045-105/+135
| |
* | remove unused PurgeDao#purge overrideSébastien Lesaint2016-07-042-18/+14
| |
* | remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-0414-142/+140
| | | | | | | | in addition, PurgeDao#selectPurgeableSnapshots renamed to selectPurgeableAnalyses and it returns only root snapshots (ie. analyses)
* | remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)Sébastien Lesaint2016-07-042-11/+1
| |
* | remove unused PurgeSnapshotQuery#qualifiersSébastien Lesaint2016-07-042-15/+0
| |
* | SONAR-7780 Apply feedbackSimon Brandhof2016-07-046-17/+18
| |
* | SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-049-29/+222
| |
* | SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-0413-882/+268
| |
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2933-63/+923
| |
* | SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-297-2/+242
| |
* | SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-2914-18/+176
| |
* | SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-2910-12/+159
| |
* | SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-297-2/+176
| |
* | SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-2912-22/+168
| |
* | SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-297-3/+187
| |
* | SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-292-4/+37
| |
* | Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"Simon Brandhof2016-06-2933-923/+63
| | | | | | | | This reverts commit 87f2df380bc31b616fa9a1b6376b0ff26ee84ccc.
* | SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2833-63/+923
| |
* | Fix PopulateUuidPathColumnOnProjects for OracleSébastien Lesaint2016-06-281-2/+7
| |