aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
| * SONAR-7798 mssql fix collation now support complex collationsSébastien Lesaint2016-06-271-6/+14
* | Remove unused method ComponentDao#existsById()Simon Brandhof2016-06-271-5/+2
* | SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-2718-124/+744
* | SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-2715-104/+111
* | SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_IDSébastien Lesaint2016-06-2710-4/+300
* | Fix some Quality flawsSimon Brandhof2016-06-273-23/+23
* | SONAR-7789 Add and populate DB column RULES_PROFILES.LAST_USEDTeryk Bellahsene2016-06-2410-13/+185
* | SONAR-7688 add index to PROJECT_MEASURES.COMPONENT_UUIDSimon Brandhof2016-06-223-1/+4
* | SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-228-70/+67
* | SONAR-7689 add column DUPLICATIONS_INDEX.ANALYSIS_UUIDSébastien Lesaint2016-06-229-5/+254