aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-1113-106/+367
* SONAR-7700 support boolean columns in java db migrationsSimon Brandhof2016-07-111-0/+81
* Fix Quality flawsSimon Brandhof2016-07-112-4/+4
* SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-084-3/+165
* fix various quality flawsSébastien Lesaint2016-07-073-6/+4
* SONAR-7800 add override of MeasureDao#selectByQuery with ResultHandlerSébastien Lesaint2016-07-072-0/+22
* 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-074-53/+105
* SONAR-7705 refactoringSimon Brandhof2016-07-062-17/+19
* SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-065-4/+49
* Remove unused methods of IdUuidPairsSimon Brandhof2016-07-061-16/+1
* Optimize insert in table RESOURCE_INDEXSimon Brandhof2016-07-061-3/+15
* SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-066-17/+100
* SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-0616-322/+90
* SONAR-7727 Remove deprecated stuff from Resources APIJulien HENRY2016-07-051-1/+1
* SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-045-104/+37
* SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-044-113/+73
* SONAR-7705 replace purge by cpt of scope PRJ by purge by analysesSébastien Lesaint2016-07-044-26/+75
* SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-044-27/+99
* 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-042-23/+22
* SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)Sébastien Lesaint2016-07-047-35/+96
* SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-042-24/+26
* SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-044-19/+60
* SONAR-7705 remove work Resource from PurgeMapper and use uuidsSébastien Lesaint2016-07-044-102/+130
* remove unused PurgeDao#purge overrideSébastien Lesaint2016-07-041-11/+0
* remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-046-70/+68
* remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)Sébastien Lesaint2016-07-041-10/+0
* remove unused PurgeSnapshotQuery#qualifiersSébastien Lesaint2016-07-042-15/+0
* SONAR-7780 Apply feedbackSimon Brandhof2016-07-044-14/+15
* SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-045-4/+57
* SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-048-390/+116
* SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2910-9/+251
* SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-294-1/+97
* SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-297-7/+78
* SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not nullTeryk Bellahsene2016-06-295-2/+50
* SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-294-1/+67
* SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEYTeryk Bellahsene2016-06-297-13/+61
* SONAR-7781 Password of external providers should not be stored in databaseJulien Lancelot2016-06-294-2/+57
* SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-2/+13
* Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"Simon Brandhof2016-06-2910-251/+9
* SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-2810-9/+251
* Fix PopulateUuidPathColumnOnProjects for OracleSébastien Lesaint2016-06-281-2/+7
* Fix SQL inner join on MSSQLSimon Brandhof2016-06-281-6/+4
* Fix SQL request for MSSQL and PostgresSimon Brandhof2016-06-281-10/+5
* Automatic merge from branch-5.6ssjenka2016-06-281-7/+27
|\
| * SONAR-7798 support BIN and BIN2 collation on MsSQLSébastien Lesaint2016-06-271-3/+15